paper-with-me

홈 › Papers

Evaluating LLMs for Targeted Concept Simplification for Domain-Specific Texts

2024-10-28 · Sumit Asthana, Hannah Rashkin, Elizabeth Clark, Fantine Huot, Mirella Lapata

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.

📄 PDF Abstract BibTeX arXiv:2410.20763

Code (1)

google-deepmind/wikidomains 공식 구현

Tasks

ArticlesReading Comprehension

Similar Papers 제목 키워드 기반

Sentence Simplification via Large Language Models

2023-02-23 · Yutao Feng, Jipeng Qiang, Yun Li, Yunhao Yuan 외

Sentence Simplification aims to rephrase complex sentences into simpler sentences while retaining original meaning. Large Language models (LLMs) have demonstrated the ability to perform a variety of natural language proc…

Few-Shot LearningSentence

Reinforcement Learning for improving Large Language Models' Catalan text simplification capabilities

2026-09-04 · Arnau Ayguadé Domingo, Stefan Bott, Horacio Saggion arxiv

Although automatic text simplification (ATS) is critical for accessibility, its progress has not matched the rapid evolution of broader natural language processing techniques. This paper investigates the application of r…

Cross-Lingual TransferReinforcement LearningText Simplification

On the Automatic Generation and Simplification of Children's Stories

2023-10-27 · Maria Valentini, Jennifer Weber, Jesus Salcido, Téa Wright 외

With recent advances in large language models (LLMs), the concept of automatically generating children's educational materials has become increasingly realistic. Working toward the goal of age-appropriate simplicity in g…

Lexical Simplification

An In-depth Evaluation of GPT-4 in Sentence Simplification with Error-based Human Assessment

2024-03-08 · Xuanxin Wu, Yuki Arase

Sentence simplification, which rewrites a sentence to be easier to read and understand, is a promising technique to help people with various reading difficulties. With the rise of advanced large language models (LLMs), e…

Sentence

Inherent Biases in Reference based Evaluation for Grammatical Error Correction and Text Simplification

2018-04-30 · Leshem Choshen, Omri Abend

The prevalent use of too few references for evaluating text-to-text generation is known to bias estimates of their quality ({\it low coverage bias} or LCB). This paper shows that overcoming LCB in Grammatical Error Corre…

Grammatical Error CorrectionSentenceText GenerationText Simplification+1