paper-with-me

Papers

Topic Aware Neural Response Generation

2016-06-21 · Chen Xing, Wei Wu, Yu Wu, Jie Liu, YaLou Huang, Ming Zhou, Wei-Ying Ma

We consider incorporating topic information into the sequence-to-sequence framework to generate informative and interesting responses for chatbots. To this end, we propose a topic aware sequence-to-sequence (TA-Seq2Seq) model. The model utilizes topics to simulate prior knowledge of human that guides them to form informative and interesting responses in conversation, and leverages the topic information in generation by a joint attention mechanism and a biased generation probability. The joint attention mechanism summarizes the hidden vectors of an input message as context vectors by message attention, synthesizes topic vectors by topic attention from the topic words of the message obtained from a pre-trained LDA model, and let these vectors jointly affect the generation of words in decoding. To increase the possibility of topic words appearing in responses, the model modifies the generation probability of topic words by adding an extra probability item to bias the overall distribution. Empirical study on both automatic evaluation metrics and human annotations shows that TA-Seq2Seq can generate more informative and interesting responses, and significantly outperform the-state-of-the-art response generation models.

📄 PDF Abstract BibTeX arXiv:1606.08340

Code (1)

nouhadziri/THRED tf

Tasks

Response Generation

Methods 이 논문이 사용한 방법론

LDA Linear discriminant analysis (LDA), normal discriminant analysis (NDA), or discriminant function analysis is a generalization of Fisher's linear discriminant, a method used in…

Similar Papers 제목 키워드 기반

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

Topic-Aware Response Generation in Task-Oriented Dialogue with Unstructured Knowledge Access

2022-12-10 · Yue Feng, Gerasimos Lampouras, Ignacio Iacobacci

To alleviate the problem of structured databases' limited coverage, recent task-oriented dialogue systems incorporate external unstructured knowledge to guide the generation of system responses. However, these usually us…

Response GenerationSentenceTask-Oriented Dialogue Systems

Topic-Aware Response Generation in Task-Oriented Dialogue with Unstructured Knowledge Access

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

To alleviate the problem of structured databases' limited coverage, recent task-oriented dialogue systems incorporate external unstructured knowledge to guide the generation of system responses. However, these usually us…

Response GenerationSentenceTask-Oriented Dialogue Systems

Augmenting Neural Response Generation with Context-Aware Topical Attention

2018-11-02 · WS 2019 8 · Nouha Dziri, Ehsan Kamalloo, Kory W. Mathewson, Osmar Zaiane

Sequence-to-Sequence (Seq2Seq) models have witnessed a notable success in generating natural conversational exchanges. Notwithstanding the syntactically well-formed responses generated by these neural network models, the…

DecoderOpen-Domain DialogResponse GenerationSemantic Similarity

TopicRefine: Joint Topic Prediction and Dialogue Response Generation for Multi-turn End-to-End Dialogue System

2021-09-11 · Hongru Wang, Mingyu Cui, Zimo Zhou, Gabriel Pui Cheong Fung 외

A multi-turn dialogue always follows a specific topic thread, and topic shift at the discourse level occurs naturally as the conversation progresses, necessitating the model's ability to capture different topics and gene…

Response Generation