paper-with-me

Papers

Knowledge-aware response selection with semantics underlying multi-turn open-domain conversations

2023-07-27 · World Wide Web Journal 2023 7 · Makoto Nakatsuji, Yuka Ozeki, Shuhei Tateishi, Yoshihisa Kano & QingPeng Zhang

Response selection is a critical issue in the AI community, with important applications on the Web. The accuracy of the selected responses, however, tends to be insufficient due to the lack of contextual awareness, especially in open-domain conversations where words tend to have several meanings in different contexts. Our solution, SemSol, is a knowledge-aware response selection model that tackles this problem by utilizing the context-specific semantics behind words that are implicitly shared among users throughout the dialogue. SemSol simultaneously learns word sense disambiguations (WSD) for the words in the dialogue on the basis of an open-domain knowledge graph, i.e. WordNet, while learning the match between the context and the response candidates. Then, SemSol improves the accuracy of the response by exploiting the semantic information in a knowledge graph in accordance with the dialogue context. Our model learns the topics of utterances in the context of the whole training dataset. This topic-level knowledge can provide topic-specific information in the dialogue context. This improves the WSDs and the response selection accuracy. Experiments with two open-domain conversational datasets, Douban (Chinese) and Reddit (English), demonstrated that the SemSol model outperformed state-of-the-art baselines. SemSol is ranked #1 on the Douban leaderboard.

📄 PDF Abstract BibTeX

Code (1)

losmes/SemSol pytorch

Tasks

Conversational Response Selection

Similar Papers 제목 키워드 기반

CoLV: A Collaborative Latent Variable Model for Knowledge-Grounded Dialogue Generation

2021-11-01 · EMNLP 2021 11 · Haolan Zhan, Lei Shen, Hongshen Chen, Hainan Zhang

Knowledge-grounded dialogue generation has achieved promising performance with the engagement of external knowledge sources. Typical approaches towards this task usually perform relatively independent two sub-tasks, i.e.…

Dialogue GenerationDiversityResponse Generation

Improving Background Based Conversation with Context-aware Knowledge Pre-selection

2019-06-16 · Yangjun Zhang, Pengjie Ren, Maarten de Rijke

Background Based Conversations (BBCs) have been developed to make dialogue systems generate more informative and natural responses by leveraging background knowledge. Existing methods for BBCs can be grouped into two cat…

SEntNet: Source-aware Recurrent Entity Network for Dialogue Response Selection

2019-06-16 · Jiahuan Pei, Arent Stienstra, Julia Kiseleva, Maarten de Rijke

Dialogue response selection is an important part of Task-oriented Dialogue Systems (TDSs); it aims to predict an appropriate response given a dialogue context. Obtaining key information from a complex, long dialogue cont…

Task-Oriented Dialogue Systems

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

Knowledge Aware Conversation Generation with Explainable Reasoning over Augmented Graphs

2019-03-25 · IJCNLP 2019 11 · Zhibin Liu, Zheng-Yu Niu, Hua Wu, Haifeng Wang

Two types of knowledge, triples from knowledge graphs and texts from documents, have been studied for knowledge aware open-domain conversation generation, in which graph paths can narrow down vertex candidates for knowle…

Knowledge GraphsMachine Reading ComprehensionReading ComprehensionResponse Generation