ThinkLLM
ModelsCapabilitiesUse CasesBenchmarksPapersGlossary
ModelsCapabilitiesUse CasesBenchmarksPapersGlossary
AboutPrivacyTermsRSS

ThinkLLM

Spot an error in our data? Let us know.

Papers

Recent AI research papers with accessible summaries. Updated daily from arXiv, summarized for developers who don't read papers regularly.

1492 papers4 this month12 topics
AllEvaluation 42Training 39Agents 31Reasoning 27Efficiency 25Safety 18Multimodal 17Applications 17Alignment 11Data 11Architecture 8scaling 6

Jun 29 – Jul 5(6)

Will Scaling Improve Social Simulation with LLMs?

Jul 2, 2026

Caleb Ziems, William Held, Su Doga Karaca et al.

Larger LLMs will simulate most human behaviors and opinions better, but scaling alone won't fix simulations of cognitive biases, rare populations, or tasks requiring specialized human knowledge—these need targeted research beyond just bigger models.

This paper investigates whether scaling up language models improves their ability to simulate human social behavior and opinions.

evaluationscalingapplications

The Future of NLP may not be at NLP Conferences: Scholarly Migration Patterns in Natural Language Processing

Jul 2, 2026

David Jurgens

NLP research is migrating from specialized NLP conferences to general machine learning venues, driven partly by citation advantages at ML conferences—a significant shift in the field's institutional center of gravity.

This paper analyzes where NLP research is being published, finding that the field is shifting away from traditional NLP conferences like ACL toward general machine learning venues.

evaluation

Jun 22 – Jun 28(5)

How Width and Data Shape Generalization Scaling Laws in Quadratic Neural Networks

Jun 26, 2026

Julius Girardin, Emanuele Troiani, Yizhou Xu et al.

Generalization doesn't scale uniformly with width and data—the relationship changes dramatically across different regimes, with the data's spectral structure determining how performance improves.

This paper analyzes how neural networks generalize as both model size and training data scale together. Using a simplified quadratic network model with structured data, the researchers derive exact formulas showing that generalization error follows different power-law patterns depending on the ratio of parameters to samples, revealing distinct phases like interpolation onset.

scalingtraining

When Does Combining Language Models Help? A Co-Failure Ceiling on Routing, Voting, and Mixture-of-Agents Across 67 Frontier Models

Jun 25, 2026

Josef Chen

Before building a multi-model system, measure how often all your models fail together—this sets a hard ceiling on possible gains. Standard error correlation metrics won't tell you this, but a simple statistical bound will.

This paper reveals a fundamental limit on multi-model LLM systems: their accuracy gains are capped by how often all models fail together on the same question. The authors measure this 'co-failure rate' across 67 frontier models and show that standard metrics like error correlation miss this ceiling, making it invisible to practitioners.

Jun 15 – Jun 21(4)

Optimal Order of Multi-Agent and General Many-Body Systems

Jun 18, 2026

Jake J. Xia

Collective intelligence isn't about maximizing order—it's about finding the right balance between coordination and flexibility based on what the system needs to achieve.

This paper develops a framework for understanding multi-agent systems by analyzing how individual agent properties (power and response functions) create emergent collective behaviors. It shows that synchronization increases output but can reduce resilience, and derives an optimal balance between order and adaptability based on system objectives.

agentsreasoningscaling

Variable-Width Transformers

Jun 16, 2026

Zhaofeng Wu, Oliver Sieberling, Shawn Tan et al.

Not all transformer layers need the same width—narrowing middle layers while keeping early and late layers wide improves efficiency and performance, suggesting different layers have different computational roles.

This paper proposes Variable-Width Transformers, which use wider layers at the beginning and end of the network while narrowing middle layers. This non-uniform design outperforms standard transformers of the same size on language modeling, while reducing computation by 22% and memory usage by 15%.

architecture

Jun 8 – Jun 14(3)

Redesign Mixture-of-Experts Routers with Manifold Power Iteration

Jun 10, 2026

Songhao Wu, Ang Lv, Ruobing Xie et al.

Aligning router weights with the principal singular directions of experts improves MoE routing efficiency—a simple mathematical principle that scales from 1B to 11B parameter models.

This paper improves Mixture-of-Experts (MoE) models by redesigning how routers select which experts to use. The authors propose aligning each router with the most important direction of its expert using a mathematical technique called Manifold Power Iteration, which helps routers better match tokens to appropriate experts.

architecturescalingefficiency

SPEA2$^+$: Improved Density Estimation in SPEA2 with Provable Runtime Guarantees

Jun 10, 2026

Duc-Cuong Dang, Andre Opris, Dirk Sudholt

SPEA2's density estimation method is theoretically insufficient for maintaining solution diversity on complex problems; switching to all-pairwise distance calculations fixes this while keeping the algorithm practical.

This paper analyzes the theoretical performance of SPEA2, a popular multi-objective optimization algorithm, and identifies a weakness in how it maintains diversity among non-optimal solutions. The authors propose SPEA2+, an improved version that uses all pairwise distances instead of just nearest-neighbor distances, proving it can efficiently cover Pareto fronts like competing algorithms.

Jun 1 – Jun 7(3)

Accelerated Decentralized Stochastic Gradient Descent for Strongly Convex Optimization

Jun 5, 2026

Ming Sun, Kun Yuan

For distributed machine learning without a central server, this algorithm achieves state-of-the-art communication efficiency by coupling gossip rounds with batch sizes, meaning you can train faster across networks with fewer total messages sent between nodes.

