paper-with-me

Papers

Dial2vec: Self-Guided Contrastive Learning of Unsupervised Dialogue Embeddings

2022-10-27 · Che Liu, Rui Wang, Junfeng Jiang, Yongbin Li, Fei Huang

In this paper, we introduce the task of learning unsupervised dialogue embeddings. Trivial approaches such as combining pre-trained word or sentence embeddings and encoding through pre-trained language models (PLMs) have been shown to be feasible for this task. However, these approaches typically ignore the conversational interactions between interlocutors, resulting in poor performance. To address this issue, we proposed a self-guided contrastive learning approach named dial2vec. Dial2vec considers a dialogue as an information exchange process. It captures the conversational interaction patterns between interlocutors and leverages them to guide the learning of the embeddings corresponding to each interlocutor. The dialogue embedding is obtained by an aggregation of the embeddings from all interlocutors. To verify our approach, we establish a comprehensive benchmark consisting of six widely-used dialogue datasets. We consider three evaluation tasks: domain categorization, semantic relatedness, and dialogue retrieval. Dial2vec achieves on average 8.7, 9.0, and 13.8 points absolute improvements in terms of purity, Spearman's correlation, and mean average precision (MAP) over the strongest baseline on the three tasks respectively. Further analysis shows that dial2vec obtains informative and discriminative embeddings for both interlocutors under the guidance of the conversational interactions and achieves the best performance when aggregating them through the interlocutor-level pooling strategy. All codes and data are publicly available at https://github.com/AlibabaResearch/DAMO-ConvAI/tree/main/dial2vec.

📄 PDF Abstract BibTeX arXiv:2210.15332

Code (1)

alibabaresearch/damo-convai 공식 구현 pytorch

Tasks

Contrastive LearningRetrievalSentenceSentence Embeddings

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Learning Dialogue Representations from Consecutive Utterances

2022-05-26 · NAACL 2022 7 · Zhihan Zhou, Dejiao Zhang, Wei Xiao, Nicholas Dingwall 외

Learning high-quality dialogue representations is essential for solving a variety of dialogue-oriented tasks, especially considering that dialogue systems often suffer from data scarcity. In this paper, we introduce Dial…

Contrastive LearningConversational Question AnsweringConversational Response SelectionDialogue Act Classification+14

Multi-Stage Coarse-to-Fine Contrastive Learning for Conversation Intent Induction

2023-03-09 · Caiyuan Chu, Ya Li, Yifan Liu, Jia-Chen Gu 외

Intent recognition is critical for task-oriented dialogue systems. However, for emerging domains and new services, it is difficult to accurately identify the key intent of a conversation due to time-consuming data annota…

ClusteringContrastive LearningIntent RecognitionSentence+1

BootTOD: Bootstrap Task-oriented Dialogue Representations by Aligning Diverse Responses

2024-03-02 · Weihao Zeng, Keqing He, Yejie Wang, Dayuan Fu 외

Pre-trained language models have been successful in many scenarios. However, their usefulness in task-oriented dialogues is limited due to the intrinsic linguistic differences between general text and task-oriented dialo…

Diversity

DialogueCSE: Dialogue-based Contrastive Learning of Sentence Embeddings

2021-09-26 · EMNLP 2021 11 · Che Liu, Rui Wang, Jinghua Liu, Jian Sun 외

Learning sentence embeddings from dialogues has drawn increasing attention due to its low annotation cost and high domain adaptability. Conventional approaches employ the siamese-network for this task, which obtains the …

Contrastive LearningSemantic Textual SimilaritySentenceSentence Embeddings

SelF-Eval: Self-supervised Fine-grained Dialogue Evaluation

2022-08-17 · COLING 2022 10 · Longxuan Ma, Ziyu Zhuang, Weinan Zhang, Mingda Li 외

This paper introduces a novel Self-supervised Fine-grained Dialogue Evaluation framework (SelF-Eval). The core idea is to model the correlation between turn quality and the entire dialogue quality. We first propose a nov…

Contrastive LearningDialogue Evaluation