CLAIIRJul 14, 2019

Lexical Simplification with Pretrained Encoders

arXiv:1907.06226v518 citations
Originality Incremental advance
AI Analysis

This addresses the issue of spurious candidate generation in lexical simplification for natural language processing applications, representing a strong incremental improvement over existing methods.

The paper tackles the problem of lexical simplification by introducing an unsupervised approach using BERT to generate candidate substitutions that consider both the sentence and complex word, resulting in over 12% accuracy improvement on three benchmarks compared to state-of-the-art methods.

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 itself regardless of the given sentence to generate candidate substitutions, which will inevitably produce a large number of spurious candidates. We present a simple LS approach that makes use of the Bidirectional Encoder Representations from Transformers (BERT) which can consider both the given sentence and the complex word during generating candidate substitutions for the complex word. Specifically, we mask the complex word of the original sentence for feeding into the BERT to predict the masked token. The predicted results will be used as candidate substitutions. Despite being entirely unsupervised, experimental results show that our approach obtains obvious improvement compared with these baselines leveraging linguistic databases and parallel corpus, outperforming the state-of-the-art by more than 12 Accuracy points on three well-known benchmarks.

Code Implementations3 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes