add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -20,6 +20,35 @@ task_ids: []
|
|
20 |
paperswithcode_id: lc-quad-2-0
|
21 |
tags:
|
22 |
- knowledge-base-qa
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
# Dataset Card for LC-QuAD 2.0
|
|
|
20 |
paperswithcode_id: lc-quad-2-0
|
21 |
tags:
|
22 |
- knowledge-base-qa
|
23 |
+
dataset_info:
|
24 |
+
features:
|
25 |
+
- name: NNQT_question
|
26 |
+
dtype: string
|
27 |
+
- name: uid
|
28 |
+
dtype: int32
|
29 |
+
- name: subgraph
|
30 |
+
dtype: string
|
31 |
+
- name: template_index
|
32 |
+
dtype: int32
|
33 |
+
- name: question
|
34 |
+
dtype: string
|
35 |
+
- name: sparql_wikidata
|
36 |
+
dtype: string
|
37 |
+
- name: sparql_dbpedia18
|
38 |
+
dtype: string
|
39 |
+
- name: template
|
40 |
+
dtype: string
|
41 |
+
- name: paraphrased_question
|
42 |
+
dtype: string
|
43 |
+
splits:
|
44 |
+
- name: test
|
45 |
+
num_bytes: 4067092
|
46 |
+
num_examples: 4781
|
47 |
+
- name: train
|
48 |
+
num_bytes: 16637751
|
49 |
+
num_examples: 19293
|
50 |
+
download_size: 3959901
|
51 |
+
dataset_size: 20704843
|
52 |
---
|
53 |
|
54 |
# Dataset Card for LC-QuAD 2.0
|