Josephgflowers commited on
Commit
9d5d207
1 Parent(s): 77324de

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +50 -3
README.md CHANGED
@@ -1,3 +1,50 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - NER
7
+ - finance
8
+ - NLP
9
+ pretty_name: Financial Named Entity Recognition Natural Language Processing
10
+ ---
11
+ Dataset Card for Financial-NER-NLP
12
+ Dataset Summary
13
+
14
+ The Financial-NER-NLP Dataset is a derivative of the FiNER-139 dataset, which consists of 1.1 million sentences annotated with 139 XBRL tags. This new dataset transforms the original structured data into natural language prompts suitable for training language models. The dataset is designed to enhance models’ abilities in tasks such as named entity recognition (NER), summarization, and information extraction in the financial domain.
15
+
16
+ The Financial-NER-NLP Dataset retains the financial domain’s specificity, focusing on numeric tokens and context-based tagging, while providing a more accessible and intuitive format for training natural language processing models.
17
+ Key Features:
18
+
19
+ Natural Language Formatting: The dataset converts the original structured annotations into conversational prompts, making it suitable for training in a question-answering or dialogue-based format.
20
+ Multiple Formats: Available in TXT, JSONL, and CSV formats for ease of use in various machine learning pipelines.
21
+ Retains Financial Domain Focus: Preserves the emphasis on context-based tagging of numeric tokens, critical for financial document processing.
22
+
23
+ Supported Tasks
24
+
25
+ This dataset supports various NLP tasks, including but not limited to:
26
+
27
+ Named Entity Recognition (NER): Identifying and classifying entities within financial text.
28
+ Question Answering (QA): Training models to extract relevant information from financial documents based on user queries.
29
+ Summarization: Assisting in the generation of concise summaries of financial reports.
30
+ Data Augmentation: Providing a rich source of natural language data for augmenting existing financial NLP datasets.
31
+
32
+ Languages
33
+
34
+ This dataset is compiled from English-language financial reports and maintains the language characteristics of the original dataset.
35
+ Acknowledgments
36
+
37
+ This dataset is based on the FiNER-139 dataset, created and released by nlpaueb. We would like to express our gratitude to the original creators for their valuable work, which has enabled the development of this derivative dataset.
38
+ Citation
39
+
40
+ If you use this dataset, please cite the original FiNER-139 dataset as follows:
41
+
42
+ bibtex
43
+
44
+ @inproceedings{nlpaueb_finer139_2023,
45
+ title={FiNER-139: Financial Named Entity Recognition with Extensive Business Reporting Language Tags},
46
+ author={NLPAUEB},
47
+ year={2023},
48
+ publisher={Hugging Face},
49
+ url={https://huggingface.co/datasets/nlpaueb/finer-139}
50
+ }