paper-with-me

Papers

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, which limits their applicability in different languages and domains. This work investigates how to leverage large amounts of unpaired corpora in TS task. We adopt the back-translation architecture in unsupervised machine translation (NMT), including denoising autoencoders for language modeling and automatic generation of parallel data by iterative back-translation. However, it is non-trivial to generate appropriate complex-simple pair if we directly treat the set of simple and complex corpora as two different languages, since the two types of sentences are quite similar and it is hard for the model to capture the characteristics in different types of sentences. To tackle this problem, we propose asymmetric denoising methods for sentences with separate complexity. When modeling simple and complex sentences with autoencoders, we introduce different types of noise into the training process. Such a method can significantly improve the simplification performance. Our model can be trained in both unsupervised and semi-supervised manner. Automatic and human evaluations show that our unsupervised model outperforms the previous systems, and with limited supervision, our model can perform competitively with multiple state-of-the-art simplification systems.

📄 PDF Abstract BibTeX arXiv:2004.14693

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingLanguage ModelingLanguage ModellingMachine TranslationNMTText SimplificationTranslationUnsupervised Machine Translation

Methods 이 논문이 사용한 방법론

TS Spatio-temporal features extraction that measure the stabilty. The proposed method is based on a compression algorithm named Run Length Encoding. The workflow of the method is…

Similar Papers 제목 키워드 기반

CUT: Controllable Unsupervised Text Simplification

2020-12-03 · Oleg Kariuk, Dima Karamshuk

In this paper, we focus on the challenge of learning controllable text simplifications in unsupervised settings. While this problem has been previously discussed for supervised learning algorithms, the literature on the …

Text SimplificationTranslation

Challenging the Semi-Supervised VAE Framework for Text Classification

2021-09-27 · EMNLP (insights) 2021 11 · Ghazi Felhi, Joseph Le Roux, Djamé Seddah

Semi-Supervised Variational Autoencoders (SSVAEs) are widely used models for data efficient learning. In this paper, we question the adequacy of the standard design of sequence SSVAEs for the task of text classification …

Classificationtext-classificationText Classification

MCTS: A Multi-Reference Chinese Text Simplification Dataset

2023-06-05 · Ruining Chong, Luming Lu, Liner Yang, Jinran Nie 외

Text simplification aims to make the text easier to understand by applying rewriting transformations. There has been very little research on Chinese text simplification for a long time. The lack of generic evaluation dat…

Machine TranslationText Simplification

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 외

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 …

Machine TranslationSentenceTranslation

Improving Neural Text Simplification Model with Simplified Corpora

2018-10-10 · Jipeng Qiang

Text simplification (TS) can be viewed as monolingual translation task, translating between text variations within a single language. Recent neural TS models draw on insights from neural machine translation to learn lexi…

DecoderLexical SimplificationMachine Translationmodel+3