Skip to content

Commit 8e40d5d

Browse files
committed
update datasets
1 parent c9d983f commit 8e40d5d

File tree

7 files changed

+59549
-36494
lines changed

7 files changed

+59549
-36494
lines changed

data/README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22

33
The current folder holds all the datasets we used, the statistics of the datasets used in the paper are shown in table below:
44

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 | ||
1616

1717
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.
1818

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

Comments
 (0)