paper-with-me

홈 › Papers

Formulating Few-shot Fine-tuning Towards Language Model Pre-training: A Pilot Study on Named Entity Recognition

2022-05-24 · Zihan Wang, Kewen Zhao, Zilong Wang, Jingbo Shang

Fine-tuning pre-trained language models has recently become a common practice in building NLP models for various tasks, especially few-shot tasks. We argue that under the few-shot setting, formulating fine-tuning closer to the pre-training objectives shall be able to unleash more benefits from the pre-trained language models. In this work, we take few-shot named entity recognition (NER) for a pilot study, where existing fine-tuning strategies are much different from pre-training. We propose a novel few-shot fine-tuning framework for NER, FFF-NER. Specifically, we introduce three new types of tokens, "is-entity", "which-type" and bracket, so we can formulate the NER fine-tuning as (masked) token prediction or generation, depending on the choice of pre-trained language models. In our experiments, we apply FFF-NER to fine-tune both BERT and BART for few-shot NER on several benchmark datasets and observe significant improvements over existing fine-tuning strategies, including sequence labeling, prototype meta-learning, and prompt-based approaches. We further perform a series of ablation studies, showing few-shot NER performance is strongly correlated with the similarity between fine-tuning and pre-training.

📄 PDF Abstract BibTeX arXiv:2205.11799

Code (1)

zihanwangki/fffner 공식 구현 tf

Tasks

Few-shot NERLanguage ModelingLanguage ModellingMeta-LearningNamed Entity RecognitionNamed Entity Recognition (NER)

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Weight Decay 설명 없음
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
WordPiece 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Avoiding Inference Heuristics in Few-shot Prompt-based Finetuning

2021-09-09 · EMNLP 2021 11 · Prasetya Ajie Utama, Nafise Sadat Moosavi, Victor Sanh, Iryna Gurevych

Recent prompt-based approaches allow pretrained language models to achieve strong performances on few-shot finetuning by reformulating downstream tasks as a language modeling problem. In this work, we demonstrate that, d…

Language ModelingLanguage ModellingSentenceSentence-Pair Classification

Towards Zero-shot Commonsense Reasoning with Self-supervised Refinement of Language Models

2021-09-10 · EMNLP 2021 11 · Tassilo Klein, Moin Nabi

Can we get existing language models and refine them for zero-shot commonsense reasoning? This paper presents an initial study exploring the feasibility of zero-shot commonsense reasoning for the Winograd Schema Challenge…

Language ModelingLanguage ModellingSelf-Supervised Learning

Few-Shot Fine-Grained Entity Typing with Automatic Label Interpretation and Instance Generation

2022-06-28 · Jiaxin Huang, Yu Meng, Jiawei Han

We study the problem of few-shot Fine-grained Entity Typing (FET), where only a few annotated entity mentions with contexts are given for each entity type. Recently, prompt-based tuning has demonstrated superior performa…

Entity TypingLanguage ModelingLanguage ModellingVocal Bursts Type Prediction

CQARE: Contrastive Question-Answering for Few-shot Relation Extraction with Prompt Tuning

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Prompt tuning with pre-trained language models (PLM) has exhibited outstanding performance by closing the gap between pre-training tasks and various downstream applications, without the need for uninitialized parameters …

Cross-Domain Few-ShotPrompt EngineeringQuestion AnsweringRelation+1

Bi-MCQ: Reformulating Vision-Language Alignment for Negation Understanding

2026-01-30 · Tae Hun Kim, Hyun Gyu Lee arxiv

Recent vision-language models (VLMs) achieve strong zero-shot performance via large-scale image-text pretraining and have been widely adopted in medical image analysis. However, existing VLMs remain notably weak at under…