leonardorigutini
commited on
Commit
•
175da3c
1
Parent(s):
8943631
Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +184 -107
dataset_infos.json
CHANGED
@@ -1,109 +1,186 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
109 |
}
|
|
|
1 |
{
|
2 |
+
"BUSTER": {
|
3 |
+
"description": "\nBuster is an Entity Recognition dataset consisting of 3779 manually annotated documents on financial transactions.\nDocuments were selected using EDGAR (Electronic Data Gathering, Analysis, and Retrieval system) from the \nU.S. Securities and Exchange Commission (SEC). \nThe corpus focuses on the main actors involved in business transactions. \nOverall, there are three families of entities: Parties, Advisors and Generic information, for a total of 6 annotated\nentity types.\nWe also released a corpus of 6196 automatically annotated documents. \n",
|
4 |
+
"citation": "\nAccepted at EMNLP 2023 - Industry Track.\nTBA\n",
|
5 |
+
"homepage": "https://expert.ai/buster",
|
6 |
+
"license": "",
|
7 |
+
"features": {
|
8 |
+
"document_id": {
|
9 |
+
"dtype": "string",
|
10 |
+
"id": null,
|
11 |
+
"_type": "Value"
|
12 |
+
},
|
13 |
+
"tokens": {
|
14 |
+
"feature": {
|
15 |
+
"dtype": "string",
|
16 |
+
"id": null,
|
17 |
+
"_type": "Value"
|
18 |
+
},
|
19 |
+
"length": -1,
|
20 |
+
"id": null,
|
21 |
+
"_type": "Sequence"
|
22 |
+
},
|
23 |
+
"labels": {
|
24 |
+
"feature": {
|
25 |
+
"num_classes": 13,
|
26 |
+
"names": [
|
27 |
+
"O",
|
28 |
+
"B-Parties.BUYING_COMPANY",
|
29 |
+
"I-Parties.BUYING_COMPANY",
|
30 |
+
"B-Parties.SELLING_COMPANY",
|
31 |
+
"I-Parties.SELLING_COMPANY",
|
32 |
+
"B-Parties.ACQUIRED_COMPANY",
|
33 |
+
"I-Parties.ACQUIRED_COMPANY",
|
34 |
+
"B-Advisors.LEGAL_CONSULTING_COMPANY",
|
35 |
+
"I-Advisors.LEGAL_CONSULTING_COMPANY",
|
36 |
+
"B-Advisors.GENERIC_CONSULTING_COMPANY",
|
37 |
+
"I-Advisors.GENERIC_CONSULTING_COMPANY",
|
38 |
+
"B-Generic_Info.ANNUAL_REVENUES",
|
39 |
+
"I-Generic_Info.ANNUAL_REVENUES"
|
40 |
+
],
|
41 |
+
"id": null,
|
42 |
+
"_type": "ClassLabel"
|
43 |
+
},
|
44 |
+
"length": -1,
|
45 |
+
"id": null,
|
46 |
+
"_type": "Sequence"
|
47 |
+
}
|
48 |
+
},
|
49 |
+
"post_processed": null,
|
50 |
+
"supervised_keys": null,
|
51 |
+
"task_templates": null,
|
52 |
+
"builder_name": "buster",
|
53 |
+
"config_name": "BUSTER",
|
54 |
+
"version": {
|
55 |
+
"version_str": "1.0.0",
|
56 |
+
"description": null,
|
57 |
+
"major": 1,
|
58 |
+
"minor": 0,
|
59 |
+
"patch": 0
|
60 |
+
},
|
61 |
+
"splits": {
|
62 |
+
"FOLD_1": {
|
63 |
+
"name": "FOLD_1",
|
64 |
+
"num_bytes": 11508541,
|
65 |
+
"num_examples": 753,
|
66 |
+
"dataset_name": "buster"
|
67 |
+
},
|
68 |
+
"FOLD_2": {
|
69 |
+
"name": "FOLD_2",
|
70 |
+
"num_bytes": 11409488,
|
71 |
+
"num_examples": 759,
|
72 |
+
"dataset_name": "buster"
|
73 |
+
},
|
74 |
+
"FOLD_3": {
|
75 |
+
"name": "FOLD_3",
|
76 |
+
"num_bytes": 11524994,
|
77 |
+
"num_examples": 758,
|
78 |
+
"dataset_name": "buster"
|
79 |
+
},
|
80 |
+
"FOLD_4": {
|
81 |
+
"name": "FOLD_4",
|
82 |
+
"num_bytes": 11714536,
|
83 |
+
"num_examples": 755,
|
84 |
+
"dataset_name": "buster"
|
85 |
+
},
|
86 |
+
"FOLD_5": {
|
87 |
+
"name": "FOLD_5",
|
88 |
+
"num_bytes": 11543314,
|
89 |
+
"num_examples": 754,
|
90 |
+
"dataset_name": "buster"
|
91 |
+
},
|
92 |
+
"SILVER": {
|
93 |
+
"name": "SILVER",
|
94 |
+
"num_bytes": 94702584,
|
95 |
+
"num_examples": 6196,
|
96 |
+
"dataset_name": "buster"
|
97 |
+
}
|
98 |
+
},
|
99 |
+
"download_checksums": {
|
100 |
+
"BUSTER.zip": {
|
101 |
+
"num_bytes": 20824877,
|
102 |
+
"checksum": "66082251c87758687c334965fdd3a8f2b3f1e933755c6fdc16e71a522570943f"
|
103 |
+
}
|
104 |
+
},
|
105 |
+
"download_size": 20824877,
|
106 |
+
"post_processing_size": null,
|
107 |
+
"dataset_size": 152403457,
|
108 |
+
"size_in_bytes": 173228334
|
109 |
+
},
|
110 |
+
"default": {
|
111 |
+
"description": "",
|
112 |
+
"citation": "",
|
113 |
+
"homepage": "",
|
114 |
+
"license": "",
|
115 |
+
"features": {
|
116 |
+
"document_id": {
|
117 |
+
"dtype": "string",
|
118 |
+
"_type": "Value"
|
119 |
+
},
|
120 |
+
"tokens": {
|
121 |
+
"feature": {
|
122 |
+
"dtype": "string",
|
123 |
+
"_type": "Value"
|
124 |
+
},
|
125 |
+
"_type": "Sequence"
|
126 |
+
},
|
127 |
+
"labels": {
|
128 |
+
"feature": {
|
129 |
+
"dtype": "string",
|
130 |
+
"_type": "Value"
|
131 |
+
},
|
132 |
+
"_type": "Sequence"
|
133 |
+
}
|
134 |
+
},
|
135 |
+
"builder_name": "json",
|
136 |
+
"dataset_name": "json",
|
137 |
+
"config_name": "default",
|
138 |
+
"version": {
|
139 |
+
"version_str": "0.0.0",
|
140 |
+
"major": 0,
|
141 |
+
"minor": 0,
|
142 |
+
"patch": 0
|
143 |
+
},
|
144 |
+
"splits": {
|
145 |
+
"FOLD_1": {
|
146 |
+
"name": "FOLD_1",
|
147 |
+
"num_bytes": 9801188,
|
148 |
+
"num_examples": 753,
|
149 |
+
"dataset_name": null
|
150 |
+
},
|
151 |
+
"FOLD_2": {
|
152 |
+
"name": "FOLD_2",
|
153 |
+
"num_bytes": 9719997,
|
154 |
+
"num_examples": 759,
|
155 |
+
"dataset_name": null
|
156 |
+
},
|
157 |
+
"FOLD_3": {
|
158 |
+
"name": "FOLD_3",
|
159 |
+
"num_bytes": 9810761,
|
160 |
+
"num_examples": 758,
|
161 |
+
"dataset_name": null
|
162 |
+
},
|
163 |
+
"FOLD_4": {
|
164 |
+
"name": "FOLD_4",
|
165 |
+
"num_bytes": 9973098,
|
166 |
+
"num_examples": 755,
|
167 |
+
"dataset_name": null
|
168 |
+
},
|
169 |
+
"FOLD_5": {
|
170 |
+
"name": "FOLD_5",
|
171 |
+
"num_bytes": 9831525,
|
172 |
+
"num_examples": 754,
|
173 |
+
"dataset_name": null
|
174 |
+
},
|
175 |
+
"SILVER": {
|
176 |
+
"name": "SILVER",
|
177 |
+
"num_bytes": 80615802,
|
178 |
+
"num_examples": 6196,
|
179 |
+
"dataset_name": null
|
180 |
+
}
|
181 |
+
},
|
182 |
+
"download_size": 20217911,
|
183 |
+
"dataset_size": 129752371,
|
184 |
+
"size_in_bytes": 149970282
|
185 |
+
}
|
186 |
}
|