Skip to content

Commit 6cc4613

Browse files
committed
Update index.html
1 parent 159432d commit 6cc4613

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

RAG/index.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
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 introduction to RAG for LLM customization & reasoning.</a></p>
87+
<p><a href="https://github.com/DEEP-PolyU/Awesome-GraphRAG" class="btn btn-primary">Read our survey for more details.</a></p>
8888
</div>
8989

9090
<div class="content-section" id="leaderboard">
@@ -1057,13 +1057,10 @@
10571057

10581058
<div class="leaderboard-notes">
10591059
<p>
1060-
GraphRAG-Bench: Challenging Domain-Specific Reasoning for Evaluating Graph Retrieval-Augmented Generation.<br>
1061-
GraphRAG-Bench contains 1,018 college-level question spans 16 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>
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>
10621061
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>
1063-
Link to huggingface of dataset: <a href="https://huggingface.co/datasets/Awesome-GraphRAG/GraphRAG-Bench" >https://huggingface.co/datasets/Awesome-GraphRAG/GraphRAG-Bench<a>
1062+
Download <a href="https://huggingface.co/datasets/Awesome-GraphRAG/GraphRAG-Bench" >GraphRAG_Education dataset<a> now!
10641063
</p>
1065-
1066-
10671064
</div>
10681065

10691066
<div class="view-details-button" style="text-align: center; margin-top: 20px;">

0 commit comments

Comments
 (0)