rasmus-aau nielsr HF Staff commited on
Commit
db228b3
·
1 Parent(s): 55c5f13

Add link to paper (#2)

Browse files

- Add link to paper (52ac970e40309557fdf92f451e7e410139cc8891)


Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +18 -17
README.md CHANGED
@@ -1,25 +1,27 @@
1
  ---
2
- tags:
3
- - financial NLP
4
- - named entity recognition
5
- - sequence labeling
6
- - structured extraction
7
- - hierarchical taxonomy
8
- - XBRL
9
  task_categories:
10
- - token-classification
11
- - text-classification
12
  task_ids:
13
- - named-entity-recognition
14
- pretty_name: "HiFi-KPI: Hierarchical Financial KPI Extraction"
15
- dataset_name: "HiFi-KPI"
16
- size_categories: "1M<n<10M"
17
- language:
18
- - en
 
 
 
 
19
  ---
20
 
21
  # HiFi-KPI: Hierarchical Financial KPI Extraction
22
 
 
 
23
  ## Dataset Summary
24
  HiFi-KPI is a large-scale dataset designed for financial numerical key performance indicator (KPI) extraction from earnings filings. It is derived from iXBRL filings mandated by the SEC, featuring hierarchical labels structured from the XBRL taxonomy. The dataset consists of **∼1.8M paragraphs** and **∼5M entities**, each linked to labels in the iXBRL calculation and presentation taxonomies.
25
  ## Languages
@@ -108,5 +110,4 @@ If you use HiFi-KPI in your research, please cite:
108
 
109
  ## Access
110
  More info is avalible at
111
- [GitHub Repository](https://github.com/rasmus393/HiFi-KPI)
112
-
 
1
  ---
2
+ language:
3
+ - en
4
+ size_categories: 1M<n<10M
 
 
 
 
5
  task_categories:
6
+ - token-classification
7
+ - text-classification
8
  task_ids:
9
+ - named-entity-recognition
10
+ pretty_name: 'HiFi-KPI: Hierarchical Financial KPI Extraction'
11
+ tags:
12
+ - financial NLP
13
+ - named entity recognition
14
+ - sequence labeling
15
+ - structured extraction
16
+ - hierarchical taxonomy
17
+ - XBRL
18
+ dataset_name: HiFi-KPI
19
  ---
20
 
21
  # HiFi-KPI: Hierarchical Financial KPI Extraction
22
 
23
+ **Paper:** [HiFi-KPI: A Dataset for Hierarchical KPI Extraction from Earnings Filings](https://huggingface.co/papers/2502.15411)
24
+
25
  ## Dataset Summary
26
  HiFi-KPI is a large-scale dataset designed for financial numerical key performance indicator (KPI) extraction from earnings filings. It is derived from iXBRL filings mandated by the SEC, featuring hierarchical labels structured from the XBRL taxonomy. The dataset consists of **∼1.8M paragraphs** and **∼5M entities**, each linked to labels in the iXBRL calculation and presentation taxonomies.
27
  ## Languages
 
110
 
111
  ## Access
112
  More info is avalible at
113
+ [GitHub Repository](https://github.com/rasmus393/HiFi-KPI)