paper-with-me

Papers

Meta-RTL: Reinforcement-Based Meta-Transfer Learning for Low-Resource Commonsense Reasoning

2024-09-27 · Yu Fu, Jie He, Yifan Yang, Qun Liu, Deyi Xiong

Meta learning has been widely used to exploit rich-resource source tasks to improve the performance of low-resource target tasks. Unfortunately, most existing meta learning approaches treat different source tasks equally, ignoring the relatedness of source tasks to the target task in knowledge transfer. To mitigate this issue, we propose a reinforcement-based multi-source meta-transfer learning framework (Meta-RTL) for low-resource commonsense reasoning. In this framework, we present a reinforcement-based approach to dynamically estimating source task weights that measure the contribution of the corresponding tasks to the target task in the meta-transfer learning. The differences between the general loss of the meta model and task-specific losses of source-specific temporal meta models on sampled target data are fed into the policy network of the reinforcement learning module as rewards. The policy network is built upon LSTMs that capture long-term dependencies on source task weight estimation across meta learning iterations. We evaluate the proposed Meta-RTL using both BERT and ALBERT as the backbone of the meta model on three commonsense reasoning benchmark datasets. Experimental results demonstrate that Meta-RTL substantially outperforms strong baselines and previous task selection strategies and achieves larger improvements on extremely low-resource settings.

📄 PDF Abstract BibTeX arXiv:2409.19075

Code (0)

등록된 구현이 없습니다.

Tasks

Meta-LearningTransfer Learning

Methods 이 논문이 사용한 방법론

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 &…
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Multi-Head Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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…

Similar Papers 제목 키워드 기반

MetaXCR: Reinforcement-Based Meta-Transfer Learning for Cross-Lingual Commonsense Reasoning

2025-03-09 · Jie He, Yu Fu

Commonsense reasoning (CR) has been studied in many pieces of domain and has achieved great progress with the aid of large datasets. Unfortunately, most existing CR datasets are built in English, so most previous work fo…

Meta-LearningTransfer Learning

Unsupervised Reinforcement Learning of Transferable Meta-Skills for Embodied Navigation

2019-11-18 · CVPR 2020 6 · Juncheng Li, Xin Wang, Siliang Tang, Haizhou Shi 외

Visual navigation is a task of training an embodied agent by intelligently navigating to a target object (e.g., television) using only visual observations. A key challenge for current deep reinforcement learning models l…

Deep Reinforcement LearningObjectreinforcement-learningReinforcement Learning+3

Graph-Evolving Meta-Learning for Low-Resource Medical Dialogue Generation

2020-12-22 · Shuai Lin, Pan Zhou, Xiaodan Liang, Jianheng Tang 외

Human doctors with well-structured medical knowledge can diagnose a disease merely via a few conversations with patients about symptoms. In contrast, existing knowledge-grounded dialogue systems often require a large num…

DiagnosticDialogue GenerationMeta-Learning

MetaXL: Meta Representation Transformation for Low-resource Cross-lingual Learning

2021-04-16 · NAACL 2021 4 · Mengzhou Xia, Guoqing Zheng, Subhabrata Mukherjee, Milad Shokouhi 외

The combination of multilingual pre-trained representations and cross-lingual transfer learning is one of the most effective methods for building functional NLP systems for low-resource languages. However, for extremely …

Cross-Lingual TransferMeta-Learningnamed-entity-recognitionNamed Entity Recognition+3

Inferential Text Generation with Multiple Knowledge Sources and Meta-Learning

2020-04-07 · Daya Guo, Akari Asai, Duyu Tang, Nan Duan 외

We study the problem of generating inferential texts of events for a variety of commonsense like \textit{if-else} relations. Existing approaches typically use limited evidence from training examples and learn for each re…

Meta-LearningMulti-Task LearningRelationText Generation