paper-with-me

Papers

Controllable Text Simplification with Explicit Paraphrasing

2020-10-21 · NAACL 2021 4 · Mounica Maddela, Fernando Alva-Manchego, Wei Xu

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.

📄 PDF Abstract BibTeX arXiv:2010.11004

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationText Simplification

Similar Papers 제목 키워드 기반

Controllable Sentence Simplification

2019-10-07 · LREC 2020 5 · Louis Martin, Benoît Sagot, Éric de la Clergerie, Antoine Bordes

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 Simplification

GRS: Combining Generation and Revision in Unsupervised Sentence Simplification

2022-03-18 · Findings (ACL) 2022 5 · Mohammad Dehghan, Dhruv Kumar, Lukasz Golab

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 Generation

Par4Sim -- Adaptive Paraphrasing for Text Simplification

2018-06-21 · COLING 2018 8 · Seid Muhie Yimam, Chris Biemann

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

2022-12-19 · Yu Qiao, Xiaofei Li, Daniel Wiechmann, Elma Kerz

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 Simplification

Dynamic Multi-Level Multi-Task Learning for Sentence Simplification

2018-06-19 · COLING 2018 8 · Han Guo, Ramakanth Pasunuru, Mohit Bansal

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