InceptionXML: A Lightweight Framework with Synchronized Negative Sampling for Short Text Extreme Classification
Siddhant Kharbanda, Atmadeep Banerjee, Devaansh Gupta, Akash Palrecha,, Rohit Babbar

TL;DR
This paper introduces InceptionXML, a lightweight convolutional framework with synchronized negative sampling for short text extreme classification, achieving high accuracy with reduced inference time and model size.
Contribution
The paper proposes InceptionXML, a novel convolutional architecture optimized for short text classification, and SyncXML, a synchronized negative sampling method that enhances scalability and efficiency.
Findings
InceptionXML outperforms existing methods on benchmark datasets.
SyncXML reduces inference time by half and model size by an order of magnitude.
InceptionXML requires only 2% FLOPs compared to transformer baselines.
Abstract
Automatic annotation of short-text data to a large number of target labels, referred to as Short Text Extreme Classification, has found numerous applications including prediction of related searches and product recommendation. In this paper, we propose a convolutional architecture InceptionXML which is light-weight, yet powerful, and robust to the inherent lack of word-order in short-text queries encountered in search and recommendation. We demonstrate the efficacy of applying convolutions by recasting the operation along the embedding dimension instead of the word dimension as applied in conventional CNNs for text classification. Towards scaling our model to datasets with millions of labels, we also propose SyncXML pipeline which improves upon the shortcomings of the recently proposed dynamic hard-negative mining technique for label short-listing by synchronizing the label-shortlister…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsText and Document Classification Technologies · Machine Learning and Data Classification · Sentiment Analysis and Opinion Mining
MethodsConvolution
