When you find an important paper, you want to know what built up to it and how the field built on top of it. This tutorial uses Attention Is All You Need (Vaswani et al., 2017) as the anchor.
You’ll learn how to:
- Pull a paper’s outgoing references grouped by intellectual lineage
- Trace forward citations and filter them by topic and recency
- Map the past and future of any foundational paper in one workflow
Step 1: Look backward
Step 2: Look forward, narrowed to a niche
The same trace, as a graph
Citation Graph does this visually. It ranks papers by three citation signals rather than keywords:- Direct citation — the paper cites your seed, or your seed cites it.
- Co-citation — how often the paper and your seed appear together in other papers’ reference lists.
- Bibliographic coupling — how many references the paper shares with your seed.

Arrows point from a paper to the paper it cites. Hover a node to highlight its connections.