paper-with-me

홈 › 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 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 arXiv:2106.10622

Code (1)

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

Tasks

Text Generation

Similar 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 languag…

Text 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

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

Unsupervised Abstractive Dialogue Summarization for Tete-a-Tetes

2020-09-15 · Xinyuan Zhang, Ruiyi Zhang, Manzil Zaheer, Amr Ahmed

High-quality dialogue-summary paired data is expensive to produce and domain-sensitive, making abstractive dialogue summarization a challenging task. In this work, we propose the first unsupervised abstractive dialogue s…

Abstractive Dialogue Summarizationdialogue summarySentenceText Summarization