paper-with-me

Papers

Can Large Language Models Serve as Effective Classifiers for Hierarchical Multi-Label Classification of Scientific Documents at Industrial Scale?

2024-12-06 · Seyed Amin Tabatabaei, Sarah Fancher, Michael Parsons, Arian Askari

We address the task of hierarchical multi-label classification (HMC) of scientific documents at an industrial scale, where hundreds of thousands of documents must be classified across thousands of dynamic labels. The rapid growth of scientific publications necessitates scalable and efficient methods for classification, further complicated by the evolving nature of taxonomies--where new categories are introduced, existing ones are merged, and outdated ones are deprecated. Traditional machine learning approaches, which require costly retraining with each taxonomy update, become impractical due to the high overhead of labelled data collection and model adaptation. Large Language Models (LLMs) have demonstrated great potential in complex tasks such as multi-label classification. However, applying them to large and dynamic taxonomies presents unique challenges as the vast number of labels can exceed LLMs' input limits. In this paper, we present novel methods that combine the strengths of LLMs with dense retrieval techniques to overcome these challenges. Our approach avoids retraining by leveraging zero-shot HMC for real-time label assignment. We evaluate the effectiveness of our methods on SSRN, a large repository of preprints spanning multiple disciplines, and demonstrate significant improvements in both classification accuracy and cost-efficiency. By developing a tailored evaluation framework for dynamic taxonomies and publicly releasing our code, this research provides critical insights into applying LLMs for document classification, where the number of classes corresponds to the number of nodes in a large taxonomy, at an industrial scale.

📄 PDF Abstract BibTeX arXiv:2412.05137

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationDocument ClassificationHierarchical Multi-label ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Similar Papers 제목 키워드 기반

Investigating Active Learning Sampling Strategies for Extreme Multi Label Text Classification

2022-06-01 · LREC 2022 6 · Lukas Wertz, Katsiaryna Mirylenka, Jonas Kuhn, Jasmina Bogojeska

Large scale, multi-label text datasets with high numbers of different classes are expensive to annotate, even more so if they deal with domain specific language. In this work, we aim to build classifiers on these dataset…

Active LearningExtreme Multi-Label ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION+4

On Flat versus Hierarchical Classification in Large-Scale Taxonomies

2013-12-01 · NeurIPS 2013 12 · Rohit Babbar, Ioannis Partalas, Eric Gaussier, Massih R. Amini

We study in this paper flat and hierarchical classification strategies in the context of large-scale taxonomies. To this end, we first propose a multiclass, hierarchical data dependent bound on the generalization error o…

ClassificationGeneral Classification

THU-HCSI at SemEval-2019 Task 3: Hierarchical Ensemble Classification of Contextual Emotion in Conversation

2019-06-01 · SEMEVAL 2019 6 · Xihao Liang, Ye Ma, Mingxing Xu

In this paper, we describe our hierarchical ensemble system designed for the SemEval-2019 task3, EmoContext. In our system, three sets of classifiers are trained for different sub-targets and the predicted labels of thes…

General Classification

Deep Imbalanced Regression via Hierarchical Classification Adjustment

2023-10-26 · CVPR 2024 1 · Haipeng Xiong, Angela Yao

Regression tasks in computer vision, such as age estimation or counting, are often formulated into classification by quantizing the target space into classes. Yet real-world data is often imbalanced -- the majority of tr…

Age EstimationClassificationCrowd CountingDeep imbalanced regression+3

Hierarchical Interpretation of Neural Text Classification

2022-02-20 · Hanqi Yan, Lin Gui, Yulan He

Recent years have witnessed increasing interests in developing interpretable models in Natural Language Processing (NLP). Most existing models aim at identifying input features such as words or phrases important for mode…

Classificationtext-classificationText Classification