Inject, Align, Recover: Staged Post-Training for Retrieval-Free Document Knowledge Internalization (arXiv: 2608.20281)
Scanned 9/11/2026
Install to Claude Code
npx -y skills add hiyenwong/ai_collection --skill arxiv-2608-20281-inject-align-recover-staged-post-training-for-retr --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Arxiv 2608 20281 Inject Align Recover Staged Post Training For Retr?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hiyenwong-arxiv-2608-20281-inject-align-recover-staged-post)More formats (shields.io, HTML) on the badges page.
---
name: arxiv-2608-20281-inject-align-recover-staged-post-training-for-retr
description: 'Inject, Align, Recover: Staged Post-Training for Retrieval-Free Document Knowledge Internalization (arXiv: 2608.20281)'
category: nlp-llm
version: "1.0"
date: 2026-08-22
---
# Inject, Align, Recover: Staged Post-Training for Retrieval-Free Document Knowledge Internalization
**Authors:** Qian Kou, Xiaofeng Shi, Xiaosong Qiu, Hua Zhou
**arXiv:** 2608.20281
**Utility:** 1.00
**Published:** 2026-08-20T17:14:24Z
**Link:** http://arxiv.org/abs/2608.20281
## Abstract
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.
## Summary
This skill encapsulates the key contributions and methods from the arXiv paper "Inject, Align, Recover: Staged Post-Training for Retrieval-Free Document Knowledge Internalization".
The paper presents novel ideas in nlp-llm that can be applied to agent systems.
## How to Use
1. Review the paper's methodology and findings.
2. Identify applicable components for your agent workflow.
3. Implement the core techniques as described in the paper.
4. Validate improvements in your specific use case.
## Pitfalls
- Ensure the paper's assumptions match your agent's environment.
- Validate implementation details before deployment.
- Consider computational complexity and resource requirements.
## References
- arXiv:2608.20281
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!