paper-with-me

Papers

Meta-Learning with Variational Semantic Memory for Word Sense Disambiguation

2021-06-05 · ACL 2021 5 · Yingjun Du, Nithin Holla, XianTong Zhen, Cees G. M. Snoek, Ekaterina Shutova

A critical challenge faced by supervised word sense disambiguation (WSD) is the lack of large annotated datasets with sufficient coverage of words in their diversity of senses. This inspired recent research on few-shot WSD using meta-learning. While such work has successfully applied meta-learning to learn new word senses from very few examples, its performance still lags behind its fully supervised counterpart. Aiming to further close this gap, we propose a model of semantic memory for WSD in a meta-learning setting. Semantic memory encapsulates prior experiences seen throughout the lifetime of the model, which aids better generalization in limited data settings. Our model is based on hierarchical variational inference and incorporates an adaptive memory update rule via a hypernetwork. We show our model advances the state of the art in few-shot WSD, supports effective learning in extremely data scarce (e.g. one-shot) scenarios and produces meaning prototypes that capture similar senses of distinct words.

📄 PDF Abstract BibTeX arXiv:2106.02960

Code (1)

YDU-uva/VSM_WSD 공식 구현 pytorch

Tasks

DiversityMeta-LearningVariational InferenceWord Sense Disambiguation

Methods 이 논문이 사용한 방법론

Variational Inference 설명 없음

Similar Papers 제목 키워드 기반

Systematic word meta-sense extension

2023-11-21 · Lei Yu

The meaning of polysemous words often varies in a highly productive yet predictable way. Generalizing the regularity between conventional senses to derive novel word meaning is crucial for automated processing of non-lit…

Language ModelingLanguage Modelling

Learning to Learn Variational Semantic Memory

2020-10-20 · NeurIPS 2020 12 · XianTong Zhen, Yingjun Du, Huan Xiong, Qiang Qiu 외

In this paper, we introduce variational semantic memory into meta-learning to acquire long-term knowledge for few-shot learning. The variational semantic memory accrues and stores semantic information for the probabilist…

Few-Shot LearningGeneral KnowledgeMeta-LearningVariational Inference

Word embeddings and recurrent neural networks based on Long-Short Term Memory nodes in supervised biomedical word sense disambiguation

2016-04-09 · Antonio Jimeno Yepes

Word sense disambiguation helps identifying the proper sense of ambiguous words in text. With large terminologies such as the UMLS Metathesaurus ambiguities appear and highly effective disambiguation methods are required…

Word EmbeddingsWord Sense Disambiguation

Together We Make Sense -- Learning Meta-Sense Embeddings from Pretrained Static Sense Embeddings

2023-05-30 · Haochen Luo, Yi Zhou, Danushka Bollegala

Sense embedding learning methods learn multiple vectors for a given ambiguous word, corresponding to its different word senses. For this purpose, different methods have been proposed in prior work on sense embedding lear…

Word Sense Disambiguation

A Knowledge-Based Approach to Word Sense Disambiguation by distributional selection and semantic features

2017-02-27 · Mokhtar Billami

Word sense disambiguation improves many Natural Language Processing (NLP) applications such as Information Retrieval, Information Extraction, Machine Translation, or Lexical Simplification. Roughly speaking, the aim is t…

Combinatorial OptimizationInformation RetrievalLexical SimplificationMachine Translation+5