paper-with-me

Papers

Manifold-based Verbalizer Space Re-embedding for Tuning-free Prompt-based Classification

2023-09-08 · Haochun Wang, Sendong Zhao, Chi Liu, Nuwa Xi, MuZhen Cai, Bing Qin, Ting Liu

Prompt-based classification adapts tasks to a cloze question format utilizing the [MASK] token and the filled tokens are then mapped to labels through pre-defined verbalizers. Recent studies have explored the use of verbalizer embeddings to reduce labor in this process. However, all existing studies require a tuning process for either the pre-trained models or additional trainable embeddings. Meanwhile, the distance between high-dimensional verbalizer embeddings should not be measured by Euclidean distance due to the potential for non-linear manifolds in the representation space. In this study, we propose a tuning-free manifold-based space re-embedding method called Locally Linear Embedding with Intra-class Neighborhood Constraint (LLE-INC) for verbalizer embeddings, which preserves local properties within the same class as guidance for classification. Experimental results indicate that even without tuning any parameters, our LLE-INC is on par with automated verbalizers with parameter tuning. And with the parameter updating, our approach further enhances prompt-based tuning by up to 3.2%. Furthermore, experiments with the LLaMA-7B&13B indicate that LLE-INC is an efficient tuning-free classification approach for the hyper-scale language models.

📄 PDF Abstract BibTeX arXiv:2309.04174

Code (1)

scir-hi/lle-inc 공식 구현

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

Knowledgeable Prompt-tuning: Incorporating Knowledge into Prompt Verbalizer for Text Classification

2021-11-16 · ACL ARR September 2021 9 · Anonymous

Tuning pre-trained language models (PLMs) with task-specific prompts has been a promising approach for text classification. Particularly, previous studies suggest that prompt-tuning has remarkable superiority in the low-…

Few-Shot Text ClassificationLanguage ModelingLanguage ModellingMasked Language Modeling+2

Knowledgeable Prompt-tuning: Incorporating Knowledge into Prompt Verbalizer for Text Classification

2021-08-04 · ACL 2022 5 · Shengding Hu, Ning Ding, Huadong Wang, Zhiyuan Liu 외

Tuning pre-trained language models (PLMs) with task-specific prompts has been a promising approach for text classification. Particularly, previous studies suggest that prompt-tuning has remarkable superiority in the low-…

ClassificationFew-Shot Text ClassificationLanguage ModelingLanguage Modelling+3

Prompt-free and Efficient Language Model Fine-Tuning

2021-12-02 · Anonymous

Current methods for few-shot fine-tuning of pretrained masked language model (PLM) require carefully engineered prompts and verbalizers for each new task, to convert examples into a cloze-format that the PLM can score. I…

Few-Shot LearningLanguage ModelingLanguage Modellingmodel

Boosting Prompt-Based Self-Training With Mapping-Free Automatic Verbalizer for Multi-Class Classification

2023-12-08 · Yookyung Kho, Jaehee Kim, Pilsung Kang

Recently, prompt-based fine-tuning has garnered considerable interest as a core technique for few-shot text classification task. This approach reformulates the fine-tuning objective to align with the Masked Language Mode…

ClassificationFew-Shot Text ClassificationLanguage ModelingLanguage Modelling+4