Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,34 @@
|
|
| 1 |
-
---
|
| 2 |
-
license:
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- Retrieval
|
| 5 |
+
- RAG
|
| 6 |
+
- LLM
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# ᛉ-RAG: Hierarchical Abstract Tree for Cross-Document Retrieval-Augmented Generation
|
| 10 |
+
|
| 11 |
+
<div align="center">
|
| 12 |
+
[](https://github.com/Newiz430/Psi-RAG)
|
| 13 |
+
[](https://huggingface.co/Newiz430/Psi-RAG)
|
| 14 |
+
[](https://arxiv.org/abs/2605.00529)
|
| 15 |
+
[](TBD)
|
| 16 |
+
|
| 17 |
+
This is the index file page of $\Psi$-RAG. The tree indexes from our experiments can be automatically downloaded from here. See our [GitHub page](https://huggingface.co/Newiz430/Psi-RAG) for details.
|
| 18 |
+
|
| 19 |
+
## Citation
|
| 20 |
+
|
| 21 |
+
Please consider citing our work if it helps:
|
| 22 |
+
|
| 23 |
+
```bibtex
|
| 24 |
+
@inproceedings{psi-rag,
|
| 25 |
+
title={Hierarchical Abstract Tree for Cross-Document Retrieval-Augmented Generation},
|
| 26 |
+
author={Ziwen, Zhao and Menglin, Yang},
|
| 27 |
+
booktitle={Proceedings of the 43rd International Conference on Machine Learning},
|
| 28 |
+
year={2026},
|
| 29 |
+
month={July},
|
| 30 |
+
address={Seoul, South Korea},
|
| 31 |
+
pages={TBD},
|
| 32 |
+
publisher={TBD},
|
| 33 |
+
}
|
| 34 |
+
```
|