CLOct 28, 2024

Evaluating LLMs for Targeted Concept Simplification for Domain-Specific Texts

arXiv:2410.20763v228 citationsh-index: 86Has CodeEMNLP
Originality Incremental advance
AI Analysis

This work addresses the challenge of helping adult readers understand complex domain-specific texts, but it is incremental as it builds on existing simplification tasks with a new dataset and benchmarking approach.

The paper tackled the problem of simplifying domain-specific texts by introducing targeted concept simplification, a task focused on rewriting text to aid comprehension of unfamiliar concepts, and found that human judges preferred explanations over simplifications, with no single model excelling across all quality dimensions and automated metrics showing low correlation (~0.2) with human evaluations.

One useful application of NLP models is to support people in reading complex text from unfamiliar domains (e.g., scientific articles). Simplifying the entire text makes it understandable but sometimes removes important details. On the contrary, helping adult readers understand difficult concepts in context can enhance their vocabulary and knowledge. In a preliminary human study, we first identify that lack of context and unfamiliarity with difficult concepts is a major reason for adult readers' difficulty with domain-specific text. We then introduce "targeted concept simplification," a simplification task for rewriting text to help readers comprehend text containing unfamiliar concepts. We also introduce WikiDomains, a new dataset of 22k definitions from 13 academic domains paired with a difficult concept within each definition. We benchmark the performance of open-source and commercial LLMs and a simple dictionary baseline on this task across human judgments of ease of understanding and meaning preservation. Interestingly, our human judges preferred explanations about the difficult concept more than simplification of the concept phrase. Further, no single model achieved superior performance across all quality dimensions, and automated metrics also show low correlations with human evaluations of concept simplification ($\sim0.2$), opening up rich avenues for research on personalized human reading comprehension support.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes