RephQA: Evaluating Readability of Large Language Models in Public Health Question Answering
Weikang Qiu, Tinglin Huang, Ryan Rullo, Yucheng Kuang, Ali Maatouk, S. Raquel Ramos, Rex Ying
TL;DR
This paper introduces RepQA, a benchmark engineered to evaluate the readability of large language models in public health question answering. It combines a expert-verified evaluation set of 533 QA pairs with a large-scale training question corpus (36,060 items) and a proxy multiple-choice accuracy task, enabling simultaneous assessment of readability and informativeness. The study benchmarks 25 LLMs and analyzes four readability-enhancement strategies, with a novel token-adapted GRPO method delivering the strongest readability gains at the cost of some QA accuracy. Across experiments, models struggle to follow explicit readability targets and to infer appropriate reading levels, while readability-focused training can improve clarity but risks omitting important information. The results highlight a critical trade-off and offer a path toward more practical, trustworthy public health agents by balancing readability and factual accuracy.
Abstract
Large Language Models (LLMs) hold promise in addressing complex medical problems. However, while most prior studies focus on improving accuracy and reasoning abilities, a significant bottleneck in developing effective healthcare agents lies in the readability of LLM-generated responses, specifically, their ability to answer public health problems clearly and simply to people without medical backgrounds. In this work, we introduce RephQA, a benchmark for evaluating the readability of LLMs in public health question answering (QA). It contains 533 expert-reviewed QA pairs from 27 sources across 13 topics, and includes a proxy multiple-choice task to assess informativeness, along with two readability metrics: Flesch-Kincaid grade level and professional score. Evaluation of 25 LLMs reveals that most fail to meet readability standards, highlighting a gap between reasoning and effective communication. To address this, we explore four readability-enhancing strategies-standard prompting, chain-of-thought prompting, Group Relative Policy Optimization (GRPO), and a token-adapted variant. Token-adapted GRPO achieves the best results, advancing the development of more practical and user-friendly public health agents. These results represent a step toward building more practical agents for public health.
