paper-with-me

Papers

Meta Distant Transfer Learning for Pre-trained Language Models

2021-11-01 · EMNLP 2021 11 · Chengyu Wang, Haojie Pan, Minghui Qiu, Jun Huang, Fei Yang, Yin Zhang

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 memorize non-transferable knowledge for the target domain and suffer from negative transfer. Inspired by meta-learning, we propose the Meta Distant Transfer Learning (Meta-DTL) framework to learn the cross-task knowledge for PLM-based methods. Meta-DTL first employs task representation learning to mine implicit relations among multiple tasks and classes. Based on the results, it trains a PLM-based meta-learner to capture the transferable knowledge across tasks. The weighted maximum entropy regularizers are proposed to make meta-learner more task-agnostic and unbiased. Finally, the meta-learner can be fine-tuned to fit each task with better parameter initialization. We evaluate Meta-DTL using both BERT and ALBERT on seven public datasets. Experiment results confirm the superiority of Meta-DTL as it consistently outperforms strong baselines. We find that Meta-DTL is highly effective when very few data is available for the target task.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Implicit RelationsMeta-LearningRepresentation LearningTransfer Learning

Similar Papers 제목 키워드 기반

TransPrompt v2: A Transferable Prompting Framework for Cross-task Text Classification

2023-08-29 · Jianing Wang, Chengyu Wang, Cen Chen, Ming Gao 외

Text classification is one of the most imperative tasks in natural language processing (NLP). Recent advances with pre-trained language models (PLMs) have shown remarkable success on this task. However, the satisfying re…

Few-Shot LearningFew-Shot Text Classificationtext-classificationText Classification

Cross-Lingual Transfer for Distantly Supervised and Low-resources Indonesian NER

2019-07-25 · Fariz Ikhwantri

Manually annotated corpora for low-resource languages are usually small in quantity (gold), or large but distantly supervised (silver). Inspired by recent progress of injecting pre-trained language model (LM) on many Nat…

Cross-Lingual TransferLanguage ModelingLanguage ModellingNER+2

L1-regularized neural ranking for risk stratification and its application to prediction of time to distant metastasis in luminal node negative chemotherapy naïve breast cancer patients

2021-08-23 · Fayyaz Minhas, Michael S. Toss, Noor ul Wahab, Emad Rakha 외

Can we predict if an early stage cancer patient is at high risk of developing distant metastasis and what clinicopathological factors are associated with such a risk? In this paper, we propose a ranking based censoring-a…

Cross-Lingual Syntactic Transfer through Unsupervised Adaptation of Invertible Projections

2019-06-06 · ACL 2019 7 · Junxian He, Zhisong Zhang, Taylor Berg-Kirkpatrick, Graham Neubig

Cross-lingual transfer is an effective way to build syntactic analysis tools in low-resource languages. However, transfer is difficult when transferring to typologically distant languages, especially when neither annotat…

Cross-Lingual TransferDependency ParsingPart-Of-Speech TaggingPOS+1

MetaGFN: Exploring Distant Modes with Adapted Metadynamics for Continuous GFlowNets

2024-08-28 · Dominic Phillips, Flaviu Cipcigan

Generative Flow Networks (GFlowNets) are a class of generative models that sample objects in proportion to a specified reward function through a learned policy. They can be trained either on-policy or off-policy, needing…