PROPEX-RAG: Enhanced GraphRAG using Prompt-Driven Prompt Execution
Tejas Sarnaik, Manan Shah, Ravi Hegde

TL;DR
This paper introduces PROPEX-RAG, a prompt-driven graph retrieval framework that significantly improves multi-hop question answering by emphasizing prompt design and entity-based graph traversal, achieving state-of-the-art results.
Contribution
The paper presents a novel prompt-driven GraphRAG framework that leverages prompt formulation and entity-guided graph traversal for enhanced multi-hop reasoning and retrieval.
Findings
Achieved state-of-the-art F1 scores on HotpotQA and 2WikiMultiHopQA datasets.
Demonstrated the importance of prompt design in improving retrieval accuracy.
Showed that entity-guided graph traversal enhances multi-hop reasoning efficiency.
Abstract
Retrieval-Augmented Generation (RAG) has become a robust framework for enhancing Large Language Models (LLMs) with external knowledge. Recent advances in RAG have investigated graph based retrieval for intricate reasoning; however, the influence of prompt design on enhancing the retrieval and reasoning process is still considerably under-examined. In this paper, we present a prompt-driven GraphRAG framework that underscores the significance of prompt formulation in facilitating entity extraction, fact selection, and passage reranking for multi-hop question answering. Our approach creates a symbolic knowledge graph from text data by encoding entities and factual relationships as structured facts triples. We use LLMs selectively during online retrieval to perform semantic filtering and answer generation. We also use entity-guided graph traversal through Personalized PageRank (PPR) to…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Advanced Graph Neural Networks · Multimodal Machine Learning Applications
