paper-with-me

Papers

Word Usage Similarity Estimation with Sentence Representations and Automatic Substitutes

2019-05-20 · SEMEVAL 2019 6 · Aina Garí Soler, Marianna Apidianaki, Alexandre Allauzen

Usage similarity estimation addresses the semantic proximity of word instances in different contexts. We apply contextualized (ELMo and BERT) word and sentence embeddings to this task, and propose supervised models that leverage these representations for prediction. Our models are further assisted by lexical substitute annotations automatically assigned to word instances by context2vec, a neural model that relies on a bidirectional LSTM. We perform an extensive comparison of existing word and sentence representations on benchmark datasets addressing both graded and binary similarity. The best performing models outperform previous methods in both settings.

📄 PDF Abstract BibTeX arXiv:1905.08377

Code (0)

등록된 구현이 없습니다.

Tasks

SentenceSentence Embeddings

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…
context2vec context2vec is an unsupervised model for learning generic context embedding of wide sentential contexts, using a bidirectional LSTM.…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

LIMSI-MULTISEM at the IJCAI SemDeep-5 WiC Challenge: Context Representations for Word Usage Similarity Estimation

2019-08-01 · WS 2019 8 · Aina Gar{\'\i} Soler, Marianna Apidianaki, Alex Allauzen, re

Interpretable Word Sense Representations via Definition Generation: The Case of Semantic Change Analysis

2023-05-19 · Mario Giulianelli, Iris Luden, Raquel Fernandez, Andrey Kutuzov

We propose using automatically generated natural language definitions of contextualised word usages as interpretable word and word sense representations. Given a collection of usage examples for a target word, and the co…

Language ModelingLanguage ModellingSemantic SimilaritySemantic Textual Similarity+2

On Extending NLP Techniques from the Categorical to the Latent Space: KL Divergence, Zipf's Law, and Similarity Search

2020-12-02 · Adam Hare, Yu Chen, Yinan Liu, Zhenming Liu 외

Despite the recent successes of deep learning in natural language processing (NLP), there remains widespread usage of and demand for techniques that do not rely on machine learning. The advantage of these techniques is t…

BIG-bench Machine LearningSentenceWord Embeddings

Ferryman at SemEval-2020 Task 3: Bert with TFIDF-Weighting for Predicting the Effect of Context in Word Similarity

2020-12-01 · SEMEVAL 2020 · Weilong Chen, Xin Yuan, Sai Zhang, Jiehui Wu 외

Word similarity is widely used in machine learning applications like searching engine and recommendation. Measuring the changing meaning of the same word between two different sentences is not only a way to handle comple…

PositionSentenceWord Similarity

Supervised and unsupervised approaches to measuring usage similarity

2017-04-01 · WS 2017 4 · Milton King, Paul Cook

Usage similarity (USim) is an approach to determining word meaning in context that does not rely on a sense inventory. Instead, pairs of usages of a target lemma are rated on a scale. In this paper we propose unsupervise…

LEMMAWord Sense DisambiguationWord Sense Induction