This paper presents MG-ADSGD, a decentralized learning algorithm where multiple agents optimize a shared problem by communicating only with neighbors. The algorithm combines acceleration techniques with efficient message-passing to achieve better communication efficiency than prior methods, requiring fewer total messages exchanged across the network to reach a solution.

trainingefficiencyscaling

Neuron Populations Exhibit Divergent Selectivity with Scale

Jun 2, 2026

Amil Dravid, Yasaman Bahri, Alexei A. Efros et al.

Neural networks don't just get better at tasks with scale—their internal neuron populations reorganize predictably, with interpretable neurons becoming more specialized while others remain general, offering a new lens for understanding how model size shapes network structure.

This paper reveals that as neural networks grow larger, certain neurons called Rosetta Neurons become more selective and specialized, following predictable scaling patterns. While these interpretable neurons increase in absolute number, they shrink as a percentage of total neurons, and the remaining neurons become less selective—a phenomenon the authors call Neuron Polarization.

May 25 – May 31(1)

MobileMoE: Scaling On-Device Mixture of Experts

May 26, 2026

Yanbei Chen, Hanxian Huang, Ernie Chang et al.

MoE isn't just for giant models—on mobile devices, moderate sparsity with shared experts is both memory and compute-optimal, letting you get better performance with fewer active parameters than dense models.

MobileMoE brings Mixture-of-Experts (MoE) architecture to phones and edge devices by optimizing it for memory and compute constraints. The models use 0.3-0.9B active parameters but achieve better performance than larger dense models, running 2-4× faster on real smartphones while using less memory.

efficiencyarchitecturescaling

May 18 – May 24(7)

LLMs as Noisy Channels: A Shannon Perspective on Model Capacity and Scaling Laws

May 22, 2026

Xu Ouyang, Deyi Liu, Yuhang Cai et al.

LLMs have a fundamental capacity limit based on signal-to-noise ratio: scaling parameters or data without maintaining sufficient signal clarity causes performance degradation, explaining phenomena like catastrophic overtraining and quantization failures that standard scaling laws can't capture.

This paper explains why large language models sometimes get worse with more training or smaller precision—not just better. Using information theory, the authors model LLM training like sending signals through a noisy channel. When you scale up the model or data without keeping the signal clear relative to noise, performance actually drops in a U-shape.

scalingtrainingevaluation

Complete-muE: Optimal Hyperparameter Transfer and Scaling for MoE Models

May 22, 2026

Hongwu Peng, Ohiremen Dibua, Yuanjun Xiong et al.

You can now tune hyperparameters on a single dense model and transfer them directly to MoE models of any size or configuration, eliminating the need for expensive hyperparameter search when scaling with MoE.

Complete-muE is a framework that solves the problem of transferring hyperparameters (like learning rate and weight decay) from dense neural networks to Mixture-of-Experts (MoE) models without expensive retuning.

May 11 – May 17(3)

Eradicating Negative Transfer in Multi-Physics Foundation Models via Sparse Mixture-of-Experts Routing

May 14, 2026

Ellwil Sharma, Arastu Sharma

Sparse mixture-of-experts routing can solve the problem of conflicting physics domains in foundation models by automatically routing different physics problems to specialized experts while maintaining shared knowledge for universal principles.

This paper tackles negative transfer in multi-physics AI models—where training on different physics problems simultaneously hurts performance. The authors propose Shodh-MoE, which uses sparse expert routing to let different parts of the model specialize in different physics regimes (like fluid dynamics vs. porous media flows) while sharing knowledge where it helps.

architecturescalingefficiency

Elastic Attention Cores for Scalable Vision Transformers

May 12, 2026

Alan Z. Song, Yinjie Chen, Mu Nan et al.

You can build efficient vision transformers by routing all patch interactions through a small set of learned core tokens instead of using all-to-all attention, achieving linear complexity without sacrificing performance.

This paper proposes VECA, a vision transformer that replaces quadratic all-to-all attention with linear-time attention using learned "core" tokens as communication hubs. Instead of every patch attending to every other patch, all patches only interact through a small set of learned cores, reducing computation from O(N²) to O(N) while maintaining competitive accuracy on vision tasks.

May 4 – May 10(2)

UniPool: A Globally Shared Expert Pool for Mixture-of-Experts

May 7, 2026

Minbin Huang, Han Shi, Chuanyang Zheng et al.

You don't need separate expert sets per layer in MoE models—a shared expert pool with independent routers works better and uses fewer parameters, suggesting the standard per-layer expert allocation is unnecessarily wasteful.

UniPool replaces the standard Mixture-of-Experts design where each layer has its own expert set with a single shared pool of experts accessed by all layers. This reduces redundancy and allows expert parameters to grow sublinearly with model depth while improving performance and reducing parameter count by 30-60% compared to standard MoE.

architectureefficiencyscaling

Sharp Capacity Thresholds in Linear Associative Memory: From Winner-Take-All to Listwise Retrieval

May 6, 2026

Nicholas Barnfield, Juno Kim, Eshaan Nichani et al.

Linear memory systems face a fundamental logarithmic penalty for top-1 retrieval but can achieve quadratic capacity if you only need the correct answer ranked highly rather than first—a distinction that matters for building efficient retrieval systems.

This paper analyzes how many key-value pairs a linear memory matrix can store, showing the answer depends on the retrieval task. For winner-take-all retrieval (finding the single best match), capacity scales as d² ≈ n log n due to extreme-value statistics. For listwise retrieval (keeping the correct answer in a top-k list), capacity improves to d² ≈ n.

Apr 27 – May 3(2)

Stochastic Scaling Limits and Synchronization by Noise in Deep Transformer Models

Apr 29, 2026

Andrea Agazzi, Giuseppe Bruno, Eloy Mosig García et al.

