paper-with-me

홈 › Papers

Modeling Topical Relevance for Multi-Turn Dialogue Generation

2020-09-27 · Hainan Zhang, Yanyan Lan, Liang Pang, Hongshen Chen, Zhuoye Ding, Dawei Yin

Topic drift is a common phenomenon in multi-turn dialogue. Therefore, an ideal dialogue generation models should be able to capture the topic information of each context, detect the relevant context, and produce appropriate responses accordingly. However, existing models usually use word or sentence level similarities to detect the relevant contexts, which fail to well capture the topical level relevance. In this paper, we propose a new model, named STAR-BTM, to tackle this problem. Firstly, the Biterm Topic Model is pre-trained on the whole training dataset. Then, the topic level attention weights are computed based on the topic representation of each context. Finally, the attention weights and the topic distribution are utilized in the decoding process to generate the corresponding responses. Experimental results on both Chinese customer services data and English Ubuntu dialogue data show that STAR-BTM significantly outperforms several state-of-the-art methods, in terms of both metric-based and human evaluations.

📄 PDF Abstract BibTeX arXiv:2009.12735

Code (0)

등록된 구현이 없습니다.

Tasks

Dialogue GenerationSentence

Similar Papers 제목 키워드 기반

Semantic-Enhanced Explainable Finetuning for Open-Domain Dialogues

2021-06-06 · Yinhe Zheng, Yida Wang, Pei Ke, Zhenyu Yang 외

This paper propose to combine pretrained language models with the modular dialogue paradigm for open-domain dialogue modeling. Our method, semantic-enhanced finetuning, instantiates conversation understanding, planning, …

InformativenessLanguage ModelingLanguage ModellingResponse Generation

Improving Unsupervised Dialogue Topic Segmentation with Utterance-Pair Coherence Scoring

2021-06-12 · SIGDIAL (ACL) 2021 7 · Linzi Xing, Giuseppe Carenini

Dialogue topic segmentation is critical in several dialogue modeling problems. However, popular unsupervised approaches only exploit surface features in assessing topical coherence among utterances. In this work, we addr…

Segmentation

Reading Turn by Turn: Hierarchical Attention Architecture for Spoken Dialogue Comprehension

2019-07-01 · ACL 2019 7 · Zhengyuan Liu, Nancy Chen

Comprehending multi-turn spoken conversations is an emerging research area, presenting challenges different from reading comprehension of passages due to the interactive nature of information exchange from at least two s…

Reading Comprehension

Getting Better Dialogue Context for Knowledge Identification by Leveraging Document-level Topic Shift

2022-09-01 · SIGDIAL (ACL) 2022 9 · Nhat Tran, Diane Litman

To build a goal-oriented dialogue system that can generate responses given a knowledge base, identifying the relevant pieces of information to be grounded in is vital. When the number of documents in the knowledge base i…

Retrieval

Meta-Context Transformers for Domain-Specific Response Generation

2020-10-12 · Debanjana Kar, Suranjana Samanta, Amar Prakash Azad

Despite the tremendous success of neural dialogue models in recent years, it suffers a lack of relevance, diversity, and some times coherence in generated responses. Lately, transformer-based models, such as GPT-2, have …

Dialogue GenerationLanguage ModelingLanguage ModellingResponse Generation+2