Datasets:
Tasks:
Other
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10M - 100M
ArXiv:
Tags:
knowledge-base
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -20,6 +20,67 @@ paperswithcode_id: ascentkb
|
|
20 |
pretty_name: Ascent KB
|
21 |
tags:
|
22 |
- knowledge-base
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
# Dataset Card for Ascent KB
|
|
|
20 |
pretty_name: Ascent KB
|
21 |
tags:
|
22 |
- knowledge-base
|
23 |
+
dataset_info:
|
24 |
+
- config_name: canonical
|
25 |
+
features:
|
26 |
+
- name: arg1
|
27 |
+
dtype: string
|
28 |
+
- name: rel
|
29 |
+
dtype: string
|
30 |
+
- name: arg2
|
31 |
+
dtype: string
|
32 |
+
- name: support
|
33 |
+
dtype: int64
|
34 |
+
- name: facets
|
35 |
+
list:
|
36 |
+
- name: value
|
37 |
+
dtype: string
|
38 |
+
- name: type
|
39 |
+
dtype: string
|
40 |
+
- name: support
|
41 |
+
dtype: int64
|
42 |
+
- name: source_sentences
|
43 |
+
list:
|
44 |
+
- name: text
|
45 |
+
dtype: string
|
46 |
+
- name: source
|
47 |
+
dtype: string
|
48 |
+
splits:
|
49 |
+
- name: train
|
50 |
+
num_bytes: 2976697816
|
51 |
+
num_examples: 8904060
|
52 |
+
download_size: 710727536
|
53 |
+
dataset_size: 2976697816
|
54 |
+
- config_name: open
|
55 |
+
features:
|
56 |
+
- name: subject
|
57 |
+
dtype: string
|
58 |
+
- name: predicate
|
59 |
+
dtype: string
|
60 |
+
- name: object
|
61 |
+
dtype: string
|
62 |
+
- name: support
|
63 |
+
dtype: int64
|
64 |
+
- name: facets
|
65 |
+
list:
|
66 |
+
- name: value
|
67 |
+
dtype: string
|
68 |
+
- name: type
|
69 |
+
dtype: string
|
70 |
+
- name: support
|
71 |
+
dtype: int64
|
72 |
+
- name: source_sentences
|
73 |
+
list:
|
74 |
+
- name: text
|
75 |
+
dtype: string
|
76 |
+
- name: source
|
77 |
+
dtype: string
|
78 |
+
splits:
|
79 |
+
- name: train
|
80 |
+
num_bytes: 2882678298
|
81 |
+
num_examples: 8904060
|
82 |
+
download_size: 710727536
|
83 |
+
dataset_size: 2882678298
|
84 |
---
|
85 |
|
86 |
# Dataset Card for Ascent KB
|