Agent0 Series: Self-Evolving Agents from Zero Data

February 17, 2026 · View on GitHub

Website Agent0 Paper Agent0-VL Paper License

Unleashing Autonomous Agent Evolution via Tool-Integrated Reasoning

UNC-Chapel Hill · Salesforce Research · Stanford University

🔥 News

  • [11/29/2025] The code of Agent0 was released!
  • [11/26/2025] We’ve set up a Discord server and WeChat group to make it easier to collaborate and exchange ideas on this project. Welcome to join the Group to share your thoughts, ask questions, or contribute your ideas! 🔥 Join our Discord and WeChat Group Now!
  • [11/25/2025] Agent0-VL was released on arXiv!
  • [11/20/2025] Agent0 paper was released on arXiv!

📖 Overview

The Agent0 Series explores a new direction for autonomous agent development, showing that capable agents can improve and evolve without relying on human-curated datasets or handcrafted supervision. This repository brings together two complementary studies that advance self-improving agents through tool-integrated reasoning.

🤖 Agent0: Self-Evolving Language Agents

Unleashing Self-Evolving Agents from Zero Data via Tool-Integrated Reasoning

A fully autonomous framework that evolves high-performing language agents through multi-step co-evolution and seamless tool integration. Agent0 establishes a symbiotic competition between two agents:

  • Curriculum Agent: Proposes increasingly challenging frontier tasks
  • Executor Agent: Learns to solve them using external tools

Key Results:

  • +18% improvement on mathematical reasoning benchmarks
  • +24% improvement on general reasoning benchmarks
  • ✅ Zero external data required for training
  • ✅ Multi-turn interaction support

📄 Paper | 📁 Code | 🔗 Details


👁️ Agent0-VL: Self-Evolving Vision-Language Agents

Exploring Self-Evolving Agent for Tool-Integrated Vision-Language Reasoning

A self-evolving vision-language agent that extends the Agent0 paradigm to multimodal reasoning tasks. Agent0-VL incorporates tool usage not only into reasoning but also into self-evaluation and self-repair through a dual-role architecture:

  • Solver: Performs multi-turn tool-integrated reasoning
  • Verifier: Generates structured feedback and fine-grained self-rewards

Key Results:

  • +12.5% average improvement on visual reasoning benchmarks
  • +7.3% improvement in test-time scaling performance
  • ✅ State-of-the-art among open-source vision-language models
  • ✅ Zero external reward for self-evolution

📄 Paper | 📁 Code | 🔗 Details


🎯 Key Features

Shared Philosophy

Both Agent0 and Agent0-VL are built on the principle of zero-data self-evolution:

  • No Human Annotations: Completely eliminates dependency on external data or human supervision
  • Tool-Integrated Reasoning: Leverages external tools to enhance problem-solving capabilities
  • Autonomous Evolution: Self-generates training data through intelligent exploration

📊 Results Summary

Agent0: Language Reasoning

Mathematical Reasoning Benchmarks (Qwen3-8B-Base)

Complete comparison with state-of-the-art self-evolving methods:

ModelAVGAMCMinervaMATHGSM8KOlympiadAIME25AIME24
Base Model49.252.050.078.089.144.716.713.9
Base Model w/ Tool53.260.354.979.290.747.918.720.9
+ Absolute Zero52.662.552.976.692.047.818.218.4
+ R-Zero54.761.760.782.094.148.919.216.4
+ Socratic-Zero56.163.752.481.287.355.124.528.4
+ Agent058.262.461.382.494.554.024.828.0

Key Improvements:

  • 📈 +18.3% over base model (49.2 → 58.2)
  • 🎯 +6.4% over R-Zero (54.7 → 58.2)
  • 🔥 +3.7% over Socratic-Zero (56.1 → 58.2)

General Reasoning Benchmarks (Qwen3-8B-Base)

ModelOverall AVGMATH AVGSuperGPQAMMLU-ProBBEH
Base Model34.549.228.351.88.6
Base Model w/ Tool36.753.229.554.89.37
+ Absolute Zero39.952.633.562.510.8
+ R-Zero38.754.731.458.210.6
+ Socratic-Zero39.256.130.160.99.5
+ Agent042.158.233.063.413.7

Key Improvements:

  • 📈 +22.0% over base model (34.5 → 42.1)
  • 🎯 +5.5% over Absolute Zero (39.9 → 42.1)
  • 🔥 Highest overall performance among all self-evolving methods