Noise in transformers can synchronize token behavior and stabilize learning—a counterintuitive finding that suggests randomness plays a constructive role in how these models process sequences.

This paper proves that transformer models with finite depth and width converge to a stochastic particle system as they scale. The researchers show that token evolution follows a continuous-time process with noise-driven synchronization, meaning random perturbations actually help tokens align rather than diverge.

scalingarchitecturetraining

Long-Context Aware Upcycling: A New Frontier for Hybrid LLM Scaling

Apr 27, 2026

Parsa Ashrafi Fashi, Utkarsh Saxena, Mehdi Rezagholizadeh et al.

You can efficiently extend pretrained LLMs to handle much longer contexts by converting them to hybrid architectures without retraining from scratch—this is more practical than building new models entirely.

This paper presents HyLo, a method to convert pretrained Transformer language models into hybrid architectures that combine Transformers with efficient linear sequence models (like Mamba2). By reusing existing model checkpoints and adding long-context training, HyLo extends context length by 32x while reducing memory use by 90%, enabling 2M-token processing on standard hardware.

Apr 20 – Apr 26(4)

Spend Less, Fit Better: Budget-Efficient Scaling Law Fitting via Active Experiment Selection

Apr 24, 2026

Sijie Li, Shanda Li, Haowei Lin et al.

Use active learning to strategically pick which small experiments to run when fitting scaling laws—you can predict large-scale model performance with 90% less compute by choosing experiments that reduce uncertainty about the target region you care about.

Training large AI models costs millions, and figuring out how they'll scale costs millions more. This paper proposes a smarter way to choose which smaller pilot experiments to run so you can accurately predict how a massive training run will perform, using only about 10% of the budget that naive approaches would need.

scalingefficiencytraining

A Scale-Adaptive Framework for Joint Spatiotemporal Super-Resolution with Diffusion Models

Apr 23, 2026

Max Defez, Filippo Quarenghi, Mathieu Vrac et al.

A single neural network architecture can handle multiple super-resolution scales by adapting just three hyperparameters (noise schedule, context length, and mass conservation), eliminating the need to train separate models for each upscaling factor.

This paper presents a flexible deep-learning framework for video super-resolution that works across different spatial and temporal upscaling factors without retraining from scratch.

Apr 6 – Apr 12(2)

ADAPTive Input Training for Many-to-One Pre-Training on Time-Series Classification

Apr 9, 2026

Paul Quinlan, Qingguo Li, Xiaodan Zhu

ADAPT solves a critical problem in time-series AI: you can now pre-train on many diverse datasets together instead of just one, making it possible to build generalist foundation models that work across different time-series domains.

This paper introduces ADAPT, a new pre-training method that lets AI models learn from many different time-series datasets simultaneously, even when those datasets have different sizes and structures. By aligning the physical properties of diverse time-series data, the approach enables training a single foundation model on 162 datasets at once—something previous methods couldn't do well.

datascaling

PoM: A Linear-Time Replacement for Attention with the Polynomial Mixer

Apr 7, 2026

David Picard, Nicolas Dufour, Lucas Degeorge et al.

You can replace attention with a linear-time polynomial mixer and get similar results with much faster inference—especially valuable for long sequences where attention becomes prohibitively expensive.

PoM replaces the expensive attention mechanism in transformers with a polynomial-based token mixer that runs in linear time instead of quadratic. It compresses all tokens into a learned polynomial representation, letting each token extract relevant context from this compact form.

Mar 30 – Apr 5(4)

The Compression Gap: Why Discrete Tokenization Limits Vision-Language-Action Model Scaling

Apr 3, 2026

Takuya Shiba

For robot learning systems, discrete action tokenization creates a hard ceiling on performance gains from better vision models—you need to increase action representation capacity, not just encoder quality, to see improvements.

This paper explains why upgrading vision encoders in robot learning models doesn't always improve performance. The key issue is the 'Compression Gap': when robot actions are represented as discrete tokens (like a limited vocabulary), the token codebook becomes an information bottleneck that prevents improvements from better vision encoders from helping.

architecturescalingefficiency

go-$m$HC: Direct Parameterization of Manifold-Constrained Hyper-Connections via Generalized Orthostochastic Matrices

Apr 2, 2026

Torque Dandachi, Sophia Diggs-Galligan

go-mHC enables efficient learned mixing of residual streams in transformers with a single tunable hyperparameter that trades off between speed and expressivity, potentially unlocking a new dimension for scaling model capacity.

This paper solves a mathematical problem in neural network design: how to efficiently mix information across different processing paths (residual streams) in transformers.

Mar 23 – Mar 29(2)

On Neural Scaling Laws for Weather Emulation through Continual Training

Mar 26, 2026

Shashank Subramanian, Alexander Kiefer, Arnur Nigmetov et al.

Neural scaling laws can predict weather model performance and guide efficient resource allocation—models trained with periodic cooldowns outperform standard approaches and enable longer, more accurate forecasts.

This paper studies how neural networks for weather forecasting improve as you scale up the model size, training data, and compute.

scalingefficiencytraining

Scaling Recurrence-aware Foundation Models for Clinical Records via Next-Visit Prediction

Mar 25, 2026

Haresh Rengaraj Rajamohan, Xiang Gao, Weicheng Zhu et al.

Foundation models can effectively predict clinical outcomes from EHR data, but scaling model size alone doesn't improve performance—you need proportionally more training data, and careful handling of repeated events is critical to avoid inflated evaluation metrics.

RAVEN is a foundation model trained on electronic health records (EHRs) from over one million patients to predict what clinical events will happen at a patient's next visit.

