paper-with-me

Papers

Aligning LLMs Toward Multi-Turn Conversational Outcomes Using Iterative PPO

2025-11-26 · Daniel R. Jiang, Jalaj Bhandari, Yukai Yang, Rémi Munos, Tyler Lu arxiv

Optimizing large language models (LLMs) for multi-turn conversational outcomes remains a significant challenge, especially in goal-oriented settings like AI marketing or sales agents who facilitate transactions via messaging platforms. The difficulty stems from sparse, long-horizon rewards and the discrepancy between response-level planning and token-level generation. In this technical note, we propose a formal reduction of the multi-turn RL problem into a sequence of single-turn RLHF-style problems. This is achieved by setting a learned multi-turn Q-function as the reward model for the single-turn problem. We demonstrate and prove a key insight: solving this single-turn RL problem with standard token-level PPO is equivalent to a policy improvement step within the multi-turn problem. This insight naturally leads to Iterative PPO, a batch online policy iteration algorithm that alternates between fitting Q-functions from logged conversation trajectories and improving the policy. A major practical advantage is that Iterative PPO directly leverages stable, off-the-shelf single-turn RLHF tools, making it straightforward to implement. Our method occupies a middle ground between fully online and fully offline approaches, retaining the adaptability of online updates while gaining the stability benefits of offline training.

📄 PDF Abstract BibTeX arXiv:2511.21638

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Conversation Forests: The Key to Fine Tuning Large Language Models for Multi-Turn Medical Conversations is Branching

2025-07-05 · Thomas Savage arxiv

Fine-tuning methods such as Direct Preference Optimization (DPO) and Group Relative Policy Optimization (GRPO) have demonstrated success in training large language models (LLMs) for single-turn tasks. However, these meth…

Reinforcement Learning

Expectation Confirmation Preference Optimization for Multi-Turn Conversational Recommendation Agent

2025-06-17 · Xueyang Feng, Jingsen Zhang, Jiakai Tang, Wei Li 외

Recent advancements in Large Language Models (LLMs) have significantly propelled the development of Conversational Recommendation Agents (CRAs). However, these agents often generate short-sighted responses that fail to s…

Conversational Recommendation

The Anatomy of Conversational Scams: A Topic-Based Red Teaming Analysis of Multi-Turn Interactions in LLMs

2026-01-06 · Xiangzhe Yuan, Zhenhao Zhang, Haoming Tang, Siying Hu arxiv

As LLMs gain persuasive capabilities through extended dialogues, they create new opportunities for studying adversarial conversational behavior in extended interaction settings that traditional single-turn safety evaluat…

Red Teaming

Exploring the Impact of Personality Traits on Conversational Recommender Systems: A Simulation with Large Language Models

2025-04-09 · Xiaoyan Zhao, Yang Deng, Wenjie Wang, Hongzhan Lin 외

Conversational Recommender Systems (CRSs) engage users in multi-turn interactions to deliver personalized recommendations. The emergence of large language models (LLMs) further enhances these systems by enabling more nat…

Conversational RecommendationRecommendation SystemsUser Simulation

Multi-Trait Subspace Steering to Reveal the Dark Side of Human-AI Interaction

2026-03-18 · Xin Wei Chia, Swee Liang Wong, Jonathan Pan arxiv

Recent incidents have highlighted alarming cases where human-AI interactions led to negative psychological outcomes, including mental health crises and even user harm. As LLMs serve as sources of guidance, emotional supp…