paper-with-me

홈 › Papers

DeepXML: A Deep Extreme Multi-Label Learning Framework Applied to Short Text Documents

2021-11-12 · Kunal Dahiya, Deepak Saini, Anshul Mittal, Ankush Shaw, Kushal Dave, Akshay Soni, Himanshu Jain, Sumeet Agarwal, Manik Varma

Scalability and accuracy are well recognized challenges in deep extreme multi-label learning where the objective is to train architectures for automatically annotating a data point with the most relevant subset of labels from an extremely large label set. This paper develops the DeepXML framework that addresses these challenges by decomposing the deep extreme multi-label task into four simpler sub-tasks each of which can be trained accurately and efficiently. Choosing different components for the four sub-tasks allows DeepXML to generate a family of algorithms with varying trade-offs between accuracy and scalability. In particular, DeepXML yields the Astec algorithm that could be 2-12% more accurate and 5-30x faster to train than leading deep extreme classifiers on publically available short text datasets. Astec could also efficiently train on Bing short text datasets containing up to 62 million labels while making predictions for billions of users and data points per day on commodity hardware. This allowed Astec to be deployed on the Bing search engine for a number of short text applications ranging from matching user queries to advertiser bid phrases to showing personalized ads where it yielded significant gains in click-through-rates, coverage, revenue and other online metrics over state-of-the-art techniques currently in production. DeepXML's code is available at https://github.com/Extreme-classification/deepxml

📄 PDF Abstract BibTeX arXiv:2111.06685

Code (1)

extreme-classification/deepxml 공식 구현 pytorch

Tasks

Multi-Label Learning

Similar Papers 제목 키워드 기반

DeepXML: Scalable & Accurate Deep Extreme Classification for Matching User Queries to Advertiser Bid Phrases

2019-09-25 · Kunal Dahiya, Anshul Mittal, Deepak Saini, Kushal Dave 외

The objective in deep extreme multi-label learning is to jointly learn feature representations and classifiers to automatically tag data points with the most relevant subset of labels from an extremely large label set. U…

Learning Word EmbeddingsMulti-Label LearningRe-RankingTAG+1

A High Speed Multi-label Classifier based on Extreme Learning Machines

2016-08-31 · Meng Joo Er, Rajasekar Venkatesan, Ning Wang

In this paper a high speed neural network classifier based on extreme learning machines for multi-label classification problem is proposed and dis-cussed. Multi-label classification is a superset of traditional binary an…

ClassificationGeneral ClassificationMulti-class ClassificationMulti-Label Classification+2

Label Embedding via Low-Coherence Matrices

2023-05-31 · Jianxin Zhang, Clayton Scott

Label embedding is a framework for multiclass classification problems where each label is represented by a distinct vector of some fixed dimension, and training involves matching model output to the vector representing t…

ClassificationDimensionality ReductionregressionZero-Shot Learning

GalaXC: Graph Neural Networks with Labelwise Attention for Extreme Classification

2021-04-23 · The Web Conference 2021 4 · Deepak Saini, Arnav Kumar Jain, Kushal Dave, Jian Jiao 외

This paper develops the GalaXC algorithm for Extreme Classification, where the task is to annotate a document with the most relevant subset of labels from an extremely large label set. Extreme classification has been suc…

ClassificationProduct Recommendation

Propensity-scored Probabilistic Label Trees

2021-10-20 · Marek Wydmuch, Kalina Jasinska-Kobus, Rohit Babbar, Krzysztof Dembczyński

Extreme multi-label classification (XMLC) refers to the task of tagging instances with small subsets of relevant labels coming from an extremely large set of all possible labels. Recently, XMLC has been widely applied to…

Extreme Multi-Label ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONRecommendation Systems