paper-with-me

홈 › Papers

MUSE: Modularizing Unsupervised Sense Embeddings

2017-04-15 · EMNLP 2017 9 · Guang-He Lee, Yun-Nung Chen

This paper proposes to address the word sense ambiguity issue in an unsupervised manner, where word sense representations are learned along a word sense selection mechanism given contexts. Prior work focused on designing a single model to deliver both mechanisms, and thus suffered from either coarse-grained representation learning or inefficient sense selection. The proposed modular approach, MUSE, implements flexible modules to optimize distinct mechanisms, achieving the first purely sense-level representation learning system with linear-time sense selection. We leverage reinforcement learning to enable joint training on the proposed modules, and introduce various exploration techniques on sense selection for better robustness. The experiments on benchmark data show that the proposed approach achieves the state-of-the-art performance on synonym selection as well as on contextual word similarities in terms of MaxSimC.

📄 PDF Abstract BibTeX arXiv:1704.04601

Code (1)

MiuLab/MUSE 공식 구현 tf

Tasks

Reinforcement LearningReinforcement Learning (RL)Representation Learning

Similar Papers 제목 키워드 기반

Understanding and Improving Multi-Sense Word Embeddings via Extended Robust Principal Component Analysis

2018-03-03 · Haoyue Shi, Yuqi Sun, Junfeng Hu

Unsupervised learned representations of polysemous words generate a large of pseudo multi senses since unsupervised methods are overly sensitive to contextual variations. In this paper, we address the pseudo multi-sense …

Dimensionality ReductionWord EmbeddingsWord Similarity

AMuSE-WSD: An All-in-one Multilingual System for Easy Word Sense Disambiguation

2021-11-01 · EMNLP (ACL) 2021 11 · Riccardo Orlando, Simone Conia, Fabrizio Brignone, Francesco Cecconi 외

Over the past few years, Word Sense Disambiguation (WSD) has received renewed interest: recently proposed systems have shown the remarkable effectiveness of deep learning techniques in this task, especially when aided by…

AllWord Sense Disambiguation

Word2Sense: Sparse Interpretable Word Embeddings

2019-07-01 · ACL 2019 7 · Abhishek Panigrahi, Harsha Vardhan Simhadri, Chiranjib Bhattacharyya

We present an unsupervised method to generate Word2Sense word embeddings that are interpretable {---} each dimension of the embedding space corresponds to a fine-grained sense, and the non-negative value of the embedding…

Word EmbeddingsWord Similarity

Unsupervised Visual Sense Disambiguation for Verbs using Multimodal Embeddings

2016-03-30 · NAACL 2016 6 · Spandana Gella, Mirella Lapata, Frank Keller

We introduce a new task, visual sense disambiguation for verbs: given an image and a verb, assign the correct sense of the verb, i.e., the one that describes the action depicted in the image. Just as textual word sense d…

Image DescriptionImage RetrievalRetrievalWord Sense Disambiguation

Inducing and Embedding Senses with Scaled Gumbel Softmax

2018-04-22 · Fenfei Guo, Mohit Iyyer, Jordan Boyd-Graber

Methods for learning word sense embeddings represent a single word with multiple sense-specific vectors. These methods should not only produce interpretable sense embeddings, but should also learn how to select which sen…