GLEAN: Generalized Category Discovery with Diverse and Quality-Enhanced LLM Feedback
Henry Peng Zou, Siffi Singh, Yi Nian, Jianfeng He, Jason Cai, Saab Mansour, Hang Su
TL;DR
GLEAN tackles open-world generalized category discovery by integrating three distinct LLM feedback types into a unified learning framework. It combines neighborhood contrastive learning on similar instances, category-characterized descriptions, and pseudo category alignment to refine representations and semantically label novel clusters, all guided by a joint loss L = L^{ce} + L^{ncl} + λ L^{align}. Across BANKING, CLINC, and StackOverflow, GLEAN achieves state-of-the-art results, particularly under limited known-category ratios, and ablation shows that both feedback diversity and quality critically drive performance. The approach reduces reliance on expensive human annotations while demonstrating that open-source LLMs can provide competitive, scalable supervision for open-world text classification tasks.
Abstract
Generalized Category Discovery (GCD) is a practical and challenging open-world task that aims to recognize both known and novel categories in unlabeled data using limited labeled data from known categories. Due to the lack of supervision, previous GCD methods face significant challenges, such as difficulty in rectifying errors for confusing instances, and inability to effectively uncover and leverage the semantic meanings of discovered clusters. Therefore, additional annotations are usually required for real-world applicability. However, human annotation is extremely costly and inefficient. To address these issues, we propose GLEAN, a unified framework for generalized category discovery that actively learns from diverse and quality-enhanced LLM feedback. Our approach leverages three different types of LLM feedback to: (1) improve instance-level contrastive features, (2) generate category descriptions, and (3) align uncertain instances with LLM-selected category descriptions. Extensive experiments demonstrate the superior performance of \MethodName over state-of-the-art models across diverse datasets, metrics, and supervision settings. Our code is available at https://github.com/amazon-science/Glean.
