Skip to content

What Top AI Conferences Accepted in 2025: The Agent Breakout and Reasoning Revolution

Aug 24, 2026 1 min
TL;DR The two strongest signals at AI conferences in 2025 were reasoning papers jumping from 47 to 216, a 4.6-fold rise, and agent-related terms exceeding 150 papers with 4.3–11-fold growth. Diffusion moved from breakout topic to infrastructure; RAG became a mainstream enterprise architecture with unusual coverage across all five conferences; state-space models and world models began tracing the early 2020–2021 path of Vision Transformers. Pure prompt-engineering papers encountered reviewer fatigue.
Table of Contents
  1. Full Breakout: Reasoning and Test-Time Compute
  2. Full Breakout: Agentic AI and Multi-Agent Systems
  3. Stable Mainstream: Diffusion Became Infrastructure
  4. Stable Mainstream: Multimodality and LLMs Deepened
  5. Emerging: World Models, RAG, and State-Space Models
  6. Saturated or Declining
  7. 2025 vs. 2024: What Changed?
  8. Award-Winning Papers at a Glance
  9. Looking Back from 2026
  10. References

🌏 中文版

2025 brought the largest submission volumes in top-AI-conference history: NeurIPS received 21,575 papers, CVPR 13,008, ICML 12,107, and AAAI 12,957, each a record. The more important story was the topic distribution. Khanbayov and Kurban's 2026 analysis of 80,814 Main Track papers at ACL, CVPR, ICLR, ICML, and NeurIPS from 2017 through 2025 found that AI topics undergo "topical phase transitions": years at the margin followed by simultaneous cross-conference breakout within one to three years.

At least two such transitions were underway in 2025.

Full Breakout: Reasoning and Test-Time Compute

If one word summarizes 2025, it is reasoning. After o1 sparked hallway discussion in late 2024, papers containing "reasoning" rose from 47 to 216, a 4.6-fold increase and the fastest tracked keyword. Chain-of-thought and scaling laws grew 3.3–4.7 times. Several related terms accelerating together mirrored the pattern before the 2022–2023 LLM breakout.

Jay Alammar's map of roughly 5,800 NeurIPS 2025 acceptances found about 766 papers—13%—centered on reasoning. Awards reflected the same theme:

  • NeurIPS runner-up Does Reinforcement Learning Really Incentivize Reasoning Capacity in LLMs Beyond the Base Model? used large pass@k values to find that RLVR improved sampling efficiency rather than the capability boundary; base models became stronger at sufficiently large k. It concluded that current RLVR had not elicited genuinely novel reasoning.
  • ICML Outstanding Paper Train for the Worst, Plan for the Best showed masked diffusion solving the most confident tokens first, raising Sudoku accuracy from 7% to 90%.
  • ICML Outstanding Paper Roll the dice & look before you leap argued that next-token prediction intrinsically limits creativity and proposed multi-token methods and input-side seed conditioning.

These papers did not demonstrate how powerful reasoning models were. They asked where reasoning stops and why. The field moved from demos toward scientific understanding.

Full Breakout: Agentic AI and Multi-Agent Systems

Four overlapping terms met pre-breakout criteria: "agent" grew 4.3 times, "agents" 8.3, "llm agents" 11.0, and "multi-agent system" 4.7. Together they appeared in more than 150 papers across four of five conferences.

NeurIPS alone accepted 367 agent-related papers across fifteen areas, including benchmarking, tools, reasoning, multi-agent collaboration, and safety. A synthesis described a shift from capability demonstration to critical evaluation.

  • Multi-agent collaboration failed systematically: capable individual models lacked native social intelligence, communication protocols, theory of mind, and cooperative behavior. Agreement above 90% reduced their ability to challenge wrong answers.
  • Safety did not transfer to agentic settings: alignment in static QA broke when systems gained tools and environmental interaction.
  • ICLR Outstanding Paper Safety Alignment Should be Made More Than Just a Few Tokens Deep found shallow alignment concentrated in the first few token distributions, explaining vulnerability to fine-tuning, prefilling, and decoding attacks.

