paper-with-me

Papers

TAKE: Topic-shift Aware Knowledge sElection for Dialogue Generation

2022-10-01 · COLING 2022 10 · Chenxu Yang, Zheng Lin, Jiangnan Li, Fandong Meng, Weiping Wang, Lanrui Wang, Jie zhou

Knowledge-grounded dialogue generation consists of two subtasks: knowledge selection and response generation. The knowledge selector generally constructs a query based on the dialogue context and selects the most appropriate knowledge to help response generation. Recent work finds that realizing who (the user or the agent) holds the initiative and utilizing the role-initiative information to instruct the query construction can help select knowledge. It depends on whether the knowledge connection between two adjacent rounds is smooth to assign the role. However, whereby the user takes the initiative only when there is a strong semantic transition between two rounds, probably leading to initiative misjudgment. Therefore, it is necessary to seek a more sensitive reason beyond the initiative role for knowledge selection. To address the above problem, we propose a Topic-shift Aware Knowledge sElector(TAKE). Specifically, we first annotate the topic shift and topic inheritance labels in multi-round dialogues with distant supervision. Then, we alleviate the noise problem in pseudo labels through curriculum learning and knowledge distillation. Extensive experiments on WoW show that TAKE performs better than strong baselines.

📄 PDF Abstract BibTeX

Code (1)

iie-ycx/coling2022-take 공식 구현 pytorch

Tasks

Dialogue GenerationKnowledge DistillationResponse Generation

Similar Papers 제목 키워드 기반

Towards Coherent and Captivating Topic Transitions in Knowledge-Grounded Conversations

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Knowledge-grounded conversations require skillful usage of knowledge to generate suitably diverse responses to keep user captivated while maintaining coherence to the dialogue context. However, current approaches that di…

Multi-turn Dialogue Comprehension from a Topic-aware Perspective

2023-09-18 · Xinbei Ma, Yi Xu, Hai Zhao, Zhuosheng Zhang

Dialogue related Machine Reading Comprehension requires language models to effectively decouple and model multi-turn dialogue passages. As a dialogue development goes after the intentions of participants, its topic may n…

Machine Reading ComprehensionReading Comprehension

TIAGE: A Benchmark for Topic-Shift Aware Dialog Modeling

2021-09-09 · Findings (EMNLP) 2021 11 · Huiyuan Xie, Zhenghao Liu, Chenyan Xiong, Zhiyuan Liu 외

Human conversations naturally evolve around different topics and fluently move between them. In research on dialog systems, the ability to actively and smoothly transition to new topics is often ignored. In this paper we…

Response Generation

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, espec…

Conversational Response Selection

Augmenting Topic Aware Knowledge-Grounded Conversations with Dynamic Built Knowledge Graphs

2021-06-01 · NAACL (DeeLIO) 2021 6 · Junjie Wu, Hao Zhou

Dialog topic management and background knowledge selection are essential factors for the success of knowledge-grounded open-domain conversations. However, existing models are primarily performed with symmetric knowledge …

Knowledge GraphsManagementResponse Generation