paper-with-me

Papers

Unsupervised Lexical Substitution with Decontextualised Embeddings

2022-09-17 · COLING 2022 10 · Takashi Wada, Timothy Baldwin, Yuji Matsumoto, Jey Han Lau

We propose a new unsupervised method for lexical substitution using pre-trained language models. Compared to previous approaches that use the generative capability of language models to predict substitutes, our method retrieves substitutes based on the similarity of contextualised and decontextualised word embeddings, i.e. the average contextual representation of a word in multiple contexts. We conduct experiments in English and Italian, and show that our method substantially outperforms strong baselines and establishes a new state-of-the-art without any explicit supervision or fine-tuning. We further show that our method performs particularly well at predicting low-frequency substitutes, and also generates a diverse list of substitute candidates, reducing morphophonetic or morphosyntactic biases induced by article-noun agreement.

📄 PDF Abstract BibTeX arXiv:2209.08236

Code (1)

twadada/lexsub_decontextualised 공식 구현 pytorch

Tasks

Word Embeddings

Similar Papers 제목 키워드 기반

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

LexSubCon: Integrating Knowledge from Lexical Resources into Contextual Embeddings for Lexical Substitution

2021-07-11 · ACL 2022 5 · George Michalopoulos, Ian McKillop, Alexander Wong, Helen Chen

Lexical substitution is the task of generating meaningful substitutes for a word in a given textual context. Contextual word embedding models have achieved state-of-the-art results in the lexical substitution task by rel…

SentenceSentence Similarity

CILex: An Investigation of Context Information for Lexical Substitution Methods

2022-10-01 · COLING 2022 10 · Sandaru Seneviratne, Elena Daskalaki, Artem Lenskiy, Hanna Suominen

Lexical substitution, which aims to generate substitutes for a target word given a context, is an important natural language processing task useful in many applications. Due to the paucity of annotated data, existing met…

SentenceSentence EmbeddingsWord Embeddings

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

Lexical Simplification with Neural Ranking

2017-04-01 · EACL 2017 4 · Gustavo Paetzold, Lucia Specia

We present a new Lexical Simplification approach that exploits Neural Networks to learn substitutions from the Newsela corpus - a large set of professionally produced simplifications. We extract candidate substitutions b…

Complex Word IdentificationInformation RetrievalLexical Simplificationregression+1