Architecture foundations
Read AlexNet → ResNet → Transformer → Vision Transformer to trace convolution, residual connections, and attention as model backbones.
Curated reading path
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.
Read AlexNet → ResNet → Transformer → Vision Transformer to trace convolution, residual connections, and attention as model backbones.
Read BERT → Scaling Laws → GPT-3 → RAG → InstructGPT → Chinchilla for pre-training, scale, retrieval, alignment, and compute-efficient training.
Read VAE → GAN → DDPM → Latent Diffusion, then Chain-of-Thought and ReAct to connect generation, reasoning, and tool use.
ImageNet Classification with Deep Convolutional Neural Networks: It joined GPUs, large datasets, and deep convolutional networks into a scalable vision recipe.
OriginalAuto-Encoding Variational Bayes: It made probabilistic latent-variable models trainable with ordinary backpropagation.
OriginalGenerative Adversarial Networks: It reframed generation as a game between a generator and a discriminator.
OriginalDeep Residual Learning for Image Recognition: Residual connections made substantially deeper networks practical to optimize.
OriginalAttention Is All You Need: The Transformer replaced recurrence with attention and became the shared backbone of modern foundation models.
OriginalBERT: Pre-training of Deep Bidirectional Transformers for Language Understanding: It established bidirectional pre-training followed by task fine-tuning as a general NLP recipe.
OriginalScaling Laws for Neural Language Models: It showed that model loss follows predictable power laws across scale, data, and compute.
OriginalLanguage Models are Few-Shot Learners: It demonstrated broad few-shot task learning through prompting at unprecedented scale.
OriginalRetrieval-Augmented Generation for Knowledge-Intensive NLP Tasks: It combined parametric memory with retrievable external knowledge, shaping modern knowledge assistants.
OriginalDenoising Diffusion Probabilistic Models: It turned iterative denoising into a stable route to high-quality generation.
OriginalAn 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.
OriginalLearning Transferable Visual Models From Natural Language Supervision: It aligned images and text at web scale, enabling strong zero-shot visual transfer.
OriginalLoRA: Low-Rank Adaptation of Large Language Models: It adapted large models through small low-rank updates instead of retraining every weight.
OriginalHigh-Resolution Image Synthesis with Latent Diffusion Models: It moved diffusion into a compressed latent space, making high-resolution text-to-image generation practical.
OriginalChain-of-Thought Prompting Elicits Reasoning in Large Language Models: It showed that examples with intermediate steps can unlock much stronger reasoning in large models.
OriginalTraining language models to follow instructions with human feedback: It established a practical recipe for aligning language models with human instructions and preferences.
OriginalTraining Compute-Optimal Large Language Models: It showed that many large models were under-trained and reset the compute-optimal balance of parameters and data.
OriginalReAct: Synergizing Reasoning and Acting in Language Models: It interleaved reasoning with tool actions, providing a direct blueprint for modern agent loops.
OriginalSegment Anything: It turned segmentation into a promptable, transferable foundation capability backed by a large dataset.
OriginalVisual Instruction Tuning: It connected a vision encoder and a language model through visual instruction tuning to build a conversational assistant.
Original