paper-with-me

Papers

Incorporating Loose-Structured Knowledge into Conversation Modeling via Recall-Gate LSTM

2016-05-17 · Zhen Xu, Bingquan Liu, Baoxun Wang, Chengjie Sun, Xiaolong Wang

Modeling human conversations is the essence for building satisfying chat-bots with multi-turn dialog ability. Conversation modeling will notably benefit from domain knowledge since the relationships between sentences can be clarified due to semantic hints introduced by knowledge. In this paper, a deep neural network is proposed to incorporate background knowledge for conversation modeling. Through a specially designed Recall gate, domain knowledge can be transformed into the extra global memory of Long Short-Term Memory (LSTM), so as to enhance LSTM by cooperating with its local memory to capture the implicit semantic relevance between sentences within conversations. In addition, this paper introduces the loose structured domain knowledge base, which can be built with slight amount of manual work and easily adopted by the Recall gate. Our model is evaluated on the context-oriented response selecting task, and experimental results on both two datasets have shown that our approach is promising for modeling human conversations and building key components of automatic chatting systems.

📄 PDF Abstract BibTeX arXiv:1605.05110

Code (1)

taesunwhang/BERT-ResSel pytorch

Similar Papers 제목 키워드 기반

Extending Neural Generative Conversational Model using External Knowledge Sources

2018-09-14 · EMNLP 2018 10 · Prasanna Parthasarathi, Joelle Pineau

The use of connectionist approaches in conversational agents has been progressing rapidly due to the availability of large corpora. However current generative dialogue models often lack coherence and are content poor. Th…

Beyond Domain APIs: Task-oriented Conversational Modeling with Unstructured Knowledge Access Track in DSTC9

2021-01-22 · Seokhwan Kim, Mihail Eric, Behnam Hedayatnia, Karthik Gopalakrishnan 외

Most prior work on task-oriented dialogue systems are restricted to a limited coverage of domain APIs, while users oftentimes have domain related requests that are not covered by the APIs. This challenge track aims to ex…

Response GenerationTask-Oriented Dialogue Systems

Beyond Domain APIs: Task-oriented Conversational Modeling with Unstructured Knowledge Access

2020-06-05 · SIGDIAL (ACL) 2020 7 · Seokhwan Kim, Mihail Eric, Karthik Gopalakrishnan, Behnam Hedayatnia 외

Most prior work on task-oriented dialogue systems are restricted to a limited coverage of domain APIs, while users oftentimes have domain related requests that are not covered by the APIs. In this paper, we propose to ex…

Response GenerationTask-Oriented Dialogue Systems

Know Deeper: Knowledge-Conversation Cyclic Utilization Mechanism for Open-domain Dialogue Generation

2021-07-16 · Yajing Sun, Yue Hu, Luxi Xing, Yuqiang Xie 외

End-to-End intelligent neural dialogue systems suffer from the problems of generating inconsistent and repetitive responses. Existing dialogue models pay attention to unilaterally incorporating personal knowledge into th…

DecoderDialogue GenerationResponse Generation

Unstructured Text Enhanced Open-domain Dialogue System: A Systematic Survey

2024-11-14 · Longxuan Ma, Mingda Li, Weinan Zhang, Jiapeng Li 외

Incorporating external knowledge into dialogue generation has been proven to benefit the performance of an open-domain Dialogue System (DS), such as generating informative or stylized responses, controlling conversation …

Dialogue GenerationResponse GenerationRetrievalSurvey