Self-Evolving World Models for LLM Agent Planning
TLDR
WorldEvolver uses episodic and semantic memory to self-evolve world models for LLM agent planning, improving prediction accuracy and success rates.
Reasoning
The paper presents a novel framework that enhances world model reliability through test-time memory revision, with strong empirical results on two benchmarks. However, the abstract lacks details on limitations, scalability, or comparison to broader world model categories like generative or video world models.
Read-first score
Read-first score 35.6, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 33.
Field roles
Rank sensitivity
Stability: volatile; rank range: 153.
Keyword Scores
Deep Analysis
Innovations
- Self-evolving world model framework that revises deployment-time context while keeping agent and model parameters frozen
- Integration of Episodic Memory (retrieval-based simulation from real transitions) and Semantic Memory (heuristic rules from prediction-observation mismatches)
- Selective Foresight module that filters low-confidence predictions before integrating into agent reasoning
Methodology
WorldEvolver combines episodic memory for retrieval-based simulation, semantic memory for extracting heuristic rules from mismatches, and selective foresight to filter predictions. It is evaluated on ALFWorld and ScienceWorld using prediction accuracy (Word2World) and downstream agent success rate (AgentBoard), with frozen agent and model parameters.
Key Results
WorldEvolver achieves the highest prediction accuracy across three backbones and outperforms other world model baselines on downstream agent success rate.