yuxuan-z commited on
Commit
7571aa4
·
verified ·
1 Parent(s): 4239da9

fix: add the link of paper and code

Browse files
Files changed (1) hide show
  1. README.md +3 -6
README.md CHANGED
@@ -16,6 +16,9 @@ size_categories:
16
  - 1M<n<10M
17
  ---
18
 
 
 
 
19
  # PortBench QA Dataset
20
 
21
  ## Dataset Description
@@ -98,9 +101,3 @@ QA pairs are stratified by market regime (bull/bear/sideways/crisis) to enable p
98
  ### Point-in-Time (PiT) Constraint
99
 
100
  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.
101
-
102
- ### Citation
103
-
104
- ```bibtex
105
-
106
- ```
 
16
  - 1M<n<10M
17
  ---
18
 
19
+ [![Paper](https://img.shields.io/badge/arXiv-2605.27887-b31b1b)](https://arxiv.org/abs/2605.27887)
20
+ [![Code](https://img.shields.io/badge/GitHub-PortBench-blue)](https://github.com/AgenticFinLab/portbench)
21
+
22
  # PortBench QA Dataset
23
 
24
  ## Dataset Description
 
101
  ### Point-in-Time (PiT) Constraint
102
 
103
  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.