CLNov 2, 2023

TopicGPT: A Prompt-based Topic Modeling Framework

arXiv:2311.01449v252 citationsh-index: 48
Originality Highly original
AI Analysis

This work addresses the need for more interpretable and controllable topic modeling for researchers and practitioners in text analysis, representing a human-centered approach.

The authors tackled the problem of conventional topic models producing hard-to-interpret topics with minimal user control by introducing TopicGPT, a prompt-based framework using LLMs, which achieved a harmonic mean purity of 0.74 against human-annotated topics compared to 0.64 for the strongest baseline.

Topic modeling is a well-established technique for exploring text corpora. Conventional topic models (e.g., LDA) represent topics as bags of words that often require "reading the tea leaves" to interpret; additionally, they offer users minimal control over the formatting and specificity of resulting topics. To tackle these issues, we introduce TopicGPT, a prompt-based framework that uses large language models (LLMs) to uncover latent topics in a text collection. TopicGPT produces topics that align better with human categorizations compared to competing methods: it achieves a harmonic mean purity of 0.74 against human-annotated Wikipedia topics compared to 0.64 for the strongest baseline. Its topics are also interpretable, dispensing with ambiguous bags of words in favor of topics with natural language labels and associated free-form descriptions. Moreover, the framework is highly adaptable, allowing users to specify constraints and modify topics without the need for model retraining. By streamlining access to high-quality and interpretable topics, TopicGPT represents a compelling, human-centered approach to topic modeling.

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