add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -19,6 +19,44 @@ task_ids:
|
|
19 |
- open-domain-qa
|
20 |
paperswithcode_id: freebaseqa
|
21 |
pretty_name: FreebaseQA
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for FreebaseQA
|
@@ -168,4 +206,4 @@ York University.
|
|
168 |
|
169 |
### Contributions
|
170 |
|
171 |
-
Thanks to [@gchhablani](https://github.com/gchhablani) and [@anaerobeth](https://github.com/anaerobeth) for adding this dataset.
|
|
|
19 |
- open-domain-qa
|
20 |
paperswithcode_id: freebaseqa
|
21 |
pretty_name: FreebaseQA
|
22 |
+
dataset_info:
|
23 |
+
features:
|
24 |
+
- name: Question-ID
|
25 |
+
dtype: string
|
26 |
+
- name: RawQuestion
|
27 |
+
dtype: string
|
28 |
+
- name: ProcessedQuestion
|
29 |
+
dtype: string
|
30 |
+
- name: Parses
|
31 |
+
sequence:
|
32 |
+
- name: Parse-Id
|
33 |
+
dtype: string
|
34 |
+
- name: PotentialTopicEntityMention
|
35 |
+
dtype: string
|
36 |
+
- name: TopicEntityName
|
37 |
+
dtype: string
|
38 |
+
- name: TopicEntityMid
|
39 |
+
dtype: string
|
40 |
+
- name: InferentialChain
|
41 |
+
dtype: string
|
42 |
+
- name: Answers
|
43 |
+
sequence:
|
44 |
+
- name: AnswersMid
|
45 |
+
dtype: string
|
46 |
+
- name: AnswersName
|
47 |
+
sequence: string
|
48 |
+
splits:
|
49 |
+
- name: test
|
50 |
+
num_bytes: 1987874
|
51 |
+
num_examples: 3996
|
52 |
+
- name: train
|
53 |
+
num_bytes: 10235375
|
54 |
+
num_examples: 20358
|
55 |
+
- name: validation
|
56 |
+
num_bytes: 1974114
|
57 |
+
num_examples: 3994
|
58 |
+
download_size: 33204999
|
59 |
+
dataset_size: 14197363
|
60 |
---
|
61 |
|
62 |
# Dataset Card for FreebaseQA
|
|
|
206 |
|
207 |
### Contributions
|
208 |
|
209 |
+
Thanks to [@gchhablani](https://github.com/gchhablani) and [@anaerobeth](https://github.com/anaerobeth) for adding this dataset.
|