paper-with-me

Papers

An Unsupervised Method for Building Sentence Simplification Corpora in Multiple Languages

2021-09-01 · Findings (EMNLP) 2021 11 · Xinyu Lu, Jipeng Qiang, Yun Li, Yunhao Yuan, Yi Zhu

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.

📄 PDF Abstract BibTeX arXiv:2109.00165

Code (1)

luxinyu1/trans-ss 공식 구현 pytorch

Tasks

Machine TranslationSentenceTranslation

Similar Papers 제목 키워드 기반

Building a Monolingual Parallel Corpus for Text Simplification Using Sentence Similarity Based on Alignment between Word Embeddings

2016-12-01 · COLING 2016 12 · Tomoyuki Kajiwara, Mamoru Komachi

Methods for text simplification using the framework of statistical machine translation have been extensively studied in recent years. However, building the monolingual parallel corpus necessary for training the model req…

Machine TranslationSentenceSentence SimilarityText Simplification+2

MUSS: Multilingual Unsupervised Sentence Simplification by Mining Paraphrases

2020-05-01 · LREC 2022 6 · Louis Martin, Angela Fan, Éric de la Clergerie, Antoine Bordes 외

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 Simplificatio…

Parallel Corpus MiningSentenceText Simplification

Align and Shine: Building High-Quality Sentence-Aligned Corpora for Multilingual Text Simplification

2026-05-10 · Kenji Hilasaca, Nouran Khallaf, Serge Sharoff arxiv

Text simplification plays a crucial role in improving the accessibility and comprehensibility of written information for diverse audiences, including language learners and readers with limited literacy. Despite its impor…

Text Simplification

Semi-Supervised Text Simplification with Back-Translation and Asymmetric Denoising Autoencoders

2020-04-30 · Yanbin Zhao, Lu Chen, Zhi Chen, Kai Yu

Text simplification (TS) rephrases long sentences into simplified variants while preserving inherent semantics. Traditional sequence-to-sequence models heavily rely on the quantity and quality of parallel sentences, whic…

DenoisingLanguage ModelingLanguage ModellingMachine Translation+4

Automatic Sentence Simplification in Low Resource Settings for Urdu

2021-08-01 · ACL (NLP4PosImpact) 2021 8 · Yusra Anees, Sadaf Abdul Rauf

To build automated simplification systems, corpora of complex sentences and their simplified versions is the first step to understand sentence complexity and enable the development of automatic text simplification system…

SentenceText Simplification