Mar 16 – Mar 22(4)

Optimal Splitting of Language Models from Mixtures to Specialized Domains

Mar 19, 2026

Skyler Seto, Pierre Ablin, Anastasiia Filippova et al.

You can train better domain-specific models by mathematically optimizing how many tokens to spend on general pretraining versus specialized training, rather than using a fixed two-stage recipe.

This paper shows how to efficiently train multiple specialized language models by splitting compute between general pretraining and domain-specific training. Using scaling laws, the authors predict optimal token allocation for each stage, improving performance on reasoning and knowledge tasks across different model sizes.

trainingscalingefficiency

ShapleyLaw: A Game-Theoretic Approach to Multilingual Scaling Laws

Mar 18, 2026

Xuyang Cao, Qianying Liu, Chuan Xiao et al.

By measuring how much each language helps other languages learn during training, you can predict model performance more accurately and find better language mixture ratios than methods that ignore cross-lingual transfer effects.

This paper treats multilingual language model training as a cooperative game where each language contributes to overall performance. It uses game theory to measure how much each language helps others learn (cross-lingual transfer), then uses these insights to predict the best mix of languages for training data.

Mar 9 – Mar 15(1)

IsoCompute Playbook: Optimally Scaling Sampling Compute for LLM RL

Mar 12, 2026

Zhoujun Cheng, Yutao Xie, Yuxiao Qu et al.

When doing RL training on LLMs, increase parallel rollouts per problem as your compute budget grows, but expect diminishing returns; this single principle helps you allocate compute efficiently across sampling and training.

This paper studies how to optimally distribute computing resources when training language models with reinforcement learning. The researchers found that the number of parallel attempts per problem should increase with total compute budget before leveling off, and this pattern holds whether problems are easy or hard—though for different reasons.

scalingtraining

Jan 20 – Jan 26, 2025(1)

DeepSeek-R1: Incentivizing Reasoning Capability in LLMs via Reinforcement Learning

Jan 22, 2025

DeepSeek-AI, Daya Guo, Dejian Yang

RL alone can teach LLMs to reason step-by-step — DeepSeek-R1 matched o1 performance at a fraction of the training cost and proved that reasoning can be distilled into small models.

Demonstrates that pure reinforcement learning without supervised fine-tuning can produce strong reasoning capabilities. DeepSeek-R1 matches OpenAI o1 on math and coding benchmarks, and distilled versions (1.5B-70B) retain most reasoning ability.

reasoningtrainingscaling

Dec 23 – Dec 29, 2024(1)

DeepSeek-V3 Technical Report

Dec 27, 2024

DeepSeek-AI, Aixin Liu, Bei Feng

Frontier-class performance for $5.6M in compute — DeepSeek-V3 demonstrated that engineering efficiency can close the gap with models costing orders of magnitude more to train.

Presents DeepSeek-V3, a 671B MoE model (37B active) trained on 14.8T tokens for $5.6M in compute. Achieves GPT-4o and Claude 3.5 Sonnet class performance while being fully open-weight, using FP8 training and multi-token prediction.

architecturescalingefficiency

Aug 5 – Aug 11, 2024(1)

Scaling LLM Test-Time Compute Optimally can be More Effective than Scaling Model Parameters

Aug 6, 2024

Charlie Snell, Jaehoon Lee, Kelvin Xu

Inference-time compute scaling is a viable alternative to model scaling — this paper provided the theoretical foundation for reasoning models like o1 and DeepSeek-R1.

Demonstrates that spending more compute at inference time (via search, verification, or repeated sampling) can be more efficient than training larger models. A smaller model with optimal test-time compute can match a 14x larger model.

reasoningscalingefficiency

Jul 29 – Aug 4, 2024(1)

The Llama 3 Herd of Models

Jul 31, 2024

Abhimanyu Dubey, Abhinav Jauhri, Abhinav Pandey

Open-weight models reached GPT-4 class performance — Llama 3 405B closed the gap between open and proprietary models, making frontier capabilities freely available.

Introduces Llama 3, a family of models up to 405B parameters trained on 15T+ tokens. Includes multimodal extensions for image, video, and speech. The 405B model approaches GPT-4 class performance while being fully open-weight.

scalingtrainingevaluation

Jul 15 – Jul 21, 2024(1)

Qwen2 Technical Report

Jul 15, 2024

An Yang, Baosong Yang, Binyuan Hui

Alibaba produced a globally competitive open model family — Qwen2 demonstrated that Chinese AI labs can match Western frontier models across languages.

Describes Qwen2, a family of models from 0.5B to 72B trained on 7T tokens across 27 languages. The 72B model matches Llama 3 70B while excelling on multilingual and code tasks.

scalingtrainingmultilingual

May 6 – May 12, 2024(1)

DeepSeek-V2: A Strong, Economical, and Efficient Mixture-of-Experts Language Model

May 7, 2024

DeepSeek-AI, Aixin Liu, Bei Feng

MLA and fine-grained MoE routing enable frontier-class models at a fraction of the compute cost — DeepSeek-V2 pioneered the architecture that made DeepSeek-V3 and R1 possible.

Introduces Multi-head Latent Attention (MLA) and DeepSeekMoE architecture, achieving strong performance while reducing inference costs dramatically. A 236B model with only 21B active parameters per token.

architectureefficiencyscaling

Jan 8 – Jan 14, 2024(1)

Mixtral of Experts

Jan 8, 2024

Albert Q. Jiang, Alexandre Sablayrolles, Antoine Roux

Sparse MoE at practical scale works — Mixtral showed that routing tokens to a subset of experts gives large-model quality at small-model inference cost.

