paper-with-me

Papers

Focus-Constrained Attention Mechanism for CVAE-based Response Generation

2020-09-25 · Findings of the Association for Computational Linguistics 2020 · Zhi Cui, Yan-ran Li, Jiayi Zhang, Jianwei Cui, Chen Wei, Bin Wang

To model diverse responses for a given post, one promising way is to introduce a latent variable into Seq2Seq models. The latent variable is supposed to capture the discourse-level information and encourage the informativeness of target responses. However, such discourse-level information is often too coarse for the decoder to be utilized. To tackle it, our idea is to transform the coarse-grained discourse-level information into fine-grained word-level information. Specifically, we firstly measure the semantic concentration of corresponding target response on the post words by introducing a fine-grained focus signal. Then, we propose a focus-constrained attention mechanism to take full advantage of focus in well aligning the input to the target response. The experimental results demonstrate that by exploiting the fine-grained signal, our model can generate more diverse and informative responses compared with several state-of-the-art models.

📄 PDF Abstract BibTeX arXiv:2009.12102

Code (1)

cuizhi555/Focus-Constrained-Attention-Mechanism-for-CVAE-based-Response-Generation 공식 구현 tf

Tasks

DecoderInformativenessResponse Generation

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

Dior-CVAE: Pre-trained Language Models and Diffusion Priors for Variational Dialog Generation

2023-05-24 · Tianyu Yang, Thy Thy Tran, Iryna Gurevych

Current variational dialog models have employed pre-trained language models (PLMs) to parameterize the likelihood and posterior distributions. However, the Gaussian assumption made on the prior distribution is incompatib…

DecoderDiversityOpen-Domain DialogResponse Generation

Modeling Complex Dialogue Mappings via Sentence Semantic Segmentation Guided Conditional Variational Auto-Encoder

2022-12-01 · Bin Sun, Shaoxiong Feng, Yiwei Li, Weichao Wang 외

Complex dialogue mappings (CDM), including one-to-many and many-to-one mappings, tend to make dialogue models generate incoherent or dull responses, and modeling these mappings remains a huge challenge for neural dialogu…

Dialogue GenerationSemantic SegmentationSentence

Improving Contextual Coherence in Variational Personalized and Empathetic Dialogue Agents

2022-02-12 · Jing Yang Lee, Kong Aik Lee, Woon Seng Gan

In recent years, latent variable models, such as the Conditional Variational Auto Encoder (CVAE), have been applied to both personalized and empathetic dialogue generation. Prior work have largely focused on generating d…

Dialogue GenerationResponse Generation

Diversifying Reply Suggestions using a Matching-Conditional Variational Autoencoder

2019-03-25 · NAACL 2019 6 · Budhaditya Deb, Peter Bailey, Milad Shokouhi

We consider the problem of diversifying automated reply suggestions for a commercial instant-messaging (IM) system (Skype). Our conversation model is a standard matching based information retrieval architecture, which co…

DiversityInformation RetrievalRetrievalVariational Inference

Emotion-Regularized Conditional Variational Autoencoder for Emotional Response Generation

2021-04-18 · Yu-Ping Ruan, Zhen-Hua Ling

This paper presents an emotion-regularized conditional variational autoencoder (Emo-CVAE) model for generating emotional conversation responses. In conventional CVAE-based emotional response generation, emotion labels ar…

DecoderResponse Generation