English

Summaries as Centroids for Interpretable and Scalable Text Clustering

Computation and Language 2026-02-10 v5 Machine Learning Machine Learning

Abstract

We introduce k-NLPmeans and k-LLMmeans, text-clustering variants of k-means that periodically replace numeric centroids with textual summaries. The key idea, summary-as-centroid, retains k-means assignments in embedding space while producing human-readable, auditable cluster prototypes. The method is LLM-optional: k-NLPmeans uses lightweight, deterministic summarizers, enabling offline, low-cost, and stable operation; k-LLMmeans is a drop-in upgrade that uses an LLM for summaries under a fixed per-iteration budget whose cost does not grow with dataset size. We also present a mini-batch extension for real-time clustering of streaming text. Across diverse datasets, embedding models, and summarization strategies, our approach consistently outperforms classical baselines and approaches the accuracy of recent LLM-based clustering-without extensive LLM calls. Finally, we provide a case study on sequential text streams and release a StackExchange-derived benchmark for evaluating streaming text clustering.

Keywords

Cite

@article{arxiv.2502.09667,
  title  = {Summaries as Centroids for Interpretable and Scalable Text Clustering},
  author = {Jairo Diaz-Rodriguez},
  journal= {arXiv preprint arXiv:2502.09667},
  year   = {2026}
}

Comments

Accepted to ICLR 2026

R2 v1 2026-06-28T21:43:41.510Z