Update README.md
Browse files
README.md
CHANGED
|
@@ -51,3 +51,18 @@ An exmaple of the dataset is as follows:
|
|
| 51 |
"sparql": "SELECT DISTINCT ?x0 WHERE {\n?x0 wdt:P1040 wd:Q1401104 .\n?x0 wdt:P1431 ?x1 .\n?x0 wdt:P1431 wd:Q3772 .\n?x0 wdt:P1431 wd:Q887636 .\n?x0 wdt:P1431 wd:Q965826 .\nwd:Q1480733 wdt:P161 ?x1 .\nwd:Q1480733 wdt:P1040 ?x1\n}"
|
| 52 |
}
|
| 53 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
"sparql": "SELECT DISTINCT ?x0 WHERE {\n?x0 wdt:P1040 wd:Q1401104 .\n?x0 wdt:P1431 ?x1 .\n?x0 wdt:P1431 wd:Q3772 .\n?x0 wdt:P1431 wd:Q887636 .\n?x0 wdt:P1431 wd:Q965826 .\nwd:Q1480733 wdt:P161 ?x1 .\nwd:Q1480733 wdt:P1040 ?x1\n}"
|
| 52 |
}
|
| 53 |
```
|
| 54 |
+
|
| 55 |
+
|
| 56 |
+
**Citation**
|
| 57 |
+
|
| 58 |
+
```
|
| 59 |
+
@misc{shen2023graphextqabenchmarkevaluatinggraphenhanced,
|
| 60 |
+
title={GraphextQA: A Benchmark for Evaluating Graph-Enhanced Large Language Models},
|
| 61 |
+
author={Yuanchun Shen and Ruotong Liao and Zhen Han and Yunpu Ma and Volker Tresp},
|
| 62 |
+
year={2023},
|
| 63 |
+
eprint={2310.08487},
|
| 64 |
+
archivePrefix={arXiv},
|
| 65 |
+
primaryClass={cs.CL},
|
| 66 |
+
url={https://arxiv.org/abs/2310.08487},
|
| 67 |
+
}
|
| 68 |
+
```
|