paper-with-me

Papers

Interactive Dialogue Agents via Reinforcement Learning on Hindsight Regenerations

2024-11-07 · Joey Hong, Jessica Lin, Anca Dragan, Sergey Levine

Recent progress on large language models (LLMs) has enabled dialogue agents to generate highly naturalistic and plausible text. However, current LLM language generation focuses on responding accurately to questions and requests with a single effective response. In reality, many real dialogues are interactive, meaning an agent's utterances will influence their conversational partner, elicit information, or change their opinion. Accounting for how an agent can effectively steer a conversation is a crucial ability in many dialogue tasks, from healthcare to preference elicitation. Existing methods for fine-tuning dialogue agents to accomplish such tasks would rely on curating some amount of expert data. However, doing so often requires understanding the underlying cognitive processes of the conversational partner, which is a skill neither humans nor LLMs trained on human data can reliably do. Our key insight is that while LLMs may not be adept at identifying effective strategies for steering conversations a priori, or in the middle of an ongoing conversation, they can do so post-hoc, or in hindsight, after seeing how their conversational partner responds. We use this fact to rewrite and augment existing suboptimal data, and train via offline reinforcement learning (RL) an agent that outperforms both prompting and learning from unaltered human demonstrations. We apply our approach to two domains that require understanding human mental state, intelligent interaction, and persuasion: mental health support, and soliciting charitable donations. Our results in a user study with real humans show that our approach greatly outperforms existing state-of-the-art dialogue agents.

📄 PDF Abstract BibTeX arXiv:2411.05194

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Text Generation

Similar Papers 제목 키워드 기반

SAC-GLAM: Improving Online RL for LLM agents with Soft Actor-Critic and Hindsight Relabeling

2024-10-16 · Loris Gaven, Clement Romac, Thomas Carta, Sylvain Lamprier 외

The past years have seen Large Language Models (LLMs) strive not only as generative models but also as agents solving textual sequential decision-making tasks. When facing complex environments where their zero-shot abili…

Decision MakingReinforcement Learning (RL)Sequential Decision Making

SimpleDS: A Simple Deep Reinforcement Learning Dialogue System

2016-01-18 · Heriberto Cuayáhuitl

This paper presents 'SimpleDS', a simple and publicly available dialogue system trained with deep reinforcement learning. In contrast to previous reinforcement learning dialogue systems, this system avoids manual feature…

Deep Reinforcement LearningFeature Engineeringreinforcement-learningReinforcement Learning+1

Designing Multilingual Interactive Agents using Small Dialogue Corpora

2020-05-01 · LREC 2020 5 · Donghui Lin, Masayuki Otani, Ryosuke Okuno, Toru Ishida

Interactive dialogue agents like smart speakers have become more and more popular in recent years. These agents are being developed on machine learning technologies that use huge amounts of language resources. However, m…

Dialogue Generation

Deep Reinforcement Learning for Dialogue Generation

2016-06-05 · EMNLP 2016 11 · Jiwei Li, Will Monroe, Alan Ritter, Michel Galley 외

Recent neural models of dialogue generation offer great promise for generating responses for conversational agents, but tend to be shortsighted, predicting utterances one at a time while ignoring their influence on futur…

ChatbotDeep Reinforcement LearningDialogue GenerationDiversity+4

Bootstrapping a Neural Conversational Agent with Dialogue Self-Play, Crowdsourcing and On-Line Reinforcement Learning

2018-06-01 · NAACL 2018 6 · Pararth Shah, Dilek Hakkani-T{\"u}r, Bing Liu, Gokhan T{\"u}r

End-to-end neural models show great promise towards building conversational agents that are trained from data and on-line experience using supervised and reinforcement learning. However, these models require a large corp…

Reinforcement LearningReinforcement Learning (RL)