MemSFT: Mitigating Alignment Tax with an External Parametric Memory
Summary
MemSFT is a research paper proposing to mitigate the alignment tax in LLM fine-tuning by using an external parametric memory that decouples domain specialization from backbone parameter updates, enabling reuse across different LLM sizes while preserving general performance.
View Cached Full Text
Cached at: 08/05/26, 01:42 AM
Paper page - MemSFT: Mitigating Alignment Tax with an External Parametric Memory
Source: https://huggingface.co/papers/2607.25614
Abstract
AdaptingLargeLanguageModels(LLMs)tospecializeddomainsoftenincursanalignmenttax,asfine-tuningondomain-specifictaskscancausecatastrophicforgettingandsubstantiallydegradeperformanceongeneraltasks.WeproposeMemSFT,whichmitigatesthealignmenttaxbydecouplingdomainspecializationfrombackboneparameterupdatesthroughaplug-and-playparametricmemory.Thememoryistrainedtoimitatethebehaviorofanon-parametricretrieveroperatingoverdomaindata,therebymemorizingknowledgeandpatternsthatwouldotherwisebeaccessedthroughretrieval.Oncetrainedonaspecificdomain,thememorycanbereusedacrossLLMsofdifferentsizes.Duringgeneration,alearnedrouterdynamicallyfusestheoutputdistributionsofthememoryandbackboneateachdecodingstep,allowingdomainexpertisetobeinvokedselectively.Acrossbiology,geoscience,andlaw,evaluationswithmodelsrangingfromQwen3-8BtoQwen3-235B-A22BshowthatMemSFTconsistentlyimprovesdomainperformancewithnegligibledegradationingeneralperformance,whereasfullSFTsufferssevereforgettingongeneraltasks.Overall,ourresultsdemonstrateapracticalpathtodecouplinggeneralmodelcapabilitiesfromdomain-specificknowledgeattheparameterlevel,therebyequippingLLMswithnewspecializedcapabilitieswithoutcompromisingtheirgeneralcapabilities.
View arXiv pageView PDFGitHub1Add to collection
Get this paper in your agent:
hf papers read 2607\.25614
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper6
#### Jiarui-Wang/MemSFT-Qwen3-Bio-Memory-1.7B Text Generation• 2B• Updated1 day ago • 20
#### Jiarui-Wang/MemSFT-Qwen3-Bio-Memory-4B Text Generation• 4B• Updated1 day ago • 28
#### Jiarui-Wang/MemSFT-Qwen3-Bio-Memory-8B Text Generation• 8B• Updated1 day ago • 22
#### Jiarui-Wang/MemSFT-Qwen3-OpenSWI-Memory-8B Text Generation• 8B• Updated1 day ago • 21
Browse 6 models citing this paper## Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2607.25614 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2607.25614 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
How LoRA Remembers? A Parametric Memory Law for LLM Finetuning
This paper investigates the quantitative limits of parametric memory in LLMs using LoRA as a probe, establishing a power law relationship and introducing a threshold-guided optimization method called MemFT for improved memory performance.
@AdinaYakup: Metis Memory Foundation Model released by Memtensor Research Group Probably the first LLM that internalizes memory into…
Memtensor Research Group released Metis, a family of LLMs (4B/9B/27B) that internalize memory into the backbone, eliminating external RAG. The model performs memory read/write in a single forward pass and deploys with frozen weights like a standard LLM.
Self-Recognition Finetuning can Prevent and Reverse Emergent Misalignment
This paper proposes Self-Recognition Finetuning as an intervention to prevent and reverse emergent misalignment in LLMs, showing it stabilizes the model's aligned character rather than adopting a misaligned persona.
$\varepsilon$-MemEvo: Adaptive Cross-Task Memory Transfer for LLM Program Evolution
The paper introduces ε-MemEvo, a framework for cross-task knowledge transfer in LLM-based program evolution, storing tactic memories as natural-language summaries and using an adaptive injection gate. It reports consistent gains on 8 optimization benchmarks with less than 1% computational overhead.
SimpleMem: Efficient Lifelong Memory for LLM Agents
Introduces SimpleMem, an efficient memory framework for LLM agents that uses semantic lossless compression to improve accuracy and reduce token consumption, achieving 26.4% F1 improvement and up to 30x reduction in inference-time token usage.