paper-with-me

Papers

Controllable Sentence Simplification via Operation Classification

2022-07-01 · Findings (NAACL) 2022 7 · Liam Cripwell, Joël Legrand, Claire Gardent

Different types of transformations have been used to model sentence simplification ranging from mainly local operations such as phrasal or lexical rewriting, deletion and re-ordering to the more global affecting the whole input sentence such as sentence rephrasing, copying and splitting. In this paper, we propose a novel approach to sentence simplification which encompasses four global operations: whether to rephrase or copy and whether to split based on syntactic or discourse structure. We create a novel dataset that can be used to train highly accurate classification systems for these four operations. We propose a controllable-simplification model that tailors simplifications to these operations and show that it outperforms both end-to-end, non-controllable approaches and previous controllable approaches.

📄 PDF Abstract BibTeX

Code (1)

liamcripwell/control_simp 공식 구현 pytorch

Tasks

ClassificationSentence

Similar Papers 제목 키워드 기반

Context-Aware Document Simplification

2023-05-10 · Liam Cripwell, Joël Legrand, Claire Gardent

To date, most work on text simplification has focused on sentence-level inputs. Early attempts at document simplification merely applied these approaches iteratively over the sentences of a document. However, this fails …

SentenceText Simplification

Controllable Sentence Simplification: Employing Syntactic and Lexical Constraints

2019-10-10 · Jonathan Mallinson, Mirella Lapata

Sentence simplification aims to make sentences easier to read and understand. Recent approaches have shown promising results with sequence-to-sequence models which have been developed assuming homogeneous target audience…

Sentence

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

Data AugmentationText Simplification

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

Combining Paraphrase Pre-trained Model and Controllable Rules for Unsupervised Sentence Simplification

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Although neural sequence-to-sequence models for sentence simplification achieve some progress, they still suffer from the data sparsity problem and are lack of controllability. This paper proposes a two-stage approach fo…

SentenceText SimplificationText Summarization