fsignx commited on
Commit
e9d7c4e
Β·
verified Β·
1 Parent(s): c88e2a6

Use the full model name on the Hub

Browse files
Files changed (1) hide show
  1. README.md +9 -10
README.md CHANGED
@@ -14,9 +14,9 @@ tags:
14
  - exaone
15
  ---
16
 
17
- # EXAONE Finance
18
 
19
- **EXAONE Finance** is a time series foundation model (TSFM) built for financial
20
  forecasting. It replaces self-attention with two linear-time operators β€” a causal
21
  1D convolution for temporal mixing and a group-aware pooling MLP for variate
22
  mixing β€” so cost grows linearly in both sequence length and variate count. A
@@ -34,7 +34,7 @@ and is released under a different license β€” see [License](#license).
34
 
35
  ## Overview
36
 
37
- How EXAONE Finance differs from other time series foundation models, in the two
38
  choices that set a TSFM's cost and its inductive bias β€” how it mixes information
39
  along time, and along variates β€” and in what it was pretrained on.
40
 
@@ -44,9 +44,9 @@ along time, and along variates β€” and in what it was pretrained on.
44
  | Chronos, Chronos-Bolt, TimesFM, Lag-Llama, TimeGPT, Timer, MOMENT, Sundial, TEMPO, ROSE, Time-MoE, PatchTST-FM, Kairos, YingLong, CleanTS, TabPFN-TS, VisionTS | Attention | β€” | ❌ |
45
  | TiRex (xLSTM), TempoPFN, FlowState, Reverso | RNN / SSM | β€” | ❌ |
46
  | TTM (TinyTimeMixer) | MLP | MLP | ❌ |
47
- | **EXAONE Finance (Ours)** | **CNN** | **MLP** | βœ… |
48
 
49
- EXAONE Finance is the only **attention-free convolutional** TSFM in this
50
  comparison, and the only one pretrained on **financial-domain data**, which we
51
  generate synthetically. Both of its mixers are linear-time, so cost grows
52
  linearly in sequence length and in variate count rather than quadratically.
@@ -82,7 +82,7 @@ placements (lower is better). 44 models were scored on identical windows.
82
 
83
  | # | Model | Tier 1 (Point) | Avg. Rank | Tier 2 (IC) | Avg. Rank | Tier 3 (Portfolio) | Avg. Rank | Rank Sum |
84
  |---|---|---|---|---|---|---|---|---|
85
- | **1** | **EXAONE Finance** | **1** | **6.53** | **1** | **7.45** | **1** | **7.43** | **3** |
86
  | 2 | Chronos-2 (Synthetic) | 9 | 11.68 | 3 | 8.74 | 2 | 9.90 | 14 |
87
  | 3 | Reverso (Small) | 6 | 9.60 | 2 | 8.64 | 6 | 13.04 | 14 |
88
  | 4 | TiRex-1.1 | 2 | 6.98 | 4 | 9.71 | 14 | 15.76 | 20 |
@@ -91,7 +91,7 @@ placements (lower is better). 44 models were scored on identical windows.
91
  The three tiers score complementary objectives: **Tier 1** point accuracy (MASE,
92
  hit rate), **Tier 2** cross-sectional ranking skill (information coefficient), and
93
  **Tier 3** realized portfolio performance (return, Sharpe, volatility, maximum
94
- drawdown). EXAONE Finance ranks first in all three for a perfect rank sum of 3,
95
  ahead of the strongest baseline at 14, and is the only model that wins its
96
  head-to-head comparison against all 43 baselines (per-opponent win rate
97
  0.51–0.90). At 202M parameters it sits on the Pareto frontier, outperforming
@@ -180,9 +180,8 @@ Third-party open source components and their licenses are listed in
180
  }
181
  ```
182
 
183
- > The technical report introduces this model as **EXAONE Forecast for Finance**
184
- > in its abstract. **EXAONE Finance** is the name used everywhere else, in the
185
- > report, on the Hub, and in the code.
186
 
187
  ## Contact
188
 
 
14
  - exaone
15
  ---
16
 
17
+ # EXAONE Forecast for Finance
18
 
19
+ **EXAONE Forecast for Finance** is a time series foundation model (TSFM) built for financial
20
  forecasting. It replaces self-attention with two linear-time operators β€” a causal
21
  1D convolution for temporal mixing and a group-aware pooling MLP for variate
22
  mixing β€” so cost grows linearly in both sequence length and variate count. A
 
34
 
35
  ## Overview
36
 
37
+ How EXAONE Forecast for Finance differs from other time series foundation models, in the two
38
  choices that set a TSFM's cost and its inductive bias β€” how it mixes information
39
  along time, and along variates β€” and in what it was pretrained on.
40
 
 
44
  | Chronos, Chronos-Bolt, TimesFM, Lag-Llama, TimeGPT, Timer, MOMENT, Sundial, TEMPO, ROSE, Time-MoE, PatchTST-FM, Kairos, YingLong, CleanTS, TabPFN-TS, VisionTS | Attention | β€” | ❌ |
45
  | TiRex (xLSTM), TempoPFN, FlowState, Reverso | RNN / SSM | β€” | ❌ |
46
  | TTM (TinyTimeMixer) | MLP | MLP | ❌ |
47
+ | **EXAONE Forecast for Finance (Ours)** | **CNN** | **MLP** | βœ… |
48
 
49
+ EXAONE Forecast for Finance is the only **attention-free convolutional** TSFM in this
50
  comparison, and the only one pretrained on **financial-domain data**, which we
51
  generate synthetically. Both of its mixers are linear-time, so cost grows
52
  linearly in sequence length and in variate count rather than quadratically.
 
82
 
83
  | # | Model | Tier 1 (Point) | Avg. Rank | Tier 2 (IC) | Avg. Rank | Tier 3 (Portfolio) | Avg. Rank | Rank Sum |
84
  |---|---|---|---|---|---|---|---|---|
85
+ | **1** | **EXAONE Forecast for Finance** | **1** | **6.53** | **1** | **7.45** | **1** | **7.43** | **3** |
86
  | 2 | Chronos-2 (Synthetic) | 9 | 11.68 | 3 | 8.74 | 2 | 9.90 | 14 |
87
  | 3 | Reverso (Small) | 6 | 9.60 | 2 | 8.64 | 6 | 13.04 | 14 |
88
  | 4 | TiRex-1.1 | 2 | 6.98 | 4 | 9.71 | 14 | 15.76 | 20 |
 
91
  The three tiers score complementary objectives: **Tier 1** point accuracy (MASE,
92
  hit rate), **Tier 2** cross-sectional ranking skill (information coefficient), and
93
  **Tier 3** realized portfolio performance (return, Sharpe, volatility, maximum
94
+ drawdown). EXAONE Forecast for Finance ranks first in all three for a perfect rank sum of 3,
95
  ahead of the strongest baseline at 14, and is the only model that wins its
96
  head-to-head comparison against all 43 baselines (per-opponent win rate
97
  0.51–0.90). At 202M parameters it sits on the Pareto frontier, outperforming
 
180
  }
181
  ```
182
 
183
+ > The code package and its API use the short form **EXAONE Finance**
184
+ > (`from exaone_forecast.finance import from_pretrained`).
 
185
 
186
  ## Contact
187