paper-with-me

Papers

Policy-Driven Neural Response Generation for Knowledge-Grounded Dialogue Systems

2020-05-26 · Behnam Hedayatnia, Karthik Gopalakrishnan, Seokhwan Kim, Yang Liu, Mihail Eric, Dilek Hakkani-Tur

Open-domain dialogue systems aim to generate relevant, informative and engaging responses. Seq2seq neural response generation approaches do not have explicit mechanisms to control the content or style of the generated response, and frequently result in uninformative utterances. In this paper, we propose using a dialogue policy to plan the content and style of target responses in the form of an action plan, which includes knowledge sentences related to the dialogue context, targeted dialogue acts, topic information, etc. The attributes within the action plan are obtained by automatically annotating the publicly released Topical-Chat dataset. We condition neural response generators on the action plan which is then realized as target utterances at the turn and sentence levels. We also investigate different dialogue policy models to predict an action plan given the dialogue context. Through automated and human evaluation, we measure the appropriateness of the generated responses and check if the generation models indeed learn to realize the given action plans. We demonstrate that a basic dialogue policy that operates at the sentence level generates better responses in comparison to turn level generation as well as baseline models with no action plan. Additionally the basic dialogue policy has the added effect of controllability.

📄 PDF Abstract BibTeX arXiv:2005.12529

Code (0)

등록된 구현이 없습니다.

Tasks

Response GenerationSentence

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

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

Policy-Driven Neural Response Generation for Knowledge-Grounded Dialog Systems

2020-12-01 · INLG (ACL) 2020 12 · Behnam Hedayatnia, Karthik Gopalakrishnan, Seokhwan Kim, Yang Liu 외

Open-domain dialog systems aim to generate relevant, informative and engaging responses. In this paper, we propose using a dialog policy to plan the content and style of target, open domain responses in the form of an ac…

Open-Domain DialogResponse GenerationSentence

Knowledge-Grounded Dialogue with Reward-Driven Knowledge Selection

2021-08-31 · Shilei Liu, Xiaofeng Zhao, Bochao Li, Feiliang Ren

Knowledge-grounded dialogue is a task of generating a fluent and informative response based on both conversation context and a collection of external knowledge, in which knowledge selection plays an important role and at…

Response Generation

PICK: Polished & Informed Candidate Scoring for Knowledge-Grounded Dialogue Systems

2023-09-19 · Bryan Wilie, Yan Xu, Willy Chung, Samuel Cahyawijaya 외

Grounding dialogue response generation on external knowledge is proposed to produce informative and engaging responses. However, current knowledge-grounded dialogue (KGD) systems often fail to align the generated respons…

HallucinationLanguage ModellingResponse Generation

Building Knowledge-Grounded Dialogue Systems with Graph-Based Semantic Modeling

2022-04-27 · Yizhe Yang, Heyan Huang, Yang Gao, Jiawei Li and

The knowledge-grounded dialogue task aims to generate responses that convey information from given knowledge documents. However, it is a challenge for the current sequence-based model to acquire knowledge from complex do…

Dialogue GenerationResponse GenerationText Generation