Introduces Mixtral 8x7B, a sparse MoE model that routes each token to 2 of 8 expert networks. Matches or outperforms Llama 2 70B and GPT-3.5 while using only 13B active parameters per token.

architectureefficiencyscaling

Dec 18 – Dec 24, 2023(1)

Gemini: A Family of Highly Capable Multimodal Models

Dec 19, 2023

Gemini Team, Rohan Anil, Sebastian Borgeaud

Native multimodal training from the ground up outperforms bolting vision onto language models — Gemini established Google as a direct competitor to GPT-4.

Introduces the Gemini family (Ultra, Pro, Nano), natively multimodal models trained jointly on text, images, audio, and video. Gemini Ultra is the first model to exceed human-expert performance on MMLU.

multimodalscalingevaluation

Jul 17 – Jul 23, 2023(1)

Llama 2: Open Foundation and Fine-Tuned Chat Models

Jul 18, 2023

Hugo Touvron, Louis Martin, Kevin Stone

The first commercially usable open-weight model competitive with ChatGPT — Llama 2 established the template for responsible open-source release of aligned LLMs.

Releases Llama 2, a family of 7B-70B models with a commercially permissive license. Includes Llama 2-Chat, fine-tuned with RLHF, which approaches GPT-3.5 on human evaluations. Details the safety alignment process.

trainingalignmentscaling

Mar 13 – Mar 19, 2023(1)

GPT-4 Technical Report

Mar 15, 2023

OpenAI, Josh Achiam, Steven Adler

GPT-4 reached human-expert level on professional exams and reasoning tasks — a capability threshold that shifted the conversation from whether LLMs can reason to how well.

Describes GPT-4, a large multimodal model accepting image and text inputs. Exhibits human-level performance on professional exams (bar exam 90th percentile) and substantially improves over GPT-3.5 on reasoning, factuality, and safety.

scalingevaluationsafety

Feb 27 – Mar 5, 2023(1)

LLaMA: Open and Efficient Foundation Language Models

Feb 27, 2023

Hugo Touvron, Thibaut Lavril, Gautier Izacard

You do not need the largest model to get the best results — LLaMA proved that smaller models trained on more tokens outperform larger undertrained ones, and ignited the open-source LLM ecosystem.

Introduces LLaMA, a family of foundation models from 7B to 65B parameters trained on publicly available data. LLaMA-13B outperforms GPT-3 (175B) on most benchmarks, demonstrating that smaller models trained on more data can match much larger ones.

architecturescalingefficiency

Dec 5 – Dec 11, 2022(1)

Robust Speech Recognition via Large-Scale Weak Supervision

Dec 6, 2022

Alec Radford, Jong Wook Kim, Tao Xu

Scaling weak supervision on diverse audio data produces speech recognition that works reliably across languages and conditions — Whisper became the default open-source ASR model.

Introduces Whisper, a speech recognition model trained on 680K hours of weakly supervised web audio. Achieves robust performance across languages, accents, and noise conditions without fine-tuning.

multimodalscaling

May 2 – May 8, 2022(1)

OPT: Open Pre-trained Transformer Language Models

May 2, 2022

Susan Zhang, Stephen Roller, Naman Goyal

Meta released a full GPT-3-class model openly — OPT was one of the first major efforts to democratize access to large language model research.

Releases OPT-175B, a suite of decoder-only transformers from 125M to 175B parameters, with full model weights and training code. Aims to enable reproducible research on large language models by matching GPT-3 performance openly.

scalingtraining

Apr 4 – Apr 10, 2022(1)

PaLM: Scaling Language Modeling with Pathways

Apr 5, 2022

Aakanksha Chowdhery, Sharan Narang, Jacob Devlin

Scale produces emergent abilities — PaLM showed that certain capabilities like multi-step reasoning appear suddenly at sufficient scale rather than improving gradually.

Presents PaLM, a 540B parameter dense transformer trained on Google Pathways infrastructure across 6144 TPUs. Demonstrates breakthrough performance on reasoning tasks and shows that scaling continues to yield discontinuous capability improvements.

scalingarchitecture

Mar 28 – Apr 3, 2022(1)

Training Compute-Optimal Large Language Models

Mar 29, 2022

Jordan Hoffmann, Sebastian Borgeaud, Arthur Mensch

Previous scaling laws overemphasized model size — Chinchilla proved that training tokens should scale proportionally with parameters, reshaping how all subsequent models were trained.

Demonstrates that most large language models are significantly undertrained. For a given compute budget, the optimal strategy allocates roughly equal scaling to model size and training data. Chinchilla (70B, 1.4T tokens) outperforms Gopher (280B, 300B tokens).

scalingtraining

Aug 30 – Sep 5, 2021(1)

Finetuned Language Models Are Zero-Shot Learners

Sep 3, 2021

Jason Wei, Maarten Bosma, Vincent Y. Zhao

Instruction tuning unlocks zero-shot generalization — training on diverse tasks with natural language instructions teaches models to follow novel instructions.

Demonstrates that instruction-tuning a language model on many tasks described via natural language instructions substantially improves zero-shot performance on unseen tasks. FLAN outperforms GPT-3 on many benchmarks despite being 8x smaller.

trainingscaling

Jan 11 – Jan 17, 2021(1)

Switch Transformers: Scaling to Trillion Parameter Models with Simple and Efficient Sparsity

Jan 11, 2021

William Fedus, Barret Zoph, Noam Shazeer

Sparse MoE with single-expert routing enables trillion-parameter models at practical compute costs — the architectural pattern behind modern MoE models like Mixtral.

Simplifies Mixture-of-Experts routing by using a single expert per token instead of top-k. This Switch routing enables scaling to trillion-parameter models while keeping computational cost manageable.

