paper-with-me

홈 › Papers

Prompt Tuned Embedding Classification for Multi-Label Industry Sector Allocation

2023-09-21 · Valentin Leonhard Buchner, Lele Cao, Jan-Christoph Kalo, Vilhelm von Ehrenheim

Prompt Tuning is emerging as a scalable and cost-effective method to fine-tune Pretrained Language Models (PLMs), which are often referred to as Large Language Models (LLMs). This study benchmarks the performance and computational efficiency of Prompt Tuning and baselines for multi-label text classification. This is applied to the challenging task of classifying companies into an investment firm's proprietary industry taxonomy, supporting their thematic investment strategy. Text-to-text classification is frequently reported to outperform task-specific classification heads, but has several limitations when applied to a multi-label classification problem where each label consists of multiple tokens: (a) Generated labels may not match any label in the label taxonomy; (b) The fine-tuning process lacks permutation invariance and is sensitive to the order of the provided labels; (c) The model provides binary decisions rather than appropriate confidence scores. Limitation (a) is addressed by applying constrained decoding using Trie Search, which slightly improves classification performance. All limitations (a), (b), and (c) are addressed by replacing the PLM's language head with a classification head, which is referred to as Prompt Tuned Embedding Classification (PTEC). This improves performance significantly, while also reducing computational costs during inference. In our industrial application, the training data is skewed towards well-known companies. We confirm that the model's performance is consistent across both well-known and less-known companies. Our overall results indicate the continuing need to adapt state-of-the-art methods to domain-specific tasks, even in the era of PLMs with strong generalization abilities. We release our codebase and a benchmarking dataset at https://github.com/EQTPartners/PTEC.

📄 PDF Abstract BibTeX arXiv:2309.12075

Code (1)

eqtpartners/ptec 공식 구현 pytorch

Tasks

BenchmarkingClassificationComputational EfficiencyMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONMulti Label Text ClassificationMulti-Label Text Classificationtext-classificationText Classification

Similar Papers 제목 키워드 기반

Eliciting Knowledge from Pretrained Language Models for Prototypical Prompt Verbalizer

2022-01-14 · Yinyi Wei, Tong Mo, Yongtao Jiang, Weiping Li 외

Recent advances on prompt-tuning cast few-shot classification tasks as a masked language modeling problem. By wrapping input into a template and using a verbalizer which constructs a mapping between label space and label…

ClassificationContrastive LearningLanguage ModelingLanguage Modelling+3

CRoF: CLIP-based Robust Few-shot Learning on Noisy Labels

2024-12-17 · Shizhuo Deng, Bowen Han, Jiaqi Chen, Hao Wang 외

Noisy labels threaten the robustness of few-shot learning (FSL) due to the inexact features in a new domain. CLIP, a large-scale vision-language model, performs well in FSL on image-text embedding similarities, but it is…

Domain GeneralizationFew-Shot Learningzero-shot-classificationZero-Shot Learning

Efficient Few-shot Learning for Multi-label Classification of Scientific Documents with Many Classes

2024-10-08 · Tim Schopf, Alexander Blatzheim, Nektarios Machner, Florian Matthes

Scientific document classification is a critical task and often involves many classes. However, collecting human-labeled data for many classes is expensive and usually leads to label-scarce scenarios. Moreover, recent wo…

ArticlesClassificationDocument ClassificationFew-Shot Learning+5

MatchXML: An Efficient Text-label Matching Framework for Extreme Multi-label Text Classification

2023-08-25 · Hui Ye, Rajshekhar Sunderraman, Shihao Ji

The eXtreme Multi-label text Classification(XMC) refers to training a classifier that assigns a text sample with relevant labels from an extremely large-scale label set (e.g., millions of labels). We propose MatchXML, an…

Multi Label Text ClassificationMulti-Label Text ClassificationSentenceSentence Embeddings+2

Fine-Tuning Causal LLMs for Text Classification: Embedding-Based vs. Instruction-Based Approaches

2025-12-14 · Amirhossein Yousefiramandi, Ciaran Cooney arxiv

We explore efficient strategies to fine-tune decoder-only Large Language Models (LLMs) for downstream text classification under resource constraints. Two approaches are investigated: (1) attaching a classification head t…

Text Classification