KrossKinetic commited on
Commit
e8f874b
·
verified ·
1 Parent(s): 2146340

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +100 -97
README.md CHANGED
@@ -1,98 +1,101 @@
1
- ---
2
- license: apache-2.0
3
- language:
4
- - en
5
- tags:
6
- - finance
7
- size_categories:
8
- - 100K<n<1M
9
- ---
10
-
11
- # Dataset Card for Processed Financial News Articles (2006-2013)
12
-
13
- This dataset consists of 446762 financial news articles originally sourced from Bloomberg, covering the period from 2006 to 2013. It includes processed texts suitable for use in NLP and financial trend analysis.
14
-
15
- ## Dataset Details
16
-
17
- ### Dataset Description
18
-
19
- The dataset contains English-language financial news articles collected from Bloomberg. It is designed for natural language processing tasks, financial analysis, and trend detection during the specified period.
20
-
21
- - **Curated by:** Dan Benayoun
22
- - **Shared by:** Dan Benayoun
23
- - **Language(s) (NLP):** English
24
- - **License:** Apache-2.0
25
-
26
- ### Dataset Sources
27
-
28
- - **Paper:** https://emnlp2014.org/papers/pdf/EMNLP2014148.pdf
29
-
30
- ## Uses
31
-
32
- ### Direct Use
33
-
34
- This dataset is intended for academic research, algorithm training, and development of NLP models that require financial context, particularly for sentiment analysis, event detection, and trend tracking over time.
35
-
36
- ### Out-of-Scope Use
37
-
38
- The dataset should not be used for real-time financial decision-making or trading due to its historical nature and the inherent biases of media reporting.
39
-
40
- ## Dataset Structure
41
-
42
- ### Data Instances
43
-
44
- A typical instance includes fields like `Headline`, `Journalists`, `Date`, `Link`, `Article`.
45
-
46
- ### Data Splits
47
-
48
- The dataset is not divided into standard training, validation, or test splits.
49
-
50
- ## Dataset Creation
51
-
52
- ### Curation Rationale
53
-
54
- This dataset was curated to assist researchers and developers in analyzing financial news trends and patterns across several years.
55
-
56
- ### Source Data
57
-
58
- #### Data Collection and Processing
59
-
60
- The articles were originally scraped from Bloomberg and processed for easier consumption in NLP tasks.
61
-
62
- #### Who are the source data producers?
63
-
64
- The text of the articles is produced by journalists and financial analysts at Bloomberg.
65
-
66
- ### Annotations
67
-
68
- #### Personal and Sensitive Information
69
-
70
- The dataset contains information that could be considered personal or sensitive as it includes names of people, companies, and possibly their financial data.
71
-
72
- ## Bias, Risks, and Limitations
73
-
74
- The dataset reflects the potential biases of Bloomberg's reporting style and period-specific geopolitical influences on financial reporting.
75
-
76
- ### Recommendations
77
-
78
- Care should be taken to account for these biases when using the dataset for modeling or analysis.
79
-
80
- ## Citation
81
-
82
- **BibTeX:**
83
-
84
- ```bibtex
85
- @misc{processed_bloomberg_financial_news_2006_2013,
86
- author = {Dan Benayoun},
87
- title = {Processed Dataset of Financial News Articles from Bloomberg (2006-2013)},
88
- year = {2024},
89
- publisher = {HuggingFace},
90
- }
91
- @misc{BloombergReutersDataset2015,
92
- author = {Philippe Remy, Xiao Ding},
93
- title = {Financial News Dataset from Bloomberg and Reuters},
94
- year = {2015},
95
- publisher = {GitHub},
96
- journal = {GitHub repository},
97
- howpublished = {\url{https://github.com/philipperemy/financial-news-dataset}}
 
 
 
98
  }
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - finance
7
+ size_categories:
8
+ - 100K<n<1M
9
+ ---
10
+
11
+ # Json version of the original dataset.
12
+ # Original Dataset : https://huggingface.co/datasets/danidanou/Bloomberg_Financial_News
13
+
14
+ # Dataset Card for Processed Financial News Articles (2006-2013)
15
+
16
+ This dataset consists of 446762 financial news articles originally sourced from Bloomberg, covering the period from 2006 to 2013. It includes processed texts suitable for use in NLP and financial trend analysis.
17
+
18
+ ## Dataset Details
19
+
20
+ ### Dataset Description
21
+
22
+ The dataset contains English-language financial news articles collected from Bloomberg. It is designed for natural language processing tasks, financial analysis, and trend detection during the specified period.
23
+
24
+ - **Curated by:** Dan Benayoun
25
+ - **Shared by:** Dan Benayoun
26
+ - **Language(s) (NLP):** English
27
+ - **License:** Apache-2.0
28
+
29
+ ### Dataset Sources
30
+
31
+ - **Paper:** https://emnlp2014.org/papers/pdf/EMNLP2014148.pdf
32
+
33
+ ## Uses
34
+
35
+ ### Direct Use
36
+
37
+ This dataset is intended for academic research, algorithm training, and development of NLP models that require financial context, particularly for sentiment analysis, event detection, and trend tracking over time.
38
+
39
+ ### Out-of-Scope Use
40
+
41
+ The dataset should not be used for real-time financial decision-making or trading due to its historical nature and the inherent biases of media reporting.
42
+
43
+ ## Dataset Structure
44
+
45
+ ### Data Instances
46
+
47
+ A typical instance includes fields like `Headline`, `Journalists`, `Date`, `Link`, `Article`.
48
+
49
+ ### Data Splits
50
+
51
+ The dataset is not divided into standard training, validation, or test splits.
52
+
53
+ ## Dataset Creation
54
+
55
+ ### Curation Rationale
56
+
57
+ This dataset was curated to assist researchers and developers in analyzing financial news trends and patterns across several years.
58
+
59
+ ### Source Data
60
+
61
+ #### Data Collection and Processing
62
+
63
+ The articles were originally scraped from Bloomberg and processed for easier consumption in NLP tasks.
64
+
65
+ #### Who are the source data producers?
66
+
67
+ The text of the articles is produced by journalists and financial analysts at Bloomberg.
68
+
69
+ ### Annotations
70
+
71
+ #### Personal and Sensitive Information
72
+
73
+ The dataset contains information that could be considered personal or sensitive as it includes names of people, companies, and possibly their financial data.
74
+
75
+ ## Bias, Risks, and Limitations
76
+
77
+ The dataset reflects the potential biases of Bloomberg's reporting style and period-specific geopolitical influences on financial reporting.
78
+
79
+ ### Recommendations
80
+
81
+ Care should be taken to account for these biases when using the dataset for modeling or analysis.
82
+
83
+ ## Citation
84
+
85
+ **BibTeX:**
86
+
87
+ ```bibtex
88
+ @misc{processed_bloomberg_financial_news_2006_2013,
89
+ author = {Dan Benayoun},
90
+ title = {Processed Dataset of Financial News Articles from Bloomberg (2006-2013)},
91
+ year = {2024},
92
+ publisher = {HuggingFace},
93
+ }
94
+ @misc{BloombergReutersDataset2015,
95
+ author = {Philippe Remy, Xiao Ding},
96
+ title = {Financial News Dataset from Bloomberg and Reuters},
97
+ year = {2015},
98
+ publisher = {GitHub},
99
+ journal = {GitHub repository},
100
+ howpublished = {\url{https://github.com/philipperemy/financial-news-dataset}}
101
  }