CLLGMay 12, 2024

Human-interpretable clustering of short-text using large language models

arXiv:2405.07278v217 citationsh-index: 3R Soc Open Sci
Originality Incremental advance
AI Analysis

This addresses the challenge of clustering short text for researchers and practitioners, offering an incremental improvement by leveraging LLMs to enhance interpretability and validation.

The paper tackled the problem of clustering short text by using large language models (LLMs) to generate embeddings, which resulted in more distinctive and human-interpretable clusters compared to traditional methods like doc2vec and LDA, with validation showing good agreement between LLM and human reviewers.

Clustering short text is a difficult problem, due to the low word co-occurrence between short text documents. This work shows that large language models (LLMs) can overcome the limitations of traditional clustering approaches by generating embeddings that capture the semantic nuances of short text. In this study clusters are found in the embedding space using Gaussian Mixture Modelling (GMM). The resulting clusters are found to be more distinctive and more human-interpretable than clusters produced using the popular methods of doc2vec and Latent Dirichlet Allocation (LDA). The success of the clustering approach is quantified using human reviewers and through the use of a generative LLM. The generative LLM shows good agreement with the human reviewers, and is suggested as a means to bridge the `validation gap' which often exists between cluster production and cluster interpretation. The comparison between LLM-coding and human-coding reveals intrinsic biases in each, challenging the conventional reliance on human coding as the definitive standard for cluster validation.

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