File size: 801 Bytes
3b2f3c7
 
 
 
 
 
 
 
 
 
53a72d2
3b2f3c7
53a72d2
3b2f3c7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
license: mit
tags:
- Retrieval
- RAG
- LLM
---

# ᛉ-RAG: Hierarchical Abstract Tree for Cross-Document Retrieval-Augmented Generation

This is the index file page of $\Psi$-RAG. The tree indexes from our experiments can be automatically downloaded from here. 

See our [paper](https://arxiv.org/abs/2605.00529) and [GitHub page](https://huggingface.co/Newiz430/Psi-RAG) for details. 

## Citation

Please consider citing our work if it helps:

```bibtex
@inproceedings{psi-rag,
  title={Hierarchical Abstract Tree for Cross-Document Retrieval-Augmented Generation}, 
  author={Ziwen, Zhao and Menglin, Yang},
  booktitle={Proceedings of the 43rd International Conference on Machine Learning},
  year={2026},
  month={July},
  address={Seoul, South Korea},
  pages={TBD},
  publisher={TBD},
}
```