paper-with-me

Papers

Topic Segmentation of Semi-Structured and Unstructured Conversational Datasets using Language Models

2023-10-26 · Reshmi Ghosh, Harjeet Singh Kajal, Sharanya Kamath, Dhuri Shrivastava, Samyadeep Basu, Hansi Zeng, Soundararajan Srinivasan

Breaking down a document or a conversation into multiple contiguous segments based on its semantic structure is an important and challenging problem in NLP, which can assist many downstream tasks. However, current works on topic segmentation often focus on segmentation of structured texts. In this paper, we comprehensively analyze the generalization capabilities of state-of-the-art topic segmentation models on unstructured texts. We find that: (a) Current strategies of pre-training on a large corpus of structured text such as Wiki-727K do not help in transferability to unstructured conversational data. (b) Training from scratch with only a relatively small-sized dataset of the target unstructured domain improves the segmentation results by a significant margin. We stress-test our proposed Topic Segmentation approach by experimenting with multiple loss functions, in order to mitigate effects of imbalance in unstructured conversational datasets. Our empirical evaluation indicates that Focal Loss function is a robust alternative to Cross-Entropy and re-weighted Cross-Entropy loss function when segmenting unstructured and semi-structured chats.

📄 PDF Abstract BibTeX arXiv:2310.17120

Code (0)

등록된 구현이 없습니다.

Tasks

Segmentation

Methods 이 논문이 사용한 방법론

Focal Loss A Focal Loss function addresses class imbalance during training in tasks like object detection. Focal loss applies a modulating term to the cross entropy loss in order to…
Focus 설명 없음

Similar Papers 제목 키워드 기반

Topic Segmentation in the Wild: Towards Segmentation of Semi-structured & Unstructured Chats

2022-11-27 · Reshmi Ghosh, Harjeet Singh Kajal, Sharanya Kamath, Dhuri Shrivastava 외

Breaking down a document or a conversation into multiple contiguous segments based on its semantic structure is an important and challenging problem in NLP, which can assist many downstream tasks. However, current works …

Segmentation

ViBERTgrid BiLSTM-CRF: Multimodal Key Information Extraction from Unstructured Financial Documents

2024-09-23 · Furkan Pala, Mehmet Yasin Akpınar, Onur Deniz, Gülşen Eryiğit

Multimodal key information extraction (KIE) models have been studied extensively on semi-structured documents. However, their investigation on unstructured documents is an emerging research topic. The paper presents an a…

Key Information Extractionnamed-entity-recognitionNamed Entity Recognition

Talking to myself: self-dialogues as data for conversational agents

2018-09-18 · Joachim Fainberg, Ben Krause, Mihai Dobre, Marco Damonte 외

Conversational agents are gaining popularity with the increasing ubiquity of smart devices. However, training agents in a data driven manner is challenging due to a lack of suitable corpora. This paper presents a novel m…

When F1 Fails: Granularity-Aware Evaluation for Dialogue Topic Segmentation

2025-12-18 · Michael H. Coen arxiv

Dialogue topic segmentation supports summarization, retrieval, memory management, and conversational continuity. Despite decades of work, evaluation practice remains dominated by strict boundary matching and F1-based met…

Tag-Weighted Topic Model For Large-scale Semi-Structured Documents

2015-07-30 · Shuangyin Li, Jiefei Li, Guan Huang, Ruiyang Tan 외

To date, there have been massive Semi-Structured Documents (SSDs) during the evolution of the Internet. These SSDs contain both unstructured features (e.g., plain text) and metadata (e.g., tags). Most previous works focu…

Distributed ComputingTAGtext-classificationText Classification+1