Controllable Text Simplification with Explicit Paraphrasing
Text Simplification improves the readability of sentences through several rewriting transformations, such as lexical paraphrasing, deletion, and splitting. Current simplification systems are predominantly sequence-to-sequence models that are trained end-to-end to perform all these operations simultaneously. However, such systems limit themselves to mostly deleting words and cannot easily adapt to the requirements of different target audiences. In this paper, we propose a novel hybrid approach that leverages linguistically-motivated rules for splitting and deletion, and couples them with a neural paraphrasing model to produce varied rewriting styles. We introduce a new data augmentation method to improve the paraphrasing capability of our model. Through automatic and manual evaluations, we show that our proposed model establishes a new state-of-the-art for the task, paraphrasing more often than the existing systems, and can control the degree of each simplification operation applied to the input texts.
Code (0)
등록된 구현이 없습니다.
Tasks
Data AugmentationText SimplificationSimilar Papers 제목 키워드 기반
Controllable Sentence Simplification
Text simplification aims at making a text easier to read and understand by simplifying grammar and structure while keeping the underlying information identical. It is often considered an all-purpose generic task where th…
SentenceText SimplificationGRS: Combining Generation and Revision in Unsupervised Sentence Simplification
We propose GRS: an unsupervised approach to sentence simplification that combines text generation and text revision. We start with an iterative framework in which an input sentence is revised using explicit edit operatio…
SentenceText GenerationPar4Sim -- Adaptive Paraphrasing for Text Simplification
Learning from a real-world data stream and continuously updating the model without explicit supervision is a new challenge for NLP applications with machine learning components. In this work, we have developed an adaptiv…
Learning-To-RankText Simplification(Psycho-)Linguistic Features Meet Transformer Models for Improved Explainable and Controllable Text Simplification
State-of-the-art text simplification (TS) systems adopt end-to-end neural network models to directly generate the simplified version of the input text, and usually function as a blackbox. Moreover, TS is usually treated …
Text SimplificationDynamic Multi-Level Multi-Task Learning for Sentence Simplification
Sentence simplification aims to improve readability and understandability, based on several operations such as splitting, deletion, and paraphrasing. However, a valid simplified sentence should also be logically entailed…
Multi-Task LearningParaphrase GenerationSentenceText Simplification+1