Datasets:
Tasks:
Question Answering
Languages:
English
Size:
10K<n<100K
ArXiv:
Tags:
knowledge-base-qa
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -20,6 +20,74 @@ paperswithcode_id: null
|
|
20 |
pretty_name: Grail QA
|
21 |
tags:
|
22 |
- knowledge-base-qa
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
# Dataset Card for Grail QA
|
|
|
20 |
pretty_name: Grail QA
|
21 |
tags:
|
22 |
- knowledge-base-qa
|
23 |
+
dataset_info:
|
24 |
+
features:
|
25 |
+
- name: qid
|
26 |
+
dtype: string
|
27 |
+
- name: question
|
28 |
+
dtype: string
|
29 |
+
- name: answer
|
30 |
+
sequence:
|
31 |
+
- name: answer_type
|
32 |
+
dtype: string
|
33 |
+
- name: answer_argument
|
34 |
+
dtype: string
|
35 |
+
- name: entity_name
|
36 |
+
dtype: string
|
37 |
+
- name: function
|
38 |
+
dtype: string
|
39 |
+
- name: num_node
|
40 |
+
dtype: int32
|
41 |
+
- name: num_edge
|
42 |
+
dtype: int32
|
43 |
+
- name: graph_query
|
44 |
+
struct:
|
45 |
+
- name: nodes
|
46 |
+
sequence:
|
47 |
+
- name: nid
|
48 |
+
dtype: int32
|
49 |
+
- name: node_type
|
50 |
+
dtype: string
|
51 |
+
- name: id
|
52 |
+
dtype: string
|
53 |
+
- name: class
|
54 |
+
dtype: string
|
55 |
+
- name: friendly_name
|
56 |
+
dtype: string
|
57 |
+
- name: question_node
|
58 |
+
dtype: int32
|
59 |
+
- name: function
|
60 |
+
dtype: string
|
61 |
+
- name: edges
|
62 |
+
sequence:
|
63 |
+
- name: start
|
64 |
+
dtype: int32
|
65 |
+
- name: end
|
66 |
+
dtype: int32
|
67 |
+
- name: relation
|
68 |
+
dtype: string
|
69 |
+
- name: friendly_name
|
70 |
+
dtype: string
|
71 |
+
- name: sparql_query
|
72 |
+
dtype: string
|
73 |
+
- name: domains
|
74 |
+
sequence: string
|
75 |
+
- name: level
|
76 |
+
dtype: string
|
77 |
+
- name: s_expression
|
78 |
+
dtype: string
|
79 |
+
splits:
|
80 |
+
- name: test
|
81 |
+
num_bytes: 2167256
|
82 |
+
num_examples: 13231
|
83 |
+
- name: train
|
84 |
+
num_bytes: 69433121
|
85 |
+
num_examples: 44337
|
86 |
+
- name: validation
|
87 |
+
num_bytes: 9800544
|
88 |
+
num_examples: 6763
|
89 |
+
download_size: 17636773
|
90 |
+
dataset_size: 81400921
|
91 |
---
|
92 |
|
93 |
# Dataset Card for Grail QA
|