CLIRSep 1, 2021

An Unsupervised Method for Building Sentence Simplification Corpora in Multiple Languages

arXiv:2109.00165v1664 citations
Originality Incremental advance
AI Analysis

This addresses the data bottleneck for neural sentence simplification models, particularly benefiting NLP researchers and practitioners, though it is incremental as it builds on existing translation resources.

The authors tackled the scarcity of parallel sentence simplification data by proposing an unsupervised method to build such corpora from bilingual translation data, achieving state-of-the-art results on the English benchmark WikiLarge.

The availability of parallel sentence simplification (SS) is scarce for neural SS modelings. We propose an unsupervised method to build SS corpora from large-scale bilingual translation corpora, alleviating the need for SS supervised corpora. Our method is motivated by the following two findings: neural machine translation model usually tends to generate more high-frequency tokens and the difference of text complexity levels exists between the source and target language of a translation corpus. By taking the pair of the source sentences of translation corpus and the translations of their references in a bridge language, we can construct large-scale pseudo parallel SS data. Then, we keep these sentence pairs with a higher complexity difference as SS sentence pairs. The building SS corpora with an unsupervised approach can satisfy the expectations that the aligned sentences preserve the same meanings and have difference in text complexity levels. Experimental results show that SS methods trained by our corpora achieve the state-of-the-art results and significantly outperform the results on English benchmark WikiLarge.

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