All writing

Linux · Notes

Foundational papers in AI and ML

Listing of important papers in AI and ML.

Short description of the image

Foundational LLM & ML Systems Papers

Core Architecture & Pretraining

Pretraining Lineage (additional)

Alignment & Instruction Tuning

Efficient Fine-Tuning

Efficient Attention & Inference

Alternative Efficient Architectures

Prompting & Agentic Reasoning

Mixture of Experts

Optimizers

Training Systems (how you actually train at this scale)

Emergent Behavior & Evaluation

  • Emergent Abilities of Large Language Models — documents capabilities that appear discontinuously at scale (a claim later contested by follow-up work on measurement artifacts).
    https://arxiv.org/abs/2206.07682
  • Discovering Language Model Behaviors with Model-Written Evaluations — Anthropic's method for generating large evaluation datasets using LLMs themselves.
    https://arxiv.org/abs/2212.09251

Note: "KV Cache Compression & Optimization" and "Test-Time Scaling" are research areas rather than single canonical papers — the links above are commonly-cited representative entries, not the sole reference. The "Emergent Abilities" claim has also been disputed by subsequent work arguing the effect is partly a function of metric choice.

More writing