New Method Prevents LLM Factual Access Failures Post-SFT

Haodong Chen, Yadong Wang, Shengtao Wen, Dong Liang, Xiang Chen· August 24, 2026 View original

Key takeaways

  • SFT can cause "factual access failures" where LLMs know but don't say facts.
  • These failures are often due to expression-level issues, not just forgetting.
  • Recall-Anchored Distillation (RAD) preserves OOD factual recall post-SFT.
  • RAD is a self-distillation method requiring no gold OOD answers.

Who benefits

AI EngineeringHealthcareEducationContent CreationLegal

Summary

Researchers identify "factual access failure" where fine-tuned LLMs know facts but fail to generate them in open-ended responses, often due to expression-level issues. They propose Recall-Anchored Distillation (RAD), a self-distillation objective that preserves out-of-domain factual recall without needing gold OOD answers.

This research delves into a specific problem encountered after supervised fine-tuning (SFT) of Large Language Models: "factual access failure." This phenomenon occurs when an LLM, despite retaining factual knowledge (demonstrated by its ability to recognize or rank correct answers in constrained settings), fails to produce that information in open-ended generation tasks. The study attributes these failures not just to catastrophic forgetting, but also to expression-level issues like verbosity, formatting mismatches, or exact-match artifacts. To combat this, the researchers introduce Recall-Anchored Distillation (RAD). This novel self-distillation objective aligns the adapted model with the original base model's soft continuation distribution on unlabeled out-of-distribution (OOD) text. Crucially, RAD does not require gold OOD answers, external judges, or labeled factual data. Experiments across three model backbones fine-tuned on MedMCQA show that RAD consistently recovers a significant portion of lost OOD factual recall while maintaining target-domain adaptation.

Why it matters

For professionals developing and deploying LLMs, especially in specialized domains, RAD offers a practical method to prevent the degradation of general factual knowledge during fine-tuning, leading to more robust and reliable models.

How to implement this in your domain

  1. 1Assess current LLM fine-tuning pipelines for potential factual access failures in out-of-domain contexts.
  2. 2Implement Recall-Anchored Distillation (RAD) as part of the SFT process to preserve general knowledge.
  3. 3Develop evaluation metrics that distinguish between genuine factual forgetting and expression-level failures.
  4. 4Train model developers on advanced distillation techniques for maintaining model robustness.

Original post by Haodong Chen, Yadong Wang, Shengtao Wen, Dong Liang, Xiang Chen

"arXiv:2608.20794v1 Announce Type: new 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…"

View on X

Originally posted by Haodong Chen, Yadong Wang, Shengtao Wen, Dong Liang, Xiang Chen on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses

More in AI Engineering & DevTools