arXiv:2605.18822cs.LGcs.AI2026-05

混合微调框架,用少量全量微调+大量低秩适配,兼顾性能与成本

Hybrid-LoRA: Bridging Full Fine-Tuning and Low-Rank Adaptation for Post-Training

论文配图:Hybrid-LoRA: Bridging Full Fine-Tuning and Low-Rank Adaptation for Post-Training
图 1 · 摘自论文原文
  • 选择性地对部分模块做全量微调,其余用低秩适配
  • 仅10%模块全微调时,性能接近全量微调,平均提升4.36%
  • 适合资源有限但需强推理能力的模型部署场景

后训练已成为使大语言模型适应复杂下游行为(如指令遵循、偏好对齐、多步推理)的关键。近期基于可验证奖励的强化学习(RLVR)在提升推理能力方面表现优异,其中无评判器算法(如GRPO、GSPO)支持高效优化。然而,采用全量微调(FFT)的RLVR后训练需要大量GPU内存且成本高昂。尽管参数高效微调(PEFT)方法如低秩适配(LoRA)能显著降低计算开销,但在复杂推理任务中仍存在明显性能差距。本文提出Hybrid-LoRA,一种高效的混合后训练框架:对少数不适合低秩适配的模块进行全量微调,其余部分采用LoRA。我们引入新的Hybrid-LoRA评分机制,在固定参数预算下评估模块对低秩适配的敏感性。实验表明,当仅10%模块采用全量微调、其余用LoRA时,性能接近全量微调,显著优于四种先进PEFT基线,最高提升5.65%,平均提升4.36%。

原文摘要 · Abstract (English)

Post-training has become essential for adapting large language models (LLMs) to complex downstream behaviors, including instruction following, preference alignment, and multi-step reasoning. Reinforcement learning with verifiable rewards (RLVR) has recently emerged as a particularly effective post-training paradigm for improving reasoning capabilities, with critic-free algorithms such as GRPO and GSPO enabling scalable optimization. However, RLVR post-training with full fine-tuning (FFT) requires substantial GPU memory and incurs high training costs. Although parameter-efficient fine-tuning (PEFT) methods, such as Low-Rank Adaptation (LoRA), effectively reduce computational costs, they often suffer from a noticeable performance gap compared to full fine-tuning in post-training for complex reasoning tasks. In this paper, we propose Hybrid-LoRA, an efficient hybrid post-training framework that selectively applies full fine-tuning to a small subset of modules less suited to low-rank adaptation, while adapting the remaining components with LoRA. We introduce a novel Hybrid-LoRA Score to rank candidate modules according to their sensitivity to low-rank adaptation under a fixed parameter budget. Experiments show that Hybrid-LoRA closely matches full fine-tuning performance under a 10% full fine-tuning module budget, with the remaining candidate modules adapted by LoRA, consistently outperforming four state-of-the-art PEFT post-training baselines, achieving improvements of up to 5.65% and on average 4.36% over the best baseline.

后训练低秩适配混合微调推理增强

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。