architecturescalingefficiency

May 25 – May 31, 2020(1)

Language Models are Few-Shot Learners

May 28, 2020

Tom B. Brown, Benjamin Mann, Nick Ryder

In-context learning emerges at scale — GPT-3 showed that sufficiently large language models can perform tasks from just a few examples in the prompt, without training.

Introduces GPT-3, a 175B parameter autoregressive language model that achieves strong few-shot performance on many NLP benchmarks by conditioning on a few examples in context, without any gradient updates or fine-tuning.

architecturescaling

Jan 20 – Jan 26, 2020(1)

Scaling Laws for Neural Language Models

Jan 23, 2020

Jared Kaplan, Sam McCandlish, Tom Henighan

Language model performance is predictably governed by power laws in parameters, data, and compute — enabling rational decisions about how to scale models.

Discovers that language model performance follows predictable power-law relationships with model size, dataset size, and compute budget. These scaling laws hold across seven orders of magnitude and enable principled allocation of training resources.

scalingtraining

Oct 21 – Oct 27, 2019(1)

Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer

Oct 23, 2019

Colin Raffel, Noam Shazeer, Adam Roberts

Casting all NLP tasks as text-to-text unifies the approach to transfer learning and enables systematic comparison of design choices at scale.

Proposes T5, which frames every NLP task as a text-to-text problem. Systematically studies pre-training objectives, architectures, data, and scale, establishing best practices for transfer learning with transformers.

architecturetrainingscaling

Sep 16 – Sep 22, 2019(1)

Megatron-LM: Training Multi-Billion Parameter Language Models Using Model Parallelism

Sep 17, 2019

Mohammad Shoeybi, Mostofa Patwary, Raul Puri

Efficient model parallelism enables training transformers at scales previously impractical — the engineering foundation for training all subsequent large language models.

Presents efficient model parallelism techniques for training transformer models up to 8.3B parameters. Introduces intra-layer parallelism that splits attention heads and MLP layers across GPUs with minimal communication overhead.

scalingtrainingefficiency

Feb 11 – Feb 17, 2019(1)

Language Models are Unsupervised Multitask Learners

Feb 14, 2019

Alec Radford, Jeffrey Wu, Rewon Child

Scaling up language models unlocks zero-shot task performance — GPT-2 showed that bigger models learn general capabilities, not just better next-token prediction.

Introduces GPT-2, a 1.5B parameter language model that performs tasks zero-shot by simply conditioning on natural language descriptions. Demonstrates that language models implicitly learn to perform tasks without explicit supervision as they scale.

architecturescaling

Jun 12 – Jun 18, 2017(1)

Attention Is All You Need

Jun 12, 2017

Ashish Vaswani, Noam Shazeer, Niki Parmar

Self-attention alone is sufficient for sequence modeling — the Transformer architecture became the foundation for virtually all modern language models.

Introduces the Transformer architecture, replacing recurrence and convolutions entirely with self-attention mechanisms. The model achieves state-of-the-art translation quality while being significantly more parallelizable and faster to train.

architecturescaling
scaling

WattGPU: Predicting Inference Power and Latency on Unseen GPUs and LLMs

Jul 2, 2026

Mauricio Fadel Argerich, Jonathan Fürst, Marta Patiño-Martínez

You can now predict LLM inference efficiency on GPUs you've never tested by combining public model specs with GPU specifications—no profiling needed, and it works 4x better than physics-based estimates.

WattGPU predicts GPU power consumption and inference latency for large language models without requiring hardware profiling. Using only public LLM metadata and GPU specs, it generalizes to unseen hardware combinations, achieving 3-4x better accuracy than traditional baselines and helping operators choose efficient GPU-LLM pairings.

efficiencyevaluationscaling

TiRex-2: Generalizing TiRex to Multivariate Data and Streaming

Jul 1, 2026

Patrick Podest, Marco Pichler, Elias Bürger et al.

TiRex-2 enables efficient streaming multivariate forecasting with constant per-patch inference cost and zero-shot generalization, solving the quadratic complexity problem of Transformer-based time series models.

TiRex-2 is a time series foundation model built on xLSTM that handles multiple variables and streaming data efficiently. Unlike Transformer-based models that slow down with longer sequences, TiRex-2 uses a memory-based recurrent design that processes new data at constant cost, even when variables evolve together and some future values are known in advance.

architectureefficiencyscaling

One-Step Gradient Delay is Not a Barrier for Large-Scale Asynchronous Pipeline Parallel LLM Pretraining

Jun 29, 2026

Philip Zmushko, Egor Petrov, Nursultan Abdullaev et al.

Asynchronous pipeline parallelism with one-step gradient delay is practical for large LLM training if you use the right optimizer; the performance gap with synchronous training can be closed with modern optimizers and error feedback corrections.

This paper shows that asynchronous pipeline parallelism for LLM training isn't fundamentally limited by stale gradients—the problem depends on which optimizer you use. Modern optimizers like Muon handle one-step gradient delays well, while older ones like AdamW struggle.

trainingefficiencyscaling

Scaling the Horizon, Not the Parameters: Reaching Trillion-Parameter Performance with a 35B Agent

Jun 29, 2026

Lei Bai, Zongsheng Cao, Yang Chen et al.

You can match trillion-parameter model performance on complex reasoning tasks with a 35B model by focusing on longer, more complex action sequences and multi-domain expertise rather than raw parameter count.

Agents-A1 is a 35B parameter model that achieves trillion-parameter performance on complex tasks by scaling agent horizon—the length and complexity of action sequences—rather than model size.

