TO-GATE applies trajectory-level direct preference optimization with a weighted response loss to improve preference elicitation dialogues, claiming 83.15% win rate versus 73.83% for STaR-GATE.
Direct Multi-Turn Preference Optimization for Language Agents
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Adapting Large Language Models (LLMs) for agent tasks is critical in developing language agents. Direct Preference Optimization (DPO) is a promising technique for this adaptation with the alleviation of compounding errors, offering a means to directly optimize Reinforcement Learning (RL) objectives. However, applying DPO to multi-turn tasks presents challenges due to the inability to cancel the partition function. Overcoming this obstacle involves making the partition function independent of the current state and addressing length disparities between preferred and dis-preferred trajectories. In this light, we replace the policy constraint with the state-action occupancy measure constraint in the RL objective and add length normalization to the Bradley-Terry model, yielding a novel loss function named DMPO for multi-turn agent tasks with theoretical explanations. Extensive experiments on three multi-turn agent task datasets confirm the effectiveness and superiority of the DMPO loss. The code is available at https://github.com/swt-user/DMPO.
fields
cs.CL 1years
2025 1verdicts
REJECT 1representative citing papers
citing papers explorer
-
TO-GATE: Clarifying Questions and Summarizing Responses with Trajectory Optimization for Eliciting Human Preference
TO-GATE applies trajectory-level direct preference optimization with a weighted response loss to improve preference elicitation dialogues, claiming 83.15% win rate versus 73.83% for STaR-GATE.