arXiv:2511.21733cs.CLcs.AI2025-11AAAI被引 1

通过关注位置编码的低频特征,实现更高效的模型微调。

RoSA: Enhancing Parameter-Efficient Fine-Tuning via RoPE-aware Selective Adaptation in Large Language Models

  • 根据旋转位置编码的低频激活,选择性增强注意力特征。
  • 在15个基准上以相同参数量超越主流微调方法。
  • 适合资源受限场景下高效适配大模型,尤其擅长推理任务。

大语言模型的微调对任务适配至关重要,但计算成本过高。参数高效微调(PEFT)方法虽缓解了此问题,但现有方法常忽视模型组件的差异作用及各层重要性不均的问题,限制了效率提升。本文观察到旋转位置编码(RoPE)会引发注意力状态中低频维度的关键激活,提出一种新的PEFT框架——罗萨(RoSA),通过罗佩感知注意力增强(RoAE)模块,有选择地增强受RoPE影响的低频注意力成分,并结合动态层选择(DLS)策略,基于层归一化梯度范数自适应识别并更新最关键的层。该方法融合维度级增强与层级适配,在15个常识推理与算术基准测试中,以相近可训练参数量显著优于现有主流方法。代码已开源,便于复现。

原文摘要 · Abstract (English)

Fine-tuning large language models is essential for task-specific adaptation, yet it remains computationally prohibitive. Parameter-Efficient Fine-Tuning (PEFT) methods have emerged as a solution, but current approaches typically ignore the distinct roles of model components and the heterogeneous importance across layers, thereby limiting adaptation efficiency. Motivated by the observation that Rotary Position Embeddings (RoPE) induce critical activations in the low-frequency dimensions of attention states, we propose RoPE-aware Selective Adaptation (RoSA), a novel PEFT framework that allocates trainable parameters in a more targeted and effective manner. RoSA comprises a RoPE-aware Attention Enhancement (RoAE) module, which selectively enhances the low-frequency components of RoPE-influenced attention states, and a Dynamic Layer Selection (DLS) strategy that adaptively identifies and updates the most critical layers based on LayerNorm gradient norms. By combining dimension-wise enhancement with layer-wise adaptation, RoSA achieves more targeted and efficient fine-tuning. Extensive experiments on fifteen commonsense and arithmetic benchmarks demonstrate that RoSA outperforms existing mainstream PEFT methods under comparable trainable parameters. The code is available to ease reproducibility at https://github.com/Applied-Machine-Learning-Lab/RoSA.

微调优化位置编码高效训练

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