paper-with-me

Papers

Entity-Consistent End-to-end Task-Oriented Dialogue System with KB Retriever

2019-09-15 · IJCNLP 2019 11 · Libo Qin, Yijia Liu, Wanxiang Che, Haoyang Wen, Yangming Li, Ting Liu

Querying the knowledge base (KB) has long been a challenge in the end-to-end task-oriented dialogue system. Previous sequence-to-sequence (Seq2Seq) dialogue generation work treats the KB query as an attention over the entire KB, without the guarantee that the generated entities are consistent with each other. In this paper, we propose a novel framework which queries the KB in two steps to improve the consistency of generated entities. In the first step, inspired by the observation that a response can usually be supported by a single KB row, we introduce a KB retrieval component which explicitly returns the most relevant KB row given a dialogue history. The retrieval result is further used to filter the irrelevant entities in a Seq2Seq response generation model to improve the consistency among the output entities. In the second step, we further perform the attention mechanism to address the most correlated KB column. Two methods are proposed to make the training feasible without labeled retrieval data, which include distant supervision and Gumbel-Softmax technique. Experiments on two publicly available task oriented dialog datasets show the effectiveness of our model by outperforming the baseline systems and producing entity-consistent responses.

📄 PDF Abstract BibTeX arXiv:1909.06762

Code (1)

yizhen20133868/Retriever-Dialogue 공식 구현

Tasks

Dialogue GenerationResponse GenerationRetrievalTask-Oriented Dialogue Systems

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 제목 키워드 기반

Data-Efficient Goal-Oriented Conversation with Dialogue Knowledge Transfer Networks

2019-10-03 · IJCNLP 2019 11 · Igor Shalyminov, Sungjin Lee, Arash Eshghi, Oliver Lemon

Goal-oriented dialogue systems are now being widely adopted in industry where it is of key importance to maintain a rapid prototyping cycle for new products and domains. Data-driven dialogue system development has to be …

Dialogue GenerationFew-Shot LearningGoal-Oriented Dialogue SystemsTransfer Learning

Semantics-Enhanced Task-Oriented Dialogue Translation: A Case Study on Hotel Booking

2017-11-01 · IJCNLP 2017 11 · Long-Yue Wang, Jinhua Du, Liangyou Li, Zhaopeng Tu 외

We showcase TODAY, a semantics-enhanced task-oriented dialogue translation system, whose novelties are: (i) task-oriented named entity (NE) definition and a hybrid strategy for NE recognition and translation; and (ii) a …

Dialogue UnderstandingMachine TranslationManagementNamed Entity Recognition (NER)+1

Contextualize Knowledge Bases with Transformer for End-to-end Task-Oriented Dialogue Systems

2020-10-12 · EMNLP 2021 11 · Yanjie Gou, Yinjie Lei, Lingqiao Liu, Yong Dai 외

Incorporating knowledge bases (KB) into end-to-end task-oriented dialogue systems is challenging, since it requires to properly represent the entity of KB, which is associated with its KB context and dialogue context. Th…

Response GenerationTask-Oriented Dialogue Systems

KETOD: Knowledge-Enriched Task-Oriented Dialogue

2022-05-11 · Findings (NAACL) 2022 7 · Zhiyu Chen, Bing Liu, Seungwhan Moon, Chinnadhurai Sankar 외

Existing studies in dialogue system research mostly treat task-oriented dialogue and chit-chat as separate domains. Towards building a human-like assistant that can converse naturally and seamlessly with users, it is imp…

Response Generation

KETOD: Knowledge-Enriched Task-Oriented Dialogue

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Existing studies in dialogue system research mostly treat task-oriented dialogue and chit-chat separately. Towards building a human-like assistant that can converse naturally and seamlessly with users, the system needs t…

Response Generation