Information-Theoretic Generative Clustering of Documents

Abstract

We present *generative clustering* (GC) for clustering a set of documents, X, by using texts Y generated by large language models (LLMs) instead of by clustering the original documents X. Because LLMs provide probability distributions, the similarity between two documents can be rigorously defined in an information-theoretic manner by the KL divergence. We also propose a natural, novel clustering algorithm by using importance sampling. We show that GC outperforms any previous clustering method, often by a large margin. Furthermore, we show an application to generative document retrieval in which documents are indexed via hierarchical clustering and our method improves the retrieval accuracy.

Cite

Text

Du and Tanaka-Ishii. "Information-Theoretic Generative Clustering of Documents." AAAI Conference on Artificial Intelligence, 2025. doi:10.1609/AAAI.V39I16.33802

Markdown

[Du and Tanaka-Ishii. "Information-Theoretic Generative Clustering of Documents." AAAI Conference on Artificial Intelligence, 2025.](https://mlanthology.org/aaai/2025/du2025aaai-information/) doi:10.1609/AAAI.V39I16.33802

BibTeX

@inproceedings{du2025aaai-information,
  title     = {{Information-Theoretic Generative Clustering of Documents}},
  author    = {Du, Xin and Tanaka-Ishii, Kumiko},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2025},
  pages     = {16408-16417},
  doi       = {10.1609/AAAI.V39I16.33802},
  url       = {https://mlanthology.org/aaai/2025/du2025aaai-information/}
}