Datasets:
License:
Link dataset to paper and official repositories
Browse filesHi! I'm Niels from the Hugging Face community team.
I noticed this dataset is associated with the QuantaAlpha paper but didn't have the Arxiv ID in the metadata to link it to the paper page.
In this PR, I've:
- Added the `arxiv` ID to the YAML metadata.
- Added direct links to the Paper, GitHub repository, and Project page at the top of the README.
- Added the BibTeX citation section.
- Maintained the existing documentation and usage examples.
This should help researchers find, use, and cite your work more easily!
README.md
CHANGED
|
@@ -1,25 +1,23 @@
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
-
|
| 4 |
-
|
| 5 |
license: apache-2.0
|
| 6 |
task_categories:
|
| 7 |
-
|
| 8 |
-
- other
|
| 9 |
-
tags:
|
| 10 |
-
- finance
|
| 11 |
-
- quantitative
|
| 12 |
-
- qlib
|
| 13 |
-
- factor
|
| 14 |
-
- time-series
|
| 15 |
pretty_name: QuantaAlpha Qlib CSI300 Dataset
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
# QuantaAlpha Qlib CSI300 Dataset
|
| 19 |
|
| 20 |
-
**
|
| 21 |
-
|
| 22 |
-
[](https://github.com/QuantaAlpha/QuantaAlpha)
|
| 23 |
|
| 24 |
Qlib market data and pre-computed HDF5 files for QuantaAlpha factor mining (A-share, CSI 300).
|
| 25 |
|
|
@@ -66,3 +64,19 @@ df = pd.read_hdf("daily_pv.h5", key="data")
|
|
| 66 |
| low | Low price of the stock on that day |
|
| 67 |
| volume | Trading volume on that day |
|
| 68 |
| factor | Adjusted factor value |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
+
- en
|
| 4 |
+
- zh
|
| 5 |
license: apache-2.0
|
| 6 |
task_categories:
|
| 7 |
+
- time-series-forecasting
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
pretty_name: QuantaAlpha Qlib CSI300 Dataset
|
| 9 |
+
tags:
|
| 10 |
+
- finance
|
| 11 |
+
- quantitative
|
| 12 |
+
- qlib
|
| 13 |
+
- factor
|
| 14 |
+
- time-series
|
| 15 |
+
arxiv: 2602.07085
|
| 16 |
---
|
| 17 |
|
| 18 |
# QuantaAlpha Qlib CSI300 Dataset
|
| 19 |
|
| 20 |
+
[**Project Page**](https://quantaalpha.github.io/) | [**Paper**](https://huggingface.co/papers/2602.07085) | [**GitHub**](https://github.com/QuantaAlpha/QuantaAlpha)
|
|
|
|
|
|
|
| 21 |
|
| 22 |
Qlib market data and pre-computed HDF5 files for QuantaAlpha factor mining (A-share, CSI 300).
|
| 23 |
|
|
|
|
| 64 |
| low | Low price of the stock on that day |
|
| 65 |
| volume | Trading volume on that day |
|
| 66 |
| factor | Adjusted factor value |
|
| 67 |
+
|
| 68 |
+
## Citation
|
| 69 |
+
|
| 70 |
+
If you find QuantaAlpha useful in your research, please cite the following work:
|
| 71 |
+
|
| 72 |
+
```bibtex
|
| 73 |
+
@misc{han2026quantaalphaevolutionaryframeworkllmdriven,
|
| 74 |
+
title={QuantaAlpha: An Evolutionary Framework for LLM-Driven Alpha Mining},
|
| 75 |
+
author={Jun Han and Shuo Zhang and Wei Li and Zhi Yang and Yifan Dong and Tu Hu and Jialuo Yuan and Xiaomin Yu and Yumo Zhu and Fangqi Lou and Xin Guo and Zhaowei Liu and Tianyi Jiang and Ruichuan An and Jingping Liu and Biao Wu and Rongze Chen and Kunyi Wang and Yifan Wang and Sen Hu and Xinbing Kong and Liwen Zhang and Ronghao Chen and Huacan Wang},
|
| 76 |
+
year={2026},
|
| 77 |
+
eprint={2602.07085},
|
| 78 |
+
archivePrefix={arXiv},
|
| 79 |
+
primaryClass={q-fin.ST},
|
| 80 |
+
url={https://arxiv.org/abs/2602.07085},
|
| 81 |
+
}
|
| 82 |
+
```
|