paper-with-me

홈 › Papers

Keep it Simple: Unsupervised Simplification of Multi-Paragraph Text

2021-07-07 · ACL 2021 5 · Philippe Laban, Tobias Schnabel, Paul Bennett, Marti A. Hearst

This work presents Keep it Simple (KiS), a new approach to unsupervised text simplification which learns to balance a reward across three properties: fluency, salience and simplicity. We train the model with a novel algorithm to optimize the reward (k-SCST), in which the model proposes several candidate simplifications, computes each candidate's reward, and encourages candidates that outperform the mean reward. Finally, we propose a realistic text comprehension task as an evaluation method for text simplification. When tested on the English news domain, the KiS model outperforms strong supervised baselines by more than 4 SARI points, and can help people complete a comprehension task an average of 18% faster while retaining accuracy, when compared to the original text. Code available: https://github.com/tingofurro/keep_it_simple

📄 PDF Abstract BibTeX arXiv:2107.03444

Code (1)

tingofurro/keep_it_simple 공식 구현 pytorch

Tasks

Reading ComprehensionText Simplification

Similar Papers 제목 키워드 기반

Can Knowledge Graphs Simplify Text?

2023-08-14 · Anthony Colas, Haodi Ma, Xuanli He, Yang Bai 외

Knowledge Graph (KG)-to-Text Generation has seen recent improvements in generating fluent and informative sentences which describe a given KG. As KGs are widespread across multiple domains and contain important entity-re…

DescriptiveKG-to-Text GenerationKnowledge GraphsText Generation+1

Simple is not Enough: Document-level Text Simplification using Readability and Coherence

2024-12-24 · Laura Vásquez-Rodríguez, Nhung T. H. Nguyen, Piotr Przybyła, Matthew Shardlow 외

In this paper, we present the SimDoc system, a simplification model considering simplicity, readability, and discourse aspects, such as coherence. In the past decade, the progress of the Text Simplification (TS) field ha…

SentenceText Simplification

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

Patient-friendly Clinical Notes: Towards a new Text Simplification Dataset

2022-12-07 · Proceedings of the Workshop on Text Simplification, Accessibility, and Readability (TSAR) 2022 12 · Jan Trienes, Jörg Schlötterer, Hans-Ulrich Schildhaus, Christin Seifert

Automatic text simplification can help patients to better understand their own clinical notes. A major hurdle for the development of clinical text simplification methods is the lack of high quality resources. We report o…

Text Simplification

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