Knowing but Not Saying: Preventing Factual Access Failures in LLM SFT via Recall-Anchored Distillation
Summary
The paper identifies factual access failures in large language models after supervised fine-tuning and introduces Recall-Anchored Distillation (RAD) to preserve out-of-distribution factual recall without labeled data.
View Cached Full Text
Cached at: 08/24/26, 04:24 AM
# Preventing Factual Access Failures in LLM SFT via Recall-Anchored Distillation
Source: [https://arxiv.org/html/2608.20794](https://arxiv.org/html/2608.20794)
Yadong WangShengtao WenDong LiangXiang ChenThanks:Corresponding author\.
###### Abstract
Supervised fine\-tuning \(SFT\) can degrade factual behavior outside the target domain\. This degradation is often described as catastrophic forgetting, yet open\-ended factual failures do not necessarily imply that the underlying facts have been erased\. In this work, we identify a more specific phenomenon, factual access failure: after domain SFT, models can still recognize or rank the correct answer under constrained evaluation, while failing to produce it in closed\-book generation\. Through benchmark\-level comparisons, same\-fact multiple\-choice and generation probes, and failure\-mode analysis, we show that SFT\-induced factual degradation reflects both genuine wrong\-answer generations and expression\-level failures such as verbosity, formatting mismatch, and exact\-match artifacts\. To address this problem, we introduce Recall\-Anchored Distillation \(RAD\), a base\-anchored self\-distillation objective that preserves out\-of\-distribution generation behavior by aligning the adapted model with the original base model’s soft continuation distribution on unlabeled OOD text\. RAD requires no gold OOD answers, external judges, or labeled factual data\. Across three backbones fine\-tuned on MedMCQA, RAD recovers a consistent portion of the lost OOD recall while preserving target\-domain adaptation\. Compared with replay on the same OOD text, RAD shows that the key preservation signal is the base model’s soft distribution rather than additional text exposure alone\.
## Introduction
Supervised fine\-tuning \(SFT\) is a standard approach for adapting large language models \(LLMs\) to specific tasks, domains, and output formats, including instruction following, domain\-specific question answering, and structured response generation\([28](https://arxiv.org/html/2608.20794#bib.bib16);[5](https://arxiv.org/html/2608.20794#bib.bib28);[13](https://arxiv.org/html/2608.20794#bib.bib20);[45](https://arxiv.org/html/2608.20794#bib.bib31);[42](https://arxiv.org/html/2608.20794#bib.bib32)\)\. In high\-stakes domains such as medicine, this adaptation is often necessary because a base model must learn the format, terminology, and decision boundaries of the target task\([29](https://arxiv.org/html/2608.20794#bib.bib22);[35](https://arxiv.org/html/2608.20794#bib.bib33);[34](https://arxiv.org/html/2608.20794#bib.bib34);[20](https://arxiv.org/html/2608.20794#bib.bib35)\)\. Yet SFT is not neutral: it can alter the topic preferences, stylistic behavior, factual behavior, and use of pretraining knowledge of a model\([46](https://arxiv.org/html/2608.20794#bib.bib30);[8](https://arxiv.org/html/2608.20794#bib.bib1);[18](https://arxiv.org/html/2608.20794#bib.bib6);[39](https://arxiv.org/html/2608.20794#bib.bib36);[42](https://arxiv.org/html/2608.20794#bib.bib32);[22](https://arxiv.org/html/2608.20794#bib.bib46);[44](https://arxiv.org/html/2608.20794#bib.bib37)\)\. Thus, a fine\-tuned model may improve on the training task while losing out\-of\-domain factual reliability\.
A decline in out\-of\-distribution \(OOD\) factual performance following SFT is frequently attributed to catastrophic forgetting or factual degradation\([24](https://arxiv.org/html/2608.20794#bib.bib38);[19](https://arxiv.org/html/2608.20794#bib.bib29);[46](https://arxiv.org/html/2608.20794#bib.bib30);[41](https://arxiv.org/html/2608.20794#bib.bib39)\)\. However, reduced exact\-match accuracy during open\-ended generation does not conclusively demonstrate fact erasure\. The model may merely lose access to the information, recognize correct answers only from candidates, or produce semantically correct responses that fail to satisfy strict evaluation criteria\. Recent literature on spurious forgetting indicates that such performance decreases often reflect shifts in alignment or elicitation strategies rather than a genuine loss of stored knowledge\([47](https://arxiv.org/html/2608.20794#bib.bib13)\)\. Genuinely erased facts require restoration, whereas recognizable yet unreliable facts indicate failures in knowledge access or output expression\.
To distinguish these possibilities, we compare classification\-style evaluation with open\-ended generation, following recent concerns that different answer formats probe different aspects of LLM knowledge and behavior\([37](https://arxiv.org/html/2608.20794#bib.bib40);[2](https://arxiv.org/html/2608.20794#bib.bib41);[6](https://arxiv.org/html/2608.20794#bib.bib42);[32](https://arxiv.org/html/2608.20794#bib.bib43)\)\. Classification\-style probes test whether the model can select or rank the correct answer from candidates, whereas open\-ended generation requires producing the answer directly\. We find a clear dissociation after domain SFT: recognition\-style performance remains comparatively stable on several OOD benchmarks, while open\-ended factual generation declines sharply\. A paired evaluation of the same facts under multiple\-choice and open\-ended formats further shows that many facts remain selectable but are no longer generated correctly\. Failure\-mode analysis reveals both genuinely incorrect answers and expression\-level failures, including excessive verbosity, formatting mismatch, and exact\-match artifacts\([38](https://arxiv.org/html/2608.20794#bib.bib44);[40](https://arxiv.org/html/2608.20794#bib.bib45);[22](https://arxiv.org/html/2608.20794#bib.bib46)\)\. We call this gap between retained factual capability and failed open\-ended generation factual access failure, with expression failures as a major subclass\.
Figure 1:Diagnostic overview of factual access failures\. Panel \(a\) separates latent factual storage from observable behaviors: recognition, recall, and expression\. Panel \(b\) shows the benchmark\-level comparison in Finding 1\. Panel \(c\) shows the same\-fact diagnosis in Finding 2\.Motivated by this diagnosis and by prior work on mitigating forgetting through pretraining\-simulation, replay, or reference\-model regularization\([3](https://arxiv.org/html/2608.20794#bib.bib47);[43](https://arxiv.org/html/2608.20794#bib.bib48);[4](https://arxiv.org/html/2608.20794#bib.bib49)\), we introduce Recall\-Anchored Distillation \(RAD\), a base\-anchored self\-distillation objective for domain adaptation\. RAD combines the standard supervised target\-domain loss with an unlabeled OOD anchoring stream\. For each OOD prefix–continuation example, the base model provides a soft next\-token distribution, and the adapted model is trained to match it on continuation tokens\. This distributional, rather than answer\-based, anchor requires no gold OOD answers, rationales, external judges, or labeled factual data\. Using the base model’s continuation distribution as a reference\([12](https://arxiv.org/html/2608.20794#bib.bib10)\), RAD limits drift from pre\-adaptation OOD generation behavior while allowing target\-domain learning\. Our contributions are as follows:
- •We identify factual access failure as a diagnostic framework for SFT\-induced degradation in open\-ended OOD factual generation, supported by three complementary analyses\.
- •We propose Recall\-Anchored Distillation \(RAD\), a base\-anchored self\-distillation method that preserves factual access by aligning to the base model’s soft OOD continuation distribution\.
- •We evaluate RAD on three backbones fine\-tuned on MedMCQA, showing that it recovers OOD factual generation while preserving in\-domain gains and outperforming baselines\.
## Related Work
### SFT\-Induced Factual Degradation in LLMs
Recent work shows that such adaptation can unintentionally degrade factual reliability\([8](https://arxiv.org/html/2608.20794#bib.bib1);[16](https://arxiv.org/html/2608.20794#bib.bib4);[10](https://arxiv.org/html/2608.20794#bib.bib5)\)\. In factual knowledge injection, Gekhman et al\. show that knowledge unsupported by the base model is learned more slowly and can increase hallucinations once learned\([8](https://arxiv.org/html/2608.20794#bib.bib1)\); Kang et al\. show that unfamiliar fine\-tuning examples can shape hallucinated prediction forms\([15](https://arxiv.org/html/2608.20794#bib.bib2)\); and Zucchet et al\. study factual\-recall learning dynamics during fine\-tuning\([49](https://arxiv.org/html/2608.20794#bib.bib3)\)\. Complementary work on factual QA fine\-tuning studies factually correct supervision, showing that fine\-tuning can still alter the extraction of pretrained factual associations: models may over\-amplify task\-specific shortcuts, exhibit frequency shocks, or rely on relation\-level cues while ignoring subject\-specific information\([17](https://arxiv.org/html/2608.20794#bib.bib11);[9](https://arxiv.org/html/2608.20794#bib.bib12);[10](https://arxiv.org/html/2608.20794#bib.bib5)\)\. Together, these studies show that SFT can degrade factual behavior even without noisy supervision\. However, they leave open a finer\-grained question: when closed\-book factual accuracy drops after SFT, has the model lost the underlying fact, failed to access a still\-recognizable fact in open\-ended generation, or expressed the answer in a surface form that closed\-book metrics cannot reliably match?
### Hidden Knowledge and Recall Failures
Representation engineering studies how model behaviors and concepts are encoded in internal representations and how these representations can be analyzed or manipulated to control model outputs\. Studies of implicit inference argue that fine\-tuning can shift the model’s inferred task distribution toward fine\-tuning data, suppressing pretrained capabilities recoverable under alternative elicitation conditions\([18](https://arxiv.org/html/2608.20794#bib.bib6)\)\. Work on spurious forgetting similarly shows that apparent forgetting can result from disrupted task alignment rather than true knowledge loss\([47](https://arxiv.org/html/2608.20794#bib.bib13)\)\. Complementary factual probing studies further show that models may encode more information than direct generation reveals, and that ranking\-based, internal, or alternative probes can recover factual knowledge missed by standard closed\-book generation\([7](https://arxiv.org/html/2608.20794#bib.bib7);[27](https://arxiv.org/html/2608.20794#bib.bib8)\)\. These findings motivate our focus on factual access\. Rather than assuming that SFT\-induced generation failures reflect storage loss, we ask whether the same facts remain recognizable under constrained probes and where extraction breaks down\. Our repair strategy relates closely to knowledge distillation and KL\-constrained training, which stabilize learning by matching a teacher or reference distribution\([12](https://arxiv.org/html/2608.20794#bib.bib10);[48](https://arxiv.org/html/2608.20794#bib.bib14);[36](https://arxiv.org/html/2608.20794#bib.bib15);[28](https://arxiv.org/html/2608.20794#bib.bib16)\)\. Unlike generic KL constraints that keep an adapted policy close to a reference model, our method uses the base model as a teacher only on OOD factual continuations, namely general\-domain factual continuations outside the SFT target domain, and regularizes the adapted model toward the base model’s soft token distribution while optimizing target\-domain SFT behavior\.
## Preliminary Studies
Figure 2:Failure modes among Base\-correct/SFT\-wrong examples\. Most recall failures are format or verbosity mismatches rather than clean wrong\-entity errors\.This section diagnoses factual degradation after domain SFT\. A drop in closed\-book generation accuracy shows failure to produce the correct answer, but not erasure of the corresponding fact\. Consistent with recent studies on spurious forgetting and the distinction between knowledge encoding and recall\([1](https://arxiv.org/html/2608.20794#bib.bib17);[7](https://arxiv.org/html/2608.20794#bib.bib7);[18](https://arxiv.org/html/2608.20794#bib.bib6);[47](https://arxiv.org/html/2608.20794#bib.bib13)\), apparent degradation can reflect task\-alignment shifts rather than loss of underlying capabilities\. We distinguish memory erasure from expression failure throughthree findings\.
### F1: Models Recognize What They Cannot Recall
We compare recognition and recall at the benchmark level because domain SFT may broadly degrade factual behavior or selectively impair fact elicitation\. Recognition tests whether the model selects correct answers under constrained evaluation, whereas recall tests whether it generates them without candidate support\. We measure recognition with multiple\-choice evaluation and recall with closed\-book QA metrics, EM/F1\([33](https://arxiv.org/html/2608.20794#bib.bib18)\)\. Domain SFT improves the target\-domain QA task, but this gain coincides with substantial degradation in open\-ended factual recall on held\-out QA benchmarks \(see Figure[1](https://arxiv.org/html/2608.20794#Sx1.F1)b\): for example, TriviaQA EM drops from 65\.03 to 43\.95 on the full benchmark, while MedMCQA and MMLU remain stable or slightly improve\. This pattern is not yet a same\-fact dissociation because datasets differ in content and format; instead, it motivates a controlled diagnosis of whether the same facts remain accessible under constrained evaluation\.
### F2: Facts Are Stored, but Inaccessible
To separate elicitation format from factual content, we evaluate recognition and recall on matched facts\. We denote the factual association targeted by a QA item asf=\(s,r,o\)f=\(s,r,o\), wheress,rr, andoorepresent subject, relation, and answer object\([30](https://arxiv.org/html/2608.20794#bib.bib19);[9](https://arxiv.org/html/2608.20794#bib.bib12)\); this is an analytic notation rather than a claim that TriviaQA items form explicit knowledge graphs\. For each item, we pair the original open\-ended question with recognition\-style probes for the same answer object\. On this subset, SFT substantially reduces open\-ended generation \(see Figure[1](https://arxiv.org/html/2608.20794#Sx1.F1)c\): TriviaQA EM drops from 63\.1 to 43\.8, with marginal changes in multiple\-choice accuracy and no ranking degradation\. Under teacher forcing, the gold answer remains highly ranked: its first token stays near the top, with the top\-1 rate nearly unchanged from Base to SFT\. Thus, unreliably generated answers remain selectable or highly preferred under constrained or teacher\-forced evaluation\. We therefore use factual access failure as a behavioral diagnosis: the model selectively fails to produce certain facts in open\-ended generation, rather than uniformly losing factual behavior\.
### F3: Recall Failures Are Largely Expression Failures
The paired probe shows that recognition and recall can diverge, motivating our analysis of these recall failures in generated text\. We analyze 300 TriviaQA examples where the base model is EM\-correct but the SFT model is EM\-wrong\. To distinguish factual errors from surface\-form expression failures, we label each SFT output as a format/verbosity mismatch, wrong entity, EM artifact \(semantically valid but rejected by exact match\), or non\-answer/refusal\. The labels agree with an independent LLM judge \(DeepSeek; In Appendix\) on 97\.3% of cases\. As Figure[2](https://arxiv.org/html/2608.20794#Sx3.F2)shows, format/verbosity mismatch dominates, accounting for 77\.3% of the analyzed cases\. This suggests that expression failures explain most Base\-correct/SFT\-wrong errors, although a non\-negligible subset still corresponds to genuine wrong\-answer generations\. As a classifier\-independent elicitation check, a simple 4\-shot prompt recovers 90\.0% of the same cases, indicating that many failures in this sample remain recoverable under different prompting rather than reflecting irreversible knowledge erasure\. Together, these findings motivate a method that preserves open\-ended factual expression during domain SFT\.
Figure 3:Overview of Recall\-Anchored Distillation \(RAD\)\.
## Methodology
Motivated by the diagnosis in Section[Preliminary Studies](https://arxiv.org/html/2608.20794#Sx3)Preliminary, we introduce Recall\-Anchored Distillation \(RAD\), a base\-anchored self\-distillation objective designed to preserve out\-of\-distribution \(OOD\) generation behavior during domain adaptation\. Here, OOD is defined relative to the target domain\. Figure[3](https://arxiv.org/html/2608.20794#Sx3.F3)illustrates the overall RAD design\.
### Teacher and Student from One Model
LetfΘ0f\_\{\\Theta\_\{0\}\}denote the original base model, which induces the next\-token distributionπ0\(⋅∣u\)=softmax\(fΘ0\(u\)\)\\pi\_\{0\}\(\\cdot\\mid u\)=\\mathrm\{softmax\}\(f\_\{\\Theta\_\{0\}\}\(u\)\)for input prefixuu\. We adapt it with Low\-Rank Adaptation \(LoRA\)\([13](https://arxiv.org/html/2608.20794#bib.bib20)\): each frozen weight matrixW0∈Θ0W\_\{0\}\\in\\Theta\_\{0\}receives a trainable low\-rank updateWθ=W0\+BθAθW\_\{\\theta\}=W\_\{0\}\+B\_\{\\theta\}A\_\{\\theta\}, yielding the adapted student distributionπθ\(⋅∣u\)\\pi\_\{\\theta\}\(\\cdot\\mid u\)\. RAD implements teacher and student in one model through the LoRA switch: adapter\-off mode outputs the base distributionπ0\\pi\_\{0\}as the teacher, and adapter\-on mode outputsπθ\\pi\_\{\\theta\}as the student\. Thus, the teacher is not an external oracle but the original base model itself, anchoring adaptation to the pre\-adaptation generation behavior of the base model and following the broader use of teacher distributions to preserve model behavior during adaptation\([12](https://arxiv.org/html/2608.20794#bib.bib10);[21](https://arxiv.org/html/2608.20794#bib.bib9)\)\.
In\-Domain↑\\uparrowOOD Recognition\(multiple choice\)↑\\uparrowOOD Recall\(closed\-book\)↑\\uparrowMedMCQAMMLU\-MedMMLU\-OtherTruthfulQATriviaQAPopQAMethodAccAccAccMC2EMF1EMF1*Llama\-3\.1\-8B*Base58\.1471\.5464\.8244\.1765\.0371\.0419\.3023\.67\+ Standard SFT59\.4372\.2065\.5142\.6543\.9556\.5911\.6016\.03\+ Replay59\.5371\.9064\.8841\.4832\.8747\.803\.408\.06\+ RAD \(Ours\)60\.0572\.5765\.2442\.0751\.6262\.1615\.2019\.63*Qwen2\.5\-7B\-Instruct*Base56\.1876\.4573\.2664\.7532\.9643\.065\.5111\.18\+ Standard SFT61\.2776\.0473\.7549\.0323\.2731\.414\.958\.77\+ Replay61\.6877\.0673\.4750\.2116\.0925\.311\.776\.11\+ RAD \(Ours\)61\.9977\.1873\.6858\.1423\.6830\.606\.819\.99*Qwen2\.5\-3B\-Instruct*Base51\.5468\.8766\.7458\.7430\.5739\.102\.978\.01\+ Standard SFT55\.7567\.9767\.4545\.891\.0413\.581\.455\.17\+ Replay55\.2268\.9967\.1544\.993\.3913\.240\.985\.38\+ RAD \(Ours\)55\.4168\.8368\.1254\.889\.0422\.002\.666\.77Table 1:Main results across three backbones on in\-domain MedMCQA, OOD recognition, and OOD closed\-book recall\.
### Training Streams
##### Target\-domain Supervision\.
The primary training signal comes from the supervised target\-domain dataset𝒟task=\{\(x,y\)\}\\mathcal\{D\}\_\{\\mathrm\{task\}\}=\\\{\(x,y\)\\\}, wherexxdenotes the task input andyydenotes the supervised target\. This term is identical to standard domain SFT: it teaches the adapted model to solve the target\-domain task and is the only component of RAD that uses task labels\. For a mini\-batchℬtask⊂𝒟task\\mathcal\{B\}\_\{\\mathrm\{task\}\}\\subset\\mathcal\{D\}\_\{\\mathrm\{task\}\}, the adapter\-on student is optimized with the teacher\-forced cross\-entropy objective:
ℒSFT=−1\|ℬtask\|∑\(x,y\)∈ℬtask1\|y\|∑t=1\|y\|logπθ\(yt∣x,y<t\)\.\\mathcal\{L\}\_\{\\mathrm\{SFT\}\}=\-\\frac\{1\}\{\|\\mathcal\{B\}\_\{\\mathrm\{task\}\}\|\}\\sum\_\{\(x,y\)\\in\\mathcal\{B\}\_\{\\mathrm\{task\}\}\}\\frac\{1\}\{\|y\|\}\\sum\_\{t=1\}^\{\|y\|\}\\log\\pi\_\{\\theta\}\(y\_\{t\}\\mid x,y\_\{<t\}\)\.\(1\)This loss drives domain adaptation by updating only LoRA parameters while keeping the base model frozen\.
##### OOD Anchor Construction\.
The secondary training stream is an unlabeled OOD anchor corpus𝒟kp=\{\(c,z\)\}\\mathcal\{D\}\_\{\\mathrm\{kp\}\}=\\\{\(c,z\)\\\}, whereccdenotes a Wikipedia prefix andzzits natural continuation\. The continuationzzis not treated as a hard label\. Instead, it specifies the token positions over which the adapted model aligns with the base model next\-token distribution, consistent with soft teacher distributions in knowledge distillation\([12](https://arxiv.org/html/2608.20794#bib.bib10)\)\. Since the diagnosis attributes the degradation primarily to OOD open\-ended generation rather than target\-domain learning itself, RAD sources this anchor stream from generic OOD text instead of target\-domain training data\.
To mitigate potential benchmark contamination, we filter the anchor corpus via case\-insensitive substring matching, discarding any prefix–continuation pair that contains evaluation questions, answer strings, or normalized aliases from benchmarks including PopQA and TriviaQA\. For each retained anchor example, we concatenate the prefix and continuation into a single sequences=\[c;z\]s=\[c;z\]\. The prefix provides contextual grounding, while the continuation designates the matching region\. We define a binary continuation maskmt∈\{0,1\}m\_\{t\}\\in\\\{0,1\\\}, wheremt=1m\_\{t\}=1indicates that the prediction targetsts\_\{t\}falls withinzz, andmt=0m\_\{t\}=0for prefix positions\.
### Distributional Anchoring Objective
RAD processes each OOD sequence in two model modes\. With the adapter disabled, the adapter\-off teacher provides the base next\-token distribution:
qt=π0\(⋅∣s<t\)\.q\_\{t\}=\\pi\_\{0\}\(\\cdot\\mid s\_\{<t\}\)\.\(2\)With the adapter enabled, the adapter\-on student provides the adapted next\-token distribution:
pt=πθ\(⋅∣s<t\)\.p\_\{t\}=\\pi\_\{\\theta\}\(\\cdot\\mid s\_\{<t\}\)\.\(3\)RAD aligns the student to the frozen base distribution using reverse KL, with the optimized student distribution as the first argument and the base distribution as the reference:
dt=DKL\(pt∥qt\)\.d\_\{t\}=D\_\{\\mathrm\{KL\}\}\\left\(p\_\{t\}\\parallel q\_\{t\}\\right\)\.\(4\)This direction discourages the adapted model from assigning probability mass to OOD continuations that the base model deems improbable\. To prevent a few highly divergent tokens from dominating the objective, we clip the per\-token penalty at thresholdτ\\tau\. The OOD distillation loss is:
ℒKP=1∑tmt∑tmtmin\(dt,τ\)\.\\mathcal\{L\}\_\{\\mathrm\{KP\}\}=\\frac\{1\}\{\\sum\_\{t\}m\_\{t\}\}\\sum\_\{t\}m\_\{t\}\\min\\\!\\left\(d\_\{t\},\\tau\\right\)\.\(5\)The mask ensures that prefix tokens condition both model modes but contribute no gradient through the distillation loss\.
### Joint Optimization and Implementation
##### Joint Objective\.
RAD jointly optimizes target\-domain adaptation and OOD distributional self\-distillation via:
ℒRAD=ℒSFT\+αℒKP,\\mathcal\{L\}\_\{\\mathrm\{RAD\}\}=\\mathcal\{L\}\_\{\\mathrm\{SFT\}\}\+\\alpha\\mathcal\{L\}\_\{\\mathrm\{KP\}\},\(6\)whereα\\alphacontrols the strength of the OOD anchor\. We setα=1\.5\\alpha=1\.5andτ=5\.0\\tau=5\.0as default values\. The supervised loss drives target\-domain learning, while the OOD distillation loss discourages the adapted model from drifting away from the base model on generic continuations\. RAD therefore does not freeze or constrain the adapter globally; it allows target\-task adaptation while selectively anchoring the continuation distribution on OOD text\.
##### Single\-model Implementation\.
RAD is memory\-efficient because it requires only one model instance in memory\. For target\-domain batches, we enable the LoRA adapter and computeℒSFT\\mathcal\{L\}\_\{\\mathrm\{SFT\}\}\. For OOD anchor batches, we run the same sequence twice: first with the adapter disabled underno\_gradto obtain teacher logits, and then with the adapter enabled to obtain student logits for computingℒKP\\mathcal\{L\}\_\{\\mathrm\{KP\}\}\. Only the adapter\-on student pass contributes gradients\. This implementation avoids loading a separate teacher model and makes the teacher\-student distinction a mode switch of the same backbone\. The additional cost is one extra forward pass per OOD anchor batch for teacher\-logit computation\. Since RAD pairs each target\-domain optimizer step with one OOD anchor batch, the method adds modest training\-time overhead while preserving the same inference\-time architecture as standard LoRA SFT\.
## Experiments
Figure 4:Qualitative examples showing how RAD repairs open\-ended factual access failures on TriviaQA\.### Experimental Setup
##### Training Setup\.
We evaluate three backbones with different sizes and instruction\-tuning properties: Llama\-3\.1\-8B, Qwen2\.5\-7B\-Instruct, and Qwen2\.5\-3B\-Instruct\([31](https://arxiv.org/html/2608.20794#bib.bib21)\)\. For Llama\-3\.1\-8B, we use the base checkpoint rather than the instruction\-tuned variant\. All adapted systems use LoRA adapters\([13](https://arxiv.org/html/2608.20794#bib.bib20)\)with the pretrained backbone frozen, and all methods share the same target\-domain data and evaluation protocol\. RAD defaults to reverse KL \(α=1\.5\\alpha=1\.5,τ=5\.0\\tau=5\.0\), with full details in Appendix\.
##### Training Data\.
We use MedMCQA\([29](https://arxiv.org/html/2608.20794#bib.bib22)\)as the target\-domain fine\-tuning task, training adapted models on the training split and evaluating them on the validation split\. Each example is a four\-choice QA instance whose target response contains the correct option and its explanation\. For the OOD anchor stream, RAD uses an unlabeled Wikipedia\-style corpus, following the use of Wikipedia\-derived corpora in language modeling benchmarks\([26](https://arxiv.org/html/2608.20794#bib.bib23)\)\. Here OOD is defined relative to the target\-domain task\. The anchor corpus contains 10,000 prefix–continuation examples, where the prefix provides context and the continuation marks the tokens for distributional anchoring\. We filter this corpus against PopQA and TriviaQA entities and aliases to reduce benchmark contamination\.
##### Compared Baselines\.
We compare RAD against three systems\.Baseis the original backbone without task adaptation and serves as a no\-adaptation reference\.Standard SFTfine\-tunes the model only on MedMCQA, following the standard supervised fine\-tuning paradigm used for adapting language models to target behaviors or tasks\([28](https://arxiv.org/html/2608.20794#bib.bib16)\)\.Replaytrains on the same amount of OOD anchor text as RAD, but uses a hard\-label language\-modeling loss rather than matching the base model’s next\-token distribution\. This baseline controls for whether the benefit comes simply from adding general\-domain text\.
### Benchmarks and Metrics
We evaluate target\-domain adaptation on MedMCQA\([29](https://arxiv.org/html/2608.20794#bib.bib22)\)and report validation accuracy\. To assess recognition\-style OOD behavior, we use MMLU\([11](https://arxiv.org/html/2608.20794#bib.bib24)\), separating medical subjects as MMLU\-Med and non\-medical subjects as MMLU\-Other, together with TruthfulQA\-MC2\([23](https://arxiv.org/html/2608.20794#bib.bib25)\)\. For open\-ended OOD factual generation, we evaluate TriviaQA\([14](https://arxiv.org/html/2608.20794#bib.bib26)\)and PopQA\([25](https://arxiv.org/html/2608.20794#bib.bib27)\), reporting exact match \(EM\) and token\-level F1 over acceptable aliases\. All multiple\-choice scoring, generation settings, normalization rules, and additional generation\-based multiple\-choice checks are detailed in Appendix\.
### Main Results
#### For Q1: Does Domain SFT Cause Capability Collapse or Selective OOD Shift?
Table[1](https://arxiv.org/html/2608.20794#Sx4.T1)shows domain SFT induces a selective OOD shift, not uniform capability degradation\. Across three backbones, standard SFT improves in\-domain MedMCQA performance, confirming effective target\-domain adaptation\. Recognition\-style OOD performance remains comparable on MMLU\-Med and MMLU\-Other, suggesting domain tuning does not simply reduce general multiple\-choice competence\. Degradation is largest in open\-ended or truthfulness\-oriented OOD behavior\. ForLlama\-3\.1\-8B, TriviaQA EM drops from 65\.03 to 43\.95, and forQwen2\.5\-3B\-Instructfrom 30\.57 to 1\.04\.Qwen2\.5\-7B\-Instructshows a related pattern, with TruthfulQA\-MC2 dropping from 64\.75 to 49\.03\. These results suggest that domain SFT primarily perturbs pre\-adaptation knowledge expression under OOD conditions rather than uniformly erasing recognition\-style ability\.
#### For Q2: Can RAD Recover OOD Factual Behavior While Preserving Target\-Domain Adaptation?
RAD mitigates the SFT\-induced OOD shift while retaining competitive in\-domain performance\. OnLlama\-3\.1\-8B, RAD improves both TriviaQA and PopQA EM, while achieving the best MedMCQA accuracy among fine\-tuned systems\. The same trend extends to the Qwen backbones, though the affected OOD axis differs by model: RAD substantially recovers TruthfulQA\-MC2 onQwen2\.5\-7Band TriviaQA EM onQwen2\.5\-3B, with only a small MedMCQA drop for the latter\. These results suggest that anchoring the adapted model to the base model on unlabeled OOD continuations can partly recover damaged generation behavior without materially undermining target\-domain learning\. Since RAD introduces no annotated OOD facts, the improvement is better viewed as preservation of generation behavior rather than re\-learning the evaluation answers\.
#### For Q3: Is the Soft Base Distribution Necessary Beyond Same\-Text Replay?
Replay isolates the role of the soft base distribution: it uses the same OOD anchor corpus as RAD but replaces distributional anchoring with hard\-label language modeling\. If RAD gained only from extra general\-domain text, Replay would provide comparable preservation\. Instead, Replay lags RAD on OOD recall and often worsens SFT degradation\. This is clearest forLlama\-3\.1\-8B, where Replay reduces PopQA EM to 3\.40, versus 11\.60 under standard SFT and 15\.20 under RAD\. Thus, the key signal is not anchor text alone but the token\-level base\-model distribution over that text\. Matching this soft distribution preserves relative preferences over OOD continuations, whereas hard\-label replay adds a competing objective that does not directly protect generation behavior disrupted by domain SFT\.
VariantMedMCQATriviaQA EMPopQA EMStandard SFT59\.4343\.9511\.60RAD default60\.0551\.6215\.20Forward KL59\.8952\.8816\.74Symmetric KL59\.9352\.5716\.58No clipping59\.9851\.5916\.58τ=2\.5\\tau=2\.559\.9852\.1716\.77τ=10\.0\\tau=10\.060\.1251\.8416\.60On\-policy anchor60\.2451\.4415\.10Table 2:Ablation results of RAD\.Figure 5:Ablation and checkpoint\-dynamics results onLlama\-3\.1\-8B\. Left: effect of anchoring strengthα\\alpha\. Right: TriviaQA accuracy gains of RAD over Standard SFT at each training epoch\.
#### Ablation Analysis\.
We conduct an ablation study of RAD on Llama\-3\.1\-8B to evaluate the impact of anchoring strength, checkpoint dynamics, KL divergence direction, clipping thresholds, and sampling strategies\. Figure[5](https://arxiv.org/html/2608.20794#Sx5.F5)demonstrates that the performance improvements are driven by positive OOD anchoring\. Compared to the standard SFT baseline \(α=0\\alpha=0\), settingα\>0\\alpha\>0enhances performance on TriviaQA and PopQA while maintaining accuracy on MedMCQA near the baseline level\. The observed non\-monotonic gains indicate that the parameterα\\alpharegulates the degree of OOD preservation rather than converging to a universal optimum; consequently, we adoptα=1\.5\\alpha=1\.5as a stable default configuration\. Across all five training epochs, RAD consistently yields higher accuracy on TriviaQA compared to standard SFT, indicating that the benefits are not specific to the final checkpoint\. Furthermore, Table[2](https://arxiv.org/html/2608.20794#Sx5.T2)illustrates the robustness of the method across variations in forward KL, symmetric KL, alternative clipping thresholds, and on\-policy anchoring, with EM scores exceeding 51% on TriviaQA and remaining near 60% on MedMCQA\. These findings suggest that performance preservation stems from aligning the adapted model with the soft OOD continuation distribution of the base model, rather than merely from exposure to the anchor text\.
#### Qualitative Analysis\.
Figure[4](https://arxiv.org/html/2608.20794#Sx5.F4)illustrates qualitative examples of failure modes identified in the preliminary diagnosis\. In the entity\-error case, SFT replaces target answer with an incorrect but plausible entity, whereas RAD recovers the concise factual answer\. In the format\-error case, SFT starts with the correct token but continues into an unnecessary explanatory completion, producing a malformed short answer; RAD preserves the factual content and restores the desired answer format\. These examples serve only as qualitative illustrations; aggregate trends appear in Table[1](https://arxiv.org/html/2608.20794#Sx4.T1), Table[2](https://arxiv.org/html/2608.20794#Sx5.T2)and Figure[5](https://arxiv.org/html/2608.20794#Sx5.F5)\.
Figure 6:Training time and GPU memory usage of Standard SFT and RAD across three backbones\.
#### Efficiency Analysis\.
We examine RAD training cost relative to Standard SFT in Figure[6](https://arxiv.org/html/2608.20794#Sx5.F6)\. Because RAD uses the same backbone in two LoRA modes instead of a separate teacher model, its memory footprint remains essentially unchanged across all three backbones, with differences within 1 GB\. The main overhead is the additional adapter\-off forward pass on OOD anchor batches, but the total training\-time increase is modest: the largest increase is about 1\.4 hours\. Overall, RAD adds limited training\-time cost while preserving the same inference\-time architecture as standard LoRA SFT\.
## Conclusion
This work studies factual access failure in domain SFT, where models recognize facts but fail to reliably recall or express them in open\-ended OOD generation\. Via benchmark comparisons, same\-fact probes, and failure\-mode analysis, we show SFT\-induced degradation is selective: recognition remains stable while open\-ended recall and expression degrade\. We introduce Recall\-Anchored Distillation \(RAD\), preserving OOD generation by aligning the adapted model with the base model’s soft continuation distribution on unlabeled OOD text\. Across three MedMCQA\-tuned backbones, RAD partially recovers damaged OOD factual behavior while maintaining target\-domain adaptation and outperforming replay on identical anchor text\.
## References
- Calderonet al\.\(2026\)N\. Calderon, E\. Ben\-David, Z\. Gekhman, E\. Ofek, and G\. YonaEmpty shelves or lost keys? recall is the bottleneck for parametric factuality\.External Links:2602\.14080,[Link](https://arxiv.org/abs/2602.14080)Cited by:[Preliminary Studies](https://arxiv.org/html/2608.20794#Sx3.p1.1)\.
- Chenet al\.\(2023\)L\. Chen, Y\. Deng, Y\. Bian, Z\. Qin, B\. Wu, T\. Chua, and K\. WongBeyond factuality: a comprehensive evaluation of large language models as knowledge generators\.External Links:2310\.07289,[Link](https://arxiv.org/abs/2310.07289)Cited by:[Introduction](https://arxiv.org/html/2608.20794#Sx1.p3.1)\.
- Chenet al\.\(2020\)S\. Chen, Y\. Hou, Y\. Cui, W\. Che, T\. Liu, and X\. YuRecall and learn: fine\-tuning deep pretrained language models with less forgetting\.External Links:2004\.12651,[Link](https://arxiv.org/abs/2004.12651)Cited by:[Introduction](https://arxiv.org/html/2608.20794#Sx1.p4.1)\.
- Chenet al\.\(2026\)Y\. Chen, T\. Zhu, M\. Zhang, X\. Chen, J\. Huang, D\. Xu, and Y\. WangOn\-policy replay for continual supervised fine\-tuning\.External Links:2605\.29495,[Link](https://arxiv.org/abs/2605.29495)Cited by:[Introduction](https://arxiv.org/html/2608.20794#Sx1.p4.1)\.
- Chunget al\.\(2022\)H\. W\. Chung, L\. Hou, S\. Longpre, B\. Zoph, Y\. Tay, W\. Fedus, Y\. Li, X\. Wang, M\. Dehghani, S\. Brahma, A\. Webson, S\. S\. Gu, Z\. Dai, M\. Suzgun, X\. Chen, A\. Chowdhery, A\. Castro\-Ros, M\. Pellat, K\. Robinson, D\. Valter, S\. Narang, G\. Mishra, A\. Yu, V\. Zhao, Y\. Huang, A\. Dai, H\. Yu, S\. Petrov, E\. H\. Chi, J\. Dean, J\. Devlin, A\. Roberts, D\. Zhou, Q\. V\. Le, and J\. WeiScaling instruction\-finetuned language models\.External Links:2210\.11416,[Link](https://arxiv.org/abs/2210.11416)Cited by:[Introduction](https://arxiv.org/html/2608.20794#Sx1.p1.1)\.
- Elhadyet al\.\(2025\)A\. Elhady, E\. Agirre, and M\. ArtetxeWiCkeD: a simple method to make multiple choice benchmarks more challenging\.External Links:2502\.18316,[Link](https://arxiv.org/abs/2502.18316)Cited by:[Introduction](https://arxiv.org/html/2608.20794#Sx1.p3.1)\.
- Gekhmanet al\.\(2025\)Z\. Gekhman, E\. B\. David, H\. Orgad, E\. Ofek, Y\. Belinkov, I\. Szpektor, J\. Herzig, and R\. ReichartInside\-out: hidden factual knowledge in llms\.External Links:2503\.15299,[Link](https://arxiv.org/abs/2503.15299)Cited by:[Hidden Knowledge and Recall Failures](https://arxiv.org/html/2608.20794#Sx2.SSx2.p1.1),[Preliminary Studies](https://arxiv.org/html/2608.20794#Sx3.p1.1)\.
- Gekhmanet al\.\(2024\)Z\. Gekhman, G\. Yona, R\. Aharoni, M\. Eyal, A\. Feder, R\. Reichart, and J\. HerzigDoes fine\-tuning llms on new knowledge encourage hallucinations?\.External Links:2405\.05904,[Link](https://arxiv.org/abs/2405.05904)Cited by:[Introduction](https://arxiv.org/html/2608.20794#Sx1.p1.1),[SFT\-Induced Factual Degradation in LLMs](https://arxiv.org/html/2608.20794#Sx2.SSx1.p1.1)\.
- Ghosalet al\.\(2024\)G\. Ghosal, T\. Hashimoto, and A\. RaghunathanUnderstanding finetuning for factual knowledge extraction\.External Links:2406\.14785,[Link](https://arxiv.org/abs/2406.14785)Cited by:[SFT\-Induced Factual Degradation in LLMs](https://arxiv.org/html/2608.20794#Sx2.SSx1.p1.1),[F2: Facts Are Stored, but Inaccessible](https://arxiv.org/html/2608.20794#Sx3.SSx2.p1.1)\.
- Gonget al\.\(2025\)X\. Gong, H\. Huang, and S\. LiangFrom parameters to prompts: understanding and mitigating the factuality gap between fine\-tuned llms\.External Links:2505\.23410,[Link](https://arxiv.org/abs/2505.23410)Cited by:[SFT\-Induced Factual Degradation in LLMs](https://arxiv.org/html/2608.20794#Sx2.SSx1.p1.1)\.
- Hendryckset al\.\(2021\)D\. Hendrycks, C\. Burns, S\. Basart, A\. Zou, M\. Mazeika, D\. Song, and J\. SteinhardtMeasuring massive multitask language understanding\.External Links:2009\.03300,[Link](https://arxiv.org/abs/2009.03300)Cited by:[Benchmarks and Metrics](https://arxiv.org/html/2608.20794#Sx5.SSx2.p1.1)\.
- Hintonet al\.\(2015\)G\. Hinton, O\. Vinyals, and J\. DeanDistilling the knowledge in a neural network\.External Links:1503\.02531,[Link](https://arxiv.org/abs/1503.02531)Cited by:[Introduction](https://arxiv.org/html/2608.20794#Sx1.p4.1),[Hidden Knowledge and Recall Failures](https://arxiv.org/html/2608.20794#Sx2.SSx2.p1.1),[Teacher and Student from One Model](https://arxiv.org/html/2608.20794#Sx4.SSx1.p1.1),[OOD Anchor Construction\.](https://arxiv.org/html/2608.20794#Sx4.SSx2.SSS0.Px2.p1.1)\.
- Huet al\.\(2021\)E\. J\. Hu, Y\. Shen, P\. Wallis, Z\. Allen\-Zhu, Y\. Li, S\. Wang, L\. Wang, and W\. ChenLoRA: low\-rank adaptation of large language models\.External Links:2106\.09685,[Link](https://arxiv.org/abs/2106.09685)Cited by:[Introduction](https://arxiv.org/html/2608.20794#Sx1.p1.1),[Teacher and Student from One Model](https://arxiv.org/html/2608.20794#Sx4.SSx1.p1.1),[Training Setup\.](https://arxiv.org/html/2608.20794#Sx5.SSx1.SSS0.Px1.p1.1)\.
- Joshiet al\.\(2017\)M\. Joshi, E\. Choi, D\. S\. Weld, and L\. ZettlemoyerTriviaQA: a large scale distantly supervised challenge dataset for reading comprehension\.External Links:1705\.03551,[Link](https://arxiv.org/abs/1705.03551)Cited by:[Benchmarks and Metrics](https://arxiv.org/html/2608.20794#Sx5.SSx2.p1.1)\.
- Kanget al\.\(2024\)K\. Kang, E\. Wallace, C\. Tomlin, A\. Kumar, and S\. LevineUnfamiliar finetuning examples control how language models hallucinate\.External Links:2403\.05612,[Link](https://arxiv.org/abs/2403.05612)Cited by:[SFT\-Induced Factual Degradation in LLMs](https://arxiv.org/html/2608.20794#Sx2.SSx1.p1.1)\.
- Kaplanet al\.\(2026\)G\. Kaplan, Z\. Gekhman, Z\. Zhu, L\. Rozner, Y\. Reif, S\. Swayamdipta, D\. Hoiem, and R\. SchwartzWhy fine\-tuning encourages hallucinations and how to fix it\.External Links:2604\.15574,[Link](https://arxiv.org/abs/2604.15574)Cited by:[SFT\-Induced Factual Degradation in LLMs](https://arxiv.org/html/2608.20794#Sx2.SSx1.p1.1)\.
- Kazemiet al\.\(2023\)M\. Kazemi, S\. Mittal, and D\. RamachandranUnderstanding finetuning for factual knowledge extraction from language models\.External Links:2301\.11293,[Link](https://arxiv.org/abs/2301.11293)Cited by:[SFT\-Induced Factual Degradation in LLMs](https://arxiv.org/html/2608.20794#Sx2.SSx1.p1.1)\.
- Kothaet al\.\(2024\)S\. Kotha, J\. M\. Springer, and A\. RaghunathanUnderstanding catastrophic forgetting in language models via implicit inference\.External Links:2309\.10105,[Link](https://arxiv.org/abs/2309.10105)Cited by:[Introduction](https://arxiv.org/html/2608.20794#Sx1.p1.1),[Hidden Knowledge and Recall Failures](https://arxiv.org/html/2608.20794#Sx2.SSx2.p1.1),[Preliminary Studies](https://arxiv.org/html/2608.20794#Sx3.p1.1)\.
- Liet al\.\(2024a\)H\. Li, L\. Ding, M\. Fang, and D\. TaoRevisiting catastrophic forgetting in large language model tuning\.External Links:2406\.04836,[Link](https://arxiv.org/abs/2406.04836)Cited by:[Introduction](https://arxiv.org/html/2608.20794#Sx1.p2.1)\.
- Liet al\.\(2024b\)R\. Li, X\. Wang, and H\. YuLlamaCare: an instruction fine\-tuned large language model for clinical NLP\.InProceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation \(LREC\-COLING 2024\),N\. Calzolari, M\. Kan, V\. Hoste, A\. Lenci, S\. Sakti, and N\. Xue \(Eds\.\),Torino, Italia,pp\. 10632–10641\.External Links:[Link](https://aclanthology.org/2024.lrec-main.930/)Cited by:[Introduction](https://arxiv.org/html/2608.20794#Sx1.p1.1)\.
- Li and Hoiem \(2017\)Z\. Li and D\. HoiemLearning without forgetting\.External Links:1606\.09282,[Link](https://arxiv.org/abs/1606.09282)Cited by:[Teacher and Student from One Model](https://arxiv.org/html/2608.20794#Sx4.SSx1.p1.1)\.
- Liet al\.\(2025\)Z\. Li, C\. Chen, T\. Xu, Z\. Qin, J\. Xiao, Z\. Luo, and R\. SunPreserving diversity in supervised fine\-tuning of large language models\.External Links:2408\.16673,[Link](https://arxiv.org/abs/2408.16673)Cited by:[Introduction](https://arxiv.org/html/2608.20794#Sx1.p1.1),[Introduction](https://arxiv.org/html/2608.20794#Sx1.p3.1)\.
- Linet al\.\(2022\)S\. Lin, J\. Hilton, and O\. EvansTruthfulQA: measuring how models mimic human falsehoods\.External Links:2109\.07958,[Link](https://arxiv.org/abs/2109.07958)Cited by:[Benchmarks and Metrics](https://arxiv.org/html/2608.20794#Sx5.SSx2.p1.1)\.
- Luoet al\.\(2025\)Y\. Luo, Z\. Yang, F\. Meng, Y\. Li, J\. Zhou, and Y\. ZhangAn empirical study of catastrophic forgetting in large language models during continual fine\-tuning\.External Links:2308\.08747,[Link](https://arxiv.org/abs/2308.08747)Cited by:[Introduction](https://arxiv.org/html/2608.20794#Sx1.p2.1)\.
- Mallenet al\.\(2023\)A\. Mallen, A\. Asai, V\. Zhong, R\. Das, D\. Khashabi, and H\. HajishirziWhen not to trust language models: investigating effectiveness of parametric and non\-parametric memories\.External Links:2212\.10511,[Link](https://arxiv.org/abs/2212.10511)Cited by:[Benchmarks and Metrics](https://arxiv.org/html/2608.20794#Sx5.SSx2.p1.1)\.
- Merityet al\.\(2016\)S\. Merity, C\. Xiong, J\. Bradbury, and R\. SocherPointer sentinel mixture models\.External Links:1609\.07843,[Link](https://arxiv.org/abs/1609.07843)Cited by:[Training Data\.](https://arxiv.org/html/2608.20794#Sx5.SSx1.SSS0.Px2.p1.1)\.
- Orgadet al\.\(2025\)H\. Orgad, M\. Toker, Z\. Gekhman, R\. Reichart, I\. Szpektor, H\. Kotek, and Y\. BelinkovLLMs know more than they show: on the intrinsic representation of llm hallucinations\.External Links:2410\.02707,[Link](https://arxiv.org/abs/2410.02707)Cited by:[Hidden Knowledge and Recall Failures](https://arxiv.org/html/2608.20794#Sx2.SSx2.p1.1)\.
- Ouyanget al\.\(2022\)L\. Ouyang, J\. Wu, X\. Jiang, D\. Almeida, C\. L\. Wainwright, P\. Mishkin, C\. Zhang, S\. Agarwal, K\. Slama, A\. Ray, J\. Schulman, J\. Hilton, F\. Kelton, L\. Miller, M\. Simens, A\. Askell, P\. Welinder, P\. Christiano, J\. Leike, and R\. LoweTraining language models to follow instructions with human feedback\.External Links:2203\.02155,[Link](https://arxiv.org/abs/2203.02155)Cited by:[Introduction](https://arxiv.org/html/2608.20794#Sx1.p1.1),[Hidden Knowledge and Recall Failures](https://arxiv.org/html/2608.20794#Sx2.SSx2.p1.1),[Compared Baselines\.](https://arxiv.org/html/2608.20794#Sx5.SSx1.SSS0.Px3.p1.1)\.
- Palet al\.\(2022\)A\. Pal, L\. K\. Umapathi, and M\. SankarasubbuMedMCQA : a large\-scale multi\-subject multi\-choice dataset for medical domain question answering\.External Links:2203\.14371,[Link](https://arxiv.org/abs/2203.14371)Cited by:[Introduction](https://arxiv.org/html/2608.20794#Sx1.p1.1),[Training Data\.](https://arxiv.org/html/2608.20794#Sx5.SSx1.SSS0.Px2.p1.1),[Benchmarks and Metrics](https://arxiv.org/html/2608.20794#Sx5.SSx2.p1.1)\.
- Petroniet al\.\(2019\)F\. Petroni, T\. Rocktäschel, S\. Riedel, P\. Lewis, A\. Bakhtin, Y\. Wu, and A\. MillerLanguage models as knowledge bases?\.InProceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing \(EMNLP\-IJCNLP\),K\. Inui, J\. Jiang, V\. Ng, and X\. Wan \(Eds\.\),Hong Kong, China,pp\. 2463–2473\.External Links:[Link](https://aclanthology.org/D19-1250/),[Document](https://dx.doi.org/10.18653/v1/D19-1250)Cited by:[F2: Facts Are Stored, but Inaccessible](https://arxiv.org/html/2608.20794#Sx3.SSx2.p1.1)\.
- Qwenet al\.\(2025\)Qwen, :, A\. Yang, B\. Yang, B\. Zhang, B\. Hui, B\. Zheng, B\. Yu, C\. Li, D\. Liu, F\. Huang, H\. Wei, H\. Lin, J\. Yang, J\. Tu, J\. Zhang, J\. Yang, J\. Yang, J\. Zhou, J\. Lin, K\. Dang, K\. Lu, K\. Bao, K\. Yang, L\. Yu, M\. Li, M\. Xue, P\. Zhang, Q\. Zhu, R\. Men, R\. Lin, T\. Li, T\. Tang, T\. Xia, X\. Ren, X\. Ren, Y\. Fan, Y\. Su, Y\. Zhang, Y\. Wan, Y\. Liu, Z\. Cui, Z\. Zhang, and Z\. QiuQwen2\.5 technical report\.External Links:2412\.15115,[Link](https://arxiv.org/abs/2412.15115)Cited by:[Training Setup\.](https://arxiv.org/html/2608.20794#Sx5.SSx1.SSS0.Px1.p1.1)\.
- Rahmaniet al\.\(2025\)H\. A\. Rahmani, S\. Krishna, X\. Wang, M\. Naghiaei, and E\. YilmazSelf\-correcting large language models: generation vs\. multiple choice\.External Links:2511\.09381,[Link](https://arxiv.org/abs/2511.09381)Cited by:[Introduction](https://arxiv.org/html/2608.20794#Sx1.p3.1)\.
- Robertset al\.\(2020\)A\. Roberts, C\. Raffel, and N\. ShazeerHow much knowledge can you pack into the parameters of a language model?\.InProceedings of the 2020 Conference on Empirical Methods in Natural Language Processing \(EMNLP\),B\. Webber, T\. Cohn, Y\. He, and Y\. Liu \(Eds\.\),Online,pp\. 5418–5426\.External Links:[Link](https://aclanthology.org/2020.emnlp-main.437/),[Document](https://dx.doi.org/10.18653/v1/2020.emnlp-main.437)Cited by:[F1: Models Recognize What They Cannot Recall](https://arxiv.org/html/2608.20794#Sx3.SSx1.p1.1)\.
- Savageet al\.\(2024\)T\. Savage, S\. Ma, A\. Boukil, V\. Patel, E\. Rangan, I\. Lopez, and J\. H\. ChenFine tuning large language models for medicine: the role and importance of direct preference optimization\.External Links:2409\.12741,[Link](https://arxiv.org/abs/2409.12741)Cited by:[Introduction](https://arxiv.org/html/2608.20794#Sx1.p1.1)\.
- Singhalet al\.\(2023\)K\. Singhal, T\. Tu, J\. Gottweis, R\. Sayres, E\. Wulczyn, L\. Hou, K\. Clark, S\. Pfohl, H\. Cole\-Lewis, D\. Neal, M\. Schaekermann, A\. Wang, M\. Amin, S\. Lachgar, P\. Mansfield, S\. Prakash, B\. Green, E\. Dominowska, B\. A\. y Arcas, N\. Tomasev, Y\. Liu, R\. Wong, C\. Semturs, S\. S\. Mahdavi, J\. Barral, D\. Webster, G\. S\. Corrado, Y\. Matias, S\. Azizi, A\. Karthikesalingam, and V\. NatarajanTowards expert\-level medical question answering with large language models\.External Links:2305\.09617,[Link](https://arxiv.org/abs/2305.09617)Cited by:[Introduction](https://arxiv.org/html/2608.20794#Sx1.p1.1)\.
- Stiennonet al\.\(2022\)N\. Stiennon, L\. Ouyang, J\. Wu, D\. M\. Ziegler, R\. Lowe, C\. Voss, A\. Radford, D\. Amodei, and P\. ChristianoLearning to summarize from human feedback\.External Links:2009\.01325,[Link](https://arxiv.org/abs/2009.01325)Cited by:[Hidden Knowledge and Recall Failures](https://arxiv.org/html/2608.20794#Sx2.SSx2.p1.1)\.
- Tanet al\.\(2025\)C\. Tan, W\. Shao, H\. Xiong, T\. Zhu, Z\. Liu, K\. Shi, and W\. ChenUAQFact: evaluating factual knowledge utilization of LLMs on unanswerable questions\.InFindings of the Association for Computational Linguistics: ACL 2025,W\. Che, J\. Nabende, E\. Shutova, and M\. T\. Pilehvar \(Eds\.\),Vienna, Austria,pp\. 1700–1715\.External Links:[Link](https://aclanthology.org/2025.findings-acl.85/),[Document](https://dx.doi.org/10.18653/v1/2025.findings-acl.85),ISBN 979\-8\-89176\-256\-5Cited by:[Introduction](https://arxiv.org/html/2608.20794#Sx1.p3.1)\.
- Wanget al\.\(2023\)C\. Wang, S\. Cheng, Q\. Guo, Y\. Yue, B\. Ding, Z\. Xu, Y\. Wang, X\. Hu, Z\. Zhang, and Y\. ZhangEvaluating open\-qa evaluation\.InAdvances in Neural Information Processing Systems,A\. Oh, T\. Naumann, A\. Globerson, K\. Saenko, M\. Hardt, and S\. Levine \(Eds\.\),Vol\.36,pp\. 77013–77042\.External Links:[Link](https://proceedings.neurips.cc/paper_files/paper/2023/file/f323d594aa5d2c68154433a131c07959-Paper-Datasets_and_Benchmarks.pdf)Cited by:[Introduction](https://arxiv.org/html/2608.20794#Sx1.p3.1)\.
- Wang \(2024\)S\. WangReal\-time object detection using a lightweight two\-stage detection network with efficient data representation\.ICCK Transactions on Emerging Topics in Artificial Intelligence1\(1\),pp\. 17–30\.External Links:[Document](https://dx.doi.org/10.62762/TETAI.2024.320179),[Link](https://www.icck.org/article/abs/TETAI.2024.320179),ISSN 3068\-6652Cited by:[Introduction](https://arxiv.org/html/2608.20794#Sx1.p1.1)\.
- Wanget al\.\(2024\)Y\. Wang, M\. Wang, M\. A\. Manzoor, F\. Liu, G\. Georgiev, R\. J\. Das, and P\. NakovFactuality of large language models: a survey\.External Links:2402\.02420,[Link](https://arxiv.org/abs/2402.02420)Cited by:[Introduction](https://arxiv.org/html/2608.20794#Sx1.p3.1)\.
- Wuet al\.\(2025\)C\. Wu, Z\. R\. Tam, C\. Lin, Y\. Chen, S\. Sun, and H\. LeeMitigating forgetting in llm fine\-tuning via low\-perplexity token learning\.External Links:2501\.14315,[Link](https://arxiv.org/abs/2501.14315)Cited by:[Introduction](https://arxiv.org/html/2608.20794#Sx1.p2.1)\.
- Yanget al\.\(2024a\)H\. Yang, Y\. Zhang, J\. Xu, H\. Lu, P\. A\. Heng, and W\. LamUnveiling the generalization power of fine\-tuned large language models\.External Links:2403\.09162,[Link](https://arxiv.org/abs/2403.09162)Cited by:[Introduction](https://arxiv.org/html/2608.20794#Sx1.p1.1)\.
- Yanget al\.\(2024b\)X\. Yang, J\. Huang, J\. Li, Y\. Zhao, H\. Li, Z\. Yu, S\. Gao, and R\. CaoOptically mediated nonvolatile resistive memory device based on metal–organic frameworks\.Advanced Materials36\(35\),pp\. 2313608\.External Links:[Document](https://dx.doi.org/https%3A//doi.org/10.1002/adma.202313608),[Link](https://advanced.onlinelibrary.wiley.com/doi/abs/10.1002/adma.202313608),https://advanced\.onlinelibrary\.wiley\.com/doi/pdf/10\.1002/adma\.202313608Cited by:[Introduction](https://arxiv.org/html/2608.20794#Sx1.p4.1)\.
- Yeet al\.\(2025\)J\. Ye, Y\. Yang, Y\. Nan, S\. Li, Q\. Zhang, T\. Gui, X\. Huang, P\. Wang, Z\. Shi, and J\. FanAnalyzing the effects of supervised fine\-tuning on model knowledge from token and parameter levels\.InProceedings of the 2025 Conference on Empirical Methods in Natural Language Processing,pp\. 471–513\.External Links:[Link](http://dx.doi.org/10.18653/v1/2025.emnlp-main.25),[Document](https://dx.doi.org/10.18653/v1/2025.emnlp-main.25)Cited by:[Introduction](https://arxiv.org/html/2608.20794#Sx1.p1.1)\.
- Zhanget al\.\(2025\)S\. Zhang, L\. Dong, X\. Li, S\. Zhang, X\. Sun, S\. Wang, J\. Li, R\. Hu, T\. Zhang, F\. Wu, and G\. WangInstruction tuning for large language models: a survey\.External Links:2308\.10792,[Link](https://arxiv.org/abs/2308.10792)Cited by:[Introduction](https://arxiv.org/html/2608.20794#Sx1.p1.1)\.
- Zhang and Wu \(2024\)X\. Zhang and J\. WuDissecting Learning and Forgetting in Language Model Finetuning\.InInternational Conference on Learning Representations,External Links:[Link](https://mlanthology.org/iclr/2024/zhang2024iclr-dissecting/)Cited by:[Introduction](https://arxiv.org/html/2608.20794#Sx1.p1.1),[Introduction](https://arxiv.org/html/2608.20794#Sx1.p2.1)\.
- Zhenget al\.\(2025\)J\. Zheng, X\. Cai, S\. Qiu, and Q\. MaSpurious forgetting in continual learning of language models\.External Links:2501\.13453,[Link](https://arxiv.org/abs/2501.13453)Cited by:[Introduction](https://arxiv.org/html/2608.20794#Sx1.p2.1),[Hidden Knowledge and Recall Failures](https://arxiv.org/html/2608.20794#Sx2.SSx2.p1.1),[Preliminary Studies](https://arxiv.org/html/2608.20794#Sx3.p1.1)\.
- Ziegleret al\.\(2020\)D\. M\. Ziegler, N\. Stiennon, J\. Wu, T\. B\. Brown, A\. Radford, D\. Amodei, P\. Christiano, and G\. IrvingFine\-tuning language models from human preferences\.External Links:1909\.08593,[Link](https://arxiv.org/abs/1909.08593)Cited by:[Hidden Knowledge and Recall Failures](https://arxiv.org/html/2608.20794#Sx2.SSx2.p1.1)\.
- Zucchetet al\.\(2025\)N\. Zucchet, J\. Bornschein, S\. Chan, A\. Lampinen, R\. Pascanu, and S\. DeHow do language models learn facts? dynamics, curricula and hallucinations\.External Links:2503\.21676,[Link](https://arxiv.org/abs/2503.21676)Cited by:[SFT\-Induced Factual Degradation in LLMs](https://arxiv.org/html/2608.20794#Sx2.SSx1.p1.1)\.Similar Articles
Knowledge Distillation During Mid-Training Favors Reasoning over Factual Recall
This paper introduces Switch Distillation, a novel mid-training objective that selectively applies knowledge distillation based on teacher confidence to improve reasoning and preserve factual recall in smaller language models.
RAFT: Data Refinement and Adaptive Distillation for Domain Fine-Tuning with Alleviated Forgetting
RAFT is a two-stage framework for domain-specific fine-tuning of LLMs that addresses catastrophic forgetting by refining supervision data and using on-policy distillation with adaptive loss balancing, achieving significant improvements on domain accuracy while recovering general capabilities.
SFT, RL, and On-Policy Distillation Through a Distributional Lens (19 minute read)
This article analyzes post-training methods for language models through a distributional perspective, comparing how SFT, RL, and on-policy distillation reshape model distributions and impact phenomena like catastrophic forgetting.
Self-Distillation as a Performance Recovery Mechanism for LLMs: Counteracting Compression and Catastrophic Forgetting
This paper introduces Self-Distillation Fine-Tuning (SDFT) as a recovery mechanism for LLMs suffering from performance degradation due to catastrophic forgetting, quantization, and pruning. The authors provide theoretical justification using Centered Kernel Alignment (CKA) to demonstrate that self-distillation aligns the student model's high-dimensional manifold with the teacher's optimal structure, effectively recovering lost capabilities.
DataRx: Missingness-Aware Sampling for Safer Large Language Model Task-Specific Fine-Tuning
This paper proposes DataRx, a missingness-aware sampling method that selects safety-critical examples to preserve LLM safety during task-specific fine-tuning, reducing attack success rates from 59.23% to 13.70% on Llama3-8B-Instruct.