Self-Evolving World Models for LLM Agent Planning
- lab CatalyzeX
- lab DagsHub
- lab Gotit.pub
- lab Hugging Face
- lab ScienceCast
- lab alphaXiv
- lab arXiv
- lab arXivLabs
A new framework called WorldEvolver aims to improve the reliability of long-horizon AI agents by letting their internal world models self-correct during deployment, without retraining the agent itself [1]. The system, detailed in a paper submitted on 29 Jun 2026, addresses a known weakness in large language model (LLM) agents: their foresight about action consequences can be unreliable, and bad predictions can degrade decision-making [1][2]. WorldEvolver keeps the downstream agent and all model parameters frozen, instead revising the context the agent uses at test time [1][2]. It does this through three integrated modules. Episodic Memory retrieves and simulates real action transitions the agent has already experienced. Semantic Memory extracts persistent heuristic rules whenever a prediction does not match an observation. Selective Foresight filters out low-confidence predictions before they enter the agent’s reasoning context [1][2]. LLM-based agents are a class of intelligent systems that can pursue goals, use tools, and act with varying autonomy, typically within human-defined constraints [3]. Multi-agent systems extend this idea by coordinating multiple agents to solve problems that are difficult for a single system [4]. WorldEvolver’s approach is distinct because it improves a single agent’s internal model rather than adding more agents or retraining the model. The researchers evaluated WorldEvolver on two benchmark datasets: ALFWorld and ScienceWorld [1][2]. They measured world model prediction accuracy on a metric called Word2World and downstream agent success rate on AgentBoard [1][2]. Across three different backbone models, WorldEvolver achieved the highest prediction accuracy and led other world model baselines on agent success rate [1][2]. AI agents are increasingly used in software development, where they assist with code generation, debugging, testing, and documentation [5]. Reliable foresight could help such agents plan multi-step coding tasks more effectively. The WorldEvolver paper argues that test-time memory revision enhances both predictive fidelity and planning performance, a claim supported by the experimental results [1][2].
applicationresearch-papertool-release
Background sources we checked (9)
- arxiv.org ↗ World models offer a principled way to equip long-horizon LLM agents with foresight: predictions of action consequences before execution. However, unreliable foresight can be ignored, misused, or even degrade downstream decision-making. In this paper, we introduce WorldEvolver, a…
- en.wikipedia.org ↗ In the context of generative artificial intelligence, AI agents (also referred to as compound AI systems or agentic AI) are a class of intelligent agents that can pursue goals, use tools, and take actions with varying degrees of autonomy. In practice, they usually operate within …
- en.wikipedia.org ↗ A multi-agent system (MAS) or "self-organized system" is a computational system composed of multiple interacting intelligent agents. Multi-agent systems can solve problems that are difficult or impossible for an individual agent or a monolithic system to solve. Intelligence may i…
- en.wikipedia.org ↗ AI-assisted software development is the use of artificial intelligence (AI) to augment software development. It uses large language models (LLMs), AI agents and other AI technologies to assist software developers. It helps in a range of tasks of the software development life cycl…
- arxiv.org ↗ # A Universal Catalyst for First-Order Optimization ... arXiv (Cornell University), 2015. Preprint. 185 citations. ... We introduce a generic scheme for accelerating first-order optimization methods in the sense of Nesterov, which builds upon a new analysis of the accelerated pro…
- arxiv.org ↗ CatalyzeX Code Finder for Papers (What is CatalyzeX?) ... DagsHub Toggle ... DagsHub (What is DagsHub?)…
- arxiv.org ↗ CatalyzeX Code Finder for Papers (What is CatalyzeX?) ... DagsHub Toggle ... DagsHub (What is DagsHub?)…
- en.wikipedia.org ↗ Sustainable Development Goals (abbr. SDGs) were adopted in 2015 by all United Nations (UN) members for the 2030 Agenda for Sustainable Development. The aim of the 17 global goals is "peace and prosperity for people and the planet", tackling climate change, and working to preserv…
- en.wikipedia.org ↗ In molecular biology, a transcription factor (TF) (or sequence-specific DNA-binding factor) is a protein that controls the rate of transcription of genetic information from DNA to messenger RNA, by binding to DNA sequences. Specificity can be due to sequence motifs, or epigenetic…
Sources
- export.arxiv.org — Self-Evolving World Models for LLM Agent Planning ↗