Native Sparse Attention addressed long-context efficiency relevant to agents. ICML's CollabLLM showed genuinely proactive collaboration, raising satisfaction 17.6% and reducing completion time 10.4%.

Stable Mainstream: Diffusion Became Infrastructure

Diffusion was no longer emerging but infrastructure. NeurIPS Best Paper Why Diffusion Models Don't Memorize developed generalization theory instead of another architecture, a sign of maturity. Diffusion became a substrate for vision, audio, molecules, and 3D.

CVPR Honorable Mention Navigation World Models used video diffusion to predict navigational worlds, moving beyond attractive images toward dynamics. Flow matching, diffusion's continuous-time extension, grew 3.9 times to 118 papers and emerged as its technical successor.

Stable Mainstream: Multimodality and LLMs Deepened

LLMs permeated nearly every cluster, and roughly 28% of NeurIPS papers focused on multimodality. The character of the work changed:

  • Architecture: Qwen's Gated Attention applied precise surgery rather than merely enlarging a model.
  • Theory: Superposition Yields Robust Neural Scaling explained scaling laws with Anthropic's toy model.
  • Knowledge editing: AlphaEdit used null-space projection and improved editing 36.7% on average.
  • Fine-tuning theory: Learning Dynamics of LLM Finetuning explained why excessive DPO can reduce quality.

ACL awards emphasized multilinguality, capability limits, hallucination, efficiency, and evaluation. Byte Latent Transformer and NSA reflected the move from bigger toward more efficient LLMs. EMNLP's Infini-gram mini and work on CoT faithfulness, preferences, field linguistics, and value-action gaps showed NLP diagnosing LLM problems rather than displaying capabilities.

Emerging: World Models, RAG, and State-Space Models

These directions had 40–118 papers, 3.8–4.4-fold growth, and coverage across three to five venues: substantial, but not yet mainstream. Historical patterns suggested breakouts in 2026–2027.

Direction202320242025GrowthConference coverage
Multimodal LLMs012675.6×3
Reasoning472164.6×3
RAG122974.4×5 (all)
Agent / LLM agents112514.3×4
Video generation420844.2×4
World model410404.0×3
Flow matching1301183.9×4
State-space model311423.8×4
Mechanistic interpretability13271003.7×3

(Source: Khanbayov & Kurban, 2026; ACL/CVPR/ICLR/ICML/NeurIPS Main Tracks, 2017–2025.)

  • RAG alone covered all five conferences, closer to active breakout than pre-breakout. It was positioned to produce retrieval-augmented reasoning and compound retrieval.
  • World models sat at the intersection of video generation and model-based RL. Richard Sutton called directly for world models and planning.
  • State-space models, led by Mamba, grew to 42 papers across four venues, resembling the early ViT-CNN transition.
  • Mechanistic interpretability rose from 27 to 100 papers as understanding behavior became more urgent.

Saturated or Declining

Pure prompt engineering met reviewer fatigue. Basic zero-shot, few-shot, and template tricks became engineering rather than research. A synthesis of 367 NeurIPS agent papers warned against claiming reasoning gains without verifying latent capability activation.

Incremental gains on static benchmarks also lost status. More than thirty NeurIPS benchmark papers and systematic critiques showed contamination, distribution shift, and simplified tasks overstating ability. D&B winner Artificial Hivemind created Infinity-Chat because existing benchmarks could not detect output homogenization.

Traditional GAN architectures had been displaced by diffusion and flow matching; almost no award paper centered on new GAN architecture.

2025 vs. 2024: What Changed?

Dimension20242025
Reasoningo1 prompted discussion; few papersFull breakout; 766 NeurIPS papers involved reasoning
AgentsEarly capability demosCritical evaluation exposed systemic weaknesses
DiffusionStill expanding rapidlyStable infrastructure; research shifted toward theory
LLM focusLarger and broaderMore efficient, understandable, and precise
Safety/alignmentDeeper RLHFShallow alignment exposed; agentic safety recognized as distinct
EvaluationBenchmark gainsBenchmark criticism and contamination-resistant evaluation

