Home

Awesome

📈 (Dataset Available) -- ChatGPT Informed Graph Neural Network for Stock Movement Prediction 📈

🚀 Get Started

The data can be found in the Data folder, which contains two files:

To load the data, you can start with 4 lines of code:

import pandas as pd
import json

train_data = pd.read_json('./Data/ticker_train_data.json')
test_data = pd.read_json('./Data/ticker_test_data.json')

The Affected Companies column provides two key insights:

For a deeper exploration of the data, please feel free to check the data_checking.ipynb.

🔗 Citation:

We encourage collaboration and use of this dataset for further advancements in stock prediction using deep learning. If you find this resource useful, kindly cite our paper. Happy researching!

@article{chen2023chatgpt,
  title={ChatGPT Informed Graph Neural Network for Stock Movement Prediction},
  author={Chen, Zihan and Zheng, Lei Nico and Lu, Cheng and Yuan, Jialu and Zhu, Di},
  journal={arXiv preprint arXiv:2306.03763},
  year={2023}
}