P-RAG: Prompt-Enhanced Parametric RAG with LoRA and Selective CoT for Biomedical and Multi-Hop QA
Xingda Lyu, Gongfu Lyu, Zitai Yan, Yuxin Jiang

TL;DR
This paper introduces P-RAG, a hybrid retrieval-augmented generation model enhanced with prompt techniques, LoRA fine-tuning, and multi-hop reasoning, achieving state-of-the-art results in biomedical and multi-hop question answering.
Contribution
The paper presents a novel P-RAG architecture integrating parametric knowledge, retrieval, and CoT prompting, along with LoRA fine-tuning for biomedical QA, outperforming existing methods.
Findings
P-RAG outperforms Standard RAG by 10.47% in F1 on PubMedQA.
P-RAG nearly doubles the score on 2WikiMultihopQA compared to Standard RAG.
CoT prompting improves multi-hop reasoning accuracy.
Abstract
Large Language Models (LLMs) demonstrate remarkable capabilities but remain limited by their reliance on static training data. Retrieval-Augmented Generation (RAG) addresses this constraint by retrieving external knowledge during inference, though it still depends heavily on knowledge base quality. To explore potential improvements, we evaluated three RAG variants-Standard RAG, DA-RAG, and our proposed Prompt-Enhanced Parametric RAG (P-RAG), a hybrid architecture that integrates parametric knowledge within the LLM and retrieved evidence, guided by Chain-of-Thought (CoT) prompting and Low-Rank Adaptation (LoRA) fine-tuning-on both general and biomedical datasets. Using LLaMA-3.2-1B-Instruct fine-tuned via LoRA, we evaluate on PubMedQA and 2WikiMultihopQA. P-RAG outperforms Standard RAG on PubMedQA by 10.47 percentage points in F1 (93.33% vs. 82.86%; 12.64% relative). On 2WikiMultihopQA,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Artificial Intelligence in Healthcare and Education · Machine Learning in Healthcare
