paper-with-me

Papers

Self-Evolving World Models for LLM Agent Planning

2026-06-29 · Xuan Zhang, Wenxuan Zhang, See-Kiong Ng, Yang Deng arxiv

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 self-evolving world model framework that revises its deployment-time context while keeping the downstream agent and all model parameters frozen. WorldEvolver integrates three modules: (i) Episodic Memory, which exploits real action transitions through retrieval-based simulation; (ii) Semantic Memory, which extracts persistent heuristic rules from prediction-observation mismatches; and (iii) Selective Foresight, which filters low-confidence predictions before integrating them into agent reasoning context. We evaluate WorldEvolver on ALFWorld and ScienceWorld, measuring world model prediction accuracy on Word2World and downstream agent success rate on AgentBoard. Extensive experiments show that WorldEvolver achieves the highest prediction accuracy across three backbones and leads other world model baselines on downstream agent success rate, demonstrating that test-time memory revision enhances both predictive fidelity and planning performance.

📄 PDF Abstract BibTeX arXiv:2606.30639

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PathWise: Planning through World Model for Automated Heuristic Design via Self-Evolving LLMs

2026-01-28 · Oguzhan Gungordu, Siheng Xiong, Faramarz Fekri arxiv

Large Language Models (LLMs) have enabled automated heuristic design (AHD) for combinatorial optimization problems (COPs), but existing frameworks' reliance on fixed evolutionary rules and static prompt templates often l…

Agentic Self-Evolutionary Replanning for Embodied Navigation

2026-03-03 · Guoliang Li, Ruihua Han, Chengyang Li, He Li 외 arxiv

Failure is inevitable for embodied navigation in complex environments. To enhance the resilience, replanning (RP) is a viable option, where the robot is allowed to fail, but is capable of adjusting plan until success. Ho…

Self-Evolving Agentic Image Restoration via Deliberate Planning and Intuitive Execution

2026-06-27 · Shuang Cui, Fan Ji, Guanglong Sun, Yufei Guo 외 arxiv

Real-world image restoration (IR) remains challenging due to complex and coupled degradations. While recent agentic IR frameworks leverage Large Language Models for flexible tool planning, they face two critical limitati…

Image Restoration

From Economic Agents to Agentic Economies: A Systems Blueprint for Economic World Models

2026-08-06 · Jiale Han, Xiang Li, Jing Qian, Wenyuan Gu 외 arxiv

Economic World Models (EWMs) are generative economic models that simulate how economies evolve from within by modeling heterogeneous agents, their beliefs and actions, and the market and institutional mechanisms through …

COMAP: Co-Evolving World Models and Agent Policies for LLM Agents

2026-06-01 · Youwei Liu, Jian Wang, Hanlin Wang, Wenjie Li arxiv

Equipping language agents with world models enables them to anticipate environment dynamics and evaluate candidate actions before execution. However, existing textual world models are typically fixed after training, prev…