File size: 2,858 Bytes
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 |
{
"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
}
} |