rasmus-aau commited on
Commit
55c5f13
·
verified ·
1 Parent(s): 48a5b3b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -5
README.md CHANGED
@@ -79,11 +79,29 @@ HiFi-KPI can be used for:
79
  ## Citation
80
  If you use HiFi-KPI in your research, please cite:
81
  ```
82
- @article{aavang2025hifi,
83
- title={HiFi-KPI: A Dataset for Hierarchical KPI Extraction from Earnings Filings},
84
- author={Aavang, Rasmus and Rizzi, Giovanni and Bøggild, Rasmus and Iolov, Alexandre and Zhang, Mike and Bjerva, Johannes},
85
- journal={arXiv preprint arXiv:2502.15411},
86
- year={2025}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
87
  }
88
 
89
  ```
 
79
  ## Citation
80
  If you use HiFi-KPI in your research, please cite:
81
  ```
82
+ @inproceedings{aavang-etal-2026-hifi,
83
+ title = "{H}i{F}i-{KPI}: A Dataset for Hierarchical {KPI} Extraction from Earnings Filings",
84
+ author = "Aavang, Rasmus T. and
85
+ Rizzi, Giovanni and
86
+ Tjalk-B{\o}ggild, Rasmus and
87
+ Iolov, Alexandre and
88
+ Zhang, Mike and
89
+ Bjerva, Johannes",
90
+ editor = "Piperidis, Stelios and
91
+ Bel, N{\'u}ria and
92
+ van den Heuvel, Henk and
93
+ Ide, Nancy and
94
+ Krek, Simon and
95
+ Toral, Antonio",
96
+ booktitle = "Proceedings of the Fifteenth Language Resources and Evaluation Conference",
97
+ month = may,
98
+ year = "2026",
99
+ address = "Palma de Mallorca, Spain",
100
+ publisher = "ELRA Language Resource Association",
101
+ url = "https://aclanthology.org/2026.lrec-1.30/",
102
+ doi = "10.63317/2nbsp7zzfb3g",
103
+ pages = "441--455",
104
+ abstract = "Accurate tagging of earnings reports can yield significant short-term returns for stakeholders. The machine-readable inline eXtensible Business Reporting Language (iXBRL) is mandated for public financial filings. Yet, its complex, fine-grained taxonomy limits the cross-company transferability of tagged Key Performance Indicators (KPIs). To address this, we introduce the Hierarchical Financial Key Performance Indicator (HiFi-KPI) dataset, a large-scale corpus of 1.65M paragraphs and 198k unique, hierarchically organized labels linked to iXBRL taxonomies. HiFi-KPI supports multiple tasks and we evaluate three: KPI classification, KPI extraction, and structured KPI extraction. For rapid evaluation, we also release HiFi-KPI-Lite, a manually curated 2.5K-instance subset. Baselines on HiFi-KPI-Lite show that encoder-based models achieve over 0.906 macro-F1 on classification, while Large Language Models (LLMs) reach 0.440 F1 on structured extraction. Finally, a qualitative analysis reveals that extraction errors primarily relate to dates. We open-source all code and data at Anonymous."
105
  }
106
 
107
  ```