Learning label-label correlations in Extreme Multi-label Classification via Label Features
Siddhant Kharbanda, Devaansh Gupta, Erik Schultheis, Atmadeep Banerjee, Cho-Jui Hsieh, Rohit Babbar
TL;DR
Gandalf addresses the data scarcity and tail-label problem in short-text Extreme Multi-label Classification by leveraging label-label correlations through a label co-occurrence graph and label features to generate surrogate training data. It deploys a data-centric augmentation that augments the standard dataset with soft targets derived from label co-occurrence, enabling training across existing models without increasing inference cost. Empirically, Gandalf yields average improvements of roughly 5% across multiple state-of-the-art XMC methods and public benchmarks, with larger gains for tail labels and in denser label settings; some cases show up to 30% improvement. The approach connects to GLaS regularization as a bias-variance trade-off, demonstrates strong plug-and-play compatibility, and offers practical benefits for applications such as search ads, product recommendations, and related query prediction.
Abstract
Extreme Multi-label Text Classification (XMC) involves learning a classifier that can assign an input with a subset of most relevant labels from millions of label choices. Recent works in this domain have increasingly focused on a symmetric problem setting where both input instances and label features are short-text in nature. Short-text XMC with label features has found numerous applications in areas such as query-to-ad-phrase matching in search ads, title-based product recommendation, prediction of related searches. In this paper, we propose Gandalf, a novel approach which makes use of a label co-occurrence graph to leverage label features as additional data points to supplement the training distribution. By exploiting the characteristics of the short-text XMC problem, it leverages the label features to construct valid training instances, and uses the label graph for generating the corresponding soft-label targets, hence effectively capturing the label-label correlations. Surprisingly, models trained on these new training instances, although being less than half of the original dataset, can outperform models trained on the original dataset, particularly on the PSP@k metric for tail labels. With this insight, we aim to train existing XMC algorithms on both, the original and new training instances, leading to an average 5% relative improvements for 6 state-of-the-art algorithms across 4 benchmark datasets consisting of up to 1.3M labels. Gandalf can be applied in a plug-and-play manner to various methods and thus forwards the state-of-the-art in the domain, without incurring any additional computational overheads.
