{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2511-19900","title":"Agent0-VL: Exploring Self-Evolving Agent for Tool-Integrated Vision-Language Reasoning","arxiv_id":"2511.19900","date":"2025-11-25","proceeding":"ICML","authors":["Jiaqi Liu","Kaiwen Xiong","Peng Xia","Yiyang Zhou","Haonian Ji","Lu Feng","Siwei Han","Mingyu Ding","Huaxiu Yao"],"abstract":"Vision-language agents have achieved remarkable progress in a variety of multimodal reasoning tasks; however, their learning remains constrained by the limitations of human-annotated supervision. Recent self-rewarding approaches attempt to overcome this constraint by allowing models to act as their own critics or reward providers. Yet, purely text-based self-evaluation struggles to verify complex visual reasoning steps and often suffers from evaluation hallucinations. To address these challenges, inspired by recent advances in tool-integrated reasoning, we propose Agent0-VL, a self-evolving vision-language agent that achieves continual improvement with tool-integrated reasoning. Agent0-VL incorporates tool usage not only into reasoning but also into self-evaluation and self-repair, enabling the model to introspect, verify, and refine its reasoning through evidence-grounded analysis. It unifies two synergistic roles within a single LVLM: a Solver that performs multi-turn tool-integrated reasoning, and a Verifier that generates structured feedback and fine-grained self-rewards through tool-grounded critique. These roles interact through a Self-Evolving Reasoning Cycle, where tool-based verification and reinforcement learning jointly align the reasoning and evaluation distributions for stable self-improvement. Through this zero-external-reward evolution, Agent0-VL aligns its reasoning and verification behaviors without any human annotation or external reward models, achieving continual self-improvement. Experiments on geometric problem solving and visual scientific analysis show that Agent0-VL achieves an 12.5% improvement over the base model. Our code is available at https://github.com/aiming-lab/Agent0.","url_abs":"https://arxiv.org/abs/2511.19900","url_pdf":"https://arxiv.org/pdf/2511.19900","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2511.19900","atlas_url":"https://app.syntology.ai/?focus=2511.19900","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2511.19900"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/aiming-lab/Agent0","reach":{"status":"ok","spdx":"Apache-2.0"}}],"summary":{"ran":1,"ran_fixture":1,"ran_draft_wrong":1,"unverified":12},"by_repo_kind":{"found_in_text":{"samples":15,"ran":3,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"fe79c459a3e4cc64","entry":"get_huggingface_actor_config","repo":"aiming-lab/Agent0","repo_kind":"found_in_text","path":"Agent0-VL/verl/utils/model.py","file_url":"https://github.com/aiming-lab/Agent0/blob/HEAD/Agent0-VL/verl/utils/model.py","link_basis":"plan_row","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"fe79c459a3e4cc64"}},{"code_sha256_prefix":"21331a58f93375e4","entry":"union_tensor_dict","repo":"aiming-lab/Agent0","repo_kind":"found_in_text","path":"Agent0-VL/verl/protocol.py","file_url":"https://github.com/aiming-lab/Agent0/blob/HEAD/Agent0-VL/verl/protocol.py","link_basis":"harvester_set","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"DEP_MISSING","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"21331a58f93375e4"}},{"code_sha256_prefix":"25f0ea3f460f6ce1","entry":"unpad_dataproto","repo":"aiming-lab/Agent0","repo_kind":"found_in_text","path":"Agent0-VL/verl/protocol.py","file_url":"https://github.com/aiming-lab/Agent0/blob/HEAD/Agent0-VL/verl/protocol.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"25f0ea3f460f6ce1"}},{"code_sha256_prefix":"431c8e2d70a7ffee","entry":"compute_exact_match","repo":"aiming-lab/Agent0","repo_kind":"found_in_text","path":"Agent0-VL/verl/evaluation/metrics.py","file_url":"https://github.com/aiming-lab/Agent0/blob/HEAD/Agent0-VL/verl/evaluation/metrics.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"431c8e2d70a7ffee"}},{"code_sha256_prefix":"8209d8d36717864f","entry":"extract_number","repo":"aiming-lab/Agent0","repo_kind":"found_in_text","path":"Agent0-VL/verl/evaluation/metrics.py","file_url":"https://github.com/aiming-lab/Agent0/blob/HEAD/Agent0-VL/verl/evaluation/metrics.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"8209d8d36717864f"}},{"code_sha256_prefix":"660713a8fa047736","entry":"get_generation_config","repo":"aiming-lab/Agent0","repo_kind":"found_in_text","path":"Agent0-VL/verl/utils/model.py","file_url":"https://github.com/aiming-lab/Agent0/blob/HEAD/Agent0-VL/verl/utils/model.py","link_basis":"plan_row","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"660713a8fa047736"}},{"code_sha256_prefix":"39fba8c5b01d595e","entry":"get_weight_loader","repo":"aiming-lab/Agent0","repo_kind":"found_in_text","path":"Agent0-VL/verl/models/weight_loader_registry.py","file_url":"https://github.com/aiming-lab/Agent0/blob/HEAD/Agent0-VL/verl/models/weight_loader_registry.py","link_basis":"plan_row","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"39fba8c5b01d595e"}},{"code_sha256_prefix":"8bf1b3e9bf87072c","entry":"get_weight_saver","repo":"aiming-lab/Agent0","repo_kind":"found_in_text","path":"Agent0-VL/verl/models/weight_loader_registry.py","file_url":"https://github.com/aiming-lab/Agent0/blob/HEAD/Agent0-VL/verl/models/weight_loader_registry.py","link_basis":"plan_row","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"8bf1b3e9bf87072c"}},{"code_sha256_prefix":"e92c6c13f949ae88","entry":"normalize_answer","repo":"aiming-lab/Agent0","repo_kind":"found_in_text","path":"Agent0-VL/verl/evaluation/metrics.py","file_url":"https://github.com/aiming-lab/Agent0/blob/HEAD/Agent0-VL/verl/evaluation/metrics.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"e92c6c13f949ae88"}},{"code_sha256_prefix":"855a8029339e16c0","entry":"parallel_sandbox","repo":"aiming-lab/Agent0","repo_kind":"found_in_text","path":"Agent0-VL/sandbox/local_sandbox.py","file_url":"https://github.com/aiming-lab/Agent0/blob/HEAD/Agent0-VL/sandbox/local_sandbox.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"855a8029339e16c0"}},{"code_sha256_prefix":"19ad0691d60d46d3","entry":"parallel_sandbox","repo":"aiming-lab/Agent0","repo_kind":"found_in_text","path":"Agent0-VL/sandbox/subprocess_sandbox.py","file_url":"https://github.com/aiming-lab/Agent0/blob/HEAD/Agent0-VL/sandbox/subprocess_sandbox.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"19ad0691d60d46d3"}},{"code_sha256_prefix":"281ea4c2b2a9a5f7","entry":"sanitize_request","repo":"aiming-lab/Agent0","repo_kind":"found_in_text","path":"Agent0/executor_train/eval_service/model_service.py","file_url":"https://github.com/aiming-lab/Agent0/blob/HEAD/Agent0/executor_train/eval_service/model_service.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"281ea4c2b2a9a5f7"}},{"code_sha256_prefix":"03e856dbc145881d","entry":"single_sandbox","repo":"aiming-lab/Agent0","repo_kind":"found_in_text","path":"Agent0-VL/sandbox/local_sandbox.py","file_url":"https://github.com/aiming-lab/Agent0/blob/HEAD/Agent0-VL/sandbox/local_sandbox.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"03e856dbc145881d"}},{"code_sha256_prefix":"ca696372a8d65f98","entry":"single_sandbox","repo":"aiming-lab/Agent0","repo_kind":"found_in_text","path":"Agent0-VL/sandbox/subprocess_sandbox.py","file_url":"https://github.com/aiming-lab/Agent0/blob/HEAD/Agent0-VL/sandbox/subprocess_sandbox.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"ca696372a8d65f98"}},{"code_sha256_prefix":"3b15e2ac7497c441","entry":"squeeze","repo":"aiming-lab/Agent0","repo_kind":"found_in_text","path":"Agent0-VL/verl/utils/model.py","file_url":"https://github.com/aiming-lab/Agent0/blob/HEAD/Agent0-VL/verl/utils/model.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"3b15e2ac7497c441"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.CV","source":"arxiv_api"},"syntology_extracted_results":null}