Simplify-This: A Comparative Analysis of Prompt-Based and Fine-Tuned LLMs
Eilam Cohen, Itamar Bul, Danielle Inbar, Omri Loewenbach

TL;DR
This paper compares prompt-based and fine-tuned large language models for text simplification, finding fine-tuning generally produces better structural simplification while prompting achieves higher semantic similarity, supported by human evaluations.
Contribution
It provides a comprehensive comparison of prompt-based and fine-tuned LLMs for text simplification across multiple benchmarks and metrics, including new datasets and models for reproducibility.
Findings
Fine-tuned models excel in structural simplification.
Prompting often yields higher semantic similarity scores.
Human evaluation favors fine-tuned outputs.
Abstract
Large language models (LLMs) enable strong text generation, and in general there is a practical tradeoff between fine-tuning and prompt engineering. We introduce Simplify-This, a comparative study evaluating both paradigms for text simplification with encoder-decoder LLMs across multiple benchmarks, using a range of evaluation metrics. Fine-tuned models consistently deliver stronger structural simplification, whereas prompting often attains higher semantic similarity scores yet tends to copy inputs. A human evaluation favors fine-tuned outputs overall. We release code, a cleaned derivative dataset used in our study, checkpoints of fine-tuned models, and prompt templates to facilitate reproducibility and future work.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
- 🤗eilamc14/bart-base-text-simplificationmodel· 180 dl180 dl
- 🤗eilamc14/bart-large-text-simplificationmodel· 36 dl36 dl
- 🤗eilamc14/t5-base-text-simplificationmodel· 35 dl· ♡ 135 dl♡ 1
- 🤗eilamc14/t5-large-text-simplificationmodel· 13 dl13 dl
- 🤗eilamc14/flan-t5-base-text-simplificationmodel· 24 dl24 dl
- 🤗eilamc14/flan-t5-large-text-simplificationmodel
- 🤗eilamc14/pegasus-large-text-simplificationmodel
- 🤗eilamc14/pegasus-xsum-text-simplificationmodel
- 🤗eilamc14/prophetnet-large-uncased-cnndm-text-simplificationmodel· 2 dl2 dl
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsText Readability and Simplification · Topic Modeling · Artificial Intelligence in Healthcare and Education
