paper-with-me

홈 › Papers

Efficient Topic Extraction via Graph-Based Labeling: A Lightweight Alternative to Deep Models

2025-11-06 · Salma Mekaoui, Hiba Sofyan, Imane Amaaz, Imane Benchrif, Arsalane Zarghili, Ilham Chaker, Nikola S. Nikolov arxiv

Extracting topics from text has become an essential task, especially with the rapid growth of unstructured textual data. Most existing works rely on highly computational methods to address this challenge. In this paper, we argue that probabilistic and statistical approaches, such as topic modeling (TM), can offer effective alternatives that require fewer computational resources. TM is a statistical method that automatically discovers topics in large collections of unlabeled text; however, it produces topics as distributions of representative words, which often lack clear interpretability. Our objective is to perform topic labeling by assigning meaningful labels to these sets of words. To achieve this without relying on computationally expensive models, we propose a graph-based approach that not only enriches topic words with semantically related terms but also explores the relationships among them. By analyzing these connections within the graph, we derive suitable labels that accurately capture each topic's meaning. We present a comparative study between our proposed method and several benchmarks, including ChatGPT-3.5, across two different datasets. Our method achieved consistently better results than traditional benchmarks in terms of BERTScore and cosine similarity and produced results comparable to ChatGPT-3.5, while remaining computationally efficient. Finally, we discuss future directions for topic labeling and highlight potential research avenues for enhancing interpretability and automation.

📄 PDF Abstract BibTeX arXiv:2511.04248

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Klout Topics for Modeling Interests and Expertise of Users Across Social Networks

2017-10-26 · Sarah Ellinger, Prantik Bhattacharyya, Preeti Bhargava, Nemanja Spasojevic

This paper presents Klout Topics, a lightweight ontology to describe social media users' topics of interest and expertise. Klout Topics is designed to: be human-readable and consumer-friendly; cover multiple domains of k…

Labeling Topics with Images using Neural Networks

2016-08-01 · Nikolaos Aletras, Arpit Mittal

Topics generated by topic models are usually represented by lists of $t$ terms or alternatively using short phrases and images. The current state-of-the-art work on labeling topics using images selects images by re-ranki…

Re-RankingTopic Models

Human in the loop: How to effectively create coherent topics by manually labeling only a few documents per class

2022-12-19 · Anton Thielmann, Christoph Weisser, Benjamin Säfken

Few-shot methods for accurate modeling under sparse label-settings have improved significantly. However, the applications of few-shot modeling in natural language processing remain solely in the field of document classif…

Document ClassificationFew-Shot Learning

Topic Segmentation and Labeling in Asynchronous Conversations

2014-02-04 · Shafiq Rayhan Joty, Giuseppe Carenini, Raymond T. Ng

Topic segmentation and labeling is often considered a prerequisite for higher-level conversation analysis and has been shown to be useful in many Natural Language Processing (NLP) applications. We present two new corpora…

Segmentation

Unsupervised Keyphrase Extraction via Interpretable Neural Networks

2022-03-15 · Rishabh Joshi, Vidhisha Balachandran, Emily Saldanha, Maria Glenski 외

Keyphrase extraction aims at automatically extracting a list of "important" phrases representing the key concepts in a document. Prior approaches for unsupervised keyphrase extraction resorted to heuristic notions of phr…

ArticlesKeyphrase ExtractionTopic Classification