paper-with-me

Papers

Using Multi-Sense Vector Embeddings for Reverse Dictionaries

2019-04-02 · WS 2019 5 · Michael A. Hedderich, Andrew Yates, Dietrich Klakow, Gerard de Melo

Popular word embedding methods such as word2vec and GloVe assign a single vector representation to each word, even if a word has multiple distinct meanings. Multi-sense embeddings instead provide different vectors for each sense of a word. However, they typically cannot serve as a drop-in replacement for conventional single-sense embeddings, because the correct sense vector needs to be selected for each word. In this work, we study the effect of multi-sense embeddings on the task of reverse dictionaries. We propose a technique to easily integrate them into an existing neural network architecture using an attention mechanism. Our experiments demonstrate that large improvements can be obtained when employing multi-sense embeddings both in the input sequence as well as for the target representation. An analysis of the sense distributions and of the learned attention is provided as well.

📄 PDF Abstract BibTeX arXiv:1904.01451

Code (1)

uds-lsv/Multi-Sense-Embeddings-Reverse-Dictionaries 공식 구현

Methods 이 논문이 사용한 방법론

GloVe GloVe Embeddings are a type of word embedding that encode the co-occurrence probability ratio between two words as vector differences. GloVe uses a weighted least squares…

Similar Papers 제목 키워드 기반

Learning Sense Embeddings from Definitions in Dictionaries

2022-01-16 · ACL ARR January 2022 1 · Anonymous

We introduce a method for learning to embed word senses as defined in a given set of given dictionaries. In our approach, sense definition pairs, <word, definition> are transformed into low-dimension vectors aimed at max…

Re-Ranking

Automatic Creation of Correspondence Table of Meaning Tags from Two Dictionaries in One Language Using Bilingual Word Embedding

2020-05-01 · LREC 2020 5 · Teruo Hirabayashi, Kanako Komiya, Masayuki Asahara, Hiroyuki Shinnou

In this paper, we show how to use bilingual word embeddings (BWE) to automatically create a corresponding table of meaning tags from two dictionaries in one language and examine the effectiveness of the method. To do thi…

TAGWord Embeddings

SenseFitting: Sense Level Semantic Specialization of Word Embeddings for Word Sense Disambiguation

2019-07-30 · Manuel Stoeckel, Sajawel Ahmed, Alexander Mehler

We introduce a neural network-based system of Word Sense Disambiguation (WSD) for German that is based on SenseFitting, a novel method for optimizing WSD. We outperform knowledge-based WSD methods by up to 25% F1-score a…

LEMMAWord EmbeddingsWord Sense Disambiguation

BL.Research at SemEval-2022 Task 1: Deep networks for Reverse Dictionary using embeddings and LSTM autoencoders

2022-07-01 · SemEval (NAACL) 2022 7 · Nihed Bendahman, Julien Breton, Lina Nicolaieff, Mokhtar Boumedyen Billami 외

This paper describes our two deep learning systems that competed at SemEval-2022 Task 1 “CODWOE: Comparing Dictionaries and WOrd Embeddings”. We participated in the subtask for the reverse dictionary which consists in ge…

PositionReverse DictionaryWord Embeddings

Uppsala University at SemEval-2022 Task 1: Can Foreign Entries Enhance an English Reverse Dictionary?

2022-07-01 · SemEval (NAACL) 2022 7 · Rafal Cerniavski, Sara Stymne

We present the Uppsala University system for SemEval-2022 Task 1: Comparing Dictionaries and Word Embeddings (CODWOE). We explore the performance of multilingual reverse dictionaries as well as the possibility of utilizi…

Machine TranslationReverse DictionaryTranslationWord Embeddings