paper-with-me

홈 › Papers

Self-Attention-Based Message-Relevant Response Generation for Neural Conversation Model

2018-05-23 · Jonggu Kim, Doyeon Kong, Jong-Hyeok Lee

Using a sequence-to-sequence framework, many neural conversation models for chit-chat succeed in naturalness of the response. Nevertheless, the neural conversation models tend to give generic responses which are not specific to given messages, and it still remains as a challenge. To alleviate the tendency, we propose a method to promote message-relevant and diverse responses for neural conversation model by using self-attention, which is time-efficient as well as effective. Furthermore, we present an investigation of why and how effective self-attention is in deep comparison with the standard dialogue generation. The experiment results show that the proposed method improves the standard dialogue generation in various evaluation metrics.

📄 PDF Abstract BibTeX arXiv:1805.08983

Code (0)

등록된 구현이 없습니다.

Tasks

Dialogue GenerationResponse Generation

Similar Papers 제목 키워드 기반

ReCoSa: Detecting the Relevant Contexts with Self-Attention for Multi-turn Dialogue Generation

2019-07-09 · ACL 2019 7 · Hainan Zhang, Yanyan Lan, Liang Pang, Jiafeng Guo 외

In multi-turn dialogue generation, response is usually related with only a few contexts. Therefore, an ideal model should be able to detect these relevant contexts and produce a suitable response accordingly. However, th…

Dialogue GenerationResponse Generation

Topic Aware Neural Response Generation

2016-06-21 · Chen Xing, Wei Wu, Yu Wu, Jie Liu 외

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) …

Response Generation

Generating High-Quality and Informative Conversation Responses with Sequence-to-Sequence Models

2017-01-11 · EMNLP 2017 9 · Louis Shao, Stephan Gouws, Denny Britz, Anna Goldie 외

Sequence-to-sequence models have been applied to the conversation response generation problem where the source sequence is the conversation history and the target sequence is the response. Unlike translation, conversatio…

DecoderDiversityRerankingResponse Generation+1

Detecting Context Dependent Messages in a Conversational Environment

2016-11-02 · COLING 2016 12 · Chaozhuo Li, Yu Wu, Wei Wu, Chen Xing 외

While automatic response generation for building chatbot systems has drawn a lot of attention recently, there is limited understanding on when we need to consider the linguistic context of an input text in the generation…

ChatbotResponse Generation

Atomic Self-Consistency for Better Long Form Generations

2024-05-21 · Raghuveer Thirukovalluru, Yukun Huang, Bhuwan Dhingra

Recent work has aimed to improve LLM generations by filtering out hallucinations, thereby improving the precision of the information in responses. Correctness of a long-form response, however, also depends on the recall …

Form