Multilingual Lexical Simplification via Paraphrase Generation
Kang Liu, Jipeng Qiang, Yun Li, Yunhao Yuan, Yi Zhu, Kaixun Hua

TL;DR
This paper introduces a multilingual lexical simplification method using paraphrase generation, leveraging zero-shot translation techniques to produce simpler word substitutes while maintaining sentence meaning across multiple languages.
Contribution
It presents a novel multilingual LS approach via paraphrase generation that outperforms existing BERT and GPT-3 based methods in English, Spanish, and Portuguese.
Findings
Outperforms BERT-based methods in multiple languages
Surpasses zero-shot GPT-3 methods in lexical simplification
Effective across English, Spanish, and Portuguese
Abstract
Lexical simplification (LS) methods based on pretrained language models have made remarkable progress, generating potential substitutes for a complex word through analysis of its contextual surroundings. However, these methods require separate pretrained models for different languages and disregard the preservation of sentence meaning. In this paper, we propose a novel multilingual LS method via paraphrase generation, as paraphrases provide diversity in word selection while preserving the sentence's meaning. We regard paraphrasing as a zero-shot translation task within multilingual neural machine translation that supports hundreds of languages. After feeding the input sentence into the encoder of paraphrase modeling, we generate the substitutes based on a novel decoding strategy that concentrates solely on the lexical variations of the complex word. Experimental results demonstrate that…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsText Readability and Simplification · Natural Language Processing Techniques · Topic Modeling
