paper-with-me

홈 › Papers

Coherence-Based Document Clustering

2021-09-29 · Anton Frederik Thielmann, Christoph Weisser, Thomas Kneib, Benjamin Saefken

Latent Dirichlet Allocation or Non-negative Matrix Factorization are just two widely used algorithms for extracting latent topics from large text corpora. While these algorithms differ in their modeling approach, they have in common that hyperparameter optimization is difficult and is mainly achieved by maximizing the extracted topic coherence scores via a grid search. Models using word-document embeddings can automatically detect the number of latent topics, but tend to have problems with smaller datasets and often require pre-trained embedding layers for successful topic extraction. We leverage widely used coherence scores by integrating them into a novel document-level clustering approach using keyword extraction methods. The metric by which most topic extraction methods optimize their hyperparameters is thus optimized during clustering, resulting in ultra-coherent clusters. Moreover, unlike traditional methods, the number of extracted topics or clusters does not need to be determined in advance, saving us an additional optimization step and a time- and computationally-intensive grid search. Additionally, the number of topics is detected much more accurately than by models leveraging word-document embeddings.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringHyperparameter OptimizationKeyword Extraction

Similar Papers 제목 키워드 기반

Entropy and Graph Based Modelling of Document Coherence using Discourse Entities: An Application

2015-07-29 · Casper Petersen, Christina Lioma, Jakob Grue Simonsen, Birger Larsen

We present two novel models of document coherence and their application to information retrieval (IR). Both models approximate document coherence using discourse entities, e.g. the subject or object of a sentence. Our fi…

ClusteringInformation RetrievalRerankingRetrieval+1

Self-Supervised Neural Topic Modeling

2021-11-01 · Findings (EMNLP) 2021 11 · Seyed Ali Bahrainian, Martin Jaggi, Carsten Eickhoff

Topic models are useful tools for analyzing and interpreting the main underlying themes of large corpora of text. Most topic models rely on word co-occurrence for computing a topic, i.e., a weighted set of words that tog…

ClusteringTopic Models

Improving Topic Models with Latent Feature Word Representations

2018-10-15 · TACL 2015 1 · Dat Quoc Nguyen, Richard Billingsley, Lan Du, Mark Johnson

Probabilistic topic models are widely used to discover latent topics in document collections, while latent feature vector representations of words have been used to obtain high performance in many NLP tasks. In this pape…

ClusteringDocument ClassificationGeneral ClassificationTopic Models

ProSiT! Latent Variable Discovery with PROgressive SImilarity Thresholds

2022-10-26 · Tommaso Fornaciari, Dirk Hovy, Federico Bianchi

The most common ways to explore latent document dimensions are topic models and clustering methods. However, topic models have several drawbacks: e.g., they require us to choose the number of latent dimensions a priori, …

ClusteringTopic Models

Leveraging Meta Information in Short Text Aggregation

2019-07-01 · ACL 2019 7 · He Zhao, Lan Du, Guanfeng Liu, Wray Buntine

Short texts such as tweets often contain insufficient word co-occurrence information for training conventional topic models. To deal with the insufficiency, we propose a generative model that aggregates short texts into …

ClusteringTopic Models