Back to library

Curated reading path

20 papers that shaped modern AI

This is not a mechanical citation ranking. These papers changed model architectures, training methods, or the products people could build. Every paper is being explained in Chinese, English, and Japanese.

To understand modern AI systematically, begin with AlexNet, ResNet, and the Transformer for the architecture story. Continue through BERT, GPT-3, RAG, and InstructGPT for language models, then add diffusion, multimodal systems, and agents. The 20 papers below are chronological and each entry states the change it introduced.

Choose a reading path for your goal

Architecture foundations

Read AlexNet → ResNet → Transformer → Vision Transformer to trace convolution, residual connections, and attention as model backbones.

Large language models

Read BERT → Scaling Laws → GPT-3 → RAG → InstructGPT → Chinchilla for pre-training, scale, retrieval, alignment, and compute-efficient training.

Generation and agents

Read VAE → GAN → DDPM → Latent Diffusion, then Chain-of-Thought and ReAct to connect generation, reasoning, and tool use.

  1. 01
    2012Computer vision

    ImageNet Classification with Deep Convolutional Neural Networks

    Alex Krizhevsky, Ilya Sutskever, Geoffrey E. Hinton

    ImageNet Classification with Deep Convolutional Neural Networks: It joined GPUs, large datasets, and deep convolutional networks into a scalable vision recipe.

    Original
  2. 02
    2013Generative models

    Auto-Encoding Variational Bayes

    Diederik P. Kingma, Max Welling

    Auto-Encoding Variational Bayes: It made probabilistic latent-variable models trainable with ordinary backpropagation.

    Original
  3. 03
    2014Generative models

    Generative Adversarial Networks

    Ian J. Goodfellow et al.

    Generative Adversarial Networks: It reframed generation as a game between a generator and a discriminator.

    Original
  4. 04
    2015Computer vision

    Deep Residual Learning for Image Recognition

    Kaiming He, Xiangyu Zhang, Shaoqing Ren, Jian Sun

    Deep Residual Learning for Image Recognition: Residual connections made substantially deeper networks practical to optimize.

    Original
  5. 05
    2017Language models

    Attention Is All You Need

    Ashish Vaswani et al.

    Attention Is All You Need: The Transformer replaced recurrence with attention and became the shared backbone of modern foundation models.

    Original
  6. 06
    2018Language models

    BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding

    Jacob Devlin, Ming-Wei Chang, Kenton Lee, Kristina Toutanova

    BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding: It established bidirectional pre-training followed by task fine-tuning as a general NLP recipe.

    Original
  7. 07
    2020Language models

    Scaling Laws for Neural Language Models

    Jared Kaplan et al.

    Scaling Laws for Neural Language Models: It showed that model loss follows predictable power laws across scale, data, and compute.

    Original
  8. 08
    2020Language models

    Language Models are Few-Shot Learners

    Tom B. Brown et al.

    Language Models are Few-Shot Learners: It demonstrated broad few-shot task learning through prompting at unprecedented scale.

    Original
  9. 09
    2020Language models

    Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks

    Patrick Lewis et al.

    Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks: It combined parametric memory with retrievable external knowledge, shaping modern knowledge assistants.

    Original
  10. 10
    2020Generative models

    Denoising Diffusion Probabilistic Models

    Jonathan Ho, Ajay Jain, Pieter Abbeel

    Denoising Diffusion Probabilistic Models: It turned iterative denoising into a stable route to high-quality generation.

    Original
  11. 11
    2020Computer vision

    An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale

    Alexey Dosovitskiy et al.

    An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale: It showed that a pure Transformer over image patches could outperform convolutional networks at scale.

    Original
  12. 12
    2021Multimodal

    Learning Transferable Visual Models From Natural Language Supervision

    Alec Radford et al.

    Learning Transferable Visual Models From Natural Language Supervision: It aligned images and text at web scale, enabling strong zero-shot visual transfer.

    Original
  13. 13
    2021Language models

    LoRA: Low-Rank Adaptation of Large Language Models

    Edward J. Hu et al.

    LoRA: Low-Rank Adaptation of Large Language Models: It adapted large models through small low-rank updates instead of retraining every weight.

    Original
  14. 14
    2021Generative models

    High-Resolution Image Synthesis with Latent Diffusion Models

    Robin Rombach et al.

    High-Resolution Image Synthesis with Latent Diffusion Models: It moved diffusion into a compressed latent space, making high-resolution text-to-image generation practical.

    Original
  15. 15
    2022Reasoning & agents

    Chain-of-Thought Prompting Elicits Reasoning in Large Language Models

    Jason Wei et al.

    Chain-of-Thought Prompting Elicits Reasoning in Large Language Models: It showed that examples with intermediate steps can unlock much stronger reasoning in large models.

    Original
  16. 16
    2022Language models

    Training language models to follow instructions with human feedback

    Long Ouyang et al.

    Training language models to follow instructions with human feedback: It established a practical recipe for aligning language models with human instructions and preferences.

    Original
  17. 17
    2022Language models

    Training Compute-Optimal Large Language Models

    Jordan Hoffmann et al.

    Training Compute-Optimal Large Language Models: It showed that many large models were under-trained and reset the compute-optimal balance of parameters and data.

    Original
  18. 18
    2022Reasoning & agents

    ReAct: Synergizing Reasoning and Acting in Language Models

    Shunyu Yao et al.

    ReAct: Synergizing Reasoning and Acting in Language Models: It interleaved reasoning with tool actions, providing a direct blueprint for modern agent loops.

    Original
  19. 19
    2023Computer vision

    Segment Anything

    Alexander Kirillov et al.

    Segment Anything: It turned segmentation into a promptable, transferable foundation capability backed by a large dataset.

    Original
  20. 20
    2023Multimodal

    Visual Instruction Tuning

    Haotian Liu, Chunyuan Li, Qingyang Wu, Yong Jae Lee

    Visual Instruction Tuning: It connected a vision encoder and a language model through visual instruction tuning to build a conversational assistant.

    Original