LabHub

Blog

LLM Landmark Papers Guide — From Attention to GPT, LLaMA, DeepSeek, o1, and Claude (with References, 2026)

한국어English日本語

Prologue — You don't have to read every paper, but you need the map

The LLM field produces too many papers. Hundreds appear on arXiv every week, and Twitter, blogs, and newsletters all shout "this one is the game-changer." You can't read them all, and not all of them matter.

But landmarks exist — papers that changed every current that came after. Know them and, when a new paper drops, you can see "this is a follow-on to X." Without them, you start from scratch every time.

This piece organizes the 20-odd landmark LLM papers by era and theme. Each paper gets:

The goal is not "read them all." It's a map. If you know where a paper sits, you can find it precisely when you need it. All arXiv links are collected at the end.

This is a map of papers (ideas and methods), not a catalog of models (GPT-4, Claude, Gemini, etc. — products). Products turn over in six months; ideas last.


Chapter 1 · Foundations — Before and at the start of the Transformer

Attention is All You Need (Vaswani et al., 2017)

BERT (Devlin et al., 2018)


Chapter 2 · Scaling and the GPT lineage

GPT-2 (Radford et al., 2019)

GPT-3 (Brown et al., 2020) — "Language Models are Few-Shot Learners"

Scaling Laws (Kaplan et al., 2020 → Chinchilla, Hoffmann et al., 2022)


Chapter 3 · Aligning to human preferences — RLHF and after

InstructGPT / RLHF (Ouyang et al., 2022)

Constitutional AI (Bai et al., 2022) — Anthropic

DPO (Rafailov et al., 2023) — Direct Preference Optimization


Chapter 4 · Eliciting reasoning — from Chain-of-Thought to o1

Chain-of-Thought Prompting (Wei et al., 2022)

Self-Consistency (Wang et al., 2022)

ReAct (Yao et al., 2022)

OpenAI o1 / o3 system cards (2024–2025)

DeepSeek-R1 (DeepSeek-AI, 2025)


Chapter 5 · Efficiency and open models — the LLaMA era

LLaMA / LLaMA 2 / LLaMA 3 (Touvron et al., 2023–2024) — Meta

Mixtral 8x7B (Jiang et al., 2024) — Mixture-of-Experts

FlashAttention (Dao et al., 2022) → FlashAttention-2/3


Chapter 6 · Context length, retrieval, and external tools

RAG (Lewis et al., 2020) — Retrieval-Augmented Generation

Toolformer (Schick et al., 2023) → Tool/Function Calling

Lost in the Middle (Liu et al., 2023)


Chapter 7 · Multimodal

CLIP (Radford et al., 2021)

ViT (Dosovitskiy et al., 2020) — Vision Transformer

LLaVA / GPT-4V — Vision-Language Models


Chapter 8 · Agents and evaluation

Reflexion (Shinn et al., 2023)

SWE-bench (Jimenez et al., 2023)

ARC-AGI / ARC-AGI-2 (Chollet, 2019 / 2025)


Chapter 9 · Safety, interpretability, and alignment

Sleeper Agents (Hubinger et al., 2024) — Anthropic

Mechanistic Interpretability — Toy Models of Superposition (Elhage et al., 2022) and others


Chapter 10 · How do you keep up — a practical guide

You don't have to read all 20. The strategy I recommend.

Priorities

  1. Must read: Attention is All You Need, GPT-3, InstructGPT, RAG, ReAct.
  2. Concept-level is enough: the rest — the summaries above will do.
  3. Read deeply in your area: coding agents — SWE-bench and Reflexion; vision — ViT, CLIP, and LLaVA; reasoning — o1 and DeepSeek-R1.

A keep-up workflow


Epilogue — With a map, you don't get lost

The LLM field moves fast. That's exactly why a map is valuable. When a new paper drops, being able to place it — "this is a CoT follow-on," "this is an MoE variant," "this is in the DPO family" — gets you halfway there.

These 20 papers are your coordinate system. You don't have to read them all deeply. You just have to know where each one sits.

A 5-item checklist

  1. Have you read Attention is All You Need at least once, yourself?
  2. Can you explain the difference between RLHF and DPO in one sentence?
  3. Do you have the relationship among CoT, Self-Consistency, and o1 in your head?
  4. Can you name three landmarks in your own area?
  5. Are you subscribed to at least one daily digest or curated source?

References

Core papers, blogs, and pages — arXiv links go to the abstract page.

Foundational architecture

Scaling and GPT

Alignment

Reasoning

Open models and efficiency

Retrieval, tools, and context

Multimodal

Agents and evaluation

Safety and interpretability

"What matters more than the latest paper is knowing where that paper sits on the map."

— LLM Landmark Papers Guide, end.

Comments

No comments yet.

Sign in to leave a comment