Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Policy and World Modeling Co-Training for Language Agents

About

Reinforcement learning (RL) improves large language model (LLM) agents by teaching them which actions lead to high rewards, but provides little supervision on what those actions do to the environment. World modeling (WM) can fill this gap, yet existing approaches often require separate simulators, extra training stages, or additional inference-time computation. We observe that on-policy RL rollouts already contain the needed signal: each transition pairs an action with its resulting next observation. Based on this observation, we propose PaW, a Policy and World modeling co-training framework that adds auxiliary WM supervision to the same policy during RL, without changing the inference paradigm. To make auxiliary WM supervision informative and stable, PaW introduces three components: action-entropy-based WM data selection, noise-tolerant WM loss, and reward-adaptive loss balancing. Experiments on three agentic task benchmarks show consistent improvements over strong RL baselines across models and RL algorithms. These results suggest that standard RL rollouts are a practical source of WM supervision for language-agent training.

Ning Lu, Baijiong Lin, Shengcai Liu, Jiahao Wu, Haoze Lv, Yanbin Wei, Lingting Zhu, Shengju Qian, Xin Wang, Ying-Cong Chen, Qi Wang, Ke Tang• 2026

Related benchmarks

TaskDatasetResultRank
Multi-hop Question AnsweringHotpotQA (test)--
311
Interactive Decision-makingAlfWorld
Overall Success Rate91.8
295
Multi-hop Question AnsweringMuSiQue (test)--
128
Interactive Decision-makingWebshop
Success Rate76.7
70
Single-hop Question AnsweringTriviaQA (test)
Accuracy66
50
Single-hop Question AnsweringPopQA (test)
Accuracy48.5
33
Multi-hop Question Answering2Wiki (test)
Accuracy45.1
12
Multi-hop Question AnsweringBamboogle (test)
Accuracy70.1
12
Single-hop Question AnsweringNQ (test)
Accuracy48.9
12
Showing 9 of 9 rows

Other info

Follow for update