paper-with-me

홈 › Papers

On Controlling Fallback Responses for Grounded Dialogue Generation

2022-05-01 · Findings (ACL) 2022 5 · Hongyuan Lu, Wai Lam, Hong Cheng, Helen Meng

Dialogue agents can leverage external textual knowledge to generate responses of a higher quality. To our best knowledge, most existing works on knowledge grounded dialogue settings assume that the user intention is always answerable. Unfortunately, this is impractical as there is no guarantee that the knowledge retrievers could always retrieve the desired knowledge. Therefore, this is crucial to incorporate fallback responses to respond to unanswerable contexts appropriately while responding to the answerable contexts in an informative manner. We propose a novel framework that automatically generates a control token with the generator to bias the succeeding response towards informativeness for answerable contexts and fallback for unanswerable contexts in an end-to-end manner. Since no existing knowledge grounded dialogue dataset considers this aim, we augment the existing dataset with unanswerable contexts to conduct our experiments. Automatic and human evaluation results indicate that naively incorporating fallback responses with controlled text generation still hurts informativeness for answerable context. In contrast, our proposed framework effectively mitigates this problem while still appropriately presenting fallback responses to unanswerable contexts. Such a framework also reduces the extra burden of the additional classifier and the overheads introduced in the previous works, which operates in a pipeline manner.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Dialogue GenerationInformativenessText Generation

Similar Papers 제목 키워드 기반

Controlling Dialogue Generation with Semantic Exemplars

2020-08-20 · NAACL 2021 4 · Prakhar Gupta, Jeffrey P. Bigham, Yulia Tsvetkov, Amy Pavel

Dialogue systems pretrained with large language models generate locally coherent responses, but lack the fine-grained control over responses necessary to achieve specific goals. A promising method to control response gen…

Dialogue GenerationResponse Generation

Semantic Space Grounded Weighted Decoding for Multi-Attribute Controllable Dialogue Generation

2023-05-04 · Zhiling Zhang, Mengyue Wu, Kenny Q. Zhu

Controlling chatbot utterance generation with multiple attributes such as personalities, emotions and dialogue acts is a practically useful but under-studied problem. We propose a novel framework called DASC that possess…

AttributeChatbotDialogue Generation

Saying No is An Art: Contextualized Fallback Responses for Unanswerable Dialogue Queries

2020-12-03 · ACL 2021 5 · Ashish Shrivastava, Kaustubh Dhole, Abhinav Bhatt, Sharvani Raghunath

Despite end-to-end neural systems making significant progress in the last decade for task-oriented as well as chit-chat based dialogue systems, most dialogue systems rely on hybrid approaches which use a combination of r…

Retrieval

Hexa: Self-Improving for Knowledge-Grounded Dialogue System

2023-10-10 · DaeJin Jo, Daniel Wontae Nam, Gunsoo Han, Kyoung-Woon On 외

A common practice in knowledge-grounded dialogue generation is to explicitly utilize intermediate steps (e.g., web-search, memory retrieval) with modular approaches. However, data for such steps are often inaccessible co…

Dialogue GenerationDiversityRetrieval

Using a KG-Copy Network for Non-Goal Oriented Dialogues

2019-10-17 · Debanjan Chaudhuri, Md Rashad Al Hasan Rony, Simon Jordan, Jens Lehmann

Non-goal oriented, generative dialogue systems lack the ability to generate answers with grounded facts. A knowledge graph can be considered an abstraction of the real world consisting of well-grounded facts. This paper …

Knowledge GraphsResponse Generation