CLAIApr 22, 2025

Cequel: Cost-Effective Querying of Large Language Models for Text Clustering

arXiv:2504.15640v23 citationsh-index: 2CIKM
Originality Incremental advance
AI Analysis

This work addresses cost efficiency for researchers and practitioners using LLMs in text clustering, though it is incremental as it builds on existing constrained clustering methods with novel query selection strategies.

The paper tackles the high computational and financial costs of using large language models (LLMs) for text clustering by proposing Cequel, a framework that selectively queries LLMs to construct constraints, achieving accurate clustering under a limited budget and outperforming existing methods on benchmark datasets.

Text clustering aims to automatically partition a collection of documents into coherent groups based on their linguistic features. In the literature, this task is formulated either as metric clustering over pre-trained text embeddings or as graph clustering based on pairwise similarities derived from an oracle, e.g., a large machine learning model. Recent advances in large language models (LLMs) have significantly improved this field by providing high-quality contextualized embeddings and accurate semantic similarity estimates. However, leveraging LLMs at scale introduces substantial computational and financial costs due to the large number of required API queries or inference calls. To address this issue, we propose Cequel, a cost-effective framework that achieves accurate text clustering under a limited budget of LLM queries. At its core, Cequel constructs must-link and cannot-link constraints by selectively querying LLMs on informative text pairs or triplets, identified via our proposed algorithms, EdgeLLM and TriangleLLM. These constraints are then utilized in a weighted constrained clustering algorithm to form high-quality clusters. Specifically, EdgeLLM and TriangleLLM employ carefully designed greedy selection strategies and prompting techniques to identify and extract informative constraints efficiently. Experiments on multiple benchmark datasets demonstrate that Cequel consistently outperforms existing methods in unsupervised text clustering under the same query budget.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes