File size: 6,404 Bytes
7bd4cec
175da3c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bca6f3c
 
 
 
175da3c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bca6f3c
175da3c
 
 
 
 
bca6f3c
175da3c
 
 
 
 
bca6f3c
175da3c
 
 
 
 
bca6f3c
175da3c
 
 
 
 
bca6f3c
175da3c
 
 
 
 
892b195
175da3c
 
 
 
892b195
 
 
175da3c
7bd4cec
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
{
    "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",
        "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
    },
    "default": {
        "description": "",
        "citation": "",
        "homepage": "",
        "license": "",
        "features": {
            "document_id": {
                "dtype": "string",
                "_type": "Value"
            },
            "text": {
                "dtype": "string",
                "_type": "Value"
            },
            "tokens": {
                "feature": {
                    "dtype": "string",
                    "_type": "Value"
                },
                "_type": "Sequence"
            },
            "labels": {
                "feature": {
                    "dtype": "string",
                    "_type": "Value"
                },
                "_type": "Sequence"
            }
        },
        "builder_name": "json",
        "dataset_name": "json",
        "config_name": "default",
        "version": {
            "version_str": "0.0.0",
            "major": 0,
            "minor": 0,
            "patch": 0
        },
        "splits": {
            "FOLD_1": {
                "name": "FOLD_1",
                "num_bytes": 13597946,
                "num_examples": 753,
                "dataset_name": null
            },
            "FOLD_2": {
                "name": "FOLD_2",
                "num_bytes": 13477878,
                "num_examples": 759,
                "dataset_name": null
            },
            "FOLD_3": {
                "name": "FOLD_3",
                "num_bytes": 13602552,
                "num_examples": 758,
                "dataset_name": null
            },
            "FOLD_4": {
                "name": "FOLD_4",
                "num_bytes": 13834760,
                "num_examples": 755,
                "dataset_name": null
            },
            "FOLD_5": {
                "name": "FOLD_5",
                "num_bytes": 13632431,
                "num_examples": 754,
                "dataset_name": null
            },
            "SILVER": {
                "name": "SILVER",
                "num_bytes": 111769291,
                "num_examples": 6196,
                "dataset_name": null
            }
        },
        "download_size": 47212151,
        "dataset_size": 179914858,
        "size_in_bytes": 227127009
    }
}