descartes100 commited on
Commit
538f7a3
1 Parent(s): b77e7db

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -28,3 +28,22 @@ configs:
28
  - split: test
29
  path: data/test-*
30
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  - split: test
29
  path: data/test-*
30
  ---
31
+ # Dow30 Stock Prediction Dataset
32
+
33
+ ## Overview
34
+
35
+ Welcome to the Dow30 Stock Prediction dataset! This dataset is designed to assist in predicting stock returns for companies in the Dow Jones Industrial Average (Dow30). It includes essential information about each company, such as news from the last two weeks, basic financial data, and stock prices over the same period.
36
+
37
+ ## Dataset Structure
38
+
39
+ The dataset consists of the following columns:
40
+
41
+ 1. **prompt:** Information about the company, including news from the last two weeks, basic financial data, and stock prices for the same period. The system prompt is generated using the code provided in the [FinGPT_Forecaster](https://github.com/AI4Finance-Foundation/FinGPT/blob/master/fingpt/FinGPT_Forecaster/prepare_data.ipynb) repository.
42
+
43
+ 2. **answer:** Stock return predictions generated by ChatGPT.
44
+
45
+ 3. **period:** Time period of the data, recorded on a weekly basis.
46
+
47
+ 4. **label:** Indicates whether the stock is predicted to go up or down, along with the percentage change.
48
+
49
+ 5. **symbol:** Stock symbol representing the company in the Dow Jones Industrial Average.