Update README.md
Browse files
README.md
CHANGED
|
@@ -7,4 +7,28 @@ sdk: static
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
+
# QAFD-RAG
|
| 11 |
+
|
| 12 |
+
Official data and pre-built knowledge graphs for [QAFD-RAG](https://github.com/Tarzanagh/QAFD-RAG) (Query-Aware Flow Diffusion for Graph-Based RAG with Retrieval Guarantees), published at **ICLR 2026**.
|
| 13 |
+
|
| 14 |
+
- **Paper**: [OpenReview](https://openreview.net/pdf?id=n28wnc2QTc)
|
| 15 |
+
- **Code**: [GitHub](https://github.com/Tarzanagh/QAFD-RAG)
|
| 16 |
+
- **Website**: [qafd-rag.github.io](https://qafd-rag.github.io)
|
| 17 |
+
|
| 18 |
+
## Datasets
|
| 19 |
+
|
| 20 |
+
| Dataset | Description |
|
| 21 |
+
|---------|-------------|
|
| 22 |
+
| [qafd/kg](https://huggingface.co/datasets/qafd/kg) | Pre-built knowledge graphs for all benchmarks (UltraDomain, Multi-hop QA, Text-to-SQL, Summarization) |
|
| 23 |
+
|
| 24 |
+
## Citation
|
| 25 |
+
|
| 26 |
+
```bibtex
|
| 27 |
+
@inproceedings{zhou2026qafd,
|
| 28 |
+
title={Query-Aware Flow Diffusion for Graph-Based RAG with Retrieval Guarantees},
|
| 29 |
+
author={Zhuoping Zhou and Davoud Ataee Tarzanagh and Sima Didari and Wenjun Hu
|
| 30 |
+
and Baruch Gutow and Oxana Verkholyak and Masoud Faraki and Heng Hao
|
| 31 |
+
and Hankyu Moon and Seungjai Min},
|
| 32 |
+
booktitle={International Conference on Learning Representations (ICLR)},
|
| 33 |
+
year={2026}
|
| 34 |
+
}
|