agentstrainingscaling
evaluationscalingagents

Effective Covariance Dynamics in Solvable High-Dimensional GANs

Jun 25, 2026

Andrew Bond, Zafer Doğan

Structured correlations in data can boost learning of weak features in GANs, but excessive correlation destabilizes training—there's a sweet spot determined by learning rates and noise.

This paper analyzes GAN training mathematically by studying how a linear generator learns data structure. The key innovation is handling realistic data with correlated features and class-dependent patterns—not just simple diagonal structure. The authors prove training converges to predictable equations and show that smart use of correlations can help weak features become learnable.

trainingarchitecturescaling

Tapered Language Models

Jun 22, 2026

Reza Bayat, Ali Behrouz, Aaron Courville

You can improve language model efficiency by tapering MLP width across depth—allocating more capacity to early layers and less to later ones—a free performance gain that works across different architectures.

This paper shows that language models waste parameters by allocating them uniformly across layers. The authors propose Tapered Language Models, which gradually reduce the width of MLPs (the largest parameter-consuming components) from early to later layers. Across multiple architectures and scales, this simple change improves performance without extra cost.

architectureefficiencyscaling

Diffusion Models Adapt to Low-Dimensional Structure Under Flexible Coefficient Choices

Jun 22, 2026

Changxiao Cai, Yuchen Jiao, Gen Li

Diffusion models robustly adapt to low-dimensional structure across a wide range of coefficient choices, meaning practitioners don't need to fine-tune these hyperparameters precisely to get dimension-independent speedups on structured data.

This paper proves that diffusion models can efficiently sample from low-dimensional data structures regardless of how you set their update coefficients, as long as they fall within a broad class. The key finding is that sampling takes only O(k/ε) iterations (where k is the intrinsic dimension), independent of the ambient dimension—showing this efficiency isn't fragile to implementation details.

efficiencyscalingtraining
efficiency
scaling

Finite-Time Queue Peak Laws in Stochastic Networks: Logarithmic Scaling After Geometric Thresholds

Jun 16, 2026

Hao Liang, Cheng Tang, Yunzong Xu

Queue peaks in loaded networks exhibit a phase transition from square-root to logarithmic growth, with the transition point determined by network geometry—this matters for predicting buffer sizes and scheduling in real systems.

This paper analyzes how queue sizes grow over finite time horizons in stochastic networks with constrained resources. When the system has enough slack (spare capacity), queue peaks follow a surprising two-phase pattern: they grow like a square root initially, then switch to logarithmic growth.

scalingreasoning

Looped World Models

Jun 16, 2026

Hongyuan Adam Lu, Z. L. Victor Wei, Qun Zhang et al.

Iterative refinement of latent states through looped computation offers a new scaling axis for world models—you can trade off depth for parameter efficiency without sacrificing simulation quality.

This paper introduces Looped World Models, which use parameter-shared transformer blocks that iteratively refine latent states instead of stacking deep layers. This approach achieves 100x parameter efficiency while maintaining faithful long-horizon simulation, and introduces adaptive computation that automatically adjusts depth based on prediction complexity.

architectureefficiencyscaling
evaluationscaling

Piper: A Programmable Distributed Training System

Jun 9, 2026

Megan Frisella, Shubham Tiwari, Andy Ruan et al.

By decoupling strategy declaration from runtime execution through an intermediate representation, Piper lets researchers quickly prototype and compose different parallelism strategies without reimplementing the entire distributed training system.

Piper is a distributed training system that separates how you describe a training strategy from how it actually runs. Instead of manually coding each parallelism approach (like data parallelism or pipeline parallelism), users annotate their model and declare scheduling rules.

trainingefficiencyscaling
scalingarchitecture

Humanoid-GPT: Scaling Data and Structure for Zero-Shot Motion Tracking

Jun 2, 2026

Zekun Qi, Xuchuan Chen, Dairu Liu et al.

Scaling motion data and model capacity enables a single generative model to handle complex, dynamic robot control without task-specific training, opening new possibilities for general-purpose robot learning.

Humanoid-GPT is a large Transformer model trained on 2 billion frames of motion capture data to control humanoid robots. Unlike previous shallow models that struggled with dynamic movements, this approach scales both data and model size to achieve zero-shot generalization—meaning it can control motions and tasks it never saw during training.

scalingagents
trainingscalingefficiency

Move on Muon : A Hamiltonian probability gradient flow perspective of Muon optimizer

May 22, 2026

Aratrika Mustafi, Soumya Mukherjee, Bharath K. Sriperumbudur

Muon optimizer can be understood as Hamiltonian dynamics on probability measures, providing theoretical guarantees for convergence and opening the door to analyzing large-scale neural network training through mean-field theory.

This paper analyzes the Muon optimizer through the lens of Hamiltonian dynamics and probability flows. The authors show that Muon's orthogonalization step is actually a mirror descent update, then extend this insight to neural network training by deriving a mean-field equation describing how probability distributions over parameters evolve.

trainingscaling

Equilibrium Reasoners: Learning Attractors Enables Scalable Reasoning

May 20, 2026

Benhao Huang, Zhengyang Geng, Zico Kolter

Iterative reasoning models work by learning task-specific attractors in their latent space; scaling test-time compute (more iterations and parallel paths) improves performance on hard problems without needing external verifiers.

This paper explains how AI models can solve hard problems by iteratively refining internal states, like a brain thinking through steps. The key insight is that models learn to create 'attractors'—stable patterns that pull the model toward correct answers.

reasoningscaling

Quantifying Hyperparameter Transfer and the Importance of Embedding Layer Learning Rate

May 20, 2026

Dayal Singh Kalra, Maissam Barkeshli

