GasolSun36 / ToG

[ICLR 2024] Think-on-Graph: Deep and Responsible Reasoning of Large Language Model on Knowledge Graph
155 stars 13 forks source link

fix bugs in freebase #18

Open Pangjing-Wu opened 5 months ago

dangmingcong commented 1 week ago

In the data preprocessing part, did you use 200G of RAM to process one-tenth of the data?

Pangjing-Wu commented 1 week ago

In the data preprocessing part, did you use 200G of RAM to process one-tenth of the data?

I can completely load the data with about 120G RAM

dangmingcong commented 1 week ago

Did you handle this with unmodified code, or did you modify the code to load the relationships between different files in sequence?