Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
English
Libraries:
Datasets
pandas
License:
sbudideti3 commited on
Commit
2230210
·
verified ·
1 Parent(s): 3141f3b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +56 -0
README.md CHANGED
@@ -103,4 +103,60 @@ configs:
103
  path: 944601/test-*
104
  - split: val
105
  path: 944601/val-*
 
 
 
 
 
 
 
 
 
 
 
106
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
103
  path: 944601/test-*
104
  - split: val
105
  path: 944601/val-*
106
+ license: cc-by-nc-sa-4.0
107
+ task_categories:
108
+ - text-classification
109
+ language:
110
+ - en
111
+ tags:
112
+ - finance
113
+ - econ
114
+ pretty_name: reserve_bank_of_australia
115
+ size_categories:
116
+ - 1K<n<10K
117
  ---
118
+
119
+ ## Dataset Summary
120
+ For dataset summary, please refer to [https://huggingface.co/datasets/gtfintechlab/reserve_bank_of_australia](https://huggingface.co/datasets/gtfintechlab/reserve_bank_of_australia)
121
+
122
+ ## Additional Information
123
+ This dataset is annotated across three different labels: Stance Detection, Temporal Classification, and Uncertainty Estimation. The labels have four, two, and two unique values that they can hold, respectively. This dataset contains 1,000 sentences taken from the meeting minutes of the Reserve Bank of Australia.
124
+
125
+ ### Label Interpretation
126
+
127
+ - **0:** Stance Detection
128
+ Hawkish: The sentnece supports contractionary monetary policy.
129
+ Dovish: The sentence supports expansionary monetary policy.
130
+ Neutral: The sentence contains neither hawkish or dovish sentiment, or both hawkish and dovish sentiment.
131
+ Irrelevant: The sentence is not related to monetary policy.
132
+
133
+ - **1:** Temporal Classification
134
+ Foward-looking: The sentence discusses future economic events or decisions.
135
+ Not Forward-looking: The sentence discusses past or current economic events or decisions.
136
+
137
+ - **2:** Uncertainty Estimation
138
+ Certain: Indicates that the sentence presents information definitively.
139
+ Uncertain: Indicates that the sentence presents information with speculation, possibility, or doubt.
140
+
141
+ ## Licensing Information
142
+ The reserve_bank_of_australia dataset is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International. [More information in the paper.](https://arxiv.org/pdf/2410.20651)
143
+
144
+ ## Citation Information
145
+ ```bibtex
146
+ @article{WCBShahSukhaniPardawala,
147
+ title={Words That Unite The World: A Unified Framework for Deciphering Global Central Bank Communications},
148
+ author={Agam Shah, Siddhant Sukhani, Huzaifa Pardawala et al.},
149
+ year={2025}
150
+ }
151
+ ```
152
+ ## Contact
153
+ For any reserve_bank_of_australia dataset related issues and questions, please contact:
154
+
155
+ - Huzaifa Pardawala: huzaifahp7[at]gatech[dot]edu
156
+
157
+ - Siddhant Sukhani: ssukhani3[at]gatech[dot]edu
158
+
159
+ - Agam Shah: ashah482[at]gatech[dot]edu
160
+
161
+ ## GitHub Link
162
+ [Link to our GitHub repository.](https://github.com/gtfintechlab/WorldsCentralBanks.git)