paper-with-me

홈 › Papers

Zero-Shot Dialogue Disentanglement by Self-Supervised Entangled Response Selection

2021-10-25 · EMNLP 2021 11 · Ta-Chung Chi, Alexander I. Rudnicky

Dialogue disentanglement aims to group utterances in a long and multi-participant dialogue into threads. This is useful for discourse analysis and downstream applications such as dialogue response selection, where it can be the first step to construct a clean context/response set. Unfortunately, labeling all~\emph{reply-to} links takes quadratic effort w.r.t the number of utterances: an annotator must check all preceding utterances to identify the one to which the current utterance is a reply. In this paper, we are the first to propose a~\textbf{zero-shot} dialogue disentanglement solution. Firstly, we train a model on a multi-participant response selection dataset harvested from the web which is not annotated; we then apply the trained model to perform zero-shot dialogue disentanglement. Without any labeled data, our model can achieve a cluster F1 score of 25. We also fine-tune the model using various amounts of labeled data. Experiments show that with only 10\% of the data, we achieve nearly the same performance of using the full dataset\footnote{Code is released at \url{https://github.com/chijames/zero_shot_dialogue_disentanglement}}.

📄 PDF Abstract BibTeX arXiv:2110.12646

Code (1)

chijames/zero_shot_dialogue_disentanglement 공식 구현 pytorch

Tasks

Disentanglement

Similar Papers 제목 키워드 기반

Prompter: Zero-shot Adaptive Prefixes for Dialogue State Tracking Domain Adaptation

2023-06-07 · Taha Aksu, Min-Yen Kan, Nancy F. Chen

A challenge in the Dialogue State Tracking (DST) field is adapting models to new domains without using any supervised data, zero-shot domain adaptation. Parameter-Efficient Transfer Learning (PETL) has the potential to a…

Dialogue State TrackingDomain AdaptationTransfer Learning

Beyond Whole Dialogue Modeling: Contextual Disentanglement for Conversational Recommendation

2025-04-24 · Guojia An, Jie Zou, Jiwei Wei, Chaoning Zhang 외

Conversational recommender systems aim to provide personalized recommendations by analyzing and utilizing contextual information related to dialogue. However, existing methods typically model the dialogue context as a wh…

Conversational RecommendationcounterfactualCounterfactual InferenceDisentanglement+3

Zero-shot Voice Conversion via Self-supervised Prosody Representation Learning

2021-10-27 · Shijun Wang, Dimche Kostadinov, Damian Borth

Voice Conversion (VC) for unseen speakers, also known as zero-shot VC, is an attractive research topic as it enables a range of applications like voice customizing, animation production, and others. Recent work in this a…

DisentanglementRepresentation LearningVoice Conversion

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

Leveraging Slot Descriptions for Zero-Shot Cross-Domain Dialogue State Tracking

2021-05-10 · Zhaojiang Lin, Bing Liu, Seungwhan Moon, Paul Crook 외

Zero-shot cross-domain dialogue state tracking (DST) enables us to handle task-oriented dialogue in unseen domains without the expense of collecting in-domain data. In this paper, we propose a slot description enhanced g…

Dialogue State TrackingTransfer Learning