paper-with-me

홈 › Papers

From Documents to Segments: A Contextual Reformulation for Topic Assignment

2026-05-18 · Hoonsang Yoon, Takyoung Kim, Wonkee Lee, Ilmin Cho, Dilek Hakkani-Tür, Stanley Jungkyu Choi arxiv

Traditional topic modeling assigns a single topic to each document. In practice, however, many real-world documents, such as product reviews or open-ended survey responses, contain multiple distinct topics. This mismatch often leads to topic contamination, where unrelated themes are merged into a single topic, making it difficult to identify documents that truly focus on a specific subject. We address this issue by introducing segment-based topic allocation (SBTA), a reformulation of topic modeling that assigns topics not to entire documents, but to segments: short, coherent spans of text that each express a single theme. By modeling topical structure at the segment level, our approach yields cleaner and more interpretable topics and better supports analysis of multi-theme documents. To support systematic evaluation, we construct a SemEval-STM, a new dataset inspired by aspect-based sentiment analysis. Documents are first decomposed into topical segments using large language models (LLMs), followed by human refinement to ensure segment quality. We also propose a segment-level extension of the word intrusion task, enabling human evaluation of topical coherence at the granularity where topics are actually assigned. Across multiple models and evaluation metrics, we show that SBTA improves clustering quality and interpretability. Overall, this work provides a practical, scalable framework for fine-grained topic analysis in heterogeneous text corpora where documents naturally span multiple topics. URL: https://huggingface.co/datasets/LG-AI-Research/SemEval-STM

📄 PDF Abstract BibTeX arXiv:2605.17714

Code (0)

등록된 구현이 없습니다.

Tasks

Sentiment Analysis

Similar Papers 제목 키워드 기반

Topical Coherence in LDA-based Models through Induced Segmentation

2017-07-01 · ACL 2017 7 · Hesam Amoualian, Wei Lu, Eric Gaussier, Georgios Balikas 외

This paper presents an LDA-based model that generates topically coherent segments within documents by jointly segmenting documents and assigning topics to their words. The coherence between topics is ensured through a co…

Ad-Hoc Information RetrievalGeneral ClassificationInformation Retrievaltext-classification+2

Low-Resource Contextual Topic Identification on Speech

2018-07-17 · Chunxi Liu, Matthew Wiesner, Shinji Watanabe, Craig Harman 외

In topic identification (topic ID) on real-world unstructured audio, an audio instance of variable topic shifts is first broken into sequential segments, and each segment is independently classified. We first present a g…

General ClassificationTopic ClassificationTranslation

Graph-Community Detection for Cross-Document Topic Segment Relationship Identification

2016-06-13 · Pedro Mota, Maxine Eskenazi, Luisa Coheur

In this paper we propose a graph-community detection approach to identify cross-document relationships at the topic segment level. Given a set of related documents, we automatically find these relationships by clustering…

ClusteringCommunity Detection

Leveraging web resources for keyword assignment to short text documents

2017-06-19 · Singhal Ayush, Kasturi Ravindra, Sharma Ankit, Srivastava Jaideep

Assigning relevant keywords to documents is very important for efficient retrieval, clustering and management of the documents. Especially with the web corpus deluged with digital documents, automation of this task is of…

Keyword ExtractionManagementRetrieval

BeamSeg: A Joint Model for Multi-Document Segmentation and Topic Identification

2019-11-01 · CONLL 2019 11 · Pedro Mota, Maxine Eskenazi, Lu{\'\i}sa Coheur

We propose BeamSeg, a joint model for segmentation and topic identification of documents from the same domain. The model assumes that lexical cohesion can be observed across documents, meaning that segments describing th…

Language ModelingLanguage ModellingSegmentation