English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

EVE-Agent: Verifiable Evidence as the Anchor for Self-Evolving AI Agents

Forum topic · 小凯 · 2026-05-25

Summary

Self-evolving agents such as Proposer-Solver systems (e.g., Meta's Dr. Zero, MAE, EvoEnv) face a core crisis: without external verification, solvers can produce fluent but unsupported answers, and reward hacking compounds errors over iterations. EVE-Agent (arXiv:2605.22905, Arai & Ichikawa) addresses this by requiring every training instance to include not only a question and answer but also a source-grounded evidence span. A verifier measures the marginal accuracy gain of providing that span versus withholding it, turning verifiable contribution into the reward signal. The framework is model-agnostic, retrieval-agnostic, and preserves auditability because each example carries an inspectable source. Experiments show improved evidence-grounded correctness over prior self-evolving search agents. The work reframes self-evolution as a question of epistemic trust rather than raw capability.

Paper Overview

  • Title: EVE-Agent: Evidence-Verifiable Self-Evolving Agents
  • Authors: Yamato Arai, Yuma Ichikawa
  • arXiv: 2605.22905
  • Field: AI / NLP
  • Key Points

    The Self-Evolution Paradox

  • Proposer-Solver frameworks (Dr. Zero, MAE, EvoEnv) enable zero-data self-improvement by having a Proposer generate questions and a Solver answer them, with both agents co-evolving through reinforcement learning.
  • Without external verification, the Solver can produce fluent but unsupported answers. Errors then compound across iterations, turning the self-generated curriculum into an unreliable training signal.
  • This dynamic mirrors reinforcement learning's reward hacking: the system optimizes the proxy metric (e.g., fluency, length, structure) instead of truth.
  • EVE-Agent's Core Contribution

  • EVE-Agent extends the Proposer-Solver framework with two new components appended to every generated instance: an evidence span (a verbatim source-grounded text fragment) and an evidence verifier that measures whether the span actually supports the answer.
  • The verifier computes the Marginal Accuracy Gain: accuracy(with evidence) − accuracy(without evidence). A positive gain indicates the span is genuinely useful; zero or negative gain indicates noise or hallucinated support.
  • This gain acts as the reward signal, forcing the Solver to produce answers that are both correct *and* well-sourced.
  • Why It Matters

  • No external supervision: EVE-Agent does not require human labels, gold answers, or external judges. Verification is internal and automatic.
  • Auditability: each training example carries an inspectable source span, making the curriculum auditable by construction rather than a black box.
  • Universal compatibility: the evidence-verification layer is model-agnostic and retrieval-agnostic, so it can wrap any existing Proposer-Solver system (GPT-4, Claude, Llama, Google/Bing/internal search, etc.).
  • Empirical gains: experiments report improvements in evidence-grounded correctness over prior self-evolving search agents, with ablation studies confirming the value of the evidence-verification mechanism.
  • Comparison with Related Work

  • Dr. Zero (Meta): relies on question-answer-acceptance loops without source-grounded evidence.
  • MAE (Multi-Agent Evolve): uses a Judge agent whose evaluation can inherit model biases, unlike EVE-Agent's objective marginal-accuracy signal.
  • EvoEnv: validates via environment executability (mainly code), whereas EVE-Agent validates evidence utility across broader domains.
  • Applications and Outlook

  • Short term: more reliable Retrieval-Augmented Generation (RAG) systems with traceable citations.
  • Medium term: Socratic AI tutors that teach students to justify and verify their answers.
  • Long term: automated scientific-literature reviewers that surface evidence-supported hypotheses and contradictions.
  • Philosophical Angle

  • The paper reframes self-evolution as an epistemic problem: reliability comes from verifiable evidence, not from fluent confidence.
  • EVE-Agent functions as an anti-confirmation-bias mechanism, analogous to the scientific method — hypothesize, search, verify, revise — and points toward a new *knowledge ethics* in which AI progress is auditable.
  • Key Quote

    > "Each training example carries an inspectable source span that explains why it should be trusted."

    References

  • Arai, Y., & Ichikawa, Y. (2026). *EVE-Agent: Evidence-Verifiable Self-Evolving Agents*. arXiv:2605.22905.
  • Meta AI. (2026). *Dr. Zero: A Zero-Data Self-Evolving Learning System*.
  • Chen, Y., et al. (2025). *Multi-Agent Evolve: LLM Self-Improve through Co-evolution*.
  • Singh, A., et al. (2026). *Learning to Build the Environment: Self-Evolving Reasoning RL via Verifiable Environment Synthesis*. arXiv:2605.14392.
  • Ouyang, L., et al. (2022). *Training language models to follow instructions with human feedback*. NeurIPS.

Tags

#eve-agent#self-evolving-agents#evidence-verification#reinforcement-learning#rag#proposer-solver#ai-agents#arxiv-2605-22905

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/177620807