paper-with-me

Papers

Large Language Models Enable Few-Shot Clustering

2023-07-02 · Vijay Viswanathan, Kiril Gashteovski, Carolin Lawrence, Tongshuang Wu, Graham Neubig

Unlike traditional unsupervised clustering, semi-supervised clustering allows users to provide meaningful structure to the data, which helps the clustering algorithm to match the user's intent. Existing approaches to semi-supervised clustering require a significant amount of feedback from an expert to improve the clusters. In this paper, we ask whether a large language model can amplify an expert's guidance to enable query-efficient, few-shot semi-supervised text clustering. We show that LLMs are surprisingly effective at improving clustering. We explore three stages where LLMs can be incorporated into clustering: before clustering (improving input features), during clustering (by providing constraints to the clusterer), and after clustering (using LLMs post-correction). We find incorporating LLMs in the first two stages can routinely provide significant improvements in cluster quality, and that LLMs enable a user to make trade-offs between cost and accuracy to produce desired clusters. We release our code and LLM prompts for the public to use.

📄 PDF Abstract BibTeX arXiv:2307.00524

Code (1)

viswavi/few-shot-clustering 공식 구현 pytorch

Tasks

ClusteringLanguage ModelingLanguage ModellingLarge Language ModelText Clustering

Similar Papers 제목 키워드 기반

Are Fewer Labels Possible for Few-shot Learning?

2020-12-10 · Suichan Li, Dongdong Chen, Yinpeng Chen, Lu Yuan 외

Few-shot learning is challenging due to its very limited data and labels. Recent studies in big transfer (BiT) show that few-shot learning can greatly benefit from pretraining on large scale labeled dataset in a differen…

ClusteringFew-Shot Learning

In-Context Clustering with Large Language Models

2025-10-09 · Ying Wang, Mengye Ren, Andrew Gordon Wilson arxiv

We propose In-Context Clustering (ICC), a flexible LLM-based procedure for clustering data from diverse distributions. Unlike traditional clustering algorithms constrained by predefined similarity measures, ICC flexibly …

Image Clustering

Retraining-Free Merging of Sparse MoE via Hierarchical Clustering

2024-10-11 · I-Chun Chen, Hsu-Shen Liu, Wei-Fang Sun, Chen-Hao Chao 외

Sparse Mixture-of-Experts (SMoE) models represent a significant advancement in large language model (LLM) development through their efficient parameter utilization. These models achieve substantial performance improvemen…

ClusteringLanguage ModelingLanguage ModellingLarge Language Model+1

GeoVision Labeler: Zero-Shot Geospatial Classification with Vision and Language Models

2025-05-30 · Gilles Quentin Hacheme, Girmaw Abebe Tadesse, Caleb Robinson, Akram Zaytar 외

Classifying geospatial imagery remains a major bottleneck for applications such as disaster response and land-use monitoring-particularly in regions where annotated data is scarce or unavailable. Existing tools (e.g., RS…

ClassificationDisaster Responseimage-classificationImage Classification+6

Hierarchical Textual Knowledge for Enhanced Image Clustering

2026-04-13 · Yijie Zhong, Yunfan Gao, Weipeng Jiang, Haofen Wang arxiv

Image clustering aims to group images in an unsupervised fashion. Traditional methods focus on knowledge from visual space, making it difficult to distinguish between visually similar but semantically different classes. …

Image Clustering