paper-with-me

홈 › Papers

A Comparative Study of Lexical Substitution Approaches based on Neural Language Models

2020-05-29 · Nikolay Arefyev, Boris Sheludko, Alexander Podolskiy, Alexander Panchenko

Lexical substitution in context is an extremely powerful technology that can be used as a backbone of various NLP applications, such as word sense induction, lexical relation extraction, data augmentation, etc. In this paper, we present a large-scale comparative study of popular neural language and masked language models (LMs and MLMs), such as context2vec, ELMo, BERT, XLNet, applied to the task of lexical substitution. We show that already competitive results achieved by SOTA LMs/MLMs can be further improved if information about the target word is injected properly, and compare several target injection methods. In addition, we provide analysis of the types of semantic relations between the target and substitutes generated by different models providing insights into what kind of words are really generated or given by annotators as substitutes.

📄 PDF Abstract BibTeX arXiv:2006.00031

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationRelation ExtractionWord Sense Induction

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Sigmoid Activation 설명 없음
Weight Decay 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

Always Keep your Target in Mind: Studying Semantics and Improving Performance of Neural Lexical Substitution

2022-06-07 · COLING 2020 8 · Nikolay Arefyev, Boris Sheludko, Alexander Podolskiy, Alexander Panchenko

Lexical substitution, i.e. generation of plausible words that can replace a particular target word in a given context, is an extremely powerful technology that can be used as a backbone of various NLP applications, inclu…

Data AugmentationRelation ExtractionWord Sense Induction

A comparative study of word embeddings and other features for lexical complexity detection in French

2018-05-01 · JEPTALNRECITAL 2018 5 · Aina Gar{\'\i} Soler, Marianna Apidianaki, Alex Allauzen, re

Lexical complexity detection is an important step for automatic text simplification which serves to make informed lexical substitutions. In this study, we experiment with word embeddings for measuring the complexity of F…

Text SimplificationWord Embeddings

A Preliminary Study of Croatian Lexical Substitution

2017-04-01 · WS 2017 4 · Domagoj Alagi{\'c}, Jan {\v{S}}najder

Lexical substitution is a task of determining a meaning-preserving replacement for a word in context. We report on a preliminary study of this task for the Croatian language on a small-scale lexical sample dataset, manua…

Information RetrievalMachine TranslationWord Sense Disambiguation

Metaheuristic Approaches to Lexical Substitution and Simplification

2017-04-01 · EACL 2017 4 · Sallam Abualhaija, Tristan Miller, Judith Eckle-Kohler, Iryna Gurevych 외

In this paper, we propose using metaheuristics{---}in particular, simulated annealing and the new D-Bees algorithm{---}to solve word sense disambiguation as an optimization problem within a knowledge-based lexical substi…

Lexical SimplificationMachine TranslationQuestion AnsweringSentence Compression+3

Contextualized context2vec

2019-11-01 · WS 2019 11 · Kazuki Ashihara, Tomoyuki Kajiwara, Yuki Arase, Satoru Uchida

Lexical substitution ranks substitution candidates from the viewpoint of paraphrasability for a target word in a given sentence. There are two major approaches for lexical substitution: (1) generating contextualized word…

SentenceWord Embeddings