parthsarthi03 / raptor

The official implementation of RAPTOR: Recursive Abstractive Processing for Tree-Organized Retrieval
https://arxiv.org/abs/2401.18059
MIT License
688 stars 98 forks source link

Question about experiment #18

Closed liuxinbin12138 closed 3 weeks ago

liuxinbin12138 commented 3 months ago

In the paper's experimental section, is the tree constructed using multiple documents or just a single document? Based on the code, it appears that a tree can only be constructed using one document. I look forward to your response!

parthsarthi03 commented 3 months ago

Hey! We build one tree per document.

hippoley commented 3 months ago

It's more like a Directed Acyclic Graph (DAG) when compared to a tree.

liuxinbin12138 commented 3 months ago

Hey! We build one tree per document.

thx a lot