tejas-sarnaik commited on
Commit
34d082b
·
verified ·
1 Parent(s): 23b8241

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -35
README.md CHANGED
@@ -10,41 +10,7 @@ paperswithcode_id: propex-rag
10
  arxiv: 2511.01802
11
  ---
12
 
13
- <h1 align="center">PROPEX-RAG: Enhanced GraphRAG using Prompt Driven Prompt Execution</h1>
14
-
15
- [<img align="center" src="https://img.shields.io/badge/🤗 Dataset-ProPEX--RAG-yellow" />](https://huggingface.co/datasets/tejas-sarnaik/ProPEX-RAG/tree/main)
16
- [<img align="center" src="https://img.shields.io/badge/arXiv-ProPEX--RAG-b31b1b" />](https://arxiv.org/abs/2511.01802v1)
17
- [<img align="center" src="https://img.shields.io/badge/GitHub-ProPEX--RAG-blue" />](https://github.com/tejas-sarnaik/ProPEX-RAG.git)
18
-
19
- ### ProPEX-RAG is a prompt-driven, entity-guided RAG framework that emphasizes the role of prompt design in improving retrieval and reasoning across large knowledge graphs.
20
-
21
- Our approach unifies symbolic graph construction with prompt-aware online retrieval, enabling precise entity extraction, fact filtering, and multi-hop passage re-ranking.
22
-
23
- This design achieves high performance on complex QA tasks while maintaining scalability and efficiency, offering a practical and interpretable alternative to existing graph-based RAG systems.
24
-
25
- #### Check out our papers to learn more:
26
-
27
- * [**PROPEX-RAG: Enhanced GraphRAG using Prompt Driven Prompt Execution**](https://arxiv.org/abs/2511.01802v1) [PReMI '25].
28
-
29
- ----
30
-
31
- ## Contact
32
-
33
- Questions or issues? File an issue or contact
34
- [Tejas Sarnaik](mailto:[email protected])
35
-
36
- ## Citation
37
-
38
- If you find this work useful, please consider citing our papers:
39
- ### ProPEX-RAG
40
- ```
41
- @article{sarnaik2025propex,
42
- title = {PROPEX-RAG: Enhanced GraphRAG using Prompt-Driven Prompt Execution},
43
- author = {Sarnaik, Tejas and Shah, Manan and Hegde, Ravi},
44
- journal = {arXiv preprint arXiv:2511.01802},
45
- year = {2025}
46
- ```
47
- <h1 align="center">PROPEX-RAG: Enhanced GraphRAG using Prompt Driven Prompt Execution</h1>
48
 
49
  [<img align="center" src="https://img.shields.io/badge/🤗 Dataset-ProPEX--RAG-yellow" />](https://huggingface.co/datasets/tejas-sarnaik/ProPEX-RAG/tree/main)
50
  [<img align="center" src="https://img.shields.io/badge/arXiv-ProPEX--RAG-b31b1b" />](https://arxiv.org/abs/2511.01802v1)
 
10
  arxiv: 2511.01802
11
  ---
12
 
13
+ <h1 align="left">PROPEX-RAG: Enhanced GraphRAG using Prompt Driven Prompt Execution</h1>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
 
15
  [<img align="center" src="https://img.shields.io/badge/🤗 Dataset-ProPEX--RAG-yellow" />](https://huggingface.co/datasets/tejas-sarnaik/ProPEX-RAG/tree/main)
16
  [<img align="center" src="https://img.shields.io/badge/arXiv-ProPEX--RAG-b31b1b" />](https://arxiv.org/abs/2511.01802v1)