MergePRAG: Orthogonal Merging of Passage-Experts for Multi-Hop Parametric RAG
Abstract
Large language models (LLMs) can be enhanced with external knowledge through two dominant approaches: (1) **retrieval-augmented generation (RAG)**, which supplements LLMs with in-context retrieved passages, and (2) **parametric knowledge adaptation (PKA)**, which directly updates model parameters with new domain knowledge. Recently, parametric RAG (PRAG) has emerged as a promising framework, extending RAG by translating retrieved passages into parameter updates, thereby mitigating inefficiency and noise sensitivity inherent to RAG. However, existing PRAG methods remain limited to single-pass retrieval, falling short of the **multi-hop RAG** setting that requires iterative retrieval and reasoning. We propose **MergePRAG**(*Orthogonal Merging of Passage-experts for Multi-hop PRAG*), a novel framework that sequentially integrates retrieved passages into LLM parameters through a continual merging mechanism, which is advanced by two key proposals: (1) **orthogonal merging** using the Gram–Schmidt process to minimize conflicts between "passage experts", and (2) **critical-layer parameterization** to efficiently encode in-context passages. Experiments on multi-hop open-domain QA and reasoning-aware knowledge editing show that MergePRAG consistently outperforms both standard and state-of-the-art RAGs as well as existing parametric adaptation methods, achieving superior effectiveness and efficiency. All datasets and code will be released at https://github.com/Liu-Xuebing/MhQA_hypernetwork.
Cite
Text
Liu et al. "MergePRAG: Orthogonal Merging of Passage-Experts for Multi-Hop Parametric RAG." International Conference on Learning Representations, 2026.Markdown
[Liu et al. "MergePRAG: Orthogonal Merging of Passage-Experts for Multi-Hop Parametric RAG." International Conference on Learning Representations, 2026.](https://mlanthology.org/iclr/2026/liu2026iclr-mergeprag/)BibTeX
@inproceedings{liu2026iclr-mergeprag,
title = {{MergePRAG: Orthogonal Merging of Passage-Experts for Multi-Hop Parametric RAG}},
author = {Liu, Xuebing and Qiao, Shanbao and Nyange, Roseline and Min, Dongwook and Kim, Hyun and Na, Seung-Hoon},
booktitle = {International Conference on Learning Representations},
year = {2026},
url = {https://mlanthology.org/iclr/2026/liu2026iclr-mergeprag/}
}