FCPRAG: Fusion-Controller Parametric Retrieval-Augmented Generation for Stable Multi-Passage LoRA Injection
FCPRAG introduces a fusion-controller mechanism for parametric RAG that enables sample-level adapter fusion, addressing the bottleneck of evidence-level merging when multiple passages are retrieved The framework uses a lightweight controller that predicts per-passage fusion scores along with a mixing gate and adaptive temperature, making fusion selective under strong signals and conservative under uncertainty Training employs merge-aware supervision derived from each adapter's marginal contribut
Analysis
TL;DR
- FCPRAG introduces a fusion-controller mechanism for parametric RAG that enables sample-level adapter fusion, addressing the bottleneck of evidence-level merging when multiple passages are retrieved
- The framework uses a lightweight controller that predicts per-passage fusion scores along with a mixing gate and adaptive temperature, making fusion selective under strong signals and conservative under uncertainty
- Training employs merge-aware supervision derived from each adapter's marginal contribution within a multi-adapter merge, using only training data without external tuning
- Experiments across HotpotQA, 2WikiMultiHopQA, PopQA, and ComplexWebQuestions show consistent F1 improvements over standard RAG and parametric RAG baselines, with gains up to 4.65% on 2WikiMultiHopQA and 7.55% on CWQ
- FCPRAG reduces tuning cost and improves robustness under retrieval perturbations compared to existing approaches
Why It Matters
This work addresses a critical gap in parametric RAG systems where multi-passage retrieval is common but evidence fusion remains poorly handled. For AI practitioners building retrieval-augmented systems, FCPRAG offers a practical, lightweight solution that eliminates the need for fragile global tuning while delivering measurable accuracy gains across diverse QA benchmarks.
Technical Details
- FCPRAG extends parametric RAG by injecting retrieved evidence through passage-specific LoRA adapters, replacing long in-context prompts with learned adapter parameters for each retrieved passage
- A lightweight fusion controller predicts per-passage fusion scores conditioned on the query, combined with sample-level calibration signals: a mixing gate that controls adapter combination and an adaptive temperature that modulates confidence under varying retrieval uncertainty
- The framework demonstrates that dataset-level temperature is suboptimal under heteroscedastic retrieval uncertainty, motivating the move to sample-level adaptation for more nuanced fusion behavior
- Training uses merge-aware supervision, where each adapter's loss is weighted by its marginal contribution to the multi-adapter merge, ensuring adapters learn to compete and cooperate effectively
- Evaluated on four benchmarks (HotpotQA, 2WikiMultiHopQA, PopQA, ComplexWebQuestions) across three LLM backbones, showing consistent F1 improvements with reduced tuning overhead and improved robustness to retrieval noise
Industry Insight
- The shift from global to sample-level fusion control represents a scalable pattern for multi-evidence RAG systems, suggesting that future parametric RAG frameworks should prioritize adaptive, query-conditioned fusion over static merging strategies
- Merge-aware supervision offers a generalizable training paradigm for multi-adapter systems beyond RAG, applicable to any scenario where multiple specialized adapters must be combined dynamically
- The demonstrated robustness to retrieval perturbations makes FCPRAG particularly valuable for production systems where retrieval quality is variable, reducing the need for expensive re-ranking or filtering pipelines
Disclaimer: The above content is generated by AI and is for reference only.