Datasets:

Tasks:
Other
Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
Dask
License:
albertvillanova HF staff commited on
Commit
b22003e
1 Parent(s): 8200d1c

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -146
dataset_infos.json DELETED
@@ -1,146 +0,0 @@
1
- {
2
- "canonical": {
3
- "description": "This dataset contains 8.9M commonsense assertions extracted by the Ascent pipeline (https://ascent.mpi-inf.mpg.de/).\n",
4
- "citation": "@InProceedings{nguyen2021www,\n title={Advanced Semantics for Commonsense Knowledge Extraction},\n author={Nguyen, Tuan-Phong and Razniewski, Simon and Weikum, Gerhard},\n year={2021},\n booktitle={The Web Conference 2021},\n}\n",
5
- "homepage": "https://ascent.mpi-inf.mpg.de/",
6
- "license": "The Creative Commons Attribution 4.0 International License. https://creativecommons.org/licenses/by/4.0/",
7
- "features": {
8
- "arg1": {
9
- "dtype": "string",
10
- "_type": "Value"
11
- },
12
- "rel": {
13
- "dtype": "string",
14
- "_type": "Value"
15
- },
16
- "arg2": {
17
- "dtype": "string",
18
- "_type": "Value"
19
- },
20
- "support": {
21
- "dtype": "int64",
22
- "_type": "Value"
23
- },
24
- "facets": [
25
- {
26
- "value": {
27
- "dtype": "string",
28
- "_type": "Value"
29
- },
30
- "type": {
31
- "dtype": "string",
32
- "_type": "Value"
33
- },
34
- "support": {
35
- "dtype": "int64",
36
- "_type": "Value"
37
- }
38
- }
39
- ],
40
- "source_sentences": [
41
- {
42
- "text": {
43
- "dtype": "string",
44
- "_type": "Value"
45
- },
46
- "source": {
47
- "dtype": "string",
48
- "_type": "Value"
49
- }
50
- }
51
- ]
52
- },
53
- "builder_name": "parquet",
54
- "dataset_name": "ascent_kb",
55
- "config_name": "canonical",
56
- "version": {
57
- "version_str": "1.0.0",
58
- "major": 1,
59
- "minor": 0,
60
- "patch": 0
61
- },
62
- "splits": {
63
- "train": {
64
- "name": "train",
65
- "num_bytes": 2976665740,
66
- "num_examples": 8904060,
67
- "dataset_name": null
68
- }
69
- },
70
- "download_size": 898478552,
71
- "dataset_size": 2976665740,
72
- "size_in_bytes": 3875144292
73
- },
74
- "open": {
75
- "description": "This dataset contains 8.9M commonsense assertions extracted by the Ascent pipeline (https://ascent.mpi-inf.mpg.de/).\n",
76
- "citation": "@InProceedings{nguyen2021www,\n title={Advanced Semantics for Commonsense Knowledge Extraction},\n author={Nguyen, Tuan-Phong and Razniewski, Simon and Weikum, Gerhard},\n year={2021},\n booktitle={The Web Conference 2021},\n}\n",
77
- "homepage": "https://ascent.mpi-inf.mpg.de/",
78
- "license": "The Creative Commons Attribution 4.0 International License. https://creativecommons.org/licenses/by/4.0/",
79
- "features": {
80
- "subject": {
81
- "dtype": "string",
82
- "_type": "Value"
83
- },
84
- "predicate": {
85
- "dtype": "string",
86
- "_type": "Value"
87
- },
88
- "object": {
89
- "dtype": "string",
90
- "_type": "Value"
91
- },
92
- "support": {
93
- "dtype": "int64",
94
- "_type": "Value"
95
- },
96
- "facets": [
97
- {
98
- "value": {
99
- "dtype": "string",
100
- "_type": "Value"
101
- },
102
- "type": {
103
- "dtype": "string",
104
- "_type": "Value"
105
- },
106
- "support": {
107
- "dtype": "int64",
108
- "_type": "Value"
109
- }
110
- }
111
- ],
112
- "source_sentences": [
113
- {
114
- "text": {
115
- "dtype": "string",
116
- "_type": "Value"
117
- },
118
- "source": {
119
- "dtype": "string",
120
- "_type": "Value"
121
- }
122
- }
123
- ]
124
- },
125
- "builder_name": "parquet",
126
- "dataset_name": "ascent_kb",
127
- "config_name": "open",
128
- "version": {
129
- "version_str": "1.0.0",
130
- "major": 1,
131
- "minor": 0,
132
- "patch": 0
133
- },
134
- "splits": {
135
- "train": {
136
- "name": "train",
137
- "num_bytes": 2882646222,
138
- "num_examples": 8904060,
139
- "dataset_name": null
140
- }
141
- },
142
- "download_size": 900156754,
143
- "dataset_size": 2882646222,
144
- "size_in_bytes": 3782802976
145
- }
146
- }