paper-with-me

홈 › Papers

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, Amit Singh, Ruofei Zhang and Manik Varma

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 successfully applied to several real world web-scale applications such as web search, product recommendation, query rewriting, etc. GalaXC identifies two critical deficiencies in leading extreme classification algorithms. First, existing approaches generally assume that documents and labels reside in disjoint sets, even though in several applications, labels and documents cohabit the same space. Second, several approaches, albeit scalable, do not utilize various forms of metadata offered by applications, such as label text and label correlations. To remedy these, GalaXC presents a framework that enables collaborative learning over joint document-label graphs at massive scales, in a way that naturally allows various auxiliary sources of information, including label metadata, to be incorporated. GalaXC also introduces a novel label-wise attention mechanism to meld high-capacity extreme classifiers with its framework. An efficient end-to-end implementation of GalaXC is presented that could be trained on a dataset with 50M labels and 97M training documents in less than 100 hours on 4×V100 GPUs. This allowed GalaXC to not only scale to applications with several millions of labels, but also be up to 18% more accurate than leading deep extreme classifiers, while being upto 2-50× faster to train and 10× faster to predict on benchmark datasets. GalaXC is particularly well-suited to warm-start scenarios where predictions need to be made on data points with partially revealed label sets, and was found to be up to 25% more accurate than extreme classification algorithms specifically designed for warm start settings. In A/B tests conducted on the Bing search engine, GalaXC could improve the Click Yield (CY) and coverage by 1.52% and 1.11% respectively. Code for GalaXC is available at https://github.com/Extreme-classification/GalaXC.

📄 PDF Abstract BibTeX

Code (1)

Extreme-classification/GalaXC pytorch

Tasks

ClassificationProduct Recommendation

Similar Papers 제목 키워드 기반

Extreme Regression for Dynamic Search Advertising

2020-01-15 · Yashoteja Prabhu, Aditya Kusupati, Nilesh Gupta, Manik Varma

This paper introduces a new learning paradigm called eXtreme Regression (XR) whose objective is to accurately predict the numerical degrees of relevance of an extremely large number of labels to a data point. XR can prov…

regression

Diffusion Language Models for Speech Recognition

2026-04-15 · Davyd Naveriani, Albert Zeyer, Ralf Schlüter, Hermann Ney arxiv

Diffusion language models have recently emerged as a leading alternative to standard language models, due to their ability for bidirectional attention and parallel text generation. In this work, we explore variants for t…

Speech RecognitionText Generation

Contrastive Graph Poisson Networks: Semi-Supervised Learning with Extremely Limited Labels

2021-12-01 · NeurIPS 2021 12 · Sheng Wan, Yibing Zhan, Liu Liu, Baosheng Yu 외

Graph Neural Networks (GNNs) have achieved remarkable performance in the task of semi-supervised node classification. However, most existing GNN models require sufficient labeled data for effective network training. Thei…

Graph AttentionNode ClassificationVariational Inference

GSTAM: Efficient Graph Distillation with Structural Attention-Matching

2024-08-29 · Arash Rasti-Meymandi, Ahmad Sajedi, Zhaopan Xu, Konstantinos N. Plataniotis

Graph distillation has emerged as a solution for reducing large graph datasets to smaller, more manageable, and informative ones. Existing methods primarily target node classification, involve computationally intensive p…

ClassificationGraph ClassificationNode Classification

GNN-XML: Graph Neural Networks for Extreme Multi-label Text Classification

2020-12-10 · Daoming Zong, Shiliang Sun

Extreme multi-label text classification (XMTC) aims to tag a text instance with the most relevant subset of labels from an extremely large label set. XMTC has attracted much recent attention due to massive label sets yie…

ClusteringGeneral ClassificationGraph ClusteringGraph Neural Network+8