paper-with-me

홈 › Papers

DiPS: Dialogue Policy Selection for High-Stakes Persuasion Agents

2026-07-02 · Tianyi Zhang, Mousumi Das, Abrar Anwar, Jesse Thomason, David Traum arxiv

Large Language Models (LLMs) often struggle with persuasion in high-stakes scenarios. People's individual personalities and concerns require tailored strategies rather than a one-size-fits-all approach. To address this challenge, we focus on a fire-rescue scenario in which an operator must persuade a resident to evacuate as a high-stakes persuasion domain and propose Dialogue Policy Selection (DiPS), a Q-learning framework to dynamically select persuasion strategies adapted to the evolving conversational context. Specifically, we train a critic, trained to maximize the chance of evacuation success, to select a persuasion policy at each turn based on the resident's recent utterances. We then evaluate DiPS against multiple baselines in both simulated and real human interactions. We find that DiPS achieves higher evacuation success than a zero-shot LLM and generic RAG-augmented approach.

📄 PDF Abstract BibTeX arXiv:2607.01557

Code (2)

Aaron617/agent-arXiv-daily ★ 10
Tavish9/awesome-daily-AI-arxiv ★ 111

Similar Papers 제목 키워드 기반

You can't handle the (dirty) truth: Data-centric insights improve pseudo-labeling

2024-06-19 · Nabeel Seedat, Nicolas Huynh, Fergus Imrie, Mihaela van der Schaar

Pseudo-labeling is a popular semi-supervised learning technique to leverage unlabeled data when labeled samples are scarce. The generation and selection of pseudo-labels heavily rely on labeled data. Existing approaches …

DiPS: Differentiable Policy for Sketching in Recommender Systems

2021-12-08 · Aritra Ghosh, Saayan Mitra, Andrew Lan

In sequential recommender system applications, it is important to develop models that can capture users' evolving interest over time to successfully recommend future items that they are likely to interact with. For users…

Recommendation SystemsSequential Recommendation

Robot Action Selection Learning via Layered Dimension Informed Program Synthesis

2020-08-10 · Jarrett Holtz, Arjun Guha, Joydeep Biswas

Action selection policies (ASPs), used to compose low-level robot skills into complex high-level tasks are commonly represented as neural networks (NNs) in the state of the art. Such a paradigm, while very effective, suf…

Autonomous DrivingProgram RepairProgram Synthesis

Policy-driven Knowledge Selection and Response Generation for Document-grounded Dialogue

2024-10-21 · Longxuan Ma, Jiapeng Li, Mingda Li, Wei-Nan Zhang 외

Document-grounded dialogue (DGD) uses documents as external knowledge for dialogue generation. Correctly understanding the dialogue context is crucial for selecting knowledge from the document and generating proper respo…

Dialogue GenerationDialogue UnderstandingResponse Generation

A Versatile Adaptive Curriculum Learning Framework for Task-oriented Dialogue Policy Learning

2022-07-01 · Findings (NAACL) 2022 7 · Yang Zhao, Hua Qin, Wang Zhenyu, Changxi Zhu 외

Training a deep reinforcement learning-based dialogue policy with brute-force random sampling is costly. A new training paradigm was proposed to improve learning performance and efficiency by combining curriculum learnin…

Deep Reinforcement Learning