paper-with-me

Papers

Improving Unsupervised Dialogue Topic Segmentation with Utterance-Pair Coherence Scoring

2021-06-12 · SIGDIAL (ACL) 2021 7 · Linzi Xing, Giuseppe Carenini

Dialogue topic segmentation is critical in several dialogue modeling problems. However, popular unsupervised approaches only exploit surface features in assessing topical coherence among utterances. In this work, we address this limitation by leveraging supervisory signals from the utterance-pair coherence scoring task. First, we present a simple yet effective strategy to generate a training corpus for utterance-pair coherence scoring. Then, we train a BERT-based neural utterance-pair coherence model with the obtained training corpus. Finally, such model is used to measure the topical relevance between utterances, acting as the basis of the segmentation inference. Experiments on three public datasets in English and Chinese demonstrate that our proposal outperforms the state-of-the-art baselines.

📄 PDF Abstract BibTeX arXiv:2106.06719

Code (1)

lxing532/Dialogue-Topic-Segmenter 공식 구현 pytorch

Tasks

Segmentation

Similar Papers 제목 키워드 기반

Unsupervised Dialogue Topic Segmentation with Topic-aware Utterance Representation

2023-05-04 · Haoyu Gao, Rui Wang, Ting-En Lin, Yuchuan Wu 외

Dialogue Topic Segmentation (DTS) plays an essential role in a variety of dialogue modeling tasks. Previous DTS methods either focus on semantic similarity or dialogue coherence to assess topic similarity for unsupervise…

SegmentationSemantic SimilaritySemantic Textual Similarity

Topic-Aware Multi-turn Dialogue Modeling

2020-09-26 · Yi Xu, Hai Zhao, Zhuosheng Zhang

In the retrieval-based multi-turn dialogue modeling, it remains a challenge to select the most appropriate response according to extracting salient features in context utterances. As a conversation goes on, topic shift a…

Retrieval

An Unsupervised Dialogue Topic Segmentation Model Based on Utterance Rewriting

2024-09-12 · Xia Hou, QiFeng Li, Tongliang Li

Dialogue topic segmentation plays a crucial role in various types of dialogue modeling tasks. The state-of-the-art unsupervised DTS methods learn topic-aware discourse representations from conversation data through adjac…

Representation LearningSegmentationSemantic SimilaritySemantic Textual Similarity

With a Little Help from my (Linguistic) Friends: Topic Segmentation of Multi-party Casual Conversations

2024-02-05 · Amandine Decker, Maxime Amblard

Topics play an important role in the global organisation of a conversation as what is currently discussed constrains the possible contributions of the participant. Understanding the way topics are organised in interactio…

Summarizing Decisions in Spoken Meetings

2016-06-25 · Lu Wang, Claire Cardie

This paper addresses the problem of summarizing decisions in spoken meetings: our goal is to produce a concise {\it decision abstract} for each meeting decision. We explore and compare token-level and dialogue act-level …

Topic Models