paper-with-me

홈 › Papers

Hierarchical Recurrent Attention Network for Response Generation

2017-01-25 · Chen Xing, Wei Wu, Yu Wu, Ming Zhou, YaLou Huang, Wei-Ying Ma

We study multi-turn response generation in chatbots where a response is generated according to a conversation context. Existing work has modeled the hierarchy of the context, but does not pay enough attention to the fact that words and utterances in the context are differentially important. As a result, they may lose important information in context and generate irrelevant responses. We propose a hierarchical recurrent attention network (HRAN) to model both aspects in a unified framework. In HRAN, a hierarchical attention mechanism attends to important parts within and among utterances with word level attention and utterance level attention respectively. With the word level attention, hidden vectors of a word level encoder are synthesized as utterance vectors and fed to an utterance level encoder to construct hidden representations of the context. The hidden vectors of the context are then processed by the utterance level attention and formed as context vectors for decoding the response. Empirical studies on both automatic evaluation and human judgment show that HRAN can significantly outperform state-of-the-art models for multi-turn response generation.

📄 PDF Abstract BibTeX arXiv:1701.07149

Code (1)

LynetteXing1991/HRAN 공식 구현

Tasks

Response Generation

Similar Papers 제목 키워드 기반

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

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

A non-hierarchical attention network with modality dropout for textual response generation in multimodal dialogue systems

2021-10-19 · Rongyi Sun, Borun Chen, Qingyu Zhou, Yinghui Li 외

Existing text- and image-based multimodal dialogue systems use the traditional Hierarchical Recurrent Encoder-Decoder (HRED) framework, which has an utterance-level encoder to model utterance representation and a context…

DecoderResponse Generation

Learning Multi-Level Information for Dialogue Response Selection by Highway Recurrent Transformer

2019-03-21 · Ting-Rui Chiang, Chao-Wei Huang, Shang-Yu Su, Yun-Nung Chen

With the increasing research interest in dialogue response generation, there is an emerging branch formulating this task as selecting next sentences, where given the partial dialogue contexts, the goal is to determine th…

Response GenerationSentence

A Static and Dynamic Attention Framework for Multi Turn Dialogue Generation

2024-10-28 · Wei-Nan Zhang, Yiming Cui, Kaiyan Zhang, Yifa Wang 외

Recently, research on open domain dialogue systems have attracted extensive interests of academic and industrial researchers. The goal of an open domain dialogue system is to imitate humans in conversations. Previous wor…

Dialogue Generation