Rares-Alexandru Roscan, Gabriel Petre, Adrian-Marius Dumitran, Angela-Liliana Dumitran
3 min
MuTSE is an interactive web application that revolutionizes how we evaluate Large Language Models (LLMs) for text simplification. Text simplification takes complex writing and makes it easier to read—think turning a dense academic paper into something a middle-school student can grasp. This is vital for Intelligent Tutoring Systems (ITS) and language learning apps, where content must match a learner's proficiency level, like CEFR A2 (beginner) or B1 (intermediate). Traditional evaluation is messy: researchers run static scripts comparing prompts and models one-by-one, while teachers poke at chat interfaces. MuTSE fixes this with a human-in-the-loop system that runs multiple prompt-model combos in parallel, visualizes results side-by-side, and helps humans judge quality efficiently.
Imagine testing 5 different prompts across 4 LLMs—that's 20 versions of a simplified text to compare. MuTSE's core is the P×M matrix (P for prompts, M for models), which generates all permutations concurrently and displays them in a grid. You pick your source text, set proficiency targets, choose local/cloud LLMs, and boom—real-time side-by-side views. This scales evaluation from tedious manual checks to systematic analysis, perfect for finding the best prompt-model pair for educational use.
A big pain in simplification eval is tracking how one original sentence morphs across versions. MuTSE's tiered semantic alignment engine solves this visually. It maps simplified sentences back to the source using embeddings (like sentence vectors), TF-IDF for word overlap, and a 'linearity bias' heuristic (λ) that penalizes non-sequential rearrangements. Tiered means it starts coarse (full paragraph matching), then refines to sentence-level. The result? Color-coded alignments showing which parts changed, stayed the same, or got reordered—slashing cognitive load so you focus on quality, not hunting correspondences.
Humans are still king for nuanced judgment (e.g., 'Is this culturally appropriate for A2 learners?'). MuTSE puts evaluators 'in the loop' with interactive tools: highlight misalignments, score readability via built-in metrics (Flesch-Kincaid), add custom annotations, and export structured data for datasets. It's reproducible—no more 'I ran this prompt once' ambiguity—and supports educators building ITS content or researchers tuning LLMs.
LLMs excel at simplification but need prompt engineering. Without tools like MuTSE, optimization is fragmented. This bridges NLP research and education: generate, align, evaluate, iterate—all in one visual dashboard. Contributions include parallel workflows, novel alignment, and annotation frameworks, with code/demo available. For students: think of it as a 'prompt playground' with smart matching to debug why GPT-4 beats Llama on B1 French texts.
As Large Language Models (LLMs) become increasingly prevalent in text simplification, systematically evaluating their outputs across diverse prompting strategies and architectures remains a critical methodological challenge in both NLP research and Intelligent Tutoring Systems (ITS). Developing robust prompts is often hindered by the absence of structured, visual frameworks for comparative text analysis. While researchers typically rely on static computational scripts, educators are constrained to standard conversational interfaces -- neither paradigm supports systematic multi-dimensional evaluation of prompt-model permutations. To address these limitations, we introduce \textbf{MuTSE}\footnote{The project code and the demo have been made available for peer review at the following anonymized URL. https://osf.io/njs43/overview?view_only=4b4655789f484110a942ebb7788cdf2a, an interactive human-in-the-loop web application designed to streamline the evaluation of LLM-generated text simplifications across arbitrary CEFR proficiency targets. The system supports concurrent execution of $P \times M$ prompt-model permutations, generating a comprehensive comparison matrix in real-time. By integrating a novel tiered semantic alignment engine augmented with a linearity bias heuristic ($λ$), MuTSE visually maps source sentences to their simplified counterparts, reducing the cognitive load associated with qualitative analysis and enabling reproducible, structured annotation for downstream NLP dataset construction.
Alex: So teachers can pick the best version and score them themselves?
Sam: Yes—with sliders for fluency or meaning preservation, weighted as you choose. It calculates percentages and lets you export files. It calls cloud AI like Together AI in parallel, but runs alignments on your device for instant changes. Local storage makes it portable.
Alex: Portable for solo use... but what about teams?
Sam: The paper notes limitations—no multi-user support, and cloud costs some setup. Still, solid for individuals. MuTSE bridges AI power with human judgment for better simplifications.
Alex: Well put, Sam. Thanks for breaking it down—educators tweaking AI will find this useful. Thanks for listening to ResearchPod.