paper-with-me

홈 › Papers

A network approach to topic models

2017-08-04 · Martin Gerlach, Tiago P. Peixoto, Eduardo G. Altmann

One of the main computational and scientific challenges in the modern age is to extract useful information from unstructured texts. Topic models are one popular machine-learning approach which infers the latent topical structure of a collection of documents. Despite their success --- in particular of its most widely used variant called Latent Dirichlet Allocation (LDA) --- and numerous applications in sociology, history, and linguistics, topic models are known to suffer from severe conceptual and practical problems, e.g. a lack of justification for the Bayesian priors, discrepancies with statistical properties of real texts, and the inability to properly choose the number of topics. Here we obtain a fresh view on the problem of identifying topical structures by relating it to the problem of finding communities in complex networks. This is achieved by representing text corpora as bipartite networks of documents and words. By adapting existing community-detection methods -- using a stochastic block model (SBM) with non-parametric priors -- we obtain a more versatile and principled framework for topic modeling (e.g., it automatically detects the number of topics and hierarchically clusters both the words and documents). The analysis of artificial and real corpora demonstrates that our SBM approach leads to better topic models than LDA in terms of statistical model selection. More importantly, our work shows how to formally relate methods from community detection and topic modeling, opening the possibility of cross-fertilization between these two fields.

📄 PDF Abstract BibTeX arXiv:1708.01677

Code (1)

martingerlach/hSBM_Topicmodel 공식 구현

Tasks

Community DetectionModel SelectionSociologyStochastic Block ModelTopic Models

Methods 이 논문이 사용한 방법론

LDA Linear discriminant analysis (LDA), normal discriminant analysis (NDA), or discriminant function analysis is a generalization of Fisher's linear discriminant, a method used in…

Similar Papers 제목 키워드 기반

Local and Global Topics in Text Modeling of Web Pages Nested in Web Sites

2021-03-30 · Jason Wang, Robert E. Weiss

Topic models are popular models for analyzing a collection of text documents. The models assert that documents are distributions over latent topics and latent topics are distributions over words. A nested document collec…

ArticlesTopic coverageTopic Models

Topic Taxonomy Expansion via Hierarchy-Aware Topic Phrase Generation

2022-10-18 · Dongha Lee, Jiaming Shen, Seonghyeon Lee, Susik Yoon 외

Topic taxonomies display hierarchical topic structures of a text corpus and provide topical knowledge to enhance various NLP applications. To dynamically incorporate new topic information, several recent studies have tri…

RelationTaxonomy Expansion

Topic Intrusion for Automatic Topic Model Evaluation

2018-10-01 · EMNLP 2018 10 · Shraey Bhatia, Jey Han Lau, Timothy Baldwin

Topic coherence is increasingly being used to evaluate topic models and filter topics for end-user applications. Topic coherence measures how well topic words relate to each other, but offers little insight on the utilit…

Information RetrievalmodelTopic Models

Community Topic: Topic Model Inference by Consecutive Word Community Discovery

2022-10-01 · COLING 2022 10 · Eric Austin, Osmar R. Zaïane, Christine Largeron

We present our novel, hyperparameter-free topic modelling algorithm, Community Topic. Our algorithm is based on mining communities from term co-occurrence networks. We empirically evaluate and compare Community Topic wit…

LimTopic: LLM-based Topic Modeling and Text Summarization for Analyzing Scientific Articles limitations

2025-03-08 · Ibrahim Al Azhar, Venkata Devesh Reddy, Hamed Alhoori, Akhil Pandey Akella

The limitations sections of scientific articles play a crucial role in highlighting the boundaries and shortcomings of research, thereby guiding future studies and improving research methods. Analyzing these limitations …

ArticlesPrompt EngineeringText Summarization