sep-dataset
收藏资源简介:
该数据集包含2020至2022年间55只股票的价格和推文数据,这些股票来自11个行业的顶级5只股票。数据集主要由推文数据和价格数据组成,数据格式与Stocknet Dataset相同。
This dataset comprises price and tweet data for 55 stocks from the top five companies across 11 industries, spanning the years 2020 to 2022. The dataset primarily consists of tweet data and price data, formatted similarly to the Stocknet Dataset.
数据集概述
数据集名称
sep-dataset
数据集来源
用于论文 "Learning to Generate Explainable Stock Predictions using Self-Reflective Large Language Models"。
数据集时间范围
2020年至2022年
数据集内容
包含55只股票的价格和推文数据,这些股票来自11个行业的顶级5只股票。
数据组件
- ./tweet: 来自Twitter的推文数据
- ./price: 来自Yahoo Finance的价格数据
数据格式
原始推文数据
- 格式: JSON
- 键: 参见 Introduction to Tweet JSON
预处理推文数据
- 格式: JSON
- 键: text, created_at, user_id_str
原始价格数据
- 格式: CSV
- 条目: date, open price, high price, low price, close price, adjusted close price, volume
预处理价格数据
- 格式: TXT
- 条目: date, close price, open price, high price, low price, close price change, volume
- 注: open, high, low, close prices are normalized with the last close price, $p_t = { ilde{p}_t / ilde{p}^c_{t-1}}-1$.
引用信息
@inproceedings{koa2024learning, title={Learning to Generate Explainable Stock Predictions using Self-Reflective Large Language Models}, author={Koa, Kelvin J.L. and Ma, Yunshan and Ng, Ritchie and Chua, Tat-Seng}, booktitle={Proceedings of the ACM on Web Conference 2024}, pages={4304–4315}, year={2024} }




