paper-with-me

Papers

Bootstrapping LLM-based Task-Oriented Dialogue Agents via Self-Talk

2024-01-10 · Dennis Ulmer, Elman Mansimov, Kaixiang Lin, Justin Sun, Xibin Gao, Yi Zhang

Large language models (LLMs) are powerful dialogue agents, but specializing them towards fulfilling a specific function can be challenging. Instructing tuning, i.e. tuning models on instruction and sample responses generated by humans (Ouyang et al., 2022), has proven as an effective method to do so, yet requires a number of data samples that a) might not be available or b) costly to generate. Furthermore, this cost increases when the goal is to make the LLM follow a specific workflow within a dialogue instead of single instructions. Inspired by the self-play technique in reinforcement learning and the use of LLMs to simulate human agents, we propose a more effective method for data collection through LLMs engaging in a conversation in various roles. This approach generates a training data via "self-talk" of LLMs that can be refined and utilized for supervised fine-tuning. We introduce an automated way to measure the (partial) success of a dialogue. This metric is used to filter the generated conversational data that is fed back in LLM for training. Based on our automated and human evaluations of conversation quality, we demonstrate that such self-talk data improves results. In addition, we examine the various characteristics that showcase the quality of generated dialogues and how they can be connected to their potential utility as training data.

📄 PDF Abstract BibTeX arXiv:2401.05033

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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)

BootTOD: Bootstrap Task-oriented Dialogue Representations by Aligning Diverse Responses

2024-03-02 · Weihao Zeng, Keqing He, Yejie Wang, Dayuan Fu 외

Pre-trained language models have been successful in many scenarios. However, their usefulness in task-oriented dialogues is limited due to the intrinsic linguistic differences between general text and task-oriented dialo…

Diversity

BBQ-Networks: Efficient Exploration in Deep Reinforcement Learning for Task-Oriented Dialogue Systems

2017-11-15 · Zachary Lipton, Xiujun Li, Jianfeng Gao, Lihong Li 외

We present a new algorithm that significantly improves the efficiency of exploration for deep Q-learning agents in dialogue systems. Our agents explore via Thompson sampling, drawing Monte Carlo samples from a Bayes-by-B…

Deep Reinforcement LearningEfficient ExplorationQ-Learningreinforcement-learning+4

BBQ-Networks: Efficient Exploration in Deep Reinforcement Learning for Task-Oriented Dialogue Systems

2016-08-17 · Zachary C. Lipton, Xiujun Li, Jianfeng Gao, Lihong Li 외

We present a new algorithm that significantly improves the efficiency of exploration for deep Q-learning agents in dialogue systems. Our agents explore via Thompson sampling, drawing Monte Carlo samples from a Bayes-by-B…

Deep Reinforcement LearningEfficient ExplorationQ-Learningreinforcement-learning+4

Bootstrapping a User-Centered Task-Oriented Dialogue System

2022-07-11 · Shijie Chen, Ziru Chen, Xiang Deng, Ashley Lewis 외

We present TacoBot, a task-oriented dialogue system built for the inaugural Alexa Prize TaskBot Challenge, which assists users in completing multi-step cooking and home improvement tasks. TacoBot is designed with a user-…

Data AugmentationDialogue ManagementManagementResponse Generation