paper-with-me

홈 › Papers

Beyond Next-Observation Prediction: Agent-Authored World Modeling for Sequential Decision Making

2026-06-24 · Guangfeng Cai, Kaibing Yang, Shuo He, Yu Li, Shengtian Yang, Jiaqi Lv, Lei Feng arxiv

Recent studies on world modeling for Large Language Model (LLM) agents typically formulate the learning objective as next-observation prediction. However, this objective ties supervision to what a transition happens to reveal, which may omit the dynamics most relevant to the agent's current decision. To bridge this gap, we propose Agent-Authored World Modeling (AAWM), a training procedure that constructs supervision from the policy's own decision needs. Specifically, at each state, the agent identifies what it needs to understand about the environment before acting. These needs drive the retrieval of relevant transition evidence across trajectories, which is then synthesized into training targets that capture decision-oriented dynamics instead of reconstructing the next observation. This aligns the training objective with the dynamics the policy needs before acting, not with the contents of the next observation. Experimental results validate the effectiveness of AAWM across multiple environments and training settings. These results show that decision-aware world-model targets provide a more effective learning signal than next-observation prediction.

📄 PDF Abstract BibTeX arXiv:2606.25421

Code (0)

등록된 구현이 없습니다.

Tasks

Decision Making

Similar Papers 제목 키워드 기반

Don't Mask the Environment: Observation Supervision Changes How Agents Explore Under RL

2026-09-17 · Juzheng Zhang, Disha Makhija, Manoj Ghuhan Arivazhagan, Vinayshekhar Bannihatti Kumar 외 hf

Agent trajectories record what an agent does and what happens next. Yet standard supervised fine-tuning (SFT) applies loss only to agent-authored action tokens, using environment observations as context but not as predic…

Reinforcement Learning

NASDAQ: Normalized Observation Space Dynamics-Augmented Q-Learning

2026-06-19 · Xinwei Liu, Junyuan Liang, Zicong Hong, Jianting Zhang 외 arxiv

Augmenting model-free reinforcement learning (RL) with representations learned through observation dynamics prediction (observation-predictive RL) can improve sample efficiency and performance, with minor modifications a…

Reinforcement LearningValue prediction

How Do Agents Perform Code Optimization? An Empirical Study

2025-12-25 · Huiyun Peng, Antonio Zhong, Ricardo Andrés Calvo Méndez, Kelechi G. Kalu 외 arxiv

Performance optimization is a critical yet challenging aspect of software development, often requiring a deep understanding of system behavior, algorithmic tradeoffs, and careful code modifications. Although recent advan…

Code Generation

Will It Survive? Deciphering the Fate of AI-Generated Code in Open Source

2026-01-23 · Musfiqur Rahman, Emad Shihab arxiv

The integration of AI agents as coding assistants into software development has raised questions about the long-term viability of AI agent-generated code. A prevailing hypothesis within the software engineering community…

CoACT: Action-Preserving Observation Compression for Coding Agents

2026-07-03 · Haorui Chen, Yuancheng Zhu, Yitong Zhang, Jia Li arxiv

LLM-based coding agents solve software-engineering tasks through iterative interactions with development environments, where returned observations accumulate in the context and become a major source of inference cost. Ob…