Simpler becomes Harder: Do LLMs Exhibit a Coherent Behavior on Simplified Corpora?
Miriam Anschütz, Edoardo Mosca, Georg Groh
TL;DR
This paper investigates whether pre-trained classifiers preserve content-related labels when the input text is simplified. By evaluating 11 models across six simplification datasets in English, German, and Italian, and by analyzing factors such as edit distance, simplification strength, and named-entity masking, the study reveals widespread prediction-inconsistency, with rates up to 50% and evidence of zero-iteration adversarial potential. The authors extend the analysis to GPT-3.5 via one-shot prompts, finding substantial but task-dependent sensitivity to simplification. They argue that plain-language understanding remains underrepresented in pretraining data and propose collecting more plain-language corpora and applying alignment techniques (e.g., RLHF, DPO) to improve cross-model coherence, while warning of misuse risk in real-world applications.
Abstract
Text simplification seeks to improve readability while retaining the original content and meaning. Our study investigates whether pre-trained classifiers also maintain such coherence by comparing their predictions on both original and simplified inputs. We conduct experiments using 11 pre-trained models, including BERT and OpenAI's GPT 3.5, across six datasets spanning three languages. Additionally, we conduct a detailed analysis of the correlation between prediction change rates and simplification types/strengths. Our findings reveal alarming inconsistencies across all languages and models. If not promptly addressed, simplified inputs can be easily exploited to craft zero-iteration model-agnostic adversarial attacks with success rates of up to 50%