When scaling up LLM training, use a higher embedding layer learning rate (scaled by model width) to stabilize training and reliably transfer hyperparameters from small to large models—this is the primary reason μP outperforms standard parameterization.

This paper explains why μP (Maximal Update) parameterization works better than standard parameterization for transferring learning rates across different model sizes. The key finding: μP's advantage mainly comes from using a higher learning rate for the embedding layer, which stabilizes training and improves hyperparameter transfer when scaling up language models.

scalingtrainingefficiency

A Readiness-Driven Runtime for Pipeline-Parallel Training under Runtime Variability

May 18, 2026

Ruitao Liu, Xinyang Tian, Shuo Chen et al.

For distributed model training, executing tasks based on actual readiness rather than pre-committed schedules can dramatically reduce GPU idle time and improve throughput, especially when computation times vary unpredictably.

This paper introduces RRFP, a runtime system that improves GPU training efficiency by executing ready tasks immediately instead of waiting for a pre-planned order. When training large models across multiple GPUs, unpredictable delays in computation cause stages to sit idle.

trainingefficiencyscaling

Predictable Confabulations: Factual Recall by LLMs Scales with Model Size and Topic Frequency

May 18, 2026

Matthew L. Smith, Jonathan P. Shock, Samuel T. Segun et al.

LLM factual accuracy isn't random—it scales predictably with model size and training data frequency, meaning you can estimate what facts a model will reliably remember based on these two factors.

This paper reveals that LLM factual recall follows a predictable pattern based on two factors: model size and how often a topic appears in training data.

scalingevaluationtraining
architectureefficiencyscaling

A proximal gradient algorithm for composite log-concave sampling

May 12, 2026

Linghai Liu, Sinho Chewi

The algorithm enables efficient sampling from composite log-concave distributions with convergence guarantees that scale well with dimension and condition number, useful for Bayesian inference and optimization problems.

This paper presents a new algorithm for sampling from complex probability distributions that combine two functions (f and g). The method uses gradient information and a special sampling oracle, achieving efficient convergence rates that match the best known results. The approach extends to non-smooth functions and distributions with weaker mathematical properties.

scaling
scalingevaluation
architectureefficiencyscaling
architectureefficiencyscaling

Generalization at the Edge of Stability

Apr 21, 2026

Mario Tuci, Caner Korkmaz, Umut Şimşekli et al.

Training at the edge of stability (where optimization becomes chaotic) generalizes better because the optimizer converges to a lower-dimensional fractal attractor, and you can predict generalization by measuring the complete structure of the loss landscape's curvature, not just simple summaries.

This paper explains why training neural networks with large learning rates—which causes chaotic, oscillatory behavior—actually improves generalization. The authors model optimizers as random dynamical systems that converge to fractal attractors and introduce 'sharpness dimension' to measure generalization.

trainingscalingreasoning

Back into Plato's Cave: Examining Cross-modal Representational Convergence at Scale

Apr 20, 2026

A. Sophia Koepke, Daniil Zverev, Shiry Ginosar et al.

Cross-modal alignment between vision and language models is much weaker than previously claimed—it only appears in small-scale experiments and reflects broad semantic overlap, not deep structural convergence.

This paper challenges the popular "Platonic Representation Hypothesis"—the idea that AI models trained on different types of data (like text and images) learn the same underlying representation of reality.

multimodalevaluationscaling
efficiencyarchitecturescaling
architectureefficiencyscaling

Screening Is Enough

Apr 1, 2026

Ken M. Nakanishi

Screening attention removes the need for global competition among keys by using absolute relevance thresholds, achieving 40% parameter reduction and 3.2× faster inference compared to Transformers.

This paper introduces Multiscreen, a language model architecture that replaces standard softmax attention with a 'screening' mechanism. Instead of distributing attention weights across all keys, screening evaluates each key against a threshold to decide which ones are relevant, eliminating the need for keys to compete with each other.

architectureefficiencyscaling

Rethinking Language Model Scaling under Transferable Hypersphere Optimization

Mar 30, 2026

Liliang Ren, Yang Liu, Yelong Shen et al.

Hypersphere-constrained optimization enables predictable scaling of language models with a single transferable learning rate, eliminating expensive hyperparameter retuning when scaling up and improving training stability.

This paper introduces HyperP, a framework for scaling language models more efficiently by constraining weights to a hypersphere during training. The key innovation is showing that a single learning rate tuned at small scale transfers reliably across different model sizes, depths, and training amounts—achieving 1.58× better compute efficiency while maintaining training stability.

trainingscalingefficiency
applications
scaling
scalingtraining

GIST: Gauge-Invariant Spectral Transformers for Scalable Graph Neural Operators

Mar 17, 2026

Mattia Rigotti, Nicholas Thumiger, Thomas Frick

GIST enables efficient, mathematically-principled graph transformers that generalize across different mesh resolutions and discretizations, making neural operators practical for large-scale physics simulations.

GIST is a graph transformer that solves a fundamental problem: how to add positional information to graph neural networks without breaking mathematical symmetries or requiring expensive computations.

architecturescalingreasoning

Mixture-of-Depths Attention

Mar 16, 2026

Lianghui Zhu, Yuxin Fang, Bencheng Liao et al.

MoDA lets deep language models selectively attend to earlier layers, preventing information loss as models get deeper while adding only 3.7% computational overhead.

This paper introduces Mixture-of-Depths Attention (MoDA), a mechanism that lets attention heads skip layers by accessing key-value pairs from both the current and earlier layers. This solves a problem in very deep language models where useful information gets diluted as it passes through many layers.

architectureefficiencyscaling