菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-02
📄 Abstract - Countering Catastrophic Forgetting of Large Language Models for Better Instruction Following via Weight-Space Model Merging

Large language models have been adopted in the medical domain for clinical documentation to reduce clinician burden. However, studies have reported that LLMs often "forget" a significant amount of instruction-following ability when fine-tuned using a task-specific medical dataset, a critical challenge in adopting general-purpose LLMs for clinical applications. This study presents a model merging framework to efficiently adapt general-purpose LLMs to the medical domain by countering this forgetting issue. By merging a clinical foundation model (GatorTronLlama) with a general instruct model (Llama-3.1-8B-Instruct) via interpolation-based merge methods, we seek to derive a domain-adapted model with strong performance on clinical tasks while retaining instruction-following ability. Comprehensive evaluation across medical benchmarks and five clinical generation tasks (e.g., radiology and discharge summarization) shows that merged models can effectively mitigate catastrophic forgetting, preserve clinical domain expertise, and retain instruction-following ability. In addition, our model merging strategies demonstrate training efficiency, achieving performance on par with fully fine-tuned baselines under severely constrained supervision (e.g., 64-shot vs. 256-shot). Consequently, weight-space merging constitutes a highly scalable solution for adapting open-source LLMs to clinical applications, facilitating broader deployment in resource-constrained healthcare environments.

顶级标签: llm medical model training
详细标签: catastrophic forgetting model merging instruction following domain adaptation clinical nlp 或 搜索:

通过权重空间模型融合来对抗大语言模型的灾难性遗忘,以提升其指令遵循能力 / Countering Catastrophic Forgetting of Large Language Models for Better Instruction Following via Weight-Space Model Merging


1️⃣ 一句话总结

这篇论文提出了一种通过合并通用指令模型和医疗专用模型的权重来高效适应大语言模型的方法,有效解决了模型在医疗领域微调时容易“遗忘”原有指令遵循能力的问题,使其在保持医疗专业性的同时,仍能很好地理解和执行用户指令。

源自 arXiv: 2604.01538