impanascm commited on
Commit
127eb52
·
verified ·
1 Parent(s): fef8d04

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +142 -0
README.md CHANGED
@@ -32,4 +32,146 @@ configs:
32
  data_files:
33
  - split: train
34
  path: data/train-*
 
 
 
 
 
 
 
 
 
 
 
 
35
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  data_files:
33
  - split: train
34
  path: data/train-*
35
+ license: cc-by-nc-nd-4.0
36
+ task_categories:
37
+ - text-classification
38
+ language:
39
+ - en
40
+ tags:
41
+ - finance
42
+ - news
43
+ - NLP
44
+ - Multiclass Classification
45
+ size_categories:
46
+ - 10K<n<100K
47
  ---
48
+ # Dataset Card for Dataset Name
49
+
50
+ <!-- Provide a quick summary of the dataset. -->
51
+
52
+ This is a news dataset for the commodity market which has been manually annotated 10,000+ news headlines across multiple dimensions into various classes. The dataset has been sampled from a period of 20+ years (2000-2021).
53
+ The dataset was curated by Ankur Sinha and Tanmay Khandait and is detailed in their paper "Impact of News on the Commodity Market: Dataset and Results." It is currently published by the authors on Kaggle, under the Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0) license.
54
+
55
+ Sinha, Ankur, and Tanmay Khandait. "Impact of News on the Commodity Market: Dataset and Results." In Future of Information and Communication Conference, pp. 589-601. Springer, Cham, 2021.
56
+
57
+ ## Dataset Description
58
+ - **Homepage:** [Kaggle](https://www.kaggle.com/ankurzing/sentiment-analysis-for-financial-news) [ResearchGate](https://www.researchgate.net/publication/350914989_Impact_of_News_on_the_Commodity_Market_Dataset_and_Results)
59
+ - **Repository:**
60
+ - **Paper:** [Arxiv](https://arxiv.org/abs/2009.04202)
61
+
62
+ ## Uses
63
+
64
+ <!-- Address questions around how the dataset is intended to be used. -->
65
+ Sentiment Classification
66
+
67
+ ## Dataset Structure
68
+
69
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
70
+ ### Data Instances
71
+ ```
72
+ {
73
+ 'Dates': '28-01-2016',
74
+ 'URL': 'http://www.marketwatch.com/story/april-gold-down-20-cents-to-settle-at-111610oz-2016-01-28',
75
+ 'News': 'april gold down 20 cents to settle at $1,116.10/oz',
76
+ 'Price Direction Up': 0, 'Price Direction Constant': 0,
77
+ 'Price Direction Down': 1,
78
+ 'Asset Comparision': 0,
79
+ 'Past Information': 1,
80
+ 'Future Information': 0,
81
+ 'Price Sentiment': 'negative'
82
+ }
83
+ ```
84
+
85
+ ### Data Fields
86
+ - Dates: Date of news headline
87
+ - URL: URL of news headline
88
+ - News: News headline
89
+ - Price Direction Up: Does the news headline imply price direction up?
90
+ - Price Direction Constant: Does the news headline imply price direction sideways (no change)?
91
+ - Price Direction Down: Does the news headline imply price direction down?
92
+ - Asset Comparision: Are assets being compared?
93
+ - Past Information: Is the news headline talking about past?
94
+ - Future Information: Is the news headline talking about future?
95
+ - Price Sentiment: Price sentiment of Gold commodity based on headline
96
+
97
+ ### Data Splits
98
+ There's no train/validation/test split.
99
+
100
+ ## Dataset Creation
101
+
102
+ ### Curation Rationale
103
+
104
+ <!-- Motivation for the creation of this dataset. -->
105
+ "Commodity prices are known to be quite volatile. Machine learning models that understand the commodity news well, will be able to provide an additional input to the short-term and long-term price forecasting models. The dataset will also be useful in creating news-based indicators for commodities.
106
+
107
+ Apart from researchers and practitioners working in the area of news analytics for commodities, the dataset will also be useful for researchers looking to evaluate their models on classification problems in the context of text-analytics. Some of the classes in the dataset are highly imbalanced and may pose challenges to the machine learning algorithms."
108
+
109
+ ### Source Data
110
+
111
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
112
+ The source data is news text and headlines.
113
+
114
+ #### Data Collection and Processing
115
+ "The dataset has been collected from various news sources and annotated by three human annotators who were subject experts. Each news headline was evaluated on various dimensions, for instance - if a headline is a price related news then what is the direction of price movements it is talking about; whether the news headline is talking about the past or future; whether the news item is talking about asset comparison; etc."
116
+ <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
117
+
118
+ <!-- #### Annotation process
119
+
120
+ <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
121
+ <!--
122
+ [More Information Needed]
123
+
124
+ #### Who are the annotators? -->
125
+
126
+ <!-- This section describes the people or systems who created the annotations. -->
127
+ <!--
128
+ [More Information Needed]
129
+
130
+ #### Personal and Sensitive Information
131
+
132
+ <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
133
+
134
+ <!-- [More Information Needed]
135
+
136
+ ## Bias, Risks, and Limitations
137
+
138
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
139
+
140
+ <!-- [More Information Needed] -->
141
+
142
+ <!-- ### Recommendations -->
143
+
144
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
145
+
146
+ <!-- Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations. -->
147
+
148
+ ## Citation
149
+
150
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
151
+ ```
152
+ [@misc{sinha2020impactnewscommoditymarket,
153
+ title={Impact of News on the Commodity Market: Dataset and Results},
154
+ author={Ankur Sinha and Tanmay Khandait},
155
+ year={2020},
156
+ eprint={2009.04202},
157
+ archivePrefix={arXiv},
158
+ primaryClass={cs.CL},
159
+ url={https://arxiv.org/abs/2009.04202},
160
+ }]
161
+ ```
162
+
163
+ <!-- ## Glossary [optional]
164
+ -->
165
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
166
+
167
+ <!-- [More Information Needed]
168
+
169
+ ## More Information [optional]
170
+
171
+ [More Information Needed] -->
172
+
173
+ ## Dataset Card Authors
174
+ Saguaro Capital Management, LLC
175
+
176
+ ## Dataset Card Contact
177
+ [https://www.saguarocm.com/](https://www.saguarocm.com/)