paper-with-me

홈 › Papers

Meta Fine-Tuning Neural Language Models for Multi-Domain Text Mining

2020-03-29 · EMNLP 2020 11 · Chengyu Wang, Minghui Qiu, Jun Huang, Xiaofeng He

Pre-trained neural language models bring significant improvement for various NLP tasks, by fine-tuning the models on task-specific training sets. During fine-tuning, the parameters are initialized from pre-trained models directly, which ignores how the learning process of similar NLP tasks in different domains is correlated and mutually reinforced. In this paper, we propose an effective learning procedure named Meta Fine-Tuning (MFT), served as a meta-learner to solve a group of similar NLP tasks for neural language models. Instead of simply multi-task training over all the datasets, MFT only learns from typical instances of various domains to acquire highly transferable knowledge. It further encourages the language model to encode domain-invariant representations by optimizing a series of novel domain corruption loss functions. After MFT, the model can be fine-tuned for each domain with better parameter initializations and higher generalization ability. We implement MFT upon BERT to solve several multi-domain text mining tasks. Experimental results confirm the effectiveness of MFT and its usefulness for few-shot learning.

📄 PDF Abstract BibTeX arXiv:2003.13003

Code (2)

AntheaLi/cs224nProject pytorch
alibaba/EasyTransfer/tree/master/scripts/meta_finetune tf

Tasks

Few-Shot LearningLanguage ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
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.
Weight Decay 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Generalization of Fine-Tuned Uncertainty Communication and Metacognition in Large Language Models

2025-09-30 · Mark Steyvers, Catarina Belem, Padhraic Smyth arxiv

Background. Large language models are increasingly used in settings where confident but incorrect answers can mislead users. Reliable uncertainty communication requires a form of metacognition: monitoring when one's own …

General Knowledge

Meta Distant Transfer Learning for Pre-trained Language Models

2021-11-01 · EMNLP 2021 11 · Chengyu Wang, Haojie Pan, Minghui Qiu, Jun Huang 외

With the wide availability of Pre-trained Language Models (PLMs), multi-task fine-tuning across domains has been extensively applied. For tasks related to distant domains with different class label sets, PLMs may memoriz…

Implicit RelationsMeta-LearningRepresentation LearningTransfer Learning

Transfer Learning for Finetuning Large Language Models

2024-11-02 · Tobias Strangmann, Lennart Purucker, Jörg K. H. Franke, Ivo Rapant 외

As the landscape of large language models expands, efficiently finetuning for specific tasks becomes increasingly crucial. At the same time, the landscape of parameter-efficient finetuning methods rapidly expands. Conseq…

Bayesian OptimizationMeta-LearningTransfer Learning

SMILE: Speech Meta In-Context Learning for Low-Resource Language Automatic Speech Recognition

2024-09-16 · Ming-Hao Hsu, Hung-Yi Lee

Automatic Speech Recognition (ASR) models demonstrate outstanding performance on high-resource languages but face significant challenges when applied to low-resource languages due to limited training data and insufficien…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Data AugmentationIn-Context Learning+4

MetaTPT: Meta Test-time Prompt Tuning for Vision-Language Models

2025-12-13 · Yuqing Lei, Yingjun Du, Yawen Huang, Xiantong Zhen 외 arxiv

Vision-language models (VLMs) such as CLIP exhibit strong zero-shot generalization but remain sensitive to domain shifts at test time. Test-time prompt tuning (TPT) mitigates this issue by adapting prompts with fixed aug…

Zero-shot GeneralizationDomain GeneralizationTest-time Adaptation