Lexical Substitution — Context-Sensitive Word Replacement
Lexical substitution is a natural-language-processing task — formalised by McCarthy and Navigli through the SemEval shared task series starting in 2007 — that replaces a target word in a sentence with a semantically equivalent alternative that preserves the meaning of the surrounding context. It draws on synonym resources such as WordNet or on distributional word embeddings and masked language models to generate and rank candidate replacements, and is used for text robustness testing, style adaptation, and training-data augmentation.
McCarthy, D. & Navigli, R. (2009). The English Lexical Substitution Task. Language Resources and Evaluation, 43(2), 139-159. link ↗
Zhou, W. et al. (2019). BERT for Context-Aware Lexical Substitution. Proceedings of the AAAI Conference on Artificial Intelligence, 33, 7557-7564. link ↗