paper-with-me

홈 › Papers

P-RAG: Prompt-Enhanced Parametric RAG with LoRA and Selective CoT for Biomedical and Multi-Hop QA

2026-02-02 · Xingda Lyu, Gongfu Lyu, Zitai Yan, Yuxin Jiang arxiv

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, P-RAG nearly doubles the overall score vs. Standard RAG (33.44% vs. 17.83%) and achieves 44.03% on the Compare subset (with 42.74% Bridge, 21.84% Inference, 8.60% Compose). CoT prompting substantially improves multi-hop reasoning but yields mixed results for simpler, single-hop queries. These findings underscore P-RAG's potential for accurate, scalable, and contextually adaptive biomedical question answering. Our contributions include: (1) LoRA-based fine-tuning of LLaMA-3.2-1B-Instruct for biomedical QA, (2) introduction of P-RAG with Chain-of-Thought prompting, and (3) state-of-the-art results on PubMedQA and 2WikiMultihopQA.

📄 PDF Abstract BibTeX arXiv:2602.15874

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

HiPrompt: Few-Shot Biomedical Knowledge Fusion via Hierarchy-Oriented Prompting

2023-04-12 · Jiaying Lu, Jiaming Shen, Bo Xiong, Wenjing Ma 외

Medical decision-making processes can be enhanced by comprehensive biomedical knowledge bases, which require fusing knowledge graphs constructed from different sources via a uniform index system. The index system often o…

Decision MakingKnowledge Graphs

AutoGraphex: Zero-shot Biomedical Definition Generation with Automatic Prompting

2021-12-17 · ACL ARR December 2022 12 · Anonymous

Describing terminologies with definition texts is an important step towards understanding the scientific literature, especially for domains with limited labeled terminologies. Previous works have sought to design supervi…

DescriptiveLanguage ModelingLanguage ModellingText Generation+1

Biomed-DPT: Dual Modality Prompt Tuning for Biomedical Vision-Language Models

2025-05-08 · Wei Peng, Kang Liu, Jianchen Hu, Meng Zhang

Prompt learning is one of the most effective paradigms for adapting pre-trained vision-language models (VLMs) to the biomedical image classification tasks in few shot scenarios. However, most of the current prompt learni…

Clinical KnowledgeDiagnosticimage-classificationImage Classification+3

Cross-Lingual Exploration for Parametric Knowledge

2026-06-23 · Elisha Diskind, Itamar Trainin, Uri Shaham, Leshem Choshen 외 arxiv

Parametric knowledge in Large Language Models is not equally accessible across languages. As a result, standard inference techniques often struggle to surface localized facts, leading to failures in cross-lingual knowled…

LLMs are not Zero-Shot Reasoners for Biomedical Information Extraction

2024-08-22 · Aishik Nagar, Viktor Schlegel, Thanh-Tung Nguyen, Hao Li 외

Large Language Models (LLMs) are increasingly adopted for applications in healthcare, reaching the performance of domain experts on tasks such as question answering and document summarisation. Despite their success on th…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+3