Agent0-VL: Visual Reasoning

Main Results on Visual Reasoning Benchmarks

Comprehensive comparison with closed-source and open-source models:

Model CategoryModelMathVerseMathVisionMathVistaWeMathHallBenchChartQAMMMUAvg.
Closed-SourceGPT-4o50.830.463.868.855.085.769.160.5
OpenAI-o157.060.373.9--83.177.6-
Claude-3.7-Sonnet52.041.366.872.655.456.575.059.9
Open GeneralInternVL-2.5-8B39.519.764.453.561.779.162.754.4
InternVL-3-8B39.829.371.658.164.385.960.758.5
Qwen2.5-VL-7B46.325.167.862.165.083.558.658.3
Qwen2.5-VL-7B-TIR47.226.368.163.767.284.159.659.5
Qwen3-VL-8B62.153.977.272.572.184.669.670.3
Qwen3-VL-8B-TIR63.154.779.473.172.885.470.971.3
Open ReasoningVision-R1-7B51.930.773.573.968.879.850.561.3
OpenVLThinker-7B45.726.371.266.770.278.4--
MM-Eureka-7B50.527.973.667.466.982.152.760.2
ThinkLite-VL-7B52.132.975.169.370.984.855.562.9
Thyme-VL-7B51.327.670.0-71.086.1--
OursAgent0-VL-7B53.137.375.671.772.987.361.165.6
Agent0-VL-8B65.556.283.779.674.389.773.474.6

Key Improvements (Agent0-VL-7B):

  • 📈 +12.5% over Qwen2.5-VL-7B base (58.3 → 65.6)
  • 🎯 +10.3% over Qwen2.5-VL-7B-TIR (59.5 → 65.6)
  • 🔥 +4.3% over ThinkLite-VL-7B (62.9 → 65.6)
  • 🏆 Best among all open-source 7B models

Key Improvements (Agent0-VL-8B):

  • 📈 +6.1% over Qwen3-VL-8B base (70.3 → 74.6)
  • 🎯 +4.6% over Qwen3-VL-8B-TIR (71.3 → 74.6)
  • 🔥 Outperforms GPT-4o on MathVista, HallBench, and ChartQA
  • 🏆 State-of-the-art among all open-source models

Iterative Self-Evolution Performance (Agent0-VL-7B)

StageMathVerseMathVisionMathVistaWeMathHallBenchChartQAMME-RealMMMUAvg.
Base Model46.325.167.862.165.083.558.350.657.3
Iteration 148.429.669.266.867.984.763.953.760.5
Iteration 251.135.372.870.170.386.164.758.363.6
Iteration 353.137.375.671.772.987.365.361.165.5

Evolution Progress:

  • 🔄 Iter 1: +5.2% improvement (57.3 → 60.5)
  • 🔄 Iter 2: +4.0% additional gain (60.5 → 63.6)
  • 🔄 Iter 3: +2.8% further improvement (63.6 → 65.5)
  • +8.2% cumulative gain over base model

📚 Citation

If you find our work helpful, please consider citing:

Agent0

@article{xia2025agent0,
  title={Agent0: Unleashing Self-Evolving Agents from Zero Data via Tool-Integrated Reasoning},
  author={Xia, Peng and Zeng, Kaide and Liu, Jiaqi and Qin, Can and Wu, Fang and Zhou, Yiyang and Xiong, Caiming and Yao, Huaxiu},
  journal={arXiv preprint arXiv:2511.16043},
  year={2025}
}

Agent0-VL

@article{liu2025agent0vl,
  title={Agent0-VL: Exploring Self-Evolving Agent for Tool-Integrated Vision-Language Reasoning},
  author={Liu, Jiaqi and Xiong, Kaiwen and Xia, Peng and Zhou, Yiyang and Ji, Haonian and Feng, Lu and Han, Siwei and Ding, Mingyu and Yao, Huaxiu},
  journal={arXiv preprint arXiv:2511.19900},
  year={2025}
}

📜 License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.


🙏 Acknowledgements

We thank the open-source community for their foundational work that made this research possible. Special thanks to:

  • The teams behind Qwen, InternVL, and other base models
  • The VeRL team for their excellent RL framework
  • All the benchmark creators and maintainers

✨Star History Chart