This repository contains the code for our TACL paper: Do Text Simplification Systems Preserve Meaning? A Human Evaluation via Reading Comprehension.
Automatic text simplification (TS) aims to automate the process of rewriting text to make it easier for people to read. A prerequisite for TS to be useful is that it should convey information that is consistent with the meaning of the original text. However, current TS evaluation protocols assess system outputs for simplicity and meaning preservation without regard for the document context in which output sentences occur and for how people understand them. In this work, we introduce a human evaluation framework to assess whether simplified texts preserve meaning using reading comprehension questions. With this framework, we conduct a thorough human evaluation of texts by humans and by nine automatic systems. Supervised systems that leverage pre-training knowledge achieve the highest scores on the reading comprehension (RC) tasks amongst the automatic controllable TS systems. However, even the best-performing supervised system struggles with at least 14% of the questions, marking them as "unanswerable" based on simplified content. We further investigate how existing TS evaluation metrics and automatic question-answering systems approximate the human judgments we obtained.
All the collected annotations are released in the file all-ann-final-model-paper.csv and the analysis presented in the paper can be reproduced via the shared colab or the notebook.
@article{agrawal2023text,
author = {Agrawal, Sweta and Carpuat, Marine},
title = "{Do Text Simplification Systems Preserve Meaning? A Human Evaluation
via Reading Comprehension}",
journal = {Transactions of the Association for Computational Linguistics},
volume = {12},
pages = {432-448},
year = {2024},
month = {04},
issn = {2307-387X},
doi = {10.1162/tacl_a_00653},
url = {https://doi.org/10.1162/tacl\_a\_00653},
eprint = {https://direct.mit.edu/tacl/article-pdf/doi/10.1162/tacl\_a\_00653/2366648/tacl\_a\_00653.pdf},
}
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.