Inject, Align, Recover: Staged Post-Training for Retrieval-Free Document Knowledge Internalization
Abstract
IAR is a three-stage post-training framework that injects structured document knowledge into language models, aligns them for retrieval-free question answering, and recovers general capabilities, improving both domain accuracy and general performance.
Large language models often fail to answer questions about a bounded document collection when the source documents are not retrieved at inference time. We study this setting as document knowledge internalization: converting a fixed corpus into usable parametric knowledge for retrieval-free question answering. We propose IAR (Inject, Align, and Recover), a three-stage post-training framework that separates structured document knowledge injection, QA behavior alignment, and general ability recovery. Unlike conventional continued pretraining, Inject converts source documents into continuation, rewrite, and instruction-conditioned reconstruction objectives. Align then adapts the injected model with answer-only QA supervision, while Recover merges the domain-adapted model with the base instruction model to recover general capabilities. Across Common Corpus (CC) and CCI, and across Llama, Phi, Qwen, and SmolLM model families, IAR improves the domain-primary domain-general frontier for retrieval-free document internalization. In the main comparison, IAR improves over Vanilla SFT on all four reported metrics in 7 of 8 dataset-model settings, with average gains of 3.6 percentage points in domain QA accuracy and 12.1 percentage points in mean general performance across IFEval, MMLU, and MSBench. Extended CC baselines show that LoRA and FAPM can win individual general metrics, but among methods that also reach leading or near-leading domain internalization, IAR retains one of the strongest general profiles.
Community
What happens when a language model must answer questions about a fixed document collection without receiving retrieved passages at inference time?
We study this problem as document knowledge internalization and introduce IAR (Inject, Align, Recover), a three-stage post-training framework:
- Inject transforms documents into continuation, rewrite, and instruction-conditioned reconstruction objectives for dense knowledge exposure.
- Align makes the injected knowledge accessible through answer-only QA supervision.
- Recover merges the adapted checkpoint with the original instruction model to restore general capabilities.
Across two document corpora and four model families—Llama, Phi, Qwen, and SmolLM—IAR improves over Vanilla SFT on all four reported metrics in 7 of 8 dataset-model settings. On average, it gains 3.6 percentage points in domain QA accuracy and 12.1 points in general performance across IFEval, MMLU, and MSBench.
Our central takeaway is that document exposure, QA accessibility, and capability recovery should be measured and optimized separately rather than treated as a single fine-tuning problem. We welcome discussion on retrieval-free knowledge acquisition, evaluation protocols, and the trade-off between domain internalization and general capability retention.
Get this paper in your agent:
hf papers read 2608.20281 Don't have the latest CLI?
curl -LsSf https://hf.co/cli/install.sh | bash Models citing this paper 0
No model linking this paper
Datasets citing this paper 0
No dataset linking this paper
Spaces citing this paper 0
No Space linking this paper