paper-with-me

Papers

MemSFT: Mitigating Alignment Tax with an External Parametric Memory

2026-07-28 · Jiarui Wang, Xiang Shi, Jiaqi Cao, Rubin Wei, Xiquan Wang, Hao Sun, Jingzhi Wang, Zhiqi Yang, Qipeng Guo, Bowen Zhou, Zhouhan Lin arxiv

Adapting Large Language Models (LLMs) to specialized domains often incurs an alignment tax, as fine-tuning on domain-specific tasks can cause catastrophic forgetting and substantially degrade performance on general tasks. We propose MemSFT, which mitigates the alignment tax by decoupling domain specialization from backbone parameter updates through a plug-and-play parametric memory. The memory is trained to imitate the behavior of a non-parametric retriever operating over domain data, thereby memorizing knowledge and patterns that would otherwise be accessed through retrieval. Once trained on a specific domain, the memory can be reused across LLMs of different sizes. During generation, a learned router dynamically fuses the output distributions of the memory and backbone at each decoding step, allowing domain expertise to be invoked selectively. Across biology, geoscience, and law, evaluations with models ranging from Qwen3-8B to Qwen3-235B-A22B show that MemSFT consistently improves domain performance with negligible degradation in general performance, whereas full SFT suffers severe forgetting on general tasks. Overall, our results demonstrate a practical path to decoupling general model capabilities from domain-specific knowledge at the parameter level, thereby equipping LLMs with new specialized capabilities without compromising their general capabilities.

📄 PDF Abstract BibTeX arXiv:2607.25614

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PIP-KAG: Mitigating Knowledge Conflicts in Knowledge-Augmented Generation via Parametric Pruning

2025-02-21 · Pengcheng Huang, Zhenghao Liu, Yukun Yan, Xiaoyuan Yi 외

Knowledge-Augmented Generation (KAG) has shown great promise in updating the internal memory of Large Language Models (LLMs) by integrating external knowledge. However, KAG inevitably faces knowledge conflicts when the i…

Hallucination

Dialectical Alignment: Resolving the Tension of 3H and Security Threats of LLMs

2024-03-30 · Shu Yang, Jiayuan Su, Han Jiang, Mengdi Li 외

With the rise of large language models (LLMs), ensuring they embody the principles of being helpful, honest, and harmless (3H), known as Human Alignment, becomes crucial. While existing alignment methods like RLHF, DPO, …

knowledge editingNavigatePrompt EngineeringRAG+1

Adaptive Chameleon or Stubborn Sloth: Revealing the Behavior of Large Language Models in Knowledge Conflicts

2023-05-22 · Jian Xie, Kai Zhang, Jiangjie Chen, Renze Lou 외

By providing external information to large language models (LLMs), tool augmentation (including retrieval augmentation) has emerged as a promising solution for addressing the limitations of LLMs' static parametric memory…

Retrieval

Parametric Memory Decoding for Zero-Shot Routing in LoRA-Based External Parametric Memory

2026-07-05 · Fengxian Ji, Zhuohan Xie, Jingpu Yang, Fan Zhang 외 arxiv

With the rise of parametric memory, LoRA-based External Parametric Memory (EPM) has emerged as a modular solution, but existing routing methods often introduce additional training, deployment, and maintenance overhead. T…

Cross-Model Memory Transfer via Target-Side Reader Adaptation

2026-08-17 · Mingyuan Li, Guangsheng Yu, Xu Wang, Shaoxiong Ji hf

Methods for improving knowledge use in large language models typically fall into two regimes. Non-parametric retrieval offers flexible access to external knowledge, but adds retrieval latency, context overhead, and only …

Question Answering