paper-with-me

홈 › Papers

Iterative Edit-Based Unsupervised Sentence Simplification

2020-06-17 · ACL 2020 6 · Dhruv Kumar, Lili Mou, Lukasz Golab, Olga Vechtomova

We present a novel iterative, edit-based approach to unsupervised sentence simplification. Our model is guided by a scoring function involving fluency, simplicity, and meaning preservation. Then, we iteratively perform word and phrase-level edits on the complex sentence. Compared with previous approaches, our model does not require a parallel training set, but is more controllable and interpretable. Experiments on Newsela and WikiLarge datasets show that our approach is nearly as effective as state-of-the-art supervised approaches.

📄 PDF Abstract BibTeX arXiv:2006.09639

Code (1)

ddhruvkr/Edit-Unsup-TS 공식 구현 pytorch

Tasks

SentenceText Simplification

Similar Papers 제목 키워드 기반

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

Improving Unsupervised Sentence Simplification Using Fine-Tuned Masked Language Models

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

Simple word suggestion in unsupervised sentence simplification (SS) methods is mostly done independently of the context. The idea of adapting and fine-tuning a context-aware model on simple data for improving performance…

Language ModelingLanguage ModellingSentence

EditNTS: An Neural Programmer-Interpreter Model for Sentence Simplification through Explicit Editing

2019-06-19 · ACL 2019 7 · Yue Dong, Zichao Li, Mehdi Rezagholizadeh, Jackie Chi Kit Cheung

We present the first sentence simplification model that learns explicit edit operations (ADD, DELETE, and KEEP) via a neural programmer-interpreter approach. Most current neural sentence simplification systems are varian…

Machine TranslationSentenceText SimplificationTranslation

Edit-Constrained Decoding for Sentence Simplification

2024-09-28 · Tatsuya Zetsu, Yuki Arase, Tomoyuki Kajiwara

We propose edit operation based lexically constrained decoding for sentence simplification. In sentence simplification, lexical paraphrasing is one of the primary procedures for rewriting complex sentences into simpler c…

Sentence

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