A three-stage hierarchical LLM pipeline for document simplification outperforms direct ChatGPT prompts and earlier methods on Wiki-auto and Newsela, with caveats about self-evaluation.
Keep it Simple: Unsupervised Simplification of Multi-Paragraph Text
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
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
citation-role summary
citation-polarity summary
fields
cs.CL 1years
2025 1verdicts
CONDITIONAL 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
Progressive Document-level Text Simplification via Large Language Models
A three-stage hierarchical LLM pipeline for document simplification outperforms direct ChatGPT prompts and earlier methods on Wiki-auto and Newsela, with caveats about self-evaluation.