Shuwan commited on
Commit
9eaebae
·
verified ·
1 Parent(s): 9a342ec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -5
README.md CHANGED
@@ -26,6 +26,8 @@ configs:
26
 
27
  # Finance1K
28
 
 
 
29
  Finance1K is a synchronized hourly panel for next-step forecasting across
30
  1,000 US equities. It contains 28,510 chronological observations from 2015 to
31
  early 2026 and provides two aligned targets:
@@ -35,8 +37,7 @@ early 2026 and provides two aligned targets:
35
 
36
  The two configurations use the same timestamps, ticker order, validity mask,
37
  and chronological split. The first 19,957 rows form the training set and the
38
- following 8,553 rows form the test set. The paper protocol uses the previous 96
39
- rows to predict the next row and evaluates every fourth test target.
40
 
41
  ## Data structure
42
 
@@ -86,6 +87,4 @@ representative market sample.
86
 
87
  ## License
88
 
89
- Finance1K is released under the Creative Commons
90
- Attribution-NonCommercial-ShareAlike 4.0 International license
91
- (CC BY-NC-SA 4.0).
 
26
 
27
  # Finance1K
28
 
29
+ [![arXiv](https://img.shields.io/badge/arXiv-2608.14106-b31b1b.svg)](https://arxiv.org/abs/2608.14106)
30
+
31
  Finance1K is a synchronized hourly panel for next-step forecasting across
32
  1,000 US equities. It contains 28,510 chronological observations from 2015 to
33
  early 2026 and provides two aligned targets:
 
37
 
38
  The two configurations use the same timestamps, ticker order, validity mask,
39
  and chronological split. The first 19,957 rows form the training set and the
40
+ following 8,553 rows form the test set.
 
41
 
42
  ## Data structure
43
 
 
87
 
88
  ## License
89
 
90
+ Finance1K is released under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/).