KrossKinetic commited on
Commit
2146340
1 Parent(s): dc28254

Upload 2 files

Browse files
Files changed (3) hide show
  1. .gitattributes +1 -0
  2. Bloomberg_Financial_News.json +3 -0
  3. README.md +95 -0
.gitattributes CHANGED
@@ -56,3 +56,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
56
  # Video files - compressed
57
  *.mp4 filter=lfs diff=lfs merge=lfs -text
58
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
56
  # Video files - compressed
57
  *.mp4 filter=lfs diff=lfs merge=lfs -text
58
  *.webm filter=lfs diff=lfs merge=lfs -text
59
+ Bloomberg_Financial_News.json filter=lfs diff=lfs merge=lfs -text
Bloomberg_Financial_News.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d9979ed6e75827e5ed36a0e7a9e1a4df794f2e94e8ce7fb5ca99465ab58efd3
3
+ size 1385735192
README.md CHANGED
@@ -1,3 +1,98 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }