Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
leonardorigutini azugarini commited on
Commit
7bd4cec
1 Parent(s): 551e6f4

Upload dataset_infos.json (#16)

Browse files

- Upload dataset_infos.json (ef67aba07d734d643e68bb74b336f7d88c8a8e8c)


Co-authored-by: Andrea Zugarini <[email protected]>

Files changed (1) hide show
  1. dataset_infos.json +109 -1
dataset_infos.json CHANGED
@@ -1 +1,109 @@
1
- {"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", "citation": "\nAccepted at EMNLP 2023 - Industry Track.\nTBA\n", "homepage": "https://expert.ai/buster", "license": "", "features": {"document_id": {"dtype": "string", "id": null, "_type": "Value"}, "tokens": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "labels": {"feature": {"num_classes": 13, "names": ["O", "B-Parties.BUYING_COMPANY", "I-Parties.BUYING_COMPANY", "B-Parties.SELLING_COMPANY", "I-Parties.SELLING_COMPANY", "B-Parties.ACQUIRED_COMPANY", "I-Parties.ACQUIRED_COMPANY", "B-Advisors.LEGAL_CONSULTING_COMPANY", "I-Advisors.LEGAL_CONSULTING_COMPANY", "B-Advisors.GENERIC_CONSULTING_COMPANY", "I-Advisors.GENERIC_CONSULTING_COMPANY", "B-Generic_Info.ANNUAL_REVENUES", "I-Generic_Info.ANNUAL_REVENUES"], "id": null, "_type": "ClassLabel"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "buster", "config_name": "BUSTER", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"FOLD_1": {"name": "FOLD_1", "num_bytes": 11508541, "num_examples": 753, "dataset_name": "buster"}, "FOLD_2": {"name": "FOLD_2", "num_bytes": 11409488, "num_examples": 759, "dataset_name": "buster"}, "FOLD_3": {"name": "FOLD_3", "num_bytes": 11524994, "num_examples": 758, "dataset_name": "buster"}, "FOLD_4": {"name": "FOLD_4", "num_bytes": 11714536, "num_examples": 755, "dataset_name": "buster"}, "FOLD_5": {"name": "FOLD_5", "num_bytes": 11543314, "num_examples": 754, "dataset_name": "buster"}, "SILVER": {"name": "SILVER", "num_bytes": 94702584, "num_examples": 6196, "dataset_name": "buster"}}, "download_checksums": {"BUSTER.zip": {"num_bytes": 20824877, "checksum": "66082251c87758687c334965fdd3a8f2b3f1e933755c6fdc16e71a522570943f"}}, "download_size": 20824877, "post_processing_size": null, "dataset_size": 152403457, "size_in_bytes": 173228334}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "BUSTER": {"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",
3
+ "citation": "\nAccepted at EMNLP 2023 - Industry Track.\nTBA\n",
4
+ "homepage": "https://expert.ai/buster",
5
+ "license": "",
6
+ "features": {
7
+ "document_id": {
8
+ "dtype": "string",
9
+ "id": null,
10
+ "_type": "Value"
11
+ },
12
+ "tokens": {
13
+ "feature": {
14
+ "dtype": "string",
15
+ "id": null,
16
+ "_type": "Value"
17
+ },
18
+ "length": -1,
19
+ "id": null,
20
+ "_type": "Sequence"
21
+ },
22
+ "labels": {
23
+ "feature": {
24
+ "num_classes": 13,
25
+ "names": [
26
+ "O",
27
+ "B-Parties.BUYING_COMPANY",
28
+ "I-Parties.BUYING_COMPANY",
29
+ "B-Parties.SELLING_COMPANY",
30
+ "I-Parties.SELLING_COMPANY",
31
+ "B-Parties.ACQUIRED_COMPANY",
32
+ "I-Parties.ACQUIRED_COMPANY",
33
+ "B-Advisors.LEGAL_CONSULTING_COMPANY",
34
+ "I-Advisors.LEGAL_CONSULTING_COMPANY",
35
+ "B-Advisors.GENERIC_CONSULTING_COMPANY",
36
+ "I-Advisors.GENERIC_CONSULTING_COMPANY",
37
+ "B-Generic_Info.ANNUAL_REVENUES",
38
+ "I-Generic_Info.ANNUAL_REVENUES"
39
+ ],
40
+ "id": null,
41
+ "_type": "ClassLabel"
42
+ },
43
+ "length": -1,
44
+ "id": null,
45
+ "_type": "Sequence"
46
+ }
47
+ },
48
+ "post_processed": null,
49
+ "supervised_keys": null,
50
+ "task_templates": null,
51
+ "builder_name": "buster",
52
+ "config_name": "BUSTER",
53
+ "version": {
54
+ "version_str": "1.0.0",
55
+ "description": null,
56
+ "major": 1,
57
+ "minor": 0,
58
+ "patch": 0
59
+ },
60
+ "splits": {
61
+ "FOLD_1": {
62
+ "name": "FOLD_1",
63
+ "num_bytes": 11508541,
64
+ "num_examples": 753,
65
+ "dataset_name": "buster"
66
+ },
67
+ "FOLD_2": {
68
+ "name": "FOLD_2",
69
+ "num_bytes": 11409488,
70
+ "num_examples": 759,
71
+ "dataset_name": "buster"
72
+ },
73
+ "FOLD_3": {
74
+ "name": "FOLD_3",
75
+ "num_bytes": 11524994,
76
+ "num_examples": 758,
77
+ "dataset_name": "buster"
78
+ },
79
+ "FOLD_4": {
80
+ "name": "FOLD_4",
81
+ "num_bytes": 11714536,
82
+ "num_examples": 755,
83
+ "dataset_name": "buster"
84
+ },
85
+ "FOLD_5": {
86
+ "name": "FOLD_5",
87
+ "num_bytes": 11543314,
88
+ "num_examples": 754,
89
+ "dataset_name": "buster"
90
+ },
91
+ "SILVER": {
92
+ "name": "SILVER",
93
+ "num_bytes": 94702584,
94
+ "num_examples": 6196,
95
+ "dataset_name": "buster"
96
+ }
97
+ },
98
+ "download_checksums": {
99
+ "BUSTER.zip": {
100
+ "num_bytes": 20824877,
101
+ "checksum": "66082251c87758687c334965fdd3a8f2b3f1e933755c6fdc16e71a522570943f"
102
+ }
103
+ },
104
+ "download_size": 20824877,
105
+ "post_processing_size": null,
106
+ "dataset_size": 152403457,
107
+ "size_in_bytes": 173228334
108
+ }
109
+ }