PeterJinGo
commited on
Commit
•
500173b
1
Parent(s):
9961fed
Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ tags:
|
|
18 |
GRBench is a comprehensive benchmark dataset to support the development of methodology and facilitate the evaluation of the proposed models for Augmenting Large Language Models with External Textual Graphs.
|
19 |
|
20 |
<p align="center">
|
21 |
-
<img src="intro.png" width="400px"/>
|
22 |
</p>
|
23 |
|
24 |
|
@@ -31,7 +31,7 @@ GRBench is a comprehensive benchmark dataset to support the development of metho
|
|
31 |
GRBench includes 10 real-world graphs that can serve as external knowledge sources for LLMs from five domains including academic, e-commerce, literature, healthcare, and legal domains. Each sample in GRBench consists of a manually designed question and an answer, which can be directly answered by referring to the graphs or retrieving the information from the graphs as context. To make the dataset comprehensive, we include samples of different difficulty levels: easy questions (which can be answered with single-hop reasoning on graphs), medium questions (which necessitate multi-hop reasoning on graphs), and hard questions (which call for inductive reasoning with information on graphs as context).
|
32 |
|
33 |
<p align="center">
|
34 |
-
<img src="data.png" width="300px"/>
|
35 |
</p>
|
36 |
|
37 |
- **Curated by:** Bowen Jin (https://peterjin.me/), Chulin Xie (https://alphapav.github.io/), Jiawei Zhang (https://javyduck.github.io/) and Kashob Kumar Roy (https://www.linkedin.com/in/forkkr/)
|
|
|
18 |
GRBench is a comprehensive benchmark dataset to support the development of methodology and facilitate the evaluation of the proposed models for Augmenting Large Language Models with External Textual Graphs.
|
19 |
|
20 |
<p align="center">
|
21 |
+
<img src="https://github.com/PeterGriffinJin/Graph-CoT/blob/main/fig/intro.png" width="400px"/>
|
22 |
</p>
|
23 |
|
24 |
|
|
|
31 |
GRBench includes 10 real-world graphs that can serve as external knowledge sources for LLMs from five domains including academic, e-commerce, literature, healthcare, and legal domains. Each sample in GRBench consists of a manually designed question and an answer, which can be directly answered by referring to the graphs or retrieving the information from the graphs as context. To make the dataset comprehensive, we include samples of different difficulty levels: easy questions (which can be answered with single-hop reasoning on graphs), medium questions (which necessitate multi-hop reasoning on graphs), and hard questions (which call for inductive reasoning with information on graphs as context).
|
32 |
|
33 |
<p align="center">
|
34 |
+
<img src="https://github.com/PeterGriffinJin/Graph-CoT/blob/main/fig/data.png" width="300px"/>
|
35 |
</p>
|
36 |
|
37 |
- **Curated by:** Bowen Jin (https://peterjin.me/), Chulin Xie (https://alphapav.github.io/), Jiawei Zhang (https://javyduck.github.io/) and Kashob Kumar Roy (https://www.linkedin.com/in/forkkr/)
|