IRCLApr 13, 2019

Short Text Topic Modeling Techniques, Applications, and Performance: A Survey

arXiv:1904.07695v1297 citationsHas Code
Originality Synthesis-oriented
AI Analysis

It provides a systematic overview and tools for researchers and practitioners working on semantic understanding in applications like social media analysis, but it is incremental as a survey rather than a novel method.

This survey reviews short text topic modeling techniques to address the sparsity issue in short texts, where traditional methods like LDA fail due to limited word co-occurrences, and introduces STTM, the first comprehensive open-source library in Java for benchmarking and comparing these methods.

Analyzing short texts infers discriminative and coherent latent topics that is a critical and fundamental task since many real-world applications require semantic understanding of short texts. Traditional long text topic modeling algorithms (e.g., PLSA and LDA) based on word co-occurrences cannot solve this problem very well since only very limited word co-occurrence information is available in short texts. Therefore, short text topic modeling has already attracted much attention from the machine learning research community in recent years, which aims at overcoming the problem of sparseness in short texts. In this survey, we conduct a comprehensive review of various short text topic modeling techniques proposed in the literature. We present three categories of methods based on Dirichlet multinomial mixture, global word co-occurrences, and self-aggregation, with example of representative approaches in each category and analysis of their performance on various tasks. We develop the first comprehensive open-source library, called STTM, for use in Java that integrates all surveyed algorithms within a unified interface, benchmark datasets, to facilitate the expansion of new methods in this research field. Finally, we evaluate these state-of-the-art methods on many real-world datasets and compare their performance against one another and versus long text topic modeling algorithm.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes