Datasets:

Modalities:
Text
Languages:
English
ArXiv:
Libraries:
Datasets
License:
nlpaueb commited on
Commit
0c2a7e3
1 Parent(s): b99c519

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -54,9 +54,11 @@ task_ids:
54
 
55
  ### Dataset Summary
56
 
 
57
  **FiNER-139** is comprised of 1.1M sentences annotated with **eXtensive Business Reporting Language (XBRL)** tags extracted from annual and quarterly reports of publicly-traded companies in the US.
58
  Unlike other entity extraction tasks, like named entity recognition (NER) or contract element extraction, which typically require identifying entities of a small set of common types (e.g., persons, organizations), FiNER-139 uses a much larger label set of **139 entity types**.
59
  Another important difference from typical entity extraction is that FiNER focuses on numeric tokens, with the correct tag depending mostly on context, not the token itself.
 
60
 
61
  ### Supported Tasks
62
 
 
54
 
55
  ### Dataset Summary
56
 
57
+ <div style="text-align: justify">
58
  **FiNER-139** is comprised of 1.1M sentences annotated with **eXtensive Business Reporting Language (XBRL)** tags extracted from annual and quarterly reports of publicly-traded companies in the US.
59
  Unlike other entity extraction tasks, like named entity recognition (NER) or contract element extraction, which typically require identifying entities of a small set of common types (e.g., persons, organizations), FiNER-139 uses a much larger label set of **139 entity types**.
60
  Another important difference from typical entity extraction is that FiNER focuses on numeric tokens, with the correct tag depending mostly on context, not the token itself.
61
+ </div>
62
 
63
  ### Supported Tasks
64