Awesome Agentic Reasoning
This is a curated paper list on Agentic Reasoning, based on the January 2026 survey paper *Agentic Reasoning for Large Language Models: A Survey* (arXiv:2601.12538).
Core Taxonomy
1. Foundational Agentic Reasoning
- Planning: Tree of Thoughts, ReAct, PlanBench
- Tool-Use Optimization: Toolformer, Gorilla, APIBench
- Agentic Search: Self-RAG, WebGPT, DeepRAG
- Feedback Mechanisms: Reflexion, Self-Refine, AgentTuning
- Agent Memory: MemGPT, MemoryBank, Agent Workflow Memory
- Capability Evolution: Self-Rewarding, RAGEN, WebRL
- Collaboration & Division of Labor: MetaGPT, AutoAgents, Chain of Agents
- Multi-agent Memory: G-Memory, MIRIX, Collaborative Memory
- Training Evolution: MARFT, MAPoRL, Multi-Agent Evolve
- Math & Programming: AlphaGeometry, CodeChain, AgentCoder
- Scientific Discovery: ChemCrow, AI Scientist, ProtAgents
- Embodied AI: Voyager, SayCan, Gemini Robotics
- Healthcare: AgentMD, TxAgent, MedOrch
- Web Research: WebGPT, Agent Q, OSWorld
- Tool Use: ToolQA, API-Bank, GTA
- Memory & Planning: LongMemEval, TravelPlanner, ALFWorld
- Multi-agent: SMARTS, AvalonBench, BattleAgentBench
- GitHub: https://github.com/weitianxin/Awesome-Agentic-Reasoning
- Paper: https://arxiv.org/abs/2601.12538
- HuggingFace: https://huggingface.co/papers/2601.12538
2. Self-evolving Agentic Reasoning
3. Collective Multi-agent Reasoning
4. Application Domains
5. Evaluation Benchmarks
Key Insights
1. Three-layer architecture: Foundational reasoning → Self-evolution → Collective collaboration. 2. Two paradigms: In-Context Reasoning vs. Post-Training Optimization. 3. Core trends: Evolution from single-agent systems toward multi-agent collaboration, and from static capabilities toward dynamic learning.