PRISM: LLM-Guided Semantic Clustering for High-Precision Topics

2026-04-03Machine Learning

Machine LearningComputation and LanguageInformation RetrievalSocial and Information Networks
AI summary

The authors present PRISM, a new way to find and group topics in large text collections that mixes advanced language model knowledge with simpler, understandable methods. PRISM trains a lightweight model using a few labels from a powerful language model, then groups similar sentences into clear topic clusters. They show PRISM works better than current methods while needing fewer expensive language model calls. Their approach helps track detailed subjects on the web in an easy-to-use and efficient way.

Precision-Informed Semantic Modelingtopic modelinglarge language modelssentence embeddingsclusteringlatent semantic analysisstudent-teacher pipelinelocal topic modelstext analysis
Authors
Connor Douglas, Utkucan Balci, Joseph Aylett-Bullock
Abstract
In this paper, we propose Precision-Informed Semantic Modeling (PRISM), a structured topic modeling framework combining the benefits of rich representations captured by LLMs with the low cost and interpretability of latent semantic clustering methods. PRISM fine-tunes a sentence encoding model using a sparse set of LLM- provided labels on samples drawn from some corpus of interest. We segment this embedding space with thresholded clustering, yielding clusters that separate closely related topics within some narrow domain. Across multiple corpora, PRISM improves topic separability over state-of-the-art local topic models and even over clustering on large, frontier embedding models while requiring only a small number of LLM queries to train. This work contributes to several research streams by providing (i) a student-teacher pipeline to distill sparse LLM supervision into a lightweight model for topic discovery; (ii) an analysis of the efficacy of sampling strategies to improve local geometry for cluster separability; and (iii) an effective approach for web-scale text analysis, enabling researchers and practitioners to track nuanced claims and subtopics online with an interpretable, locally deployable framework.