CLLGMay 1, 2020

MUSS: Multilingual Unsupervised Sentence Simplification by Mining Paraphrases

arXiv:2005.00352v2605 citations
AI Analysis

This addresses the problem of limited simplification data for researchers and practitioners in NLP, enabling effective simplification in multiple languages without labeled data, though it is incremental by building on unsupervised and controllable generation techniques.

The paper tackles the lack of labeled parallel simplification data in multiple languages by introducing MUSS, a multilingual unsupervised sentence simplification system that uses mined paraphrase data, achieving results that match or outperform previous supervised methods on English, French, and Spanish benchmarks.

Progress in sentence simplification has been hindered by a lack of labeled parallel simplification data, particularly in languages other than English. We introduce MUSS, a Multilingual Unsupervised Sentence Simplification system that does not require labeled simplification data. MUSS uses a novel approach to sentence simplification that trains strong models using sentence-level paraphrase data instead of proper simplification data. These models leverage unsupervised pretraining and controllable generation mechanisms to flexibly adjust attributes such as length and lexical complexity at inference time. We further present a method to mine such paraphrase data in any language from Common Crawl using semantic sentence embeddings, thus removing the need for labeled data. We evaluate our approach on English, French, and Spanish simplification benchmarks and closely match or outperform the previous best supervised results, despite not using any labeled simplification data. We push the state of the art further by incorporating labeled simplification data.

Code Implementations1 repo
Foundations

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

Your Notes