|
2 | 2 |
|
3 | 3 | The current folder holds all the datasets we used, the statistics of the datasets used in the paper are shown in table below: |
4 | 4 |
|
5 | | -| Dataset | Answer Format | Train | Test | Licence | |
6 | | -|------------------------|---------------|-------------|-------|------------| |
7 | | -| ComplexWebQuestions | Entity | 27,734 | 3,531 | - | |
8 | | -| WebQSP | Number | 3,098 | 1,639 | CC License | |
9 | | -| GrailQA* | Entity/Number | 44,337 | 1,000 | - | |
10 | | -| QALD-10 | Entity/Number | - | 333 | MIT License| |
11 | | -| Simple Question* | Number | 14,894 | 1,000 | CC License | |
12 | | -| WebQuestions | Entity/Number | 3,778 | 2,032 | - | |
13 | | -| T-REx | Entity | 2,284,168 | 5,000 | MIT License| |
14 | | -| Zero-Shot RE | Entity | 147,909 | 3,724 | MIT License| |
15 | | -| Creak | Bool | 10,176 | 1,371 | MIT License| |
| 5 | +| Dataset | Answer Format | Train | Test | Licence | Mid (For Freebase) | Qid (For Wikidata) | |
| 6 | +| ------------------- | ------------- | --------- | ----- | ----------- | ------------------ | ------------------ | |
| 7 | +| ComplexWebQuestions | Entity | 27,734 | 3,531 | - | √ | √ | |
| 8 | +| WebQSP | Number | 3,098 | 1,639 | CC License | √ | √ | |
| 9 | +| GrailQA* | Entity/Number | 44,337 | 1,000 | - | √ | | |
| 10 | +| QALD-10 | Entity/Number | - | 333 | MIT License | | √ | |
| 11 | +| Simple Question* | Number | 14,894 | 1,000 | CC License | √ | | |
| 12 | +| WebQuestions | Entity/Number | 3,778 | 2,032 | - | √ | √ | |
| 13 | +| T-REx | Entity | 2,284,168 | 5,000 | MIT License | | √ | |
| 14 | +| Zero-Shot RE | Entity | 147,909 | 3,724 | MIT License | | √ | |
| 15 | +| Creak | Bool | 10,176 | 1,371 | MIT License | | √ | |
16 | 16 |
|
17 | 17 | where * denotes we randomly selected 1,000 samples from the GrailQA and Simple Questions test set to constitute the testing set owing to the abundance of test samples. |
18 | 18 |
|
19 | | -If the user wants to search with a different KG source, check out the `mid2qid` and `qid2mid` APIs of the simple-wikidata-db folder. |
| 19 | +If the user wants to search with a different KG source, check out the `mid2qid` and `qid2mid` APIs of the simple-wikidata-db folder. We have put the mid and qid used in our experiments into the dataset. |
0 commit comments