impanascm commited on
Commit
1b14725
1 Parent(s): 36b4462

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -24
README.md CHANGED
@@ -51,10 +51,7 @@ tags:
51
  - Multiclass Classification
52
  ---
53
  # Dataset Card for Sentiment Analysis of Commodity News (Gold)
54
-
55
- <!-- Provide a quick summary of the dataset. -->
56
-
57
- 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).
58
  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.
59
 
60
  ## Dataset Descriptions
@@ -65,8 +62,6 @@ The dataset was curated by Ankur Sinha and Tanmay Khandait and is detailed in th
65
  The Kaggle dataset consists of a 1.95MB CSV file, with 10 columns, and 10570 rows.
66
 
67
  ## Uses
68
-
69
- <!-- Address questions around how the dataset is intended to be used. -->
70
  Sentiment Classification
71
 
72
  ## Dataset Structure
@@ -101,15 +96,19 @@ Sentiment Classification
101
 
102
  ### Data Splits
103
  There is currently an train/test split of 80%/20%.
 
 
104
 
105
  ## Dataset Creation
106
 
107
  ### Curation Rationale
108
 
109
  <!-- Motivation for the creation of this dataset. -->
110
- "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.
111
 
112
- 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."
 
 
113
 
114
  ### Source Data
115
 
@@ -117,11 +116,14 @@ Apart from researchers and practitioners working in the area of news analytics f
117
  The source data is news text and headlines.
118
 
119
  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.
120
- [Quotation source](https://www.kaggle.com/datasets/ankurzing/sentiment-analysis-in-commodity-market-gold/data)
 
121
 
122
 
123
  #### Data Collection and Processing
124
- "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."
 
 
125
  <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
126
 
127
  <!-- #### Annotation process
@@ -154,9 +156,28 @@ Sinha, Ankur, and Tanmay Khandait. "Impact of News on the Commodity Market: Data
154
 
155
  <!-- Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations. -->
156
 
157
- ## Citation
 
 
 
 
 
 
 
 
 
 
158
 
159
- <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
 
 
 
 
 
 
 
 
 
160
  ```
161
  @misc{sinha2020impactnewscommoditymarket,
162
  title={Impact of News on the Commodity Market: Dataset and Results},
@@ -169,18 +190,8 @@ Sinha, Ankur, and Tanmay Khandait. "Impact of News on the Commodity Market: Data
169
  }
170
  ```
171
 
172
- <!-- ## Glossary [optional]
173
- -->
174
- <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
175
-
176
- <!-- [More Information Needed]
177
-
178
- ## More Information [optional]
179
-
180
- [More Information Needed] -->
181
-
182
  ## Dataset Card Authors
183
  Saguaro Capital Management, LLC
184
 
185
- <!-- ## Dataset Card Contact
186
- [https://www.saguarocm.com/](https://www.saguarocm.com/) -->
 
51
  - Multiclass Classification
52
  ---
53
  # Dataset Card for Sentiment Analysis of Commodity News (Gold)
54
+ This is a news dataset for the commodity market which has been manually annotated for 10,000+ news headlines across multiple dimensions into various classes. The dataset has been sampled from a period of 20+ years (2000-2021).
 
 
 
55
  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.
56
 
57
  ## Dataset Descriptions
 
62
  The Kaggle dataset consists of a 1.95MB CSV file, with 10 columns, and 10570 rows.
63
 
64
  ## Uses
 
 
65
  Sentiment Classification
66
 
67
  ## Dataset Structure
 
96
 
97
  ### Data Splits
98
  There is currently an train/test split of 80%/20%.
99
+ - The train split has 8456 elements. The different counts of "Price Sentiment" within this split are as follows. 'positive': 3531; 'negative': 3068; 'none': 1552; 'neutral': 305.
100
+ - The test split has 2114 elements. The different counts of "Price Sentiment" within this split are as follows. 'positive': 881; 'negative': 746; 'none': 416; 'neutral': 71.
101
 
102
  ## Dataset Creation
103
 
104
  ### Curation Rationale
105
 
106
  <!-- Motivation for the creation of this dataset. -->
107
+ 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.
108
 
109
+ 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.
110
+
111
+ [Source](https://www.kaggle.com/datasets/ankurzing/sentiment-analysis-in-commodity-market-gold/data)
112
 
113
  ### Source Data
114
 
 
116
  The source data is news text and headlines.
117
 
118
  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.
119
+
120
+ [Source](https://www.kaggle.com/datasets/ankurzing/sentiment-analysis-in-commodity-market-gold/data)
121
 
122
 
123
  #### Data Collection and Processing
124
+ 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.
125
+
126
+ [Source](https://www.kaggle.com/datasets/ankurzing/sentiment-analysis-in-commodity-market-gold/data)
127
  <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
128
 
129
  <!-- #### Annotation process
 
156
 
157
  <!-- Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations. -->
158
 
159
+ ## Kaggle Datatset Description [Source](https://www.kaggle.com/datasets/ankurzing/sentiment-analysis-in-commodity-market-gold/data)
160
+ ### Context
161
+ This is a news dataset for the commodity market where we have 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).
162
+
163
+ ### Content
164
+ 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.
165
+
166
+ ### Acknowledgements
167
+ 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.
168
+
169
+ https://arxiv.org/abs/2009.04202
170
 
171
+ Sinha, Ankur, and Tanmay Khandait. "Impact of News on the Commodity Market: Dataset and Results." arXiv preprint arXiv:2009.04202 (2020)
172
+
173
+ We would like to acknowledge the financial support provided by the India Gold Policy Centre (IGPC).
174
+
175
+ ### Inspiration
176
+ 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.
177
+
178
+ 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.
179
+
180
+ ## Citation
181
  ```
182
  @misc{sinha2020impactnewscommoditymarket,
183
  title={Impact of News on the Commodity Market: Dataset and Results},
 
190
  }
191
  ```
192
 
 
 
 
 
 
 
 
 
 
 
193
  ## Dataset Card Authors
194
  Saguaro Capital Management, LLC
195
 
196
+ ## Dataset Card Contact
197
+ Tyler Thomas: [tyler@saguarocm.com](mailto:tyler@saguarocm.com)