Skip to content

Commit 5b8e3dd

Browse files
committed
Update index.html
1 parent 6cc4613 commit 5b8e3dd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

RAG/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@
8484

8585
<div style="display: flex; align-items: center; flex-direction: column; margin-bottom: 1em;">
8686
<img src="img/RAG_pipeline.png" class="img-fluid" style="width: 90%;"/>
87-
<p><a href="https://github.com/DEEP-PolyU/Awesome-GraphRAG" class="btn btn-primary">Read our survey for more details.</a></p>
8887
</div>
8988

9089
<div class="content-section" id="leaderboard">
@@ -1054,18 +1053,19 @@
10541053
</div>
10551054
</div>
10561055

1056+
<div class="view-details-button" style="text-align: center; margin-top: 20px;">
1057+
<a href="https://huggingface.co/datasets/Awesome-GraphRAG/GraphRAG-Bench" class="btn btn-primary">Download GraphRAG-Bench (Education) now!</a>
1058+
</div>
10571059

10581060
<div class="leaderboard-notes">
10591061
<p>
1060-
GraphRAG-Bench contains 1,018 college-level question spans 16 CS disciplines, e.g., computer vision, computer networks, human-computer interaction, AI ethics, etc., featuring the ability of conceptual understanding, e.g., "Given [theorem] A and B, prove [conclusion] C", complex algorithmic programming, e.g., coding with interlinked function calls, and mathematical computation, e.g., "Given [Input], [Conv1], [MaxPool], [FC], calculate the output volume dimensions."<br>
1062+
GraphRAG-Bench contains 1,018 college-level question spans 16 CS disciplines, e.g., computer vision, computer networks, human-computer interaction, AI ethics, etc., featuring the ability of conceptual understanding, e.g., "Given [theorem] A and B, prove [conclusion] C", complex algorithmic programming, e.g., coding with interlinked function calls, and mathematical computation, e.g., "Given [Input], [Conv1], [MaxPool], [FC], calculate the output volume dimensions."
10611063
GraphRAG-Bench contains five types of diverse questions to thoroughly evaluate different aspects of reasoning, including true-or-false (TF), multiple-choice (MC), multi-select (MS), fill-in-blank (FB), and open-ended (OE).<br>
1062-
Download <a href="https://huggingface.co/datasets/Awesome-GraphRAG/GraphRAG-Bench" >GraphRAG_Education dataset<a> now!
1064+
Read our <a href="https://arxiv.org/pdf/2506.02404">paper</a> for more details.
10631065
</p>
10641066
</div>
1065-
1066-
<div class="view-details-button" style="text-align: center; margin-top: 20px;">
1067-
<a href="https://arxiv.org/pdf/2506.02404" class="btn btn-primary">Analyze Results in Detail</a>
1068-
</div>
1067+
1068+
10691069
</div>
10701070
</section>
10711071

0 commit comments

Comments
 (0)