LeonardoBerti nielsr HF staff commited on
Commit
bb5cf59
·
verified ·
1 Parent(s): 999a731

Add link to paper and code (#2)

Browse files

- Add link to paper and code (318e09aab9bfd3c6538314d42cb6289ebd9a2838)


Co-authored-by: Niels Rogge <[email protected]>

Files changed (1) hide show
  1. README.md +9 -5
README.md CHANGED
@@ -1,9 +1,13 @@
 
 
 
 
 
 
 
 
1
  TRADES-LOB: a new synthetic LOB dataset:
2
  In market microstructure research, one major problem is the unavailability of a large LOB dataset. The only TRADES-LOB comprises simulated TRADES market data fmany and Intel for two
3
  days. Specifically, the dataset is structured into four CSV files, each containing 50 columns. The initial six columns delineate the order features, followed by 40 columns that represent a snapshot of the
4
  LOB across the top 10 levels. The concluding four columns provide key financial metrics: mid-price, spread, order volume imbalance, and Volume-Weighted Average Price (VWAP), which can be useful
5
- for downstream financial tasks, such as stock price prediction. In total, the dataset is composed of 265,986 rows and 13,299,300 cells, which is similar in size to the benchmark FI-2010 dataset [46 ].
6
-
7
- ---
8
- license: mit
9
- ---
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+ This dataset was presented in [TLOB: A Novel Transformer Model with Dual Attention for Stock Price Trend Prediction with Limit Order Book Data](https://huggingface.co/papers/2502.15757)
6
+
7
+ Code: https://github.com/LeonardoBerti00/TLOB
8
+
9
  TRADES-LOB: a new synthetic LOB dataset:
10
  In market microstructure research, one major problem is the unavailability of a large LOB dataset. The only TRADES-LOB comprises simulated TRADES market data fmany and Intel for two
11
  days. Specifically, the dataset is structured into four CSV files, each containing 50 columns. The initial six columns delineate the order features, followed by 40 columns that represent a snapshot of the
12
  LOB across the top 10 levels. The concluding four columns provide key financial metrics: mid-price, spread, order volume imbalance, and Volume-Weighted Average Price (VWAP), which can be useful
13
+ for downstream financial tasks, such as stock price prediction. In total, the dataset is composed of 265,986 rows and 13,299,300 cells, which is similar in size to the benchmark FI-2010 dataset [46 ].