--- language: - en license: apache-2.0 size_categories: - 10K Gold Silver fold 1 fold 2 fold 3 fold 4 fold 5 Total Total N. Docs 753 759 758 755 754 3779 6196 N. Tokens 685K 680K 687K 697K 688K 3437K 5647K N. Annotations 4119 4267 4100 4103 4163 20752 33272 ### Pre-print You can find the pre-print [here](https://arxiv.org/abs/2402.09916). ### Citation Information If you use BUSTER in your work, please cite us: ``` @inproceedings{zugarini-etal-2023-buster, title = "{BUSTER}: a {``}{BUS}iness Transaction Entity Recognition{''} dataset", author = "Zugarini, Andrea and Zamai, Andrew and Ernandes, Marco and Rigutini, Leonardo", editor = "Wang, Mingxuan and Zitouni, Imed", booktitle = "Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing: Industry Track", month = dec, year = "2023", address = "Singapore", publisher = "Association for Computational Linguistics", url = "https://aclanthology.org/2023.emnlp-industry.57", doi = "10.18653/v1/2023.emnlp-industry.57", pages = "605--611", abstract = "Albeit Natural Language Processing has seen major breakthroughs in the last few years, transferring such advances into real-world business cases can be challenging. One of the reasons resides in the displacement between popular benchmarks and actual data. Lack of supervision, unbalanced classes, noisy data and long documents often affect real problems in vertical domains such as finance, law and health. To support industry-oriented research, we present BUSTER, a BUSiness Transaction Entity Recognition dataset. The dataset consists of 3779 manually annotated documents on financial transactions. We establish several baselines exploiting both general-purpose and domain-specific language models. The best performing model is also used to automatically annotate 6196 documents, which we release as an additional silver corpus to BUSTER.", } ```