Papers
Topics
Authors
Recent
Search
2000 character limit reached

Training LLM Agents for Spontaneous, Reward-Free Self-Evolution via World Knowledge Exploration

Published 20 Apr 2026 in cs.AI | (2604.18131v1)

Abstract: Most agents today ``self-evolve'' by following rewards and rules defined by humans. However, this process remains fundamentally dependent on external supervision; without human guidance, the evolution stops. In this work, we train agents to possess an intrinsic meta-evolution capability to spontaneously learn about unseen environments prior to task execution. To instill this ability, we design an outcome-based reward mechanism that measures how much an agent's self-generated world knowledge improves its success rate on downstream tasks. This reward signal is used exclusively during the training phase to teach the model how to explore and summarize effectively. At inference time, the agent requires no external rewards or human instructions. It spontaneously performs native self-evolution to adapt to unknown environments using its internal parameters. When applied to Qwen3-30B and Seed-OSS-36B, this shift to native evolution yields a 20% performance increase on WebVoyager and WebWalker. Most strikingly, the generated world knowledge even enables a compact 14B Qwen3 model to outperform the unassisted Gemini-2.5-Flash, establishing a new paradigm for truly evolving agents.

Summary

  • The paper introduces a meta-evolution paradigm enabling LLM agents to self-evolve by autonomously exploring environments for structured world knowledge.
  • It leverages supervised fine-tuning and reinforcement-based rejection sampling to enhance exploration and optimize outcome-based rewards.
  • Empirical results on WebWalker and WebVoyager show up to 19% success gains and 17% reduced steps, demonstrating universal transferability.

Training LLM Agents for Reward-Free Self-Evolution Through World Knowledge Exploration

Motivation and Paradigm Shift

Autonomous agent evolution in current LLM-based systems remains fundamentally supervised, with experience-driven and adversarial paradigms still anchored to external, human-specified tasks and reward signals. This dependency manifests as bottlenecks in scalability, robustness, and genuine adaptability. The paper introduces a meta-evolution paradigm for LLM agents, targeting spontaneous self-evolution without predefined tasks or reward signals at inference time. The proposed approach enables agents to proactively explore unknown environments and distill structured world knowledge, acting as a cognitive map to facilitate downstream task adaptation. This paradigm marks a concise break from traditional guidance, aiming for workflow-free self-evolution with minimal human intervention. Figure 1

Figure 1: The evolution from experience-driven and adversarial paradigms to meta-learning-driven self-evolution, where agents autonomously derive world knowledge without reward or task supervision.

Methodology: Outcome-Based Reward and Meta-Evolution Training

The approach centers on the concept of world knowledge (K\mathcal{K})—structured, token-limited summaries of an environment generated via agent exploration. The agent's life cycle is decoupled:

  • Native Evolution Phase: The agent independently explores the environment, generating K\mathcal{K} without external reward or task specification.
  • Knowledge-Enhanced Execution Phase: For downstream tasks, the agent leverages K\mathcal{K} to drive reasoning and navigation.

Training is conducted through an outcome-based reward mechanism, where the utility of generated K\mathcal{K} is quantified as the differential in downstream task success rate when compared to the baseline (no prior knowledge). This reward is used exclusively at training time, while inference is entirely reward-free. Figure 2

Figure 2: The pipeline: supervised fine-tuning from teacher models, followed by reinforcement-based rejection sampling to optimize world knowledge generation.

  • Supervised Fine-Tuning (SFT): The base policy is initialized via imitation learning on trajectories generated by a strong teacher (e.g., Gemini-2.5-Pro), with selection based on maximum outcome-based reward.
  • Reinforcement-based Rejection Sampling (RFT): Candidate world knowledge documents generated by the policy are scored and filtered, iteratively optimizing exploration and summarization efficiency.

Advantages include horizon-agnostic adaptation, decoupling from environmental reward signals, and eliminating gradient-based test-time training.

Empirical Evaluation and Numerical Results

Evaluation was conducted on WebWalker and WebVoyager benchmarks. Success rate and step efficiency were the primary metrics.

  • Effectiveness: Ours (RFT) attains up to a 19% absolute gain (Qwen3-30B, WebWalker) and outperforms both the base model and teacher (Gemini-2.5-Pro) despite compact parameterization.
  • Efficiency: Agents equipped with world knowledge reduce execution steps by on average 17%, demonstrating task guidance and structural prior impact.

Ablation studies confirm the major performance leap occurs after SFT and the first RFT iteration; further rounds yield diminishing marginal improvements. Figure 3

Figure 3: Success rate trends across training stages show marked performance jumps post-SFT and first RFT iteration.

Knowledge Transfer, Scaling, and Theoretical Implications

Cross-model experiments show K\mathcal{K} is universally portable—delivering substantial performance uplift irrespective of backbone architecture or scale.

  • Exploration Trumps Parameters: A 14B Qwen3 model with world knowledge surpasses Gemini-2.5-Flash, and Kimi-K2-Turbo and Gemini-2.5-Flash equipped with transferred K\mathcal{K} outscore their higher-parameter siblings.
  • Implication: The bottleneck for agentic performance shifts from model scale to the quality of environmental exploration and summarization. Figure 4

    Figure 4: Demonstration of cross-model world knowledge transfer with substantial accuracy improvements across architectures.

Case Analysis and Token Sensitivity

A case study on ACL 2024 web navigation tasks demonstrates world knowledge enables early retrieval of critical information, reducing exploration steps and increasing answer precision. Figure 5

Figure 5: Comparison showing improved multi-step question answering with world knowledge integration.

Token length sensitivity reveals a non-linear relationship: increased document length improves performance up to a moderate threshold, after which added tokens introduce noise and marginal returns diminish.

Practical and Theoretical Implications

The paradigm enables agents to bootstrap world knowledge at inference, decoupling agentic cognition from reward engineering and runtime training constraints. This approach can generalize to diverse environments, laying technical groundwork for scalable, model-agnostic augmentation. In practice, world knowledge acts as structured context, enhancing navigation, reasoning, and planning in web and real-world tasks with minimal overhead.

Theoretically, the results suggest a shift toward intrinsic meta-learning as the principal driver for agent autonomy and generalization, rather than brute-force parameter scaling. The composability and portability of world knowledge facilitate agent collaboration and transfer learning, opening paths for curriculum-based evolution and automated task synthesis in future AGI systems.

Conclusion

This paper proposes and empirically validates a meta-learning paradigm for spontaneous, reward-free self-evolution in LLM agents via world knowledge exploration. The approach achieves significant performance gains, demonstrates universal transferability, and offers scalable, practical mechanisms for structuring environment cognition. The implications span both immediate agentic research and longer-term AGI prospects, highlighting environment-level exploration as the dominant axis for intelligence growth.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.

Tweets

Sign up for free to view the 2 tweets with 16 likes about this paper.