paper-with-me

홈 › Papers

BERT-based Lexical Substitution

2019-07-01 · ACL 2019 7 · Wangchunshu Zhou, Tao Ge, Ke Xu, Furu Wei, Ming Zhou

Previous studies on lexical substitution tend to obtain substitute candidates by finding the target word{'}s synonyms from lexical resources (e.g., WordNet) and then rank the candidates based on its contexts. These approaches have two limitations: (1) They are likely to overlook good substitute candidates that are not the synonyms of the target words in the lexical resources; (2) They fail to take into account the substitution{'}s influence on the global context of the sentence. To address these issues, we propose an end-to-end BERT-based lexical substitution approach which can propose and validate substitute candidates without using any annotated data or manually curated resources. Our approach first applies dropout to the target word{'}s embedding for partially masking the word, allowing BERT to take balanced consideration of the target word{'}s semantics and contexts for proposing substitute candidates, and then validates the candidates based on their substitution{'}s influence on the global contextualized representation of the sentence. Experiments show our approach performs well in both proposing and ranking substitute candidates, achieving the state-of-the-art results in both LS07 and LS14 benchmarks.

📄 PDF Abstract BibTeX

Code (1)

jvladika/Lexical-Substitution pytorch

Tasks

Sentence

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Weight Decay 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Adam 설명 없음

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

Lexical Simplification with Pretrained Encoders

2019-07-14 · Jipeng Qiang, Yun Li, Yi Zhu, Yunhao Yuan 외

Lexical simplification (LS) aims to replace complex words in a given sentence with their simpler alternatives of equivalent meaning. Recently unsupervised lexical simplification approaches only rely on the complex word i…

Language ModellingLexical SimplificationSentence

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 p…

Data AugmentationRelation ExtractionWord Sense Induction

Combination of Contextualized and Non-Contextualized Layers for Lexical Substitution in French

2022-06-01 · LREC 2022 6 · Kévin Espasa, Emmanuel Morin, Olivier Hamon

Lexical substitution task requires to substitute a target word by candidates in a given context. Candidates must keep meaning and grammatically of the sentence. The task, introduced in the SemEval 2007, has two objective…

Language ModellingSentence

ALEXSIS-PT: A New Resource for Portuguese Lexical Simplification

2022-09-19 · COLING 2022 10 · Kai North, Marcos Zampieri, Tharindu Ranasinghe

Lexical simplification (LS) is the task of automatically replacing complex words for easier ones making texts more accessible to various target populations (e.g. individuals with low literacy, individuals with learning d…

ArticlesLexical SimplificationXLM-R