fix: update the README.md
Browse files
README.md
CHANGED
|
@@ -76,3 +76,13 @@ This dataset serves as the foundation for PortBench's dual-layer evaluation. It
|
|
| 76 |
|
| 77 |
All features strictly respect temporal integrity — no look-ahead bias. Any derived feature uses only information available at or before the corresponding date.
|
| 78 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 76 |
|
| 77 |
All features strictly respect temporal integrity — no look-ahead bias. Any derived feature uses only information available at or before the corresponding date.
|
| 78 |
|
| 79 |
+
### Citation
|
| 80 |
+
|
| 81 |
+
```bibtex
|
| 82 |
+
@article{zhao2026portbench,
|
| 83 |
+
title={PortBench: A Correlation-Aware, Full-Pipeline Benchmark for LLM-Driven Portfolio Management},
|
| 84 |
+
author={Zhao, Yuxuan and Chen, Sijia and Su, Ningxin},
|
| 85 |
+
journal={arXiv preprint arXiv:2605.27887},
|
| 86 |
+
year={2026}
|
| 87 |
+
}
|
| 88 |
+
```
|