paper-with-me

Papers

Topic Discovery in Massive Text Corpora Based on Min-Hashing

2018-07-03 · Gibran Fuentes-Pineda, Ivan Vladimir Meza-Ruiz

The task of discovering topics in text corpora has been dominated by Latent Dirichlet Allocation and other Topic Models for over a decade. In order to apply these approaches to massive text corpora, the vocabulary needs to be reduced considerably and large computer clusters and/or GPUs are typically required. Moreover, the number of topics must be provided beforehand but this depends on the corpus characteristics and it is often difficult to estimate, especially for massive text corpora. Unfortunately, both topic quality and time complexity are sensitive to this choice. This paper describes an alternative approach to discover topics based on Min-Hashing, which can handle massive text corpora and large vocabularies using modest computer hardware and does not require to fix the number of topics in advance. The basic idea is to generate multiple random partitions of the corpus vocabulary to find sets of highly co-occurring words, which are then clustered to produce the final topics. In contrast to probabilistic topic models where topics are distributions over the complete vocabulary, the topics discovered by the proposed approach are sets of highly co-occurring words. Interestingly, these topics underlie various thematics with different levels of granularity. An extensive qualitative and quantitative evaluation using the 20 Newsgroups (18K), Reuters (800K), Spanish Wikipedia (1M), and English Wikipedia (5M) corpora shows that the proposed approach is able to consistently discover meaningful and coherent topics. Remarkably, the time complexity of the proposed approach is linear with respect to corpus and vocabulary size; a non-parallel implementation was able to discover topics from the entire English edition of Wikipedia with over 5 million documents and 1 million words in less than 7 hours.

📄 PDF Abstract BibTeX arXiv:1807.00938

Code (3)

gibranfp/SMH-Topic-Discovery 공식 구현
gibranfp/Sampled-MinHashing 공식 구현
marshsh/SMH-extended

Tasks

Topic Models

Similar Papers 제목 키워드 기반

Short Text Hashing Improved by Integrating Multi-Granularity Topics and Tags

2015-03-10 · Jiaming Xu, Bo Xu, Guanhua Tian, Jun Zhao 외

Due to computational and storage efficiencies of compact binary codes, hashing has been widely used for large-scale similarity search. Unfortunately, many existing hashing methods based on observed keyword features are n…

Semantic SimilaritySemantic Textual Similarity

Hierarchical Topic Mining via Joint Spherical Tree and Text Embedding

2020-07-18 · Yu Meng, Yunyi Zhang, Jiaxin Huang, Yu Zhang 외

Mining a set of meaningful topics organized into a hierarchy is intuitively appealing since topic correlations are ubiquitous in massive text corpora. To account for potential hierarchical topic structures, hierarchical …

text-classificationText ClassificationTopic Models

Unsupervised Few-Bits Semantic Hashing with Implicit Topics Modeling

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Fanghua Ye, Jarana Manotumruksa, Emine Yilmaz

Semantic hashing is a powerful paradigm for representing texts as compact binary hash codes. The explosion of short text data has spurred the demand of few-bits hashing. However, the performance of existing semantic hash…

Sampled Weighted Min-Hashing for Large-Scale Topic Mining

2015-09-06 · Gibran Fuentes-Pineda, Ivan Vladimir Meza-Ruiz

We present Sampled Weighted Min-Hashing (SWMH), a randomized approach to automatically mine topics from large-scale corpora. SWMH generates multiple random partitions of the corpus vocabulary based on term co-occurrence …

General Classification

Topic Discovery via Latent Space Clustering of Pretrained Language Model Representations

2022-02-09 · Yu Meng, Yunyi Zhang, Jiaxin Huang, Yu Zhang 외

Topic models have been the prominent tools for automatic topic discovery from text corpora. Despite their effectiveness, topic models suffer from several limitations including the inability of modeling word ordering info…

ClusteringLanguage ModelingLanguage ModellingTopic Models