CLNov 7, 2022

Retrieval augmentation of large language models for lay language generation

UW
arXiv:2211.03818v269 citationsh-index: 32Has Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of making scientific knowledge more accessible to a broader audience by enhancing lay language generation, though it is incremental in improving existing methods.

The authors tackled the problem of generating lay language summaries from scientific abstracts by introducing CELLS, the largest and broadest parallel corpus (63k pairs from 12 journals), and used retrieval-augmented models to improve summary quality and simplicity while maintaining factual correctness.

Recent lay language generation systems have used Transformer models trained on a parallel corpus to increase health information accessibility. However, the applicability of these models is constrained by the limited size and topical breadth of available corpora. We introduce CELLS, the largest (63k pairs) and broadest-ranging (12 journals) parallel corpus for lay language generation. The abstract and the corresponding lay language summary are written by domain experts, assuring the quality of our dataset. Furthermore, qualitative evaluation of expert-authored plain language summaries has revealed background explanation as a key strategy to increase accessibility. Such explanation is challenging for neural models to generate because it goes beyond simplification by adding content absent from the source. We derive two specialized paired corpora from CELLS to address key challenges in lay language generation: generating background explanations and simplifying the original abstract. We adopt retrieval-augmented models as an intuitive fit for the task of background explanation generation, and show improvements in summary quality and simplicity while maintaining factual correctness. Taken together, this work presents the first comprehensive study of background explanation for lay language generation, paving the path for disseminating scientific knowledge to a broader audience. CELLS is publicly available at: https://github.com/LinguisticAnomalies/pls_retrieval.

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