paper-with-me

홈 › Papers

Do Encoder Representations of Generative Dialogue Models have sufficient summary of the Information about the task ?

2021-07-01 · SIGDIAL (ACL) 2021 7 · Prasanna Parthasarathi, Joelle Pineau, Sarath Chandar

Predicting the next utterance in dialogue is contingent on encoding of users’ input text to generate appropriate and relevant response in data-driven approaches. Although the semantic and syntactic quality of the language generated is evaluated, more often than not, the encoded representation of input is not evaluated. As the representation of the encoder is essential for predicting the appropriate response, evaluation of encoder representation is a challenging yet important problem. In this work, we showcase evaluating the text generated through human or automatic metrics is not sufficient to appropriately evaluate soundness of the language understanding of dialogue models and, to that end, propose a set of probe tasks to evaluate encoder representation of different language encoders commonly used in dialogue models. From experiments, we observe that some of the probe tasks are easier and some are harder for even sophisticated model architectures to learn. And, through experiments we observe that RNN based architectures have lower performance on automatic metrics on text generation than transformer model but perform better than the transformer model on the probe tasks indicating that RNNs might preserve task information better than the Transformers.

📄 PDF Abstract BibTeX

Code (1)

ppartha03/Dialogue-Probe-Tasks-Public 공식 구현 pytorch

Tasks

Text Generation

Similar Papers 제목 키워드 기반

Do Encoder Representations of Generative Dialogue Models Encode Sufficient Information about the Task ?

2021-06-20 · Prasanna Parthasarathi, Joelle Pineau, Sarath Chandar

Predicting the next utterance in dialogue is contingent on encoding of users' input text to generate appropriate and relevant response in data-driven approaches. Although the semantic and syntactic quality of the languag…

Text Generation

Generative Deep Neural Networks for Dialogue: A Short Review

2016-11-18 · Iulian Vlad Serban, Ryan Lowe, Laurent Charlin, Joelle Pineau

Researchers have recently started investigating deep neural networks for dialogue applications. In particular, generative sequence-to-sequence (Seq2Seq) models have shown promising results for unstructured tasks, such as…

DecoderResponse Generation

Back to the Future: Bidirectional Information Decoupling Network for Multi-turn Dialogue Modeling

2022-04-18 · Yiyang Li, Hai Zhao, Zhuosheng Zhang

Multi-turn dialogue modeling as a challenging branch of natural language understanding (NLU), aims to build representations for machines to understand human dialogues, which provides a solid foundation for multiple downs…

Natural Language Understanding

Dial-MAE: ConTextual Masked Auto-Encoder for Retrieval-based Dialogue Systems

2023-06-07 · Zhenpeng Su, Xing Wu, Wei Zhou, Guangyuan Ma 외

Dialogue response selection aims to select an appropriate response from several candidates based on a given user and system utterance history. Most existing works primarily focus on post-training and fine-tuning tailored…

Conversational Response SelectionDecoderLanguage ModelingLanguage Modelling+2

Prompt Conditioned VAE: Enhancing Generative Replay for Lifelong Learning in Task-Oriented Dialogue

2022-10-14 · Yingxiu Zhao, Yinhe Zheng, Zhiliang Tian, Chang Gao 외

Lifelong learning (LL) is vital for advanced task-oriented dialogue (ToD) systems. To address the catastrophic forgetting issue of LL, generative replay methods are widely employed to consolidate past knowledge with gene…

Lifelong learningNatural Language Understanding