paper-with-me

홈 › Papers

Autoregressive Diffusion World Models for Off-Policy Evaluation of LLM Agents

2026-06-04 · Kaixuan Liu, Guojun Xiong, Weinan Zhang, Shengpu Tang arxiv

Evaluating large language model (LLM) agents in multi-turn interactive environments is expensive and risky, as it requires online environment interaction. We propose ADWM (Autoregressive Diffusion World Model), an evaluation framework that estimates the performance of a new LLM agent policy purely from pre-collected trajectories. The core idea is to learn a latent diffusion world model that simulates how the environment responds to the evaluation policy, without ever executing it in the real environment. Existing diffusion-based OPE methods guide full trajectories in a single pass by jointly diffusing states and actions, an assumption that breaks down for LLM agents whose actions are discrete text that must be sampled from the policy after observing the environment. Unlike autoregressive world models that suffer from compounding errors, ADWM models each transition as an independent denoising process, enabling reliable step-by-step rollouts where the world model and agent alternate in causal order. Crucially, the LLM agent under evaluation directly guides the diffusion generation at each step via a policy-conditioned score function, ensuring that simulated trajectories accurately reflect its decision-making patterns. Empirically, ADWM achieves accurate value estimates and evaluation reliability across diverse multi-turn agent tasks, demonstrating its promise as a practical framework for offline LLM agent evaluation.

📄 PDF Abstract BibTeX arXiv:2606.05558

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

World Models via Policy-Guided Trajectory Diffusion

2023-12-13 · Marc Rigter, Jun Yamada, Ingmar Posner

World models are a powerful tool for developing intelligent agents. By predicting the outcome of a sequence of actions, world models enable policies to be optimised via on-policy reinforcement learning (RL) using synthet…

continuous-controlContinuous ControlDenoisingMuJoCo+2

Policy-Guided Diffusion

2024-04-09 · Matthew Thomas Jackson, Michael Tryfan Matthews, Cong Lu, Benjamin Ellis 외

In many real-world settings, agents must learn from an offline dataset gathered by some prior behavior policy. Such a setting naturally leads to distribution shift between the behavior policy and the target policy being …

CARP: Visuomotor Policy Learning via Coarse-to-Fine Autoregressive Prediction

2024-12-09 · Zhefei Gong, Pengxiang Ding, Shangke Lyu, Siteng Huang 외

In robotic visuomotor policy learning, diffusion-based models have achieved significant success in improving the accuracy of action trajectory generation compared to traditional autoregressive models. However, they suffe…

Action GenerationDenoising

Dreaming the Unseen: World Model-regularized Diffusion Policy for Out-of-Distribution Robustness

2026-03-22 · Ziou Hu, Xiangtong Yao, Yuan Meng, Zhenshan Bing 외 arxiv

Diffusion policies excel at visuomotor control but often fail catastrophically under severe out-of-distribution (OOD) disturbances, such as unexpected object displacements or visual corruptions. To address this vulnerabi…

Revisiting Multi-Agent World Modeling from a Diffusion-Inspired Perspective

2025-05-27 · Yang Zhang, Xinran Li, Jianing Ye, Delin Qu 외

World models have recently attracted growing interest in Multi-Agent Reinforcement Learning (MARL) due to their ability to improve sample efficiency for policy learning. However, accurately modeling environments in MARL …

Multi-agent Reinforcement Learning