paper-with-me

홈 › Papers

Few-Shot Bot: Prompt-Based Learning for Dialogue Systems

2021-10-15 · Andrea Madotto, Zhaojiang Lin, Genta Indra Winata, Pascale Fung

Learning to converse using only a few examples is a great challenge in conversational AI. The current best conversational models, which are either good chit-chatters (e.g., BlenderBot) or goal-oriented systems (e.g., MinTL), are language models (LMs) fine-tuned on large conversational datasets. Training these models is expensive, both in terms of computational resources and time, and it is hard to keep them up to date with new conversational skills. A simple yet unexplored solution is prompt-based few-shot learning (Brown et al. 2020) which does not require gradient-based fine-tuning but instead uses a few examples in the LM context as the only source of learning. In this paper, we explore prompt-based few-shot learning in dialogue tasks. We benchmark LMs of different sizes in nine response generation tasks, which include four knowledge-grounded tasks, a task-oriented generations task, three open-chat tasks, and controlled stylistic generation, and five conversational parsing tasks, which include dialogue state tracking, graph path generation, persona information extraction, document retrieval, and internet query generation. The current largest released LM (GPT-J-6B) using prompt-based few-shot learning, and thus requiring no training, achieves competitive performance to fully trained state-of-the-art models. Moreover, we propose a novel prompt-based few-shot classifier, that also does not require any fine-tuning, to select the most appropriate prompt given a dialogue history. Finally, by combining the power of prompt-based few-shot learning and a Skill Selector, we create an end-to-end chatbot named the Few-Shot Bot (FSB), which automatically selects the most appropriate conversational skill, queries different knowledge bases or the internet, and uses the retrieved knowledge to generate a human-like response, all using only few dialogue examples per skill.

📄 PDF Abstract BibTeX arXiv:2110.08118

Code (2)

andreamad8/FSB 공식 구현
tunib-ai/parallelformers 공식 구현 pytorch

Tasks

ChatbotDialogue State TrackingFew-Shot LearningResponse GenerationRetrieval

Similar Papers 제목 키워드 기반

Jurassic is (almost) All You Need: Few-Shot Meaning-to-Text Generation for Open-Domain Dialogue

2021-10-15 · Lena Reed, Cecilia Li, Angela Ramirez, Liren Wu 외

One challenge with open-domain dialogue systems is the need to produce truthful, high-quality responses on any topic. We aim to improve the quality and coverage of Athena, an Alexa Prize dialogue system. We experiment wi…

AllHallucinationLanguage ModellingText Generation

A Dual Prompt Learning Framework for Few-Shot Dialogue State Tracking

2022-01-15 · Yuting Yang, Wenqiang Lei, Pei Huang, Juan Cao 외

Dialogue state tracking (DST) module is an important component for task-oriented dialog systems to understand users' goals and needs. Collecting dialogue state labels including slots and values can be costly, especially …

Dialogue State TrackingLanguage ModelingLanguage ModellingPrompt Learning

Self-Explanation Prompting Improves Dialogue Understanding in Large Language Models

2023-09-22 · Haoyu Gao, Ting-En Lin, Hangyu Li, Min Yang 외

Task-oriented dialogue (TOD) systems facilitate users in executing various activities via multi-turn dialogues, but Large Language Models (LLMs) often struggle to comprehend these intricate contexts. In this study, we pr…

Dialogue Understanding

Controllable Generation of Dialogue Acts for Dialogue Systems via Few-Shot Response Generation and Ranking

2023-07-26 · Angela Ramirez, Karik Agarwal, Juraj Juraska, Utkarsh Garg 외

Dialogue systems need to produce responses that realize multiple types of dialogue acts (DAs) with high semantic fidelity. In the past, natural language generators (NLGs) for dialogue were trained on large parallel corpo…

AttributeResponse GenerationStyle Transfer

A Study on Prompt-based Few-Shot Learning Methods for Belief State Tracking in Task-oriented Dialog Systems

2022-04-18 · Debjoy Saha, Bishal Santra, Pawan Goyal

We tackle the Dialogue Belief State Tracking(DST) problem of task-oriented conversational systems. Recent approaches to this problem leveraging Transformer-based models have yielded great results. However, training these…

Few-Shot LearningLanguage Modelling