paper-with-me

홈 › Papers

Speaker Clustering in Textual Dialogue with Pairwise Utterance Relation and Cross-corpus Dialogue Act Supervision

2022-10-01 · COLING 2022 10 · Zhihua Su, Qiang Zhou

We propose a speaker clustering model for textual dialogues, which groups the utterances of a multi-party dialogue without speaker annotations, so that the actual speakers are identical inside each cluster. We find that, without knowing the speakers, the interactions between utterances are still implied in the text, which suggest the relations between speakers. In this work, we model the semantic content of utterance with a pre-trained language model, and the relations between speakers with an utterance-level pairwise matrix. The semantic content representation can be further instructed by cross-corpus dialogue act modeling. The speaker labels are finally generated by spectral clustering. Experiments show that our model outperforms the sequence classification baseline, and benefits from the auxiliary dialogue act classification task. We also discuss the detail of determining the number of speakers (clusters), eliminating the interference caused by semantic similarity, and the impact of utterance distance.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringCross-corpusDialogue Act ClassificationLanguage ModelingLanguage ModellingRelationSemantic SimilaritySemantic Textual Similarity

Similar Papers 제목 키워드 기반

Speaker Clustering in Textual Dialogue with Utterance Correlation and Cross-corpus Dialogue Act Supervision

2022-01-16 · ACL ARR January 2022 1 · Anonymous

We propose a textual dialogue speaker clustering model, which groups the utterances of a multi-party dialogue without speaker annotations, so that the real speakers are identical inside each cluster. We find that, even w…

ClusteringCross-corpusDialogue Act ClassificationLanguage Modeling+1

Filling the Gap of Utterance-aware and Speaker-aware Representation for Multi-turn Dialogue

2020-09-14 · Longxiang Liu, Zhuosheng Zhang, Hai Zhao, Xi Zhou 외

A multi-turn dialogue is composed of multiple utterances from two or more different speaker roles. Thus utterance- and speaker-aware clues are supposed to be well captured in models. However, in the existing retrieval-ba…

Retrieval

Channel-aware Decoupling Network for Multi-turn Dialogue Comprehension

2023-01-10 · Zhuosheng Zhang, Hai Zhao, Longxiang Liu

Training machines to understand natural language and interact with humans is one of the major goals of artificial intelligence. Recent years have witnessed an evolution from matching networks to pre-trained language mode…

InferEM: Inferring the Speaker's Intention for Empathetic Dialogue Generation

2022-12-13 · Guoqing Lv, Jiang Li, XiaoPing Wang, Zhigang Zeng

Current approaches to empathetic response generation typically encode the entire dialogue history directly and put the output into a decoder to generate friendly feedback. These methods focus on modelling contextual info…

DecoderDialogue GenerationEmpathetic Response GenerationMulti-Task Learning+1

CloneBot: Personalized Dialogue-Response Predictions

2021-03-31 · Tyler Weitzman, Hoon Pyo, Jeon

Our project task was to create a model that, given a speaker ID, chat history, and an utterance query, can predict the response utterance in a conversation. The model is personalized for each speaker. This task can be a …

Clustering