Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,12 +1,104 @@
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
3 |
task_categories:
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
tags:
|
8 |
- qa
|
9 |
- knowledge-graph
|
10 |
language:
|
11 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
3 |
task_categories:
|
4 |
+
- conversational
|
5 |
+
- question-answering
|
6 |
+
- text-generation
|
7 |
tags:
|
8 |
- qa
|
9 |
- knowledge-graph
|
10 |
language:
|
11 |
- en
|
12 |
+
dataset_info:
|
13 |
+
features:
|
14 |
+
- name: category
|
15 |
+
dtype: string
|
16 |
+
- name: size
|
17 |
+
dtype: int32
|
18 |
+
- name: id
|
19 |
+
dtype: string
|
20 |
+
- name: eid
|
21 |
+
dtype: string
|
22 |
+
- name: original_triple_sets
|
23 |
+
list:
|
24 |
+
- name: subject
|
25 |
+
dtype: string
|
26 |
+
- name: property
|
27 |
+
dtype: string
|
28 |
+
- name: object
|
29 |
+
dtype: string
|
30 |
+
- name: modified_triple_sets
|
31 |
+
list:
|
32 |
+
- name: subject
|
33 |
+
dtype: string
|
34 |
+
- name: property
|
35 |
+
dtype: string
|
36 |
+
- name: object
|
37 |
+
dtype: string
|
38 |
+
- name: shape
|
39 |
+
dtype: string
|
40 |
+
- name: shape_type
|
41 |
+
dtype: string
|
42 |
+
- name: lex
|
43 |
+
sequence:
|
44 |
+
- name: comment
|
45 |
+
dtype: string
|
46 |
+
- name: lid
|
47 |
+
dtype: string
|
48 |
+
- name: text
|
49 |
+
dtype: string
|
50 |
+
- name: lang
|
51 |
+
dtype: string
|
52 |
+
- name: test_category
|
53 |
+
dtype: string
|
54 |
+
- name: dbpedia_links
|
55 |
+
sequence: string
|
56 |
+
- name: links
|
57 |
+
sequence: string
|
58 |
+
- name: graph
|
59 |
+
list:
|
60 |
+
list: string
|
61 |
+
- name: main_entity
|
62 |
+
dtype: string
|
63 |
+
- name: mappings
|
64 |
+
list:
|
65 |
+
- name: modified
|
66 |
+
dtype: string
|
67 |
+
- name: readable
|
68 |
+
dtype: string
|
69 |
+
- name: graph
|
70 |
+
dtype: string
|
71 |
+
- name: dialogue
|
72 |
+
list:
|
73 |
+
- name: question
|
74 |
+
list:
|
75 |
+
- name: source
|
76 |
+
dtype: string
|
77 |
+
- name: text
|
78 |
+
dtype: string
|
79 |
+
- name: graph_query
|
80 |
+
dtype: string
|
81 |
+
- name: readable_query
|
82 |
+
dtype: string
|
83 |
+
- name: graph_answer
|
84 |
+
list: string
|
85 |
+
- name: readable_answer
|
86 |
+
list: string
|
87 |
+
- name: type
|
88 |
+
list: string
|
89 |
+
splits:
|
90 |
+
- name: train
|
91 |
+
num_bytes: 33200723
|
92 |
+
num_examples: 10016
|
93 |
+
- name: validation
|
94 |
+
num_bytes: 4196972
|
95 |
+
num_examples: 1264
|
96 |
+
- name: test
|
97 |
+
num_bytes: 4990595
|
98 |
+
num_examples: 1417
|
99 |
+
- name: challenge
|
100 |
+
num_bytes: 420551
|
101 |
+
num_examples: 100
|
102 |
+
download_size: 9637685
|
103 |
+
dataset_size: 42808841
|
104 |
---
|