fix: update the README.md
Browse files
README.md
CHANGED
|
@@ -102,3 +102,14 @@ QA pairs are stratified by market regime (bull/bear/sideways/crisis) to enable p
|
|
| 102 |
### Point-in-Time (PiT) Constraint
|
| 103 |
|
| 104 |
All questions use only information available at or before the `decision_date`. Ground-truth answers are computed from realized future data that is never included in the question or context.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 102 |
### Point-in-Time (PiT) Constraint
|
| 103 |
|
| 104 |
All questions use only information available at or before the `decision_date`. Ground-truth answers are computed from realized future data that is never included in the question or context.
|
| 105 |
+
|
| 106 |
+
### Citation
|
| 107 |
+
|
| 108 |
+
```bibtex
|
| 109 |
+
@article{zhao2026portbench,
|
| 110 |
+
title={PortBench: A Correlation-Aware, Full-Pipeline Benchmark for LLM-Driven Portfolio Management},
|
| 111 |
+
author={Zhao, Yuxuan and Chen, Sijia and Su, Ningxin},
|
| 112 |
+
journal={arXiv preprint arXiv:2605.27887},
|
| 113 |
+
year={2026}
|
| 114 |
+
}
|
| 115 |
+
```
|