paper-with-me

Papers

Unlocking Proactivity in Task-Oriented Dialogue

2026-05-21 · Azure Zhang, Ning Gao, Yuqin Dai, Ruiyuan Wu, Jinpeng Wang, Rena Wei Gao, Bingdong Tan, Shuzheng Gao, Zongjie Li, Chaozheng Wang arxiv

Proactive task-oriented dialogue (TOD), such as outbound sales, demands a persuasive agent that actively probes the user's concerns and steers the conversation toward acceptance within a bounded number of turns. Yet post-trained LLMs are inherently conservative, and reward-shaping RL (e.g., GRPO) struggles since it only re-weights what an already passive policy samples. We show that conditioning on the user's latent concerns unlocks proactive capability that no amount of sampling can undermine, establishing these concerns as a pivotal training-time signal. To operationalize this finding, we build the \textbf{Cognitive User Simulator}, which models each user as a stratified persona comprising observable external traits and hidden internal concerns. The simulator produces faithful and diverse interactions, while emitting per-turn state dynamics that track persuasion progress. We then introduce \textbf{Simulator-Induced Asymmetric-View Policy Optimization}, which converts the modeled concerns and the simulation state transition into complementary training objectives: (1) \emph{Asymmetric On-Policy Self-Distillation} that transfers concern-aware behavior from a privileged view of the same policy into its deployable, conversation-only view; and (2) \emph{State-Transition Policy Refinement} ...

📄 PDF Abstract BibTeX arXiv:2605.22240

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Enhancing User-Oriented Proactivity in Open-Domain Dialogues with Critic Guidance

2025-05-18 · Yufeng Wang, Jinwu Hu, Ziteng Huang, Kunyang Lin 외

Open-domain dialogue systems aim to generate natural and engaging conversations, providing significant practical value in real applications such as social robotics and personal assistants. The advent of large language mo…

Chatbot

Enhancing Large Language Model Induced Task-Oriented Dialogue Systems Through Look-Forward Motivated Goals

2023-09-16 · Zhiyuan Hu, Yue Feng, Yang Deng, Zekun Li 외

Recently, the development of large language models (LLMs) has been significantly enhanced the question answering and dialogue generation, and makes them become increasingly popular in current practical scenarios. While u…

Dialogue GenerationLanguage ModelingLanguage ModellingLarge Language Model+2

ATOD: An Evaluation Framework and Benchmark for Agentic Task-Oriented Dialogue Systems

2026-01-17 · Yifei Zhang, Hooshang Nayyeri, Rinat Khaziev, Emine Yilmaz 외 arxiv

Recent advances in task-oriented dialogue (TOD) systems, driven by large language models (LLMs) with extensive API and tool integration, have enabled conversational agents to coordinate interleaved goals, maintain long-h…

Task-Oriented Dialogue SystemsDialogue Generation

Prompting and Evaluating Large Language Models for Proactive Dialogues: Clarification, Target-guided, and Non-collaboration

2023-05-23 · Yang Deng, Lizi Liao, Liang Chen, Hongru Wang 외

Conversational systems based on Large Language Models (LLMs), such as ChatGPT, show exceptional proficiency in context understanding and response generation. However, despite their impressive capabilities, they still pos…

DescriptiveResponse Generation

Incorporating External Knowledge and Goal Guidance for LLM-based Conversational Recommender Systems

2024-05-03 · Chuang Li, Yang Deng, Hengchang Hu, Min-Yen Kan 외

This paper aims to efficiently enable large language models (LLMs) to use external knowledge and goal guidance in conversational recommender system (CRS) tasks. Advanced LLMs (e.g., ChatGPT) are limited in domain-specifi…

InformativenessRecommendation Systems