IRLGAug 5, 2020

BATS: A Spectral Biclustering Approach to Single Document Topic Modeling and Segmentation

arXiv:2008.02218v313 citations
AI Analysis

This addresses the challenge of analyzing sparse text data for applications like document analysis, though it is incremental as it builds on existing biclustering techniques.

The paper tackles the problem of topic modeling and text segmentation for single documents, where traditional methods require large datasets, by proposing BATS, an unsupervised method that uses word order, biclustering, and heuristics to achieve improved performance over state-of-the-art baselines on four datasets.

Existing topic modeling and text segmentation methodologies generally require large datasets for training, limiting their capabilities when only small collections of text are available. In this work, we reexamine the inter-related problems of "topic identification" and "text segmentation" for sparse document learning, when there is a single new text of interest. In developing a methodology to handle single documents, we face two major challenges. First is sparse information: with access to only one document, we cannot train traditional topic models or deep learning algorithms. Second is significant noise: a considerable portion of words in any single document will produce only noise and not help discern topics or segments. To tackle these issues, we design an unsupervised, computationally efficient methodology called BATS: Biclustering Approach to Topic modeling and Segmentation. BATS leverages three key ideas to simultaneously identify topics and segment text: (i) a new mechanism that uses word order information to reduce sample complexity, (ii) a statistically sound graph-based biclustering technique that identifies latent structures of words and sentences, and (iii) a collection of effective heuristics that remove noise words and award important words to further improve performance. Experiments on four datasets show that our approach outperforms several state-of-the-art baselines when considering topic coherence, topic diversity, segmentation, and runtime comparison metrics.

Foundations

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

Your Notes