paper-with-me

홈 › Papers

Magical: Medical Lay Language Generation via Semantic Invariance and Layperson-tailored Adaptation

2025-08-12 · Weibin Liao, Tianlong Wang, Yinghao Zhu, Yasha Wang, Junyi Gao, Liantao Ma arxiv

Medical Lay Language Generation (MLLG) plays a vital role in improving the accessibility of complex scientific content for broader audiences. Recent literature to MLLG commonly employ parameter-efficient fine-tuning methods such as Low-Rank Adaptation (LoRA) to fine-tuning large language models (LLMs) using paired expert-lay language datasets. However, LoRA struggles with the challenges posed by multi-source heterogeneous MLLG datasets. Specifically, through a series of exploratory experiments, we reveal that standard LoRA fail to meet the requirement for semantic fidelity and diverse lay-style generation in MLLG task. To address these limitations, we propose Magical, an asymmetric LoRA architecture tailored for MLLG under heterogeneous data scenarios. Magical employs a shared matrix $A$ for abstractive summarization, along with multiple isolated matrices $B$ for diverse lay-style generation. To preserve semantic fidelity during the lay language generation process, Magical introduces a Semantic Invariance Constraint to mitigate semantic subspace shifts on matrix $A$. Furthermore, to better adapt to diverse lay-style generation, Magical incorporates the Recommendation-guided Switch, an externally interface to prompt the LLM to switch between different matrices $B$. Experimental results on three real-world lay language generation datasets demonstrate that Magical consistently outperforms prompt-based methods, vanilla LoRA, and its recent variants, while also reducing trainable parameters by 31.66%. Our code is publicly available at https://github.com/tianlwang/Magical.git.

📄 PDF Abstract BibTeX arXiv:2508.08730

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuning

Similar Papers 제목 키워드 기반

The MAGICAL Benchmark for Robust Imitation

2020-11-01 · NeurIPS 2020 12 · Sam Toyer, Rohin Shah, Andrew Critch, Stuart Russell

Imitation Learning (IL) algorithms are typically evaluated in the same environment that was used to create demonstrations. This rewards precise reproduction of demonstrations in one particular environment, but provides l…

Imitation Learning

Semantic Uncertainty: Linguistic Invariances for Uncertainty Estimation in Natural Language Generation

2023-02-19 · Lorenz Kuhn, Yarin Gal, Sebastian Farquhar

We introduce a method to measure uncertainty in large language models. For tasks like question answering, it is essential to know when we can trust the natural language outputs of foundation models. We show that measurin…

Question AnsweringText Generation

Trust-Region Methods with Low-Fidelity Objective Models

2025-11-01 · Andrea Angino, Matteo Aurina, Alena Kopaničáková, Matthias Voigt 외 arxiv

We introduce two multifidelity trust-region methods based on the Magical Trust Region (MTR) framework. MTR augments the classical trust-region step with a secondary, informative direction. In our approaches, the secondar…

OPTiML: Dense Semantic Invariance Using Optimal Transport for Self-Supervised Medical Image Representation

2024-04-18 · Azad Singh, Vandan Gorade, Deepak Mishra

Self-supervised learning (SSL) has emerged as a promising technique for medical image analysis due to its ability to learn without annotations. However, despite the promising potential, conventional SSL methods encounter…

Medical Image AnalysisRepresentation LearningSelf-Supervised Learning

Anatomical Invariance Modeling and Semantic Alignment for Self-supervised Learning in 3D Medical Image Analysis

2023-02-11 · ICCV 2023 1 · Yankai Jiang, Mingze Sun, Heng Guo, Xiaoyu Bai 외

Self-supervised learning (SSL) has recently achieved promising performance for 3D medical image analysis tasks. Most current methods follow existing SSL paradigm originally designed for photographic or natural images, wh…

Contrastive LearningImage SegmentationMedical Image AnalysisMedical Image Segmentation+3