Award-Winning Papers at a Glance

ConferenceAwardPaperDirection
NeurIPSBest PaperWhy Diffusion Models Don't MemorizeDiffusion theory
NeurIPSBest Paper1000 Layer Networks for Self-Supervised RLRL × scaling
NeurIPSBest PaperGated Attention for LLMsLLM architecture
NeurIPSBest Paper (D&B)Artificial HivemindLLM evaluation
NeurIPSRunner-upDoes RL Really Incentivize Reasoning?Reasoning limits
NeurIPSRunner-upSuperposition Yields Robust Neural ScalingScaling theory
NeurIPSRunner-upOptimal Mistake Bounds for Transductive Online LearningLearning theory
NeurIPSTest of TimeFaster R-CNN (2015)Object detection
ICMLOutstandingCollabLLMLLM collaboration
ICMLOutstandingTrain for the Worst, Plan for the BestMasked diffusion
ICMLOutstandingRoll the dice & look before you leapLimits of creativity
ICMLOutstandingConformal Prediction as Bayesian QuadratureUncertainty
ICMLOutstandingScore Matching with Missing DataGenerative theory
ICMLOutstandingThe Value of Prediction in Identifying the Worst-OffML and social policy
ICMLPosition PaperThe AI Conference Peer Review CrisisPeer review
ICMLPosition PaperAI Safety should prioritize the Future of WorkSafety and labor
ICMLTest of TimeTRPO and Normalizing Flows (2015)RL / generation
ICLROutstandingSafety Alignment: More Than a Few Tokens DeepLLM safety
ICLROutstandingLearning Dynamics of LLM FinetuningFine-tuning theory
ICLROutstandingAlphaEditKnowledge editing
ICLRHonorableData Shapley in One Training RunData valuation
ICLRHonorableSAM 2Vision segmentation
ICLRHonorableFaster Cascades via Speculative DecodingInference efficiency
ICLRTest of TimeAdam (2014)Optimization
ACLBest PaperNative Sparse AttentionAttention efficiency
ACLBest PaperLanguage Models Resist AlignmentAlignment theory
ACLBest PaperDifference AwarenessFairness
ACL26 OutstandingMultilinguality, hallucination, efficiency, evaluationNLP broadly
EMNLPBest PaperInfini-gram minin-gram search
EMNLPOutstandingLingGym, MiCRo, CoT Faithfulness, and othersLinguistics, preference, reasoning
CVPRBest PaperVGGT3D vision
CVPRBest StudentNeural Inverse Rendering from Propagating LightInverse rendering
CVPRHonorableMegaSaM, Navigation World Models, Molmo/PixMo3D, world models, VLMs
AAAIOutstandingEvery Bit Helps, Abductive Reflection, RevelationsTheory
IJCAIDistinguishedMORL with Restraining Bolts, Robust Compression, Hyper-HeuristicsRL and ethics

Looking Back from 2026

Based on the 2017–2025 phase-transition pattern and a typical two-year lead time:

  1. Reasoning and test-time compute were the strongest signal and could exceed 500 cross-conference papers per year in 2026–2027.
  2. Agentic AI had fragmented keywords beginning to consolidate, as diffusion terminology once did, suggesting sharper growth after consolidation.
  3. World models drew momentum from both video generation and model-based RL.
  4. RAG already covered all five conferences and was actively breaking out, likely to generate second-order fields in 2026.
  5. State-space models could expand rapidly if competitive in multimodal and long-context settings.

The risk was equally important. NeurIPS 2025's broader story was a turn from capability display toward scientific rigor. Benchmarks, generalization, and safety alignment all faced unprecedented scrutiny. Richard Sutton said that AI, as a huge industry, had to some extent lost its way. Award-winning papers asked why methods work and where their limits lie, not merely whether they score higher. Scientific understanding and critical evaluation may therefore offer a better research return than another state-of-the-art benchmark result.


References