paper-with-me

홈 › Papers

Meta-Embedding as Auxiliary Task Regularization

2018-09-16 · James O' Neill, Danushka Bollegala

Word embeddings have been shown to benefit from ensambling several word embedding sources, often carried out using straightforward mathematical operations over the set of word vectors. More recently, self-supervised learning has been used to find a lower-dimensional representation, similar in size to the individual word embeddings within the ensemble. However, these methods do not use the available manually labeled datasets that are often used solely for the purpose of evaluation. We propose to reconstruct an ensemble of word embeddings as an auxiliary task that regularises a main task while both tasks share the learned meta-embedding layer. We carry out intrinsic evaluation (6 word similarity datasets and 3 analogy datasets) and extrinsic evaluation (4 downstream tasks). For intrinsic task evaluation, supervision comes from various labeled word similarity datasets. Our experimental results show that the performance is improved for all word similarity datasets when compared to self-supervised learning methods with a mean increase of $11.33$ in Spearman correlation. Specifically, the proposed method shows the best performance in 4 out of 6 of word similarity datasets when using a cosine reconstruction loss and Brier's word similarity loss. Moreover, improvements are also made when performing word meta-embedding reconstruction in sequence tagging and sentence meta-embedding for sentence classification.

📄 PDF Abstract BibTeX arXiv:1809.05886

Code (0)

등록된 구현이 없습니다.

Tasks

Self-Supervised LearningSentenceSentence ClassificationWord EmbeddingsWord Similarity

Similar Papers 제목 키워드 기반

Meta-Learning with Task-Adaptive Loss Function for Few-Shot Learning

2021-10-08 · ICCV 2021 10 · Sungyong Baik, Janghoon Choi, Heewon Kim, Dohee Cho 외

In few-shot learning scenarios, the challenge is to generalize and perform well on new unseen examples when only very few labeled examples are available for each task. Model-agnostic meta-learning (MAML) has gained the p…

Few-Shot LearningMeta-Learning

Meta-Reinforcement Learning With Informed Policy Regularization

2021-01-01 · Pierre-Alexandre Kamienny, Matteo Pirotta, Alessandro Lazaric, Thibault Lavril 외

Meta-reinforcement learning aims at finding a policy able to generalize to new environments. When facing a new environment, this policy must explore to identify its particular characteristics and then exploit this inform…

Meta Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

On the Choice of Auxiliary Languages for Improved Sequence Tagging

2020-05-19 · WS 2020 7 · Lukas Lange, Heike Adel, Jannik Strötgen

Recent work showed that embeddings from related languages can improve the performance of sequence tagging, even for monolingual models. In this analysis paper, we investigate whether the best auxiliary language can be pr…

Part-Of-Speech Tagging

Relational Multi-Task Learning: Modeling Relations between Data and Tasks

2023-03-14 · ICLR 2022 4 · Kaidi Cao, Jiaxuan You, Jure Leskovec

A key assumption in multi-task learning is that at the inference time the multi-task model only has access to a given data point but not to the data point's labels from other tasks. This presents an opportunity to extend…

Multi-Task LearningTransfer Learning

Revisiting Unsupervised Meta-Learning via the Characteristics of Few-Shot Tasks

2020-11-30 · Han-Jia Ye, Lu Han, De-Chuan Zhan

Meta-learning has become a practical approach towards few-shot image classification, where "a strategy to learn a classifier" is meta-learned on labeled base classes and can be applied to tasks with novel classes. We rem…

Few-Shot Image ClassificationFew-Shot Learningimage-classificationImage Classification+3