chengdu commited on
Commit
178e172
·
1 Parent(s): 4e3ae55

Link WaveLSFormer paper in README

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -10,6 +10,8 @@ stock-specific training objectives, PyTorch Lightning experiment loops,
10
  config-driven model runs, and learnable wavelet front-end components for
11
  low/high frequency feature extraction.
12
 
 
 
13
  The repository includes:
14
 
15
  - transformer, Informer, DLinear, LSTM, and MLP model baselines;
@@ -19,6 +21,4 @@ The repository includes:
19
  - YAML experiment configs for financial and benchmark time-series datasets;
20
  - notebooks and scripts for data collection, preparation, and result analysis.
21
 
22
- Initially forked from the [Informer: Beyond Efficient Transformer for Long Sequence Time-Series Forecasting repo](https://github.com/zhouhaoyi/Informer2020).
23
-
24
  Thanks to [polygon.io](http://polygon.io/) for being our financial data provider.
 
10
  config-driven model runs, and learnable wavelet front-end components for
11
  low/high frequency feature extraction.
12
 
13
+ Paper: [A Learnable Wavelet Transformer for Long-Short Equity Trading and Risk-Adjusted Return Optimization](https://arxiv.org/abs/2601.13435).
14
+
15
  The repository includes:
16
 
17
  - transformer, Informer, DLinear, LSTM, and MLP model baselines;
 
21
  - YAML experiment configs for financial and benchmark time-series datasets;
22
  - notebooks and scripts for data collection, preparation, and result analysis.
23
 
 
 
24
  Thanks to [polygon.io](http://polygon.io/) for being our financial data provider.