RAG-RLRC-LaySum at BioLaySumm: Integrating Retrieval-Augmented Generation and Readability Control for Layman Summarization of Biomedical Texts
Yuelyu Ji, Zhuochun Li, Rui Meng, Sonish Sivarajkumar, Yanshan Wang, Zeshui Yu, Hui Ji, Yushui Han, Hanyu Zeng, Daqing He
TL;DR
RAG-RLRC-LaySum tackles the problem of making biomedical literature accessible to lay audiences by grounding abstractive summaries with retrieval-augmented generation and steering readability through reinforcement learning. The approach combines a Longformer Encoder-Decoder backbone, Wikipedia-based retrieval, neural passage re-ranking, and PPO-based readability optimization, with LLMs used for paraphrasing and refinement. Across PLOS and eLife, the framework achieves higher relevance and readability while maintaining factuality, outperforming baselines and illustrating the importance of grounding and readability control in lay summarization. The work advances public engagement with biomedical research by offering a practical, extensible method to produce clear, accurate lay explanations of complex science.
Abstract
This paper introduces the RAG-RLRC-LaySum framework, designed to make complex biomedical research understandable to laymen through advanced Natural Language Processing (NLP) techniques. Our Retrieval Augmented Generation (RAG) solution, enhanced by a reranking method, utilizes multiple knowledge sources to ensure the precision and pertinence of lay summaries. Additionally, our Reinforcement Learning for Readability Control (RLRC) strategy improves readability, making scientific content comprehensible to non-specialists. Evaluations using the publicly accessible PLOS and eLife datasets show that our methods surpass Plain Gemini model, demonstrating a 20% increase in readability scores, a 15% improvement in ROUGE-2 relevance scores, and a 10% enhancement in factual accuracy. The RAG-RLRC-LaySum framework effectively democratizes scientific knowledge, enhancing public engagement with biomedical discoveries.
