twanghcmut commited on
Commit
90aa8f4
·
verified ·
1 Parent(s): 1c546a3

result: per-paper CSVs

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. result/per_paper/2105.06643/accuracy_efficiency.csv +1 -0
  2. result/per_paper/2105.06643/accuracy_efficiency_traced.csv +1 -0
  3. result/per_paper/2105.06643/components_architecture.csv +6 -0
  4. result/per_paper/2105.06643/computational.csv +16 -0
  5. result/per_paper/2302.11939/accuracy_efficiency.csv +98 -0
  6. result/per_paper/2302.11939/accuracy_efficiency_traced.csv +98 -0
  7. result/per_paper/2302.11939/components_architecture.csv +7 -0
  8. result/per_paper/2302.11939/computational.csv +16 -0
  9. result/per_paper/2310.01728/accuracy_efficiency.csv +90 -0
  10. result/per_paper/2310.01728/accuracy_efficiency_traced.csv +90 -0
  11. result/per_paper/2310.01728/components_architecture.csv +5 -0
  12. result/per_paper/2310.01728/computational.csv +16 -0
  13. result/per_paper/2310.03589/accuracy_efficiency.csv +1 -0
  14. result/per_paper/2310.03589/accuracy_efficiency_traced.csv +1 -0
  15. result/per_paper/2310.03589/components_architecture.csv +10 -0
  16. result/per_paper/2310.03589/computational.csv +16 -0
  17. result/per_paper/2310.04948/accuracy_efficiency.csv +63 -0
  18. result/per_paper/2310.04948/accuracy_efficiency_traced.csv +63 -0
  19. result/per_paper/2310.04948/components_architecture.csv +6 -0
  20. result/per_paper/2310.04948/computational.csv +16 -0
  21. result/per_paper/2310.07446/accuracy_efficiency.csv +1 -0
  22. result/per_paper/2310.07446/accuracy_efficiency_traced.csv +1 -0
  23. result/per_paper/2310.07446/components_architecture.csv +6 -0
  24. result/per_paper/2310.07446/computational.csv +16 -0
  25. result/per_paper/2310.08278/accuracy_efficiency.csv +13 -0
  26. result/per_paper/2310.08278/accuracy_efficiency_traced.csv +13 -0
  27. result/per_paper/2310.08278/components_architecture.csv +6 -0
  28. result/per_paper/2310.08278/computational.csv +16 -0
  29. result/per_paper/2310.10688/accuracy_efficiency.csv +48 -0
  30. result/per_paper/2310.10688/accuracy_efficiency_traced.csv +48 -0
  31. result/per_paper/2310.10688/components_architecture.csv +6 -0
  32. result/per_paper/2310.10688/computational.csv +16 -0
  33. result/per_paper/2311.01933/accuracy_efficiency.csv +5 -0
  34. result/per_paper/2311.01933/accuracy_efficiency_traced.csv +5 -0
  35. result/per_paper/2311.01933/components_architecture.csv +6 -0
  36. result/per_paper/2311.01933/computational.csv +16 -0
  37. result/per_paper/2311.11413/accuracy_efficiency.csv +39 -0
  38. result/per_paper/2311.11413/accuracy_efficiency_traced.csv +39 -0
  39. result/per_paper/2311.11413/components_architecture.csv +7 -0
  40. result/per_paper/2311.11413/computational.csv +16 -0
  41. result/per_paper/2401.03955/accuracy_efficiency.csv +220 -0
  42. result/per_paper/2401.03955/accuracy_efficiency_traced.csv +220 -0
  43. result/per_paper/2401.03955/components_architecture.csv +7 -0
  44. result/per_paper/2401.03955/computational.csv +16 -0
  45. result/per_paper/2402.02368/accuracy_efficiency.csv +108 -0
  46. result/per_paper/2402.02368/accuracy_efficiency_traced.csv +108 -0
  47. result/per_paper/2402.02368/components_architecture.csv +7 -0
  48. result/per_paper/2402.02368/computational.csv +16 -0
  49. result/per_paper/2402.02592/accuracy_efficiency.csv +289 -0
  50. result/per_paper/2402.02592/accuracy_efficiency_traced.csv +289 -0
result/per_paper/2105.06643/accuracy_efficiency.csv ADDED
@@ -0,0 +1 @@
 
 
1
+ metric_kind,entity,model_variant,metric,value,uncertainty
result/per_paper/2105.06643/accuracy_efficiency_traced.csv ADDED
@@ -0,0 +1 @@
 
 
1
+ metric_kind,entity,model_variant,metric,value,uncertainty,table,row,col
result/per_paper/2105.06643/components_architecture.csv ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ component,what_it_is,provenance,citation,evidence
2
+ Monash Time Series Forecasting Archive,"A comprehensive time series forecasting archive containing 20 publicly available datasets with equal and variable lengths, including real-world and competition datasets across varied domains.",proposed_here,,"We introduce the first comprehensive time series forecasting archive containing datasets of related time series, available at https://forecastingdata.org/. This archive contains 20 publicly available time series datasets..."
3
+ .tsf File Format,"A new time series data storage format based on the Weka ARFF file format, designed to store meta-information and series-specific details in a non-redundant, flexible manner.",proposed_here,"Paynter et al., 2008; Löning et al., 2019","We introduce a new format to store time series data, based on the Weka ARFF file format (Paynter et al., 2008) and overcoming some of the shortcomings we observe in the .ts format used in the sktime time series repository (Löning et al., 2019). We use a .tsf extension for this new format."
4
+ tsfeatures,"A feature extraction method for time series data, used to analyze characteristics of datasets and identify similarities/differences among series.",reused_cited,"Hyndman et al., 2020","We analyse the characteristics of different series to identify the similarities and differences among them. For that, we conduct a feature analysis using tsfeatures (Hyndman et al., 2020)..."
5
+ catch22 Features,"A set of 22 time series features designed for classification tasks, used here for feature analysis of the datasets.",reused_cited,"Lubba et al., 2019","We analyse the characteristics of different series to identify the similarities and differences among them. For that, we conduct a feature analysis using ... catch22 features (Lubba et al., 2019) extracted from all series of all datasets."
6
+ Baseline Forecasting Evaluation Framework,"A framework for evaluating baseline forecasting models (traditional univariate and global models) across eight error metrics, with publicly available forecasts and results.",proposed_here,,We evaluate the performance of a set of baseline forecasting models including both traditional univariate forecasting models and global forecasting models over all datasets across eight error metrics. The forecasts and evaluation results of the baseline methods are publicly available...
result/per_paper/2105.06643/computational.csv ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ field,value,unit,source,evidence
2
+ hardware_type,,,not_reported,not_reported
3
+ num_devices,,,not_reported,not_reported
4
+ training_cost,,,not_reported,not_reported
5
+ training_batch_size,,,not_reported,not_reported
6
+ training_steps_or_epochs,,,not_reported,not_reported
7
+ precision,,,not_reported,not_reported
8
+ inference_latency,,,not_reported,not_reported
9
+ inference_throughput,,,not_reported,not_reported
10
+ peak_memory,,,not_reported,not_reported
11
+ flops_or_macs,,,not_reported,not_reported
12
+ num_inference_samples,,,not_reported,not_reported
13
+ params,,,not_reported,not_reported
14
+ context_lengths_evaluated,,,not_reported,not_reported
15
+ horizon_lengths_evaluated,,,not_reported,not_reported
16
+ inference_batch_size,,,not_reported,not_reported
result/per_paper/2302.11939/accuracy_efficiency.csv ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ metric_kind,entity,model_variant,metric,value,uncertainty
2
+ accuracy,Weather,GPT4TS / One-Fits-All (Large),MSE,0.221,
3
+ accuracy,Weather,GPT4TS / One-Fits-All (Small),MSE,0.297,
4
+ accuracy,Avg.,GPT4TS / One-Fits-All (Large),MSE,0.342,
5
+ accuracy,Avg.,GPT4TS / One-Fits-All (Small),MSE,0.318,
6
+ accuracy,ETTh1,GPT4TS / One-Fits-All (Large),MSE,0.613,
7
+ accuracy,ETTh1,GPT4TS / One-Fits-All (Small),MSE,0.552,
8
+ accuracy,Avg.,GPT4TS / One-Fits-All (Large),MSE,0.596,
9
+ accuracy,Avg.,GPT4TS / One-Fits-All (Small),MSE,0.915,
10
+ accuracy,ETTh2,GPT4TS / One-Fits-All (Large),MSE,0.413,
11
+ accuracy,ETTh2,GPT4TS / One-Fits-All (Small),MSE,0.451,
12
+ accuracy,Avg.,GPT4TS / One-Fits-All (Large),MSE,0.499,
13
+ accuracy,Avg.,GPT4TS / One-Fits-All (Small),MSE,0.462,
14
+ accuracy,ETTm1,GPT4TS / One-Fits-All (Large),MSE,0.774,
15
+ accuracy,ETTm1,GPT4TS / One-Fits-All (Small),MSE,0.614,
16
+ accuracy,Avg.,GPT4TS / One-Fits-All (Large),MSE,0.628,
17
+ accuracy,Avg.,GPT4TS / One-Fits-All (Small),MSE,0.797,
18
+ accuracy,ETTm2,GPT4TS / One-Fits-All (Large),MSE,0.352,
19
+ accuracy,ETTm2,GPT4TS / One-Fits-All (Small),MSE,0.454,
20
+ accuracy,Avg.,GPT4TS / One-Fits-All (Large),MSE,0.930,
21
+ accuracy,Avg.,GPT4TS / One-Fits-All (Small),MSE,0.332,
22
+ accuracy,ECL,GPT4TS / One-Fits-All (Large),MSE,0.261,
23
+ accuracy,ECL,GPT4TS / One-Fits-All (Small),MSE,0.348,
24
+ accuracy,Avg.,GPT4TS / One-Fits-All (Large),MSE,0.478,
25
+ accuracy,Avg.,GPT4TS / One-Fits-All (Small),MSE,0.444,
26
+ accuracy,Traffic,GPT4TS / One-Fits-All (Large),MSE,0.672,
27
+ accuracy,Traffic,GPT4TS / One-Fits-All (Small),MSE,0.405,
28
+ accuracy,Avg.,GPT4TS / One-Fits-All (Large),MSE,0.446,
29
+ accuracy,Avg.,GPT4TS / One-Fits-All (Small),MSE,1.453,
30
+ accuracy,Average,GPT4TS / One-Fits-All (Large),MSE,0.559,
31
+ accuracy,Average,GPT4TS / One-Fits-All (Small),MSE,0.674,
32
+ accuracy,Weather,GPT4TS / One-Fits-All (Large),MSE,0.227,
33
+ accuracy,Weather,GPT4TS / One-Fits-All (Small),MSE,0.299,
34
+ accuracy,Avg.,GPT4TS / One-Fits-All (Large),MSE,0.353,
35
+ accuracy,Avg.,GPT4TS / One-Fits-All (Small),MSE,0.327,
36
+ accuracy,ETTh1,GPT4TS / One-Fits-All (Large),MSE,0.681,
37
+ accuracy,ETTh1,GPT4TS / One-Fits-All (Small),MSE,0.570,
38
+ accuracy,Avg.,GPT4TS / One-Fits-All (Large),MSE,0.598,
39
+ accuracy,Avg.,GPT4TS / One-Fits-All (Small),MSE,0.943,
40
+ accuracy,ETTh2,GPT4TS / One-Fits-All (Large),MSE,0.428,
41
+ accuracy,ETTh2,GPT4TS / One-Fits-All (Small),MSE,0.468,
42
+ accuracy,Avg.,GPT4TS / One-Fits-All (Large),MSE,0.489,
43
+ accuracy,Avg.,GPT4TS / One-Fits-All (Small),MSE,0.470,
44
+ accuracy,ETTm1,GPT4TS / One-Fits-All (Large),MSE,0.726,
45
+ accuracy,ETTm1,GPT4TS / One-Fits-All (Small),MSE,0.578,
46
+ accuracy,Avg.,GPT4TS / One-Fits-All (Large),MSE,0.620,
47
+ accuracy,Avg.,GPT4TS / One-Fits-All (Small),MSE,0.857,
48
+ accuracy,ETTm2,GPT4TS / One-Fits-All (Large),MSE,0.232,
49
+ accuracy,ETTm2,GPT4TS / One-Fits-All (Small),MSE,0.322,
50
+ accuracy,Avg.,GPT4TS / One-Fits-All (Large),MSE,0.433,
51
+ accuracy,Avg.,GPT4TS / One-Fits-All (Small),MSE,0.341,
52
+ accuracy,ECL,GPT4TS / One-Fits-All (Large),MSE,0.297,
53
+ accuracy,ECL,GPT4TS / One-Fits-All (Small),MSE,0.367,
54
+ accuracy,Avg.,GPT4TS / One-Fits-All (Large),MSE,0.404,
55
+ accuracy,Avg.,GPT4TS / One-Fits-All (Small),MSE,0.627,
56
+ accuracy,Traffic,GPT4TS / One-Fits-All (Large),MSE,0.795,
57
+ accuracy,Traffic,GPT4TS / One-Fits-All (Small),MSE,0.481,
58
+ accuracy,Avg.,GPT4TS / One-Fits-All (Large),MSE,0.502,
59
+ accuracy,Avg.,GPT4TS / One-Fits-All (Small),MSE,1.526,
60
+ accuracy,ETTm1,GPT2(3),MSE,0.017,
61
+ accuracy,Avg,GPT2(3),MSE,0.105,
62
+ accuracy,ETTm2,GPT2(3),MSE,0.017,
63
+ accuracy,Avg,GPT2(3),MSE,0.084,
64
+ accuracy,ETTh1,GPT2(3),MSE,0.043,
65
+ accuracy,Avg,GPT2(3),MSE,0.173,
66
+ accuracy,ETTh2,GPT2(3),MSE,0.039,
67
+ accuracy,Avg,GPT2(3),MSE,0.141,
68
+ accuracy,ECL,GPT2(3),MSE,0.080,
69
+ accuracy,Avg,GPT2(3),MSE,0.207,
70
+ accuracy,Weather,GPT2(3),MSE,0.026,
71
+ accuracy,Avg,GPT2(3),MSE,0.056,
72
+ accuracy,GPT(6),GPT4TS / One-Fits-All (6),F1,6,
73
+ accuracy,EthanolConcentration,GPT4TS / One-Fits-All (6),Imputation Error,34.2,
74
+ accuracy,FaceDetection,GPT4TS / One-Fits-All (6),Imputation Error,69.2,
75
+ accuracy,Handwriting,GPT4TS / One-Fits-All (6),Imputation Error,32.7,
76
+ accuracy,Heartbeat,GPT4TS / One-Fits-All (6),Imputation Error,77.2,
77
+ accuracy,JapaneseVowels,GPT4TS / One-Fits-All (6),Imputation Error,98.6,
78
+ accuracy,PEMS-SF,GPT4TS / One-Fits-All (6),Imputation Error,87.9,
79
+ accuracy,SelfRegulationSCP1,GPT4TS / One-Fits-All (6),Imputation Error,93.2,
80
+ accuracy,SelfRegulationSCP2,GPT4TS / One-Fits-All (6),Imputation Error,59.4,
81
+ accuracy,SpokenArabicDigits,GPT4TS / One-Fits-All (6),Imputation Error,99.2,
82
+ accuracy,UWaveGestureLibrary,GPT4TS / One-Fits-All (6),Imputation Error,88.1,
83
+ accuracy,Average,GPT4TS / One-Fits-All (6),Imputation Error,74.0,
84
+ accuracy,Yearly Quarterly,GPT4TS / One-Fits-All (6),SMAPE,13.531,
85
+ accuracy,MASE,GPT4TS / One-Fits-All (6),SMAPE,2.996,
86
+ accuracy,OWA,GPT4TS / One-Fits-All (6),SMAPE,0.786,
87
+ accuracy,SMAPE,GPT4TS / One-Fits-All (6),SMAPE,10.100,
88
+ accuracy,MASE,GPT4TS / One-Fits-All (6),SMAPE,1.182,
89
+ accuracy,OWA,GPT4TS / One-Fits-All (6),SMAPE,0.890,
90
+ accuracy,Monthly Others,GPT4TS / One-Fits-All (6),SMAPE,12.894,
91
+ accuracy,MASE,GPT4TS / One-Fits-All (6),SMAPE,0.933,
92
+ accuracy,OWA,GPT4TS / One-Fits-All (6),SMAPE,0.878,
93
+ accuracy,SMAPE,GPT4TS / One-Fits-All (6),SMAPE,4.891,
94
+ accuracy,MASE,GPT4TS / One-Fits-All (6),SMAPE,3.302,
95
+ accuracy,OWA,GPT4TS / One-Fits-All (6),SMAPE,1.035,
96
+ accuracy,Average,GPT4TS / One-Fits-All (6),SMAPE,11.991,
97
+ accuracy,MASE,GPT4TS / One-Fits-All (6),SMAPE,1.585,
98
+ accuracy,OWA,GPT4TS / One-Fits-All (6),SMAPE,0.851,
result/per_paper/2302.11939/accuracy_efficiency_traced.csv ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ metric_kind,entity,model_variant,metric,value,uncertainty,table,row,col
2
+ accuracy,Weather,GPT4TS / One-Fits-All (Large),MSE,0.221,,1,2,14
3
+ accuracy,Weather,GPT4TS / One-Fits-All (Small),MSE,0.297,,1,2,15
4
+ accuracy,Avg.,GPT4TS / One-Fits-All (Large),MSE,0.342,,1,6,14
5
+ accuracy,Avg.,GPT4TS / One-Fits-All (Small),MSE,0.318,,1,6,15
6
+ accuracy,ETTh1,GPT4TS / One-Fits-All (Large),MSE,0.613,,1,7,14
7
+ accuracy,ETTh1,GPT4TS / One-Fits-All (Small),MSE,0.552,,1,7,15
8
+ accuracy,Avg.,GPT4TS / One-Fits-All (Large),MSE,0.596,,1,11,14
9
+ accuracy,Avg.,GPT4TS / One-Fits-All (Small),MSE,0.915,,1,11,15
10
+ accuracy,ETTh2,GPT4TS / One-Fits-All (Large),MSE,0.413,,1,12,14
11
+ accuracy,ETTh2,GPT4TS / One-Fits-All (Small),MSE,0.451,,1,12,15
12
+ accuracy,Avg.,GPT4TS / One-Fits-All (Large),MSE,0.499,,1,16,14
13
+ accuracy,Avg.,GPT4TS / One-Fits-All (Small),MSE,0.462,,1,16,15
14
+ accuracy,ETTm1,GPT4TS / One-Fits-All (Large),MSE,0.774,,1,17,14
15
+ accuracy,ETTm1,GPT4TS / One-Fits-All (Small),MSE,0.614,,1,17,15
16
+ accuracy,Avg.,GPT4TS / One-Fits-All (Large),MSE,0.628,,1,21,14
17
+ accuracy,Avg.,GPT4TS / One-Fits-All (Small),MSE,0.797,,1,21,15
18
+ accuracy,ETTm2,GPT4TS / One-Fits-All (Large),MSE,0.352,,1,22,14
19
+ accuracy,ETTm2,GPT4TS / One-Fits-All (Small),MSE,0.454,,1,22,15
20
+ accuracy,Avg.,GPT4TS / One-Fits-All (Large),MSE,0.930,,1,26,14
21
+ accuracy,Avg.,GPT4TS / One-Fits-All (Small),MSE,0.332,,1,26,15
22
+ accuracy,ECL,GPT4TS / One-Fits-All (Large),MSE,0.261,,1,27,14
23
+ accuracy,ECL,GPT4TS / One-Fits-All (Small),MSE,0.348,,1,27,15
24
+ accuracy,Avg.,GPT4TS / One-Fits-All (Large),MSE,0.478,,1,31,14
25
+ accuracy,Avg.,GPT4TS / One-Fits-All (Small),MSE,0.444,,1,31,15
26
+ accuracy,Traffic,GPT4TS / One-Fits-All (Large),MSE,0.672,,1,32,14
27
+ accuracy,Traffic,GPT4TS / One-Fits-All (Small),MSE,0.405,,1,32,15
28
+ accuracy,Avg.,GPT4TS / One-Fits-All (Large),MSE,0.446,,1,36,14
29
+ accuracy,Avg.,GPT4TS / One-Fits-All (Small),MSE,1.453,,1,36,15
30
+ accuracy,Average,GPT4TS / One-Fits-All (Large),MSE,0.559,,1,37,14
31
+ accuracy,Average,GPT4TS / One-Fits-All (Small),MSE,0.674,,1,37,15
32
+ accuracy,Weather,GPT4TS / One-Fits-All (Large),MSE,0.227,,2,2,14
33
+ accuracy,Weather,GPT4TS / One-Fits-All (Small),MSE,0.299,,2,2,15
34
+ accuracy,Avg.,GPT4TS / One-Fits-All (Large),MSE,0.353,,2,6,14
35
+ accuracy,Avg.,GPT4TS / One-Fits-All (Small),MSE,0.327,,2,6,15
36
+ accuracy,ETTh1,GPT4TS / One-Fits-All (Large),MSE,0.681,,2,7,14
37
+ accuracy,ETTh1,GPT4TS / One-Fits-All (Small),MSE,0.570,,2,7,15
38
+ accuracy,Avg.,GPT4TS / One-Fits-All (Large),MSE,0.598,,2,11,14
39
+ accuracy,Avg.,GPT4TS / One-Fits-All (Small),MSE,0.943,,2,11,15
40
+ accuracy,ETTh2,GPT4TS / One-Fits-All (Large),MSE,0.428,,2,12,14
41
+ accuracy,ETTh2,GPT4TS / One-Fits-All (Small),MSE,0.468,,2,12,15
42
+ accuracy,Avg.,GPT4TS / One-Fits-All (Large),MSE,0.489,,2,16,14
43
+ accuracy,Avg.,GPT4TS / One-Fits-All (Small),MSE,0.470,,2,16,15
44
+ accuracy,ETTm1,GPT4TS / One-Fits-All (Large),MSE,0.726,,2,17,14
45
+ accuracy,ETTm1,GPT4TS / One-Fits-All (Small),MSE,0.578,,2,17,15
46
+ accuracy,Avg.,GPT4TS / One-Fits-All (Large),MSE,0.620,,2,21,14
47
+ accuracy,Avg.,GPT4TS / One-Fits-All (Small),MSE,0.857,,2,21,15
48
+ accuracy,ETTm2,GPT4TS / One-Fits-All (Large),MSE,0.232,,2,22,14
49
+ accuracy,ETTm2,GPT4TS / One-Fits-All (Small),MSE,0.322,,2,22,15
50
+ accuracy,Avg.,GPT4TS / One-Fits-All (Large),MSE,0.433,,2,26,14
51
+ accuracy,Avg.,GPT4TS / One-Fits-All (Small),MSE,0.341,,2,26,15
52
+ accuracy,ECL,GPT4TS / One-Fits-All (Large),MSE,0.297,,2,27,14
53
+ accuracy,ECL,GPT4TS / One-Fits-All (Small),MSE,0.367,,2,27,15
54
+ accuracy,Avg.,GPT4TS / One-Fits-All (Large),MSE,0.404,,2,31,14
55
+ accuracy,Avg.,GPT4TS / One-Fits-All (Small),MSE,0.627,,2,31,15
56
+ accuracy,Traffic,GPT4TS / One-Fits-All (Large),MSE,0.795,,2,32,14
57
+ accuracy,Traffic,GPT4TS / One-Fits-All (Small),MSE,0.481,,2,32,15
58
+ accuracy,Avg.,GPT4TS / One-Fits-All (Large),MSE,0.502,,2,36,14
59
+ accuracy,Avg.,GPT4TS / One-Fits-All (Small),MSE,1.526,,2,36,15
60
+ accuracy,ETTm1,GPT2(3),MSE,0.017,,3,2,2
61
+ accuracy,Avg,GPT2(3),MSE,0.105,,3,6,2
62
+ accuracy,ETTm2,GPT2(3),MSE,0.017,,3,7,2
63
+ accuracy,Avg,GPT2(3),MSE,0.084,,3,11,2
64
+ accuracy,ETTh1,GPT2(3),MSE,0.043,,3,12,2
65
+ accuracy,Avg,GPT2(3),MSE,0.173,,3,16,2
66
+ accuracy,ETTh2,GPT2(3),MSE,0.039,,3,17,2
67
+ accuracy,Avg,GPT2(3),MSE,0.141,,3,21,2
68
+ accuracy,ECL,GPT2(3),MSE,0.080,,3,22,2
69
+ accuracy,Avg,GPT2(3),MSE,0.207,,3,26,2
70
+ accuracy,Weather,GPT2(3),MSE,0.026,,3,27,2
71
+ accuracy,Avg,GPT2(3),MSE,0.056,,3,31,2
72
+ accuracy,GPT(6),GPT4TS / One-Fits-All (6),F1,6,,4,2,0
73
+ accuracy,EthanolConcentration,GPT4TS / One-Fits-All (6),Imputation Error,34.2,,6,2,18
74
+ accuracy,FaceDetection,GPT4TS / One-Fits-All (6),Imputation Error,69.2,,6,3,18
75
+ accuracy,Handwriting,GPT4TS / One-Fits-All (6),Imputation Error,32.7,,6,4,18
76
+ accuracy,Heartbeat,GPT4TS / One-Fits-All (6),Imputation Error,77.2,,6,5,18
77
+ accuracy,JapaneseVowels,GPT4TS / One-Fits-All (6),Imputation Error,98.6,,6,6,18
78
+ accuracy,PEMS-SF,GPT4TS / One-Fits-All (6),Imputation Error,87.9,,6,7,18
79
+ accuracy,SelfRegulationSCP1,GPT4TS / One-Fits-All (6),Imputation Error,93.2,,6,8,18
80
+ accuracy,SelfRegulationSCP2,GPT4TS / One-Fits-All (6),Imputation Error,59.4,,6,9,18
81
+ accuracy,SpokenArabicDigits,GPT4TS / One-Fits-All (6),Imputation Error,99.2,,6,10,18
82
+ accuracy,UWaveGestureLibrary,GPT4TS / One-Fits-All (6),Imputation Error,88.1,,6,11,18
83
+ accuracy,Average,GPT4TS / One-Fits-All (6),Imputation Error,74.0,,6,12,18
84
+ accuracy,Yearly Quarterly,GPT4TS / One-Fits-All (6),SMAPE,13.531,,7,1,2
85
+ accuracy,MASE,GPT4TS / One-Fits-All (6),SMAPE,2.996,,7,2,2
86
+ accuracy,OWA,GPT4TS / One-Fits-All (6),SMAPE,0.786,,7,3,2
87
+ accuracy,SMAPE,GPT4TS / One-Fits-All (6),SMAPE,10.100,,7,4,2
88
+ accuracy,MASE,GPT4TS / One-Fits-All (6),SMAPE,1.182,,7,5,2
89
+ accuracy,OWA,GPT4TS / One-Fits-All (6),SMAPE,0.890,,7,6,2
90
+ accuracy,Monthly Others,GPT4TS / One-Fits-All (6),SMAPE,12.894,,7,7,2
91
+ accuracy,MASE,GPT4TS / One-Fits-All (6),SMAPE,0.933,,7,8,2
92
+ accuracy,OWA,GPT4TS / One-Fits-All (6),SMAPE,0.878,,7,9,2
93
+ accuracy,SMAPE,GPT4TS / One-Fits-All (6),SMAPE,4.891,,7,10,2
94
+ accuracy,MASE,GPT4TS / One-Fits-All (6),SMAPE,3.302,,7,11,2
95
+ accuracy,OWA,GPT4TS / One-Fits-All (6),SMAPE,1.035,,7,12,2
96
+ accuracy,Average,GPT4TS / One-Fits-All (6),SMAPE,11.991,,7,13,2
97
+ accuracy,MASE,GPT4TS / One-Fits-All (6),SMAPE,1.585,,7,14,2
98
+ accuracy,OWA,GPT4TS / One-Fits-All (6),SMAPE,0.851,,7,15,2
result/per_paper/2302.11939/components_architecture.csv ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ component,what_it_is,provenance,citation,evidence
2
+ Frozen Pretrained Transformer (FPT),"A pre-trained transformer model (e.g., GPT2) with frozen self-attention and feedforward layers, adapted for time series analysis through fine-tuning.",proposed_here,"Zhou et al., 2023","This model, known as the Frozen Pretrained Transformer (FPT), is evaluated through fine-tuning on all major types of tasks involving time series."
3
+ Self-Attention Mechanism,A module in the transformer architecture that captures long-range dependencies in time series data by computing attention weights across all positions.,reused_cited,"Vaswani et al., 2017","The self-attention module behaviors similarly to principle component analysis (PCA), an observation that helps explains how transformer bridges the domain gap."
4
+ Feedforward Layers,Non-linear transformations applied to the output of self-attention mechanisms in each residual block of the transformer.,reused_cited,"Vaswani et al., 2017",We refrain from altering the self-attention and feedforward layers of the residual blocks in the pre-trained language or image model.
5
+ Residual Blocks,Structural units in the transformer that combine self-attention and feedforward layers with skip connections to enable deeper network training.,reused_cited,"Vaswani et al., 2017",We refrain from altering the self-attention and feedforward layers of the residual blocks in the pre-trained language or image model.
6
+ Fine-Tuning Mechanism,"A process of adapting the pre-trained model's parameters (excluding frozen layers) to specific time series tasks (e.g., forecasting, classification).",reused_cited,"Devlin et al., 2019",This model [...] is evaluated through fine-tuning on all major types of tasks involving time series.
7
+ PCA Analogy for Self-Attention,A theoretical insight comparing the self-attention module's behavior to principal component analysis (PCA) for dimensionality reduction in time series.,proposed_here,"Zhou et al., 2023",We also found both theoretically and empirically that the self-attention module behaviors similarly to principle component analysis (PCA).
result/per_paper/2302.11939/computational.csv ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ field,value,unit,source,evidence
2
+ hardware_type,,,not_reported,
3
+ num_devices,,,not_reported,
4
+ training_cost,,,not_reported,
5
+ training_batch_size,,,not_reported,
6
+ training_steps_or_epochs,,,not_reported,
7
+ precision,,,not_reported,
8
+ inference_latency,,,not_reported,
9
+ inference_throughput,,,not_reported,
10
+ peak_memory,,,not_reported,
11
+ flops_or_macs,,,not_reported,
12
+ num_inference_samples,,,not_reported,
13
+ params,,,not_reported,
14
+ context_lengths_evaluated,,,not_reported,
15
+ horizon_lengths_evaluated,,,not_reported,
16
+ inference_batch_size,,,not_reported,
result/per_paper/2310.01728/accuracy_efficiency.csv ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ metric_kind,entity,model_variant,metric,value,uncertainty
2
+ accuracy,ETTh1,Time-LLM,MSE,0.613,
3
+ accuracy,Avg,Time-LLM,MSE,0.596,
4
+ accuracy,ETTh2,Time-LLM,MSE,0.413,
5
+ accuracy,Avg,Time-LLM,MSE,0.499,
6
+ accuracy,ETTm1,Time-LLM,MSE,0.774,
7
+ accuracy,Avg,Time-LLM,MSE,0.628,
8
+ accuracy,ETTm2,Time-LLM,MSE,0.352,
9
+ accuracy,Avg,Time-LLM,MSE,0.930,
10
+ accuracy,Weather,Time-LLM,MSE,0.221,
11
+ accuracy,Avg,Time-LLM,MSE,0.342,
12
+ accuracy,Electricity,Time-LLM,MSE,0.261,
13
+ accuracy,Avg,Time-LLM,MSE,0.478,
14
+ accuracy,Traffic,Time-LLM,MSE,0.672,
15
+ accuracy,Avg,Time-LLM,MSE,0.446,
16
+ accuracy,ETTh1,Time-LLM,MSE,0.681,
17
+ accuracy,Avg,Time-LLM,MSE,0.598,
18
+ accuracy,ETTh2,Time-LLM,MSE,0.428,
19
+ accuracy,Avg,Time-LLM,MSE,0.457,
20
+ accuracy,ETTm1,Time-LLM,MSE,0.726,
21
+ accuracy,Avg,Time-LLM,MSE,0.620,
22
+ accuracy,ETTm2,Time-LLM,MSE,0.232,
23
+ accuracy,Avg,Time-LLM,MSE,0.433,
24
+ accuracy,Weather,Time-LLM,MSE,0.227,
25
+ accuracy,Avg,Time-LLM,MSE,0.353,
26
+ accuracy,Electricity,Time-LLM,MSE,0.297,
27
+ accuracy,Avg,Time-LLM,MSE,0.404,
28
+ accuracy,Traffic,Time-LLM,MSE,0.795,
29
+ accuracy,Avg,Time-LLM,MSE,0.502,
30
+ accuracy,$ETTh1 \rightarrow ETTh2$,Time-LLM,MSE,0.400,
31
+ accuracy,Avg,Time-LLM,MSE,0.380,
32
+ accuracy,$ETTh1 \rightarrow ETTm2$,Time-LLM,MSE,0.357,
33
+ accuracy,Avg,Time-LLM,MSE,0.314,
34
+ accuracy,$ETTh2 \rightarrow ETTh1$,Time-LLM,MSE,0.555,
35
+ accuracy,Avg,Time-LLM,MSE,0.565,
36
+ accuracy,$ETTh2 \rightarrow ETTm2$,Time-LLM,MSE,0.336,
37
+ accuracy,Avg,Time-LLM,MSE,0.325,
38
+ accuracy,$ETTm1 \rightarrow ETTh2$,Time-LLM,MSE,0.415,
39
+ accuracy,Avg,Time-LLM,MSE,0.439,
40
+ accuracy,$ETTm1 \rightarrow ETTm2$,Time-LLM,MSE,0.314,
41
+ accuracy,Avg,Time-LLM,MSE,0.296,
42
+ accuracy,$ETTm2 \rightarrow ETTh2$,Time-LLM,MSE,0.391,
43
+ accuracy,Avg,Time-LLM,MSE,0.409,
44
+ accuracy,$ETTm2 \rightarrow ETTm1$,Time-LLM,MSE,0.490,
45
+ accuracy,Avg,Time-LLM,MSE,0.568,
46
+ accuracy,ETTh1,Time-LLM,MSE,0.933,
47
+ accuracy,Avg,Time-LLM,MSE,0.656,
48
+ accuracy,ETTh2,Time-LLM,MSE,0.390,
49
+ accuracy,Avg,Time-LLM,MSE,0.532,
50
+ accuracy,ETTm1,Time-LLM,MSE,1.091,
51
+ accuracy,Avg,Time-LLM,MSE,0.697,
52
+ accuracy,ETTm2,Time-LLM,MSE,0.435,
53
+ accuracy,Avg,Time-LLM,MSE,0.634,
54
+ accuracy,Weather,Time-LLM,MSE,0.255,
55
+ accuracy,Avg,Time-LLM,MSE,0.448,
56
+ accuracy,Electricity,Time-LLM,MSE,0.520,
57
+ accuracy,Avg,Time-LLM,MSE,0.510,
58
+ accuracy,Traffic,Time-LLM,MSE,1.068,
59
+ accuracy,Avg,Time-LLM,MSE,0.765,
60
+ accuracy,ILI,Time-LLM,MSE,4.909,
61
+ accuracy,Avg,Time-LLM,MSE,1.346,
62
+ accuracy,Yearly,Time-LLM,SMAPE,13.419,
63
+ accuracy,MASE,Time-LLM,SMAPE,3.565,
64
+ accuracy,OWA,Time-LLM,SMAPE,0.911,
65
+ accuracy,Quarterly,Time-LLM,SMAPE,10.110,
66
+ accuracy,MASE,Time-LLM,SMAPE,1.253,
67
+ accuracy,OWA,Time-LLM,SMAPE,0.938,
68
+ accuracy,Monthly,Time-LLM,SMAPE,12.980,
69
+ accuracy,MASE,Time-LLM,SMAPE,1.003,
70
+ accuracy,OWA,Time-LLM,SMAPE,0.931,
71
+ accuracy,Others,Time-LLM,SMAPE,4.795,
72
+ accuracy,MASE,Time-LLM,SMAPE,4.116,
73
+ accuracy,OWA,Time-LLM,SMAPE,1.259,
74
+ accuracy,Average,Time-LLM,SMAPE,11.983,
75
+ accuracy,MASE,Time-LLM,SMAPE,1.808,
76
+ accuracy,OWA,Time-LLM,SMAPE,0.94,
77
+ accuracy,ETTh1,Time-LLM,MSE,0.556,
78
+ accuracy,ETTh1,Time-LLM,MSE,0.522,
79
+ accuracy,ETTh2,Time-LLM,MSE,0.370,
80
+ accuracy,ETTh2,Time-LLM,MSE,0.394,
81
+ accuracy,ETTm1,Time-LLM,MSE,0.404,
82
+ accuracy,ETTm1,Time-LLM,MSE,0.427,
83
+ accuracy,ETTm2,Time-LLM,MSE,0.277,
84
+ accuracy,ETTm2,Time-LLM,MSE,0.323,
85
+ accuracy,Weather,Time-LLM,MSE,0.234,
86
+ accuracy,Weather,Time-LLM,MSE,0.273,
87
+ accuracy,ECL,Time-LLM,MSE,0.175,
88
+ accuracy,ECL,Time-LLM,MSE,0.270,
89
+ accuracy,Traffic,Time-LLM,MSE,0.429,
90
+ accuracy,Traffic,Time-LLM,MSE,0.306,
result/per_paper/2310.01728/accuracy_efficiency_traced.csv ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ metric_kind,entity,model_variant,metric,value,uncertainty,table,row,col
2
+ accuracy,ETTh1,Time-LLM,MSE,0.613,,1,2,14
3
+ accuracy,Avg,Time-LLM,MSE,0.596,,1,6,14
4
+ accuracy,ETTh2,Time-LLM,MSE,0.413,,1,7,14
5
+ accuracy,Avg,Time-LLM,MSE,0.499,,1,11,14
6
+ accuracy,ETTm1,Time-LLM,MSE,0.774,,1,12,14
7
+ accuracy,Avg,Time-LLM,MSE,0.628,,1,16,14
8
+ accuracy,ETTm2,Time-LLM,MSE,0.352,,1,17,14
9
+ accuracy,Avg,Time-LLM,MSE,0.930,,1,21,14
10
+ accuracy,Weather,Time-LLM,MSE,0.221,,1,22,14
11
+ accuracy,Avg,Time-LLM,MSE,0.342,,1,26,14
12
+ accuracy,Electricity,Time-LLM,MSE,0.261,,1,27,14
13
+ accuracy,Avg,Time-LLM,MSE,0.478,,1,31,14
14
+ accuracy,Traffic,Time-LLM,MSE,0.672,,1,32,14
15
+ accuracy,Avg,Time-LLM,MSE,0.446,,1,36,14
16
+ accuracy,ETTh1,Time-LLM,MSE,0.681,,2,2,14
17
+ accuracy,Avg,Time-LLM,MSE,0.598,,2,6,14
18
+ accuracy,ETTh2,Time-LLM,MSE,0.428,,2,7,14
19
+ accuracy,Avg,Time-LLM,MSE,0.457,,2,11,14
20
+ accuracy,ETTm1,Time-LLM,MSE,0.726,,2,12,14
21
+ accuracy,Avg,Time-LLM,MSE,0.620,,2,16,14
22
+ accuracy,ETTm2,Time-LLM,MSE,0.232,,2,17,14
23
+ accuracy,Avg,Time-LLM,MSE,0.433,,2,21,14
24
+ accuracy,Weather,Time-LLM,MSE,0.227,,2,22,14
25
+ accuracy,Avg,Time-LLM,MSE,0.353,,2,26,14
26
+ accuracy,Electricity,Time-LLM,MSE,0.297,,2,27,14
27
+ accuracy,Avg,Time-LLM,MSE,0.404,,2,31,14
28
+ accuracy,Traffic,Time-LLM,MSE,0.795,,2,32,14
29
+ accuracy,Avg,Time-LLM,MSE,0.502,,2,36,14
30
+ accuracy,$ETTh1 \rightarrow ETTh2$,Time-LLM,MSE,0.400,,3,2,9
31
+ accuracy,Avg,Time-LLM,MSE,0.380,,3,6,9
32
+ accuracy,$ETTh1 \rightarrow ETTm2$,Time-LLM,MSE,0.357,,3,7,9
33
+ accuracy,Avg,Time-LLM,MSE,0.314,,3,11,9
34
+ accuracy,$ETTh2 \rightarrow ETTh1$,Time-LLM,MSE,0.555,,3,12,9
35
+ accuracy,Avg,Time-LLM,MSE,0.565,,3,16,9
36
+ accuracy,$ETTh2 \rightarrow ETTm2$,Time-LLM,MSE,0.336,,3,17,9
37
+ accuracy,Avg,Time-LLM,MSE,0.325,,3,21,9
38
+ accuracy,$ETTm1 \rightarrow ETTh2$,Time-LLM,MSE,0.415,,3,22,9
39
+ accuracy,Avg,Time-LLM,MSE,0.439,,3,26,9
40
+ accuracy,$ETTm1 \rightarrow ETTm2$,Time-LLM,MSE,0.314,,3,27,9
41
+ accuracy,Avg,Time-LLM,MSE,0.296,,3,31,9
42
+ accuracy,$ETTm2 \rightarrow ETTh2$,Time-LLM,MSE,0.391,,3,32,9
43
+ accuracy,Avg,Time-LLM,MSE,0.409,,3,36,9
44
+ accuracy,$ETTm2 \rightarrow ETTm1$,Time-LLM,MSE,0.490,,3,37,9
45
+ accuracy,Avg,Time-LLM,MSE,0.568,,3,41,9
46
+ accuracy,ETTh1,Time-LLM,MSE,0.933,,4,2,8
47
+ accuracy,Avg,Time-LLM,MSE,0.656,,4,6,8
48
+ accuracy,ETTh2,Time-LLM,MSE,0.390,,4,7,8
49
+ accuracy,Avg,Time-LLM,MSE,0.532,,4,11,8
50
+ accuracy,ETTm1,Time-LLM,MSE,1.091,,4,12,8
51
+ accuracy,Avg,Time-LLM,MSE,0.697,,4,16,8
52
+ accuracy,ETTm2,Time-LLM,MSE,0.435,,4,17,8
53
+ accuracy,Avg,Time-LLM,MSE,0.634,,4,21,8
54
+ accuracy,Weather,Time-LLM,MSE,0.255,,4,22,8
55
+ accuracy,Avg,Time-LLM,MSE,0.448,,4,26,8
56
+ accuracy,Electricity,Time-LLM,MSE,0.520,,4,27,8
57
+ accuracy,Avg,Time-LLM,MSE,0.510,,4,31,8
58
+ accuracy,Traffic,Time-LLM,MSE,1.068,,4,32,8
59
+ accuracy,Avg,Time-LLM,MSE,0.765,,4,36,8
60
+ accuracy,ILI,Time-LLM,MSE,4.909,,4,37,8
61
+ accuracy,Avg,Time-LLM,MSE,1.346,,4,41,8
62
+ accuracy,Yearly,Time-LLM,SMAPE,13.419,,5,1,2
63
+ accuracy,MASE,Time-LLM,SMAPE,3.565,,5,2,2
64
+ accuracy,OWA,Time-LLM,SMAPE,0.911,,5,3,2
65
+ accuracy,Quarterly,Time-LLM,SMAPE,10.110,,5,4,2
66
+ accuracy,MASE,Time-LLM,SMAPE,1.253,,5,5,2
67
+ accuracy,OWA,Time-LLM,SMAPE,0.938,,5,6,2
68
+ accuracy,Monthly,Time-LLM,SMAPE,12.980,,5,7,2
69
+ accuracy,MASE,Time-LLM,SMAPE,1.003,,5,8,2
70
+ accuracy,OWA,Time-LLM,SMAPE,0.931,,5,9,2
71
+ accuracy,Others,Time-LLM,SMAPE,4.795,,5,10,2
72
+ accuracy,MASE,Time-LLM,SMAPE,4.116,,5,11,2
73
+ accuracy,OWA,Time-LLM,SMAPE,1.259,,5,12,2
74
+ accuracy,Average,Time-LLM,SMAPE,11.983,,5,13,2
75
+ accuracy,MASE,Time-LLM,SMAPE,1.808,,5,14,2
76
+ accuracy,OWA,Time-LLM,SMAPE,0.94,,5,15,2
77
+ accuracy,ETTh1,Time-LLM,MSE,0.556,,7,2,1
78
+ accuracy,ETTh1,Time-LLM,MSE,0.522,,7,2,2
79
+ accuracy,ETTh2,Time-LLM,MSE,0.370,,7,3,1
80
+ accuracy,ETTh2,Time-LLM,MSE,0.394,,7,3,2
81
+ accuracy,ETTm1,Time-LLM,MSE,0.404,,7,4,1
82
+ accuracy,ETTm1,Time-LLM,MSE,0.427,,7,4,2
83
+ accuracy,ETTm2,Time-LLM,MSE,0.277,,7,5,1
84
+ accuracy,ETTm2,Time-LLM,MSE,0.323,,7,5,2
85
+ accuracy,Weather,Time-LLM,MSE,0.234,,7,6,1
86
+ accuracy,Weather,Time-LLM,MSE,0.273,,7,6,2
87
+ accuracy,ECL,Time-LLM,MSE,0.175,,7,7,1
88
+ accuracy,ECL,Time-LLM,MSE,0.270,,7,7,2
89
+ accuracy,Traffic,Time-LLM,MSE,0.429,,7,8,1
90
+ accuracy,Traffic,Time-LLM,MSE,0.306,,7,8,2
result/per_paper/2310.01728/components_architecture.csv ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ component,what_it_is,provenance,citation,evidence
2
+ Text Prototype Representation,A method to reprogram input time series into text-like token sequences that align with the modality of large language models (LLMs).,proposed_here,,We begin by reprogramming the input time series with text prototypes before feeding it into the frozen LLM to align the two modalities.
3
+ Prompt-as-Prefix (PaP),"A technique to enrich input context with declarative prompts (e.g., domain knowledge, task instructions) to guide the LLM's reasoning about time series data.",proposed_here,,"We propose Prompt-as-Prefix (PaP), which enriches the input context and directs the transformation of reprogrammed input patches."
4
+ Forecast Projection Module,A component that projects the output of the LLM (after processing reprogrammed time series) into time series forecasts.,proposed_here,,The transformed time series patches from the LLM are finally projected to obtain the forecasts.
5
+ Frozen LLM Backbone,"The pre-trained large language model (e.g., GPT variants) used as a fixed backbone for processing reprogrammed time series inputs.",reused_cited,"Chen, 2022; Zhou et al., 2023a","Our approach aligns with model reprogramming (Chen, 2022) and leverages pre-trained language models without altering their self-attention and feedforward layers (Zhou et al., 2023a)."
result/per_paper/2310.01728/computational.csv ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ field,value,unit,source,evidence
2
+ hardware_type,NVIDIA A100-80G,GPU,stated,Our experiments are conducted on NVIDIA A100-80G GPUs.
3
+ num_devices,,,not_reported,"Number of devices (e.g., GPUs) is not explicitly stated."
4
+ training_cost,,,not_reported,"Training cost (e.g., monetary or computational cost) is not reported."
5
+ training_batch_size,,,not_reported,"Batch sizes vary per task (e.g., 16 for ETTh1, 8 for Weather), but no single value is stated for Time-LLM."
6
+ training_steps_or_epochs,,,not_reported,"Epochs vary per task (e.g., 50 for ETTh1, 100 for ETTm1), but no single value is stated for Time-LLM."
7
+ precision,,,not_reported,"Precision (e.g., 16-bit/32-bit) is not explicitly stated."
8
+ inference_latency,,,not_reported,Inference latency is not mentioned.
9
+ inference_throughput,,,not_reported,Inference throughput is not mentioned.
10
+ peak_memory,,,not_reported,"Peak memory is not explicitly stated, though GPU memory overhead is mentioned as a metric."
11
+ flops_or_macs,,,not_reported,FLOPs or MACs are not mentioned.
12
+ num_inference_samples,,,not_reported,Number of inference samples is not mentioned.
13
+ params,,,not_reported,"Trainable parameters are mentioned as a metric, but no absolute value is provided for Time-LLM."
14
+ context_lengths_evaluated,,,not_reported,"Input length $T$ is mentioned (e.g., 512 for LTF tasks), but not explicitly stated as 'context lengths evaluated.'"
15
+ horizon_lengths_evaluated,"96, 336",steps,stated,Forecasting tasks on ETTh1 involve horizons of 96 and 336 steps.
16
+ inference_batch_size,,,not_reported,Inference batch size is not mentioned.
result/per_paper/2310.03589/accuracy_efficiency.csv ADDED
@@ -0,0 +1 @@
 
 
1
+ metric_kind,entity,model_variant,metric,value,uncertainty
result/per_paper/2310.03589/accuracy_efficiency_traced.csv ADDED
@@ -0,0 +1 @@
 
 
1
+ metric_kind,entity,model_variant,metric,value,uncertainty,table,row,col
result/per_paper/2310.03589/components_architecture.csv ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ component,what_it_is,provenance,citation,evidence
2
+ Transformer-based Architecture,"The foundational structure of TimeGPT, utilizing self-attention mechanisms to process temporal dependencies.",reused_cited,"Vaswani et al., 2017","TimeGPT is a Transformer-based time series model with self-attention mechanisms based on [Vaswani et al., 2017]."
3
+ Positional Encoding,A method to inject information about the position of elements in the sequence into the model's input.,reused_cited,"Vaswani et al., 2017","The architecture consists of an encoder-decoder structure with multiple layers, each with residual connections and layer normalization. Finally, a linear layer maps the decoder's output to the forecasting window dimension."
4
+ Encoder-Decoder Structure,A two-part architecture where the encoder processes input sequences and the decoder generates output sequences.,reused_cited,"Vaswani et al., 2017","The architecture consists of an encoder-decoder structure with multiple layers, each with residual connections and layer normalization."
5
+ Residual Connections,A technique to facilitate the training of deeper networks by allowing gradients to flow through the network more effectively.,reused_cited,"Vaswani et al., 2017","The architecture consists of an encoder-decoder structure with multiple layers, each with residual connections and layer normalization."
6
+ Layer Normalization,A normalization technique applied to the outputs of each layer to stabilize the training process.,reused_cited,"Vaswani et al., 2017","The architecture consists of an encoder-decoder structure with multiple layers, each with residual connections and layer normalization."
7
+ Multi-head Attention,A mechanism that allows the model to focus on different parts of the input sequence simultaneously.,reused_cited,"Vaswani et al., 2017",The general intuition is that attention-based mechanisms are able to capture the diversity of past events and correctly extrapolate potential future distributions.
8
+ CNN (Convolutional Neural Network),A component integrated into the model to process local patterns in the time series data.,proposed_here,,"The architecture includes a CNN as part of the processing pipeline, as indicated in the mermaid diagram."
9
+ Linear Layer,A final layer that maps the decoder's output to the forecasting window dimension.,proposed_here,,"Finally, a linear layer maps the decoder's output to the forecasting window dimension."
10
+ Output Embedding,A representation of the output sequence used during both training and inference phases.,proposed_here,,The mermaid diagram shows 'Output Embedding' as a component in both training and inference subgraphs.
result/per_paper/2310.03589/computational.csv ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ field,value,unit,source,evidence
2
+ hardware_type,NVIDIA A10G GPUs,,stated,TimeGPT underwent a multi-day training period on a cluster of NVIDIA A10G GPUs.
3
+ num_devices,,,not_reported,The paper does not specify the number of devices in the cluster.
4
+ training_cost,,,not_reported,"The paper does not report training cost (e.g., monetary or energy cost)."
5
+ training_batch_size,,,not_reported,The paper mentions hyperparameter exploration but does not specify the training batch size.
6
+ training_steps_or_epochs,,,not_reported,The paper does not report training steps or epochs.
7
+ precision,,,not_reported,"The paper does not specify training or inference precision (e.g., FP16, FP32)."
8
+ inference_latency,0.6,milliseconds per series,stated,"For zero-shot inference, our internal tests recorded an average GPU inference speed of 0.6 milliseconds per series for TimeGPT."
9
+ inference_throughput,,,not_reported,"The paper does not report inference throughput (e.g., samples per second)."
10
+ peak_memory,,,not_reported,The paper does not report peak memory usage during training or inference.
11
+ flops_or_macs,,,not_reported,The paper does not report FLOPs or MACs for the model.
12
+ num_inference_samples,,,not_reported,The paper does not specify the number of inference samples tested.
13
+ params,,,not_reported,The paper does not report the number of parameters in TimeGPT-1.
14
+ context_lengths_evaluated,,,not_reported,The paper does not specify context lengths evaluated during training or testing.
15
+ horizon_lengths_evaluated,,,not_reported,The paper does not specify forecast horizon lengths evaluated.
16
+ inference_batch_size,,,not_reported,The paper does not report inference batch size.
result/per_paper/2310.04948/accuracy_efficiency.csv ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ metric_kind,entity,model_variant,metric,value,uncertainty
2
+ accuracy,GPT2,TEMPO,MSE/MAE,0.193,
3
+ accuracy,T5,TEMPO,MSE/MAE,0.185,
4
+ accuracy,PatchTST,TEMPO,MSE/MAE,0.489,
5
+ accuracy,Timesnet,TEMPO,MSE/MAE,0.293,
6
+ accuracy,FEDformer,TEMPO,MSE/MAE,0.300,
7
+ accuracy,ETSformer,TEMPO,MSE/MAE,0.707,
8
+ accuracy,Informer,TEMPO,MSE/MAE,0.512,
9
+ accuracy,DLinear,TEMPO,MSE/MAE,0.195,
10
+ accuracy,GPT2,TEMPO,MSE/MAE,0.207,
11
+ accuracy,T5,TEMPO,MSE/MAE,0.205,
12
+ accuracy,PatchTST,TEMPO,MSE/MAE,0.465,
13
+ accuracy,Timesnet,TEMPO,MSE/MAE,0.283,
14
+ accuracy,FEDformer,TEMPO,MSE/MAE,0.390,
15
+ accuracy,ETSformer,TEMPO,MSE/MAE,0.721,
16
+ accuracy,Informer,TEMPO,MSE/MAE,0.625,
17
+ accuracy,DLinear,TEMPO,MSE/MAE,0.204,
18
+ accuracy,GPT2,TEMPO,MSE/MAE,0.231,
19
+ accuracy,T5,TEMPO,MSE/MAE,0.229,
20
+ accuracy,PatchTST,TEMPO,MSE/MAE,0.531,
21
+ accuracy,Timesnet,TEMPO,MSE/MAE,0.733,
22
+ accuracy,FEDformer,TEMPO,MSE/MAE,0.317,
23
+ accuracy,ETSformer,TEMPO,MSE/MAE,0.862,
24
+ accuracy,Informer,TEMPO,MSE/MAE,1.222,
25
+ accuracy,DLinear,TEMPO,MSE/MAE,0.231,
26
+ accuracy,GPT2,TEMPO,MSE/MAE,0.262,
27
+ accuracy,T5,TEMPO,MSE/MAE,0.266,
28
+ accuracy,PatchTST,TEMPO,MSE/MAE,0.475,
29
+ accuracy,Timesnet,TEMPO,MSE/MAE,1.166,
30
+ accuracy,FEDformer,TEMPO,MSE/MAE,0.423,
31
+ accuracy,ETSformer,TEMPO,MSE/MAE,0.666,
32
+ accuracy,Informer,TEMPO,MSE/MAE,0.881,
33
+ accuracy,DLinear,TEMPO,MSE/MAE,0.259,
34
+ accuracy,GPT2,TEMPO,MSE/MAE,0.223,
35
+ accuracy,T5,TEMPO,MSE/MAE,0.221,
36
+ accuracy,PatchTST,TEMPO,MSE/MAE,0.49,
37
+ accuracy,Timesnet,TEMPO,MSE/MAE,0.619,
38
+ accuracy,FEDformer,TEMPO,MSE/MAE,0.358,
39
+ accuracy,ETSformer,TEMPO,MSE/MAE,0.750,
40
+ accuracy,Informer,TEMPO,MSE/MAE,0.810,
41
+ accuracy,DLinear,TEMPO,MSE/MAE,0.222,
42
+ accuracy,ETTh1,TEMPO,MSE/MAE,0.400,
43
+ accuracy,Avg.,TEMPO,MSE/MAE,0.454,
44
+ accuracy,ETTh2,TEMPO,MSE/MAE,0.301,
45
+ accuracy,Avg.,TEMPO,MSE/MAE,0.383,
46
+ accuracy,ECL,TEMPO,MSE/MAE,0.19,
47
+ accuracy,Avg,TEMPO,MSE/MAE,0.277,
48
+ accuracy,Traffic,TEMPO,MSE/MAE,0.56,
49
+ accuracy,Avg,TEMPO,MSE/MAE,0.621,
50
+ accuracy,Weather,TEMPO,MSE/MAE,0.217,
51
+ accuracy,Avg,TEMPO,MSE/MAE,0.328,
52
+ accuracy,CC,TEMPO,SMAPE,32.27,
53
+ accuracy,CD,TEMPO,SMAPE,25.9,
54
+ accuracy,Ind,TEMPO,SMAPE,26.7,
55
+ accuracy,RE,TEMPO,SMAPE,29.46,
56
+ accuracy,ECL,TEMPO,MSE/MAE,0.178,
57
+ accuracy,Avg,TEMPO,MSE/MAE,0.228,
58
+ accuracy,Ettm1,TEMPO,MSE/MAE,0.438,
59
+ accuracy,Avg,TEMPO,MSE/MAE,0.575,
60
+ accuracy,Avg.,TEMPO,MSE/MAE,0.216,
61
+ accuracy,Avg.,TEMPO,MSE/MAE,0.503,
62
+ accuracy,Avg.,TEMPO,MSE/MAE,0.287,
63
+ accuracy,Avg.,TEMPO,MSE/MAE,0.280,
result/per_paper/2310.04948/accuracy_efficiency_traced.csv ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ metric_kind,entity,model_variant,metric,value,uncertainty,table,row,col
2
+ accuracy,GPT2,TEMPO,MSE/MAE,0.193,,0,3,1
3
+ accuracy,T5,TEMPO,MSE/MAE,0.185,,0,4,1
4
+ accuracy,PatchTST,TEMPO,MSE/MAE,0.489,,0,5,1
5
+ accuracy,Timesnet,TEMPO,MSE/MAE,0.293,,0,6,1
6
+ accuracy,FEDformer,TEMPO,MSE/MAE,0.300,,0,7,1
7
+ accuracy,ETSformer,TEMPO,MSE/MAE,0.707,,0,8,1
8
+ accuracy,Informer,TEMPO,MSE/MAE,0.512,,0,9,1
9
+ accuracy,DLinear,TEMPO,MSE/MAE,0.195,,0,10,1
10
+ accuracy,GPT2,TEMPO,MSE/MAE,0.207,,0,12,1
11
+ accuracy,T5,TEMPO,MSE/MAE,0.205,,0,13,1
12
+ accuracy,PatchTST,TEMPO,MSE/MAE,0.465,,0,14,1
13
+ accuracy,Timesnet,TEMPO,MSE/MAE,0.283,,0,15,1
14
+ accuracy,FEDformer,TEMPO,MSE/MAE,0.390,,0,16,1
15
+ accuracy,ETSformer,TEMPO,MSE/MAE,0.721,,0,17,1
16
+ accuracy,Informer,TEMPO,MSE/MAE,0.625,,0,18,1
17
+ accuracy,DLinear,TEMPO,MSE/MAE,0.204,,0,19,1
18
+ accuracy,GPT2,TEMPO,MSE/MAE,0.231,,0,21,1
19
+ accuracy,T5,TEMPO,MSE/MAE,0.229,,0,22,1
20
+ accuracy,PatchTST,TEMPO,MSE/MAE,0.531,,0,23,1
21
+ accuracy,Timesnet,TEMPO,MSE/MAE,0.733,,0,24,1
22
+ accuracy,FEDformer,TEMPO,MSE/MAE,0.317,,0,25,1
23
+ accuracy,ETSformer,TEMPO,MSE/MAE,0.862,,0,26,1
24
+ accuracy,Informer,TEMPO,MSE/MAE,1.222,,0,27,1
25
+ accuracy,DLinear,TEMPO,MSE/MAE,0.231,,0,28,1
26
+ accuracy,GPT2,TEMPO,MSE/MAE,0.262,,0,30,1
27
+ accuracy,T5,TEMPO,MSE/MAE,0.266,,0,31,1
28
+ accuracy,PatchTST,TEMPO,MSE/MAE,0.475,,0,32,1
29
+ accuracy,Timesnet,TEMPO,MSE/MAE,1.166,,0,33,1
30
+ accuracy,FEDformer,TEMPO,MSE/MAE,0.423,,0,34,1
31
+ accuracy,ETSformer,TEMPO,MSE/MAE,0.666,,0,35,1
32
+ accuracy,Informer,TEMPO,MSE/MAE,0.881,,0,36,1
33
+ accuracy,DLinear,TEMPO,MSE/MAE,0.259,,0,37,1
34
+ accuracy,GPT2,TEMPO,MSE/MAE,0.223,,0,39,1
35
+ accuracy,T5,TEMPO,MSE/MAE,0.221,,0,40,1
36
+ accuracy,PatchTST,TEMPO,MSE/MAE,0.49,,0,41,1
37
+ accuracy,Timesnet,TEMPO,MSE/MAE,0.619,,0,42,1
38
+ accuracy,FEDformer,TEMPO,MSE/MAE,0.358,,0,43,1
39
+ accuracy,ETSformer,TEMPO,MSE/MAE,0.750,,0,44,1
40
+ accuracy,Informer,TEMPO,MSE/MAE,0.810,,0,45,1
41
+ accuracy,DLinear,TEMPO,MSE/MAE,0.222,,0,46,1
42
+ accuracy,ETTh1,TEMPO,MSE/MAE,0.400,,1,2,2
43
+ accuracy,Avg.,TEMPO,MSE/MAE,0.454,,1,6,2
44
+ accuracy,ETTh2,TEMPO,MSE/MAE,0.301,,1,7,2
45
+ accuracy,Avg.,TEMPO,MSE/MAE,0.383,,1,11,2
46
+ accuracy,ECL,TEMPO,MSE/MAE,0.19,,3,2,2
47
+ accuracy,Avg,TEMPO,MSE/MAE,0.277,,3,6,2
48
+ accuracy,Traffic,TEMPO,MSE/MAE,0.56,,3,7,2
49
+ accuracy,Avg,TEMPO,MSE/MAE,0.621,,3,11,2
50
+ accuracy,Weather,TEMPO,MSE/MAE,0.217,,3,12,2
51
+ accuracy,Avg,TEMPO,MSE/MAE,0.328,,3,16,2
52
+ accuracy,CC,TEMPO,SMAPE,32.27,,4,2,1
53
+ accuracy,CD,TEMPO,SMAPE,25.9,,4,3,1
54
+ accuracy,Ind,TEMPO,SMAPE,26.7,,4,4,1
55
+ accuracy,RE,TEMPO,SMAPE,29.46,,4,5,1
56
+ accuracy,ECL,TEMPO,MSE/MAE,0.178,,5,2,2
57
+ accuracy,Avg,TEMPO,MSE/MAE,0.228,,5,6,2
58
+ accuracy,Ettm1,TEMPO,MSE/MAE,0.438,,5,7,2
59
+ accuracy,Avg,TEMPO,MSE/MAE,0.575,,5,11,2
60
+ accuracy,Avg.,TEMPO,MSE/MAE,0.216,,6,7,1
61
+ accuracy,Avg.,TEMPO,MSE/MAE,0.503,,6,7,3
62
+ accuracy,Avg.,TEMPO,MSE/MAE,0.287,,6,7,5
63
+ accuracy,Avg.,TEMPO,MSE/MAE,0.280,,6,7,7
result/per_paper/2310.04948/components_architecture.csv ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ component,what_it_is,provenance,citation,evidence
2
+ Time Series Decomposition Module,"Decomposes input time series into three additive components: trend, seasonality, and residuals using locally weighted scatterplot smoothing (LOESS).",proposed_here,,"TEMPO first decomposes time series input into three additive components, i.e., trend, seasonality, and residuals via locally weighted scatterplot smoothing (Cleveland et al., 1990)."
3
+ Hidden Space Mapping,"Maps each decomposed time series component (trend, seasonality, residuals) to a corresponding hidden space to construct the input embedding for the generative pre-trained transformer (GPT).",proposed_here,,Each of these temporal inputs is subsequently mapped to its corresponding hidden space to construct the time series input embedding of the generative pre-trained transformer (GPT).
4
+ Soft Prompt Mechanism,"A prompt-based tuning strategy that uses learnable continuous vector representations to encode temporal knowledge of trend and seasonality, guiding the GPT for forecasting tasks.",proposed_here,,TEMPO utilizes a soft prompt to efficiently tune the GPT [...] by guiding the reuse of a collection of learnable continuous vector representations that encode temporal knowledge of trend and seasonality.
5
+ Generative Pre-trained Transformer (GPT) Core,"The foundational transformer architecture adapted for time series forecasting, leveraging pre-trained weights and attention mechanisms.",reused_cited,"Radford, A., et al. (2019)",TEMPO [...] expands the capability for dynamically modeling real-world temporal phenomena from data within diverse domains.
6
+ Interpretable Framework for Component Interaction,"A framework that leverages the three additive components (trend, seasonality, residuals) to provide interpretable insights into interactions among input components.",proposed_here,"Hastie, T. (2017)","We leverage the three key additive components of time series data [...] to provide an interpretable framework for comprehending the interactions among input components (Hastie, 2017)."
result/per_paper/2310.04948/computational.csv ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ field,value,unit,source,evidence
2
+ hardware_type,,,not_reported,
3
+ num_devices,,,not_reported,
4
+ training_cost,,,not_reported,
5
+ training_batch_size,,,not_reported,
6
+ training_steps_or_epochs,,,not_reported,
7
+ precision,,,not_reported,
8
+ inference_latency,,,not_reported,
9
+ inference_throughput,,,not_reported,
10
+ peak_memory,,,not_reported,
11
+ flops_or_macs,,,not_reported,
12
+ num_inference_samples,,,not_reported,
13
+ params,,,not_reported,
14
+ context_lengths_evaluated,,,not_reported,
15
+ horizon_lengths_evaluated,,,not_reported,
16
+ inference_batch_size,,,not_reported,
result/per_paper/2310.07446/accuracy_efficiency.csv ADDED
@@ -0,0 +1 @@
 
 
1
+ metric_kind,entity,model_variant,metric,value,uncertainty
result/per_paper/2310.07446/accuracy_efficiency_traced.csv ADDED
@@ -0,0 +1 @@
 
 
1
+ metric_kind,entity,model_variant,metric,value,uncertainty,table,row,col
result/per_paper/2310.07446/components_architecture.csv ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ component,what_it_is,provenance,citation,evidence
2
+ Distributional Forecasting Approach,"Method for generating forecasts, ranging from point forecasts to predefined distribution heads based on data assumptions.",reused_cited,"56, 70","The first aspect involves the approach to distributional forecasting, ranging from models focused on point forecasts [49, 40] to those using pre-defined distribution heads based on specific data assumptions [56, 70]."
3
+ Decoding Scheme,"Strategy for generating multi-step forecasts, either autoregressive (AR) or non-autoregressive (NAR).",reused_cited,"58, 57, 32","The second aspect is the decoding scheme used to generate multi-step forecasts, which can be either autoregressive (AR) or non-autoregressive (NAR)."
4
+ Normalization Strategy,"Choice of normalization technique, such as reversible instance normalization (RevIN) for long-term point forecasting or mean scaling for short-term probabilistic forecasting.",reused_cited,"32, 58, 57","The third aspect pertains to the normalization choice, where the long-term point forecasting models typically employ reversible instance normalization (RevIN) [32] while short-term probabilistic ones often use mean scaling strategies [58, 57]."
5
+ Trend and Seasonality Strength Measurement,Metric to quantify the strength of trends and seasonality in time-series data for benchmarking.,proposed_here,,"We measure three essential data characteristics in ProbTS: the strength of trends and seasonality, and the complexity of the data distribution."
6
+ Data Distribution Complexity Measurement,Metric to assess the complexity of data distributions in time-series for benchmarking.,proposed_here,,"We measure three essential data characteristics in ProbTS: the strength of trends and seasonality, and the complexity of the data distribution."
result/per_paper/2310.07446/computational.csv ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ field,value,unit,source,evidence
2
+ hardware_type,NVIDIA Tesla V100,GPU,stated,run on single NVIDIA Tesla V100 GPUs with CUDA 11.3
3
+ num_devices,1,device,stated,run on single NVIDIA Tesla V100 GPUs
4
+ training_cost,,,not_reported,
5
+ training_batch_size,,,not_reported,
6
+ training_steps_or_epochs,50,epochs,stated,limited training to 50 epochs
7
+ precision,,,not_reported,
8
+ inference_latency,,,not_reported,
9
+ inference_throughput,,,not_reported,
10
+ peak_memory,,,not_reported,
11
+ flops_or_macs,,,not_reported,
12
+ num_inference_samples,100,samples,stated,100 samples are employed to estimate the empirical CDF
13
+ params,,,not_reported,
14
+ context_lengths_evaluated,,,not_reported,
15
+ horizon_lengths_evaluated,"[24, 48, 96, 192, 336, 720]",time steps,stated,"selected prediction horizons of {24, 48, 96, 192, 336, 720}"
16
+ inference_batch_size,,,not_reported,
result/per_paper/2310.08278/accuracy_efficiency.csv ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ metric_kind,entity,model_variant,metric,value,uncertainty
2
+ accuracy,PATCHTST,Lag-Llama,CRPS,0.169,
3
+ accuracy,TFT,Lag-Llama,CRPS,0.154,
4
+ accuracy,LAG-LLAMA,Lag-Llama,CRPS,0.136,
5
+ accuracy,PATCHTST,Lag-Llama,CRPS,0.171,
6
+ accuracy,TFT,Lag-Llama,CRPS,0.156,
7
+ accuracy,LAG-LLAMA,Lag-Llama,CRPS,0.135,
8
+ accuracy,PATCHTST,Lag-Llama,CRPS,0.174,
9
+ accuracy,TFT,Lag-Llama,CRPS,0.152,
10
+ accuracy,LAG-LLAMA,Lag-Llama,CRPS,0.133,
11
+ accuracy,PATCHTST,Lag-Llama,CRPS,0.174,
12
+ accuracy,TFT,Lag-Llama,CRPS,0.148,
13
+ accuracy,LAG-LLAMA,Lag-Llama,CRPS,0.132,
result/per_paper/2310.08278/accuracy_efficiency_traced.csv ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ metric_kind,entity,model_variant,metric,value,uncertainty,table,row,col
2
+ accuracy,PATCHTST,Lag-Llama,CRPS,0.169,,0,3,1
3
+ accuracy,TFT,Lag-Llama,CRPS,0.154,,0,4,1
4
+ accuracy,LAG-LLAMA,Lag-Llama,CRPS,0.136,,0,5,1
5
+ accuracy,PATCHTST,Lag-Llama,CRPS,0.171,,0,7,1
6
+ accuracy,TFT,Lag-Llama,CRPS,0.156,,0,8,1
7
+ accuracy,LAG-LLAMA,Lag-Llama,CRPS,0.135,,0,9,1
8
+ accuracy,PATCHTST,Lag-Llama,CRPS,0.174,,0,11,1
9
+ accuracy,TFT,Lag-Llama,CRPS,0.152,,0,12,1
10
+ accuracy,LAG-LLAMA,Lag-Llama,CRPS,0.133,,0,13,1
11
+ accuracy,PATCHTST,Lag-Llama,CRPS,0.174,,0,15,1
12
+ accuracy,TFT,Lag-Llama,CRPS,0.148,,0,16,1
13
+ accuracy,LAG-LLAMA,Lag-Llama,CRPS,0.132,,0,17,1
result/per_paper/2310.08278/components_architecture.csv ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ component,what_it_is,provenance,citation,evidence
2
+ Decoder-only Transformer Architecture,"A transformer-based model structure that uses only the decoder component, designed for sequence generation tasks.",proposed_here,"Rasul et al., 2023",Lag-Llama is based on a decoder-only transformer architecture that uses lags as covariates.
3
+ Lags as Covariates,A method where historical time series values (lags) are used as input features to predict future values.,proposed_here,"Rasul et al., 2023",uses lags as covariates.
4
+ Pretraining on Diverse Time Series Data,"A pretraining strategy involving a large, diverse corpus of time series data from multiple domains to enable zero-shot generalization.",proposed_here,"Rasul et al., 2023",pretrained on a large corpus of diverse time series data from several domains.
5
+ Probabilistic Forecasting Mechanism,"A framework for generating probabilistic forecasts, providing uncertainty estimates alongside point predictions.",proposed_here,"Rasul et al., 2023",univariate probabilistic time series forecasting.
6
+ Univariate Time Series Processing,A focus on modeling single-variable (univariate) time series data rather than multivariate sequences.,proposed_here,"Rasul et al., 2023",univariate probabilistic time series forecasting.
result/per_paper/2310.08278/computational.csv ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ field,value,unit,source,evidence
2
+ hardware_type,Nvidia Tesla-P100 GPU,,stated,"We use a single Nvidia Tesla-P100 GPU with 12 GB of memory, 4 CPU cores, and 24 GB of RAM."
3
+ num_devices,1,,stated,We use a single Nvidia Tesla-P100 GPU...
4
+ training_cost,,,not_reported,
5
+ training_batch_size,256,,stated,"During pretraining, we use the batch size of 256..."
6
+ training_steps_or_epochs,50,epochs,stated,We use an early stopping criterion of 50 epochs based on the average validation loss...
7
+ precision,,,not_reported,
8
+ inference_latency,,,not_reported,
9
+ inference_throughput,,,not_reported,
10
+ peak_memory,,,not_reported,
11
+ flops_or_macs,,,not_reported,
12
+ num_inference_samples,,,not_reported,
13
+ params,,,not_reported,
14
+ context_lengths_evaluated,,,not_reported,
15
+ horizon_lengths_evaluated,,,not_reported,
16
+ inference_batch_size,,,not_reported,
result/per_paper/2310.10688/accuracy_efficiency.csv ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ metric_kind,entity,model_variant,metric,value,uncertainty
2
+ accuracy,australian electricity demand,TimesFM(ZS),MAE,448.81,
3
+ accuracy,bitcoin,TimesFM(ZS),MAE,1.3,
4
+ accuracy,pedestrian counts,TimesFM(ZS),MAE,40.71,
5
+ accuracy,weather,TimesFM(ZS),MAE,2.07,
6
+ accuracy,nn5 daily,TimesFM(ZS),MAE,3.54,
7
+ accuracy,nn5 weekly,TimesFM(ZS),MAE,14.67,
8
+ accuracy,tourism yearly,TimesFM(ZS),MAE,109977.29,
9
+ accuracy,tourism quarterly,TimesFM(ZS),MAE,12102.04,
10
+ accuracy,tourism monthly,TimesFM(ZS),MAE,3183.77,
11
+ accuracy,cif 2016,TimesFM(ZS),MAE,773980.44,
12
+ accuracy,covid deaths,TimesFM(ZS),MAE,209.80,
13
+ accuracy,fred md,TimesFM(ZS),MAE,947.12,
14
+ accuracy,traffic hourly,TimesFM(ZS),MAE,0.01,
15
+ accuracy,traffic weekly,TimesFM(ZS),MAE,1.12,
16
+ accuracy,saugeenday,TimesFM(ZS),MAE,24.63,
17
+ accuracy,us births,TimesFM(ZS),MAE,437.27,
18
+ accuracy,hospital,TimesFM(ZS),MAE,19.41,
19
+ accuracy,solar weekly,TimesFM(ZS),MAE,1258.27,
20
+ accuracy,Scaled MAE (Arithmetic Mean),TimesFM(ZS),MAE,0.8005,
21
+ accuracy,Scaled MAE (Geometric Mean),TimesFM(ZS),MAE,0.6846,
22
+ accuracy,ETTh1,TimesFM,MAE,96,
23
+ accuracy,Avg,TimesFM,MAE,0.426,
24
+ accuracy,ETTh2,TimesFM,MAE,96,
25
+ accuracy,Avg,TimesFM,MAE,0.410,
26
+ accuracy,ETTm1,TimesFM,MAE,96,
27
+ accuracy,Avg,TimesFM,MAE,0.388,
28
+ accuracy,ETTm2,TimesFM,MAE,96,
29
+ accuracy,Avg,TimesFM,MAE,0.334,
30
+ accuracy,AirPassengersDataset,TimesFM(ZS),MAE,62.51,
31
+ accuracy,AusBeerDataset,TimesFM(ZS),MAE,11.94,
32
+ accuracy,GasRateCO2Dataset,TimesFM(ZS),MAE,2.50,
33
+ accuracy,MonthlyMilkDataset,TimesFM(ZS),MAE,28.09,
34
+ accuracy,SunspotsDataset,TimesFM(ZS),MAE,41.40,
35
+ accuracy,WineDataset,TimesFM(ZS),MAE,2871.33,
36
+ accuracy,WoolyDataset,TimesFM(ZS),MAE,728.92,
37
+ accuracy,HeartRateDataset,TimesFM(ZS),MAE,5.85,
38
+ accuracy,Scaled MAE (Arithmetic Mean),TimesFM(ZS),MAE,0.6829,
39
+ accuracy,Scaled MAE (Geometric Mean),TimesFM(ZS),MAE,0.5767,
40
+ accuracy,ETTh1 (horizon=96),TimesFM(ZS),MAE,0.45,
41
+ accuracy,ETTh1 (horizon=192),TimesFM(ZS),MAE,0.53,
42
+ accuracy,ETTh2 (horizon=96),TimesFM(ZS),MAE,0.35,
43
+ accuracy,ETTh2 (horizon=192),TimesFM(ZS),MAE,0.62,
44
+ accuracy,ETTm1 (horizon=96),TimesFM(ZS),MAE,0.19,
45
+ accuracy,ETTm1 (horizon=192),TimesFM(ZS),MAE,0.26,
46
+ accuracy,ETTm2 (horizon=96),TimesFM(ZS),MAE,0.24,
47
+ accuracy,ETTm2 (horizon=192),TimesFM(ZS),MAE,0.27,
48
+ accuracy,Avg,TimesFM(ZS),MAE,0.36,
result/per_paper/2310.10688/accuracy_efficiency_traced.csv ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ metric_kind,entity,model_variant,metric,value,uncertainty,table,row,col
2
+ accuracy,australian electricity demand,TimesFM(ZS),MAE,448.81,,0,1,15
3
+ accuracy,bitcoin,TimesFM(ZS),MAE,1.3,,0,2,15
4
+ accuracy,pedestrian counts,TimesFM(ZS),MAE,40.71,,0,3,15
5
+ accuracy,weather,TimesFM(ZS),MAE,2.07,,0,4,15
6
+ accuracy,nn5 daily,TimesFM(ZS),MAE,3.54,,0,5,15
7
+ accuracy,nn5 weekly,TimesFM(ZS),MAE,14.67,,0,6,15
8
+ accuracy,tourism yearly,TimesFM(ZS),MAE,109977.29,,0,7,15
9
+ accuracy,tourism quarterly,TimesFM(ZS),MAE,12102.04,,0,8,15
10
+ accuracy,tourism monthly,TimesFM(ZS),MAE,3183.77,,0,9,15
11
+ accuracy,cif 2016,TimesFM(ZS),MAE,773980.44,,0,10,15
12
+ accuracy,covid deaths,TimesFM(ZS),MAE,209.80,,0,11,15
13
+ accuracy,fred md,TimesFM(ZS),MAE,947.12,,0,12,15
14
+ accuracy,traffic hourly,TimesFM(ZS),MAE,0.01,,0,13,15
15
+ accuracy,traffic weekly,TimesFM(ZS),MAE,1.12,,0,14,15
16
+ accuracy,saugeenday,TimesFM(ZS),MAE,24.63,,0,15,15
17
+ accuracy,us births,TimesFM(ZS),MAE,437.27,,0,16,15
18
+ accuracy,hospital,TimesFM(ZS),MAE,19.41,,0,17,15
19
+ accuracy,solar weekly,TimesFM(ZS),MAE,1258.27,,0,18,15
20
+ accuracy,Scaled MAE (Arithmetic Mean),TimesFM(ZS),MAE,0.8005,,0,19,15
21
+ accuracy,Scaled MAE (Geometric Mean),TimesFM(ZS),MAE,0.6846,,0,20,15
22
+ accuracy,ETTh1,TimesFM,MAE,96,,1,1,1
23
+ accuracy,Avg,TimesFM,MAE,0.426,,1,5,1
24
+ accuracy,ETTh2,TimesFM,MAE,96,,1,6,1
25
+ accuracy,Avg,TimesFM,MAE,0.410,,1,10,1
26
+ accuracy,ETTm1,TimesFM,MAE,96,,1,11,1
27
+ accuracy,Avg,TimesFM,MAE,0.388,,1,15,1
28
+ accuracy,ETTm2,TimesFM,MAE,96,,1,16,1
29
+ accuracy,Avg,TimesFM,MAE,0.334,,1,20,1
30
+ accuracy,AirPassengersDataset,TimesFM(ZS),MAE,62.51,,2,1,7
31
+ accuracy,AusBeerDataset,TimesFM(ZS),MAE,11.94,,2,2,7
32
+ accuracy,GasRateCO2Dataset,TimesFM(ZS),MAE,2.50,,2,3,7
33
+ accuracy,MonthlyMilkDataset,TimesFM(ZS),MAE,28.09,,2,4,7
34
+ accuracy,SunspotsDataset,TimesFM(ZS),MAE,41.40,,2,5,7
35
+ accuracy,WineDataset,TimesFM(ZS),MAE,2871.33,,2,6,7
36
+ accuracy,WoolyDataset,TimesFM(ZS),MAE,728.92,,2,7,7
37
+ accuracy,HeartRateDataset,TimesFM(ZS),MAE,5.85,,2,8,7
38
+ accuracy,Scaled MAE (Arithmetic Mean),TimesFM(ZS),MAE,0.6829,,2,9,7
39
+ accuracy,Scaled MAE (Geometric Mean),TimesFM(ZS),MAE,0.5767,,2,10,7
40
+ accuracy,ETTh1 (horizon=96),TimesFM(ZS),MAE,0.45,,3,1,7
41
+ accuracy,ETTh1 (horizon=192),TimesFM(ZS),MAE,0.53,,3,2,7
42
+ accuracy,ETTh2 (horizon=96),TimesFM(ZS),MAE,0.35,,3,3,7
43
+ accuracy,ETTh2 (horizon=192),TimesFM(ZS),MAE,0.62,,3,4,7
44
+ accuracy,ETTm1 (horizon=96),TimesFM(ZS),MAE,0.19,,3,5,7
45
+ accuracy,ETTm1 (horizon=192),TimesFM(ZS),MAE,0.26,,3,6,7
46
+ accuracy,ETTm2 (horizon=96),TimesFM(ZS),MAE,0.24,,3,7,7
47
+ accuracy,ETTm2 (horizon=192),TimesFM(ZS),MAE,0.27,,3,8,7
48
+ accuracy,Avg,TimesFM(ZS),MAE,0.36,,3,9,7
result/per_paper/2310.10688/components_architecture.csv ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ component,what_it_is,provenance,citation,evidence
2
+ Decoder-only Attention Architecture,"A transformer-based model trained exclusively in decoder mode, where the model predicts the next patch based on all past patches in parallel across the context window.",proposed_here,,"Our model is trained in decoder-only mode [LSP+18]. In other words, given a sequence of input patches, the model is optimized to predict the next patch as a function of all past patches."
3
+ Input Patching,"A method to divide time-series data into fixed-length segments (patches) during training, analogous to tokenization in language models.",reused_cited,NNSK22,Inspired by the success of patch based modeling in the recent long horizon forecasting work [NNSK22] we also choose to break down the time-series into patches during training.
4
+ Longer Output Patches,"An architectural choice where output patches for prediction are longer than input patches, enabling simultaneous forecasting of multiple future time-steps.",proposed_here,,"We propose a middle ground by allowing our output patches for prediction to be longer than the input patches. As an example, suppose the input patch length is 32 and output patch length is 128."
5
+ Large-Scale Time-Series Corpus,"A pretraining dataset combining real-world (e.g., web search queries, Wikipedia page visits) and synthetic time-series data to ensure diversity and volume for training.",proposed_here,,"Our model is based on pretraining a decoder style attention model with input patching, using a large time-series corpus comprising both real-world and synthetic datasets."
6
+ Zero-shot Forecasting Capability,"The ability to generate accurate forecasts on previously unseen datasets without task-specific fine-tuning, leveraging the pretraining on diverse data.",proposed_here,,"Our model can yield accurate zero-shot forecasts across different domains, forecasting horizons and temporal granularities."
result/per_paper/2310.10688/computational.csv ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ field,value,unit,source,evidence
2
+ hardware_type,,,not_reported,
3
+ num_devices,,,not_reported,
4
+ training_cost,,,not_reported,
5
+ training_batch_size,,,not_reported,
6
+ training_steps_or_epochs,,,not_reported,
7
+ precision,,,not_reported,
8
+ inference_latency,,,not_reported,
9
+ inference_throughput,,,not_reported,
10
+ peak_memory,,,not_reported,
11
+ flops_or_macs,,,not_reported,
12
+ num_inference_samples,,,not_reported,
13
+ params,,,not_reported,
14
+ context_lengths_evaluated,,,not_reported,
15
+ horizon_lengths_evaluated,,,not_reported,
16
+ inference_batch_size,,,not_reported,
result/per_paper/2311.01933/accuracy_efficiency.csv ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ metric_kind,entity,model_variant,metric,value,uncertainty
2
+ accuracy,Data Budget = 50,ForecastPFN,MAE,50,
3
+ accuracy,Data Budget = 500,ForecastPFN,MAE,500,
4
+ accuracy,"ForecastPFN, low noise","ForecastPFN, lowest noise",MSE,0.359,
5
+ accuracy,ForecastPFN,"ForecastPFN, lowest noise",MSE,0.207,
result/per_paper/2311.01933/accuracy_efficiency_traced.csv ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ metric_kind,entity,model_variant,metric,value,uncertainty,table,row,col
2
+ accuracy,Data Budget = 50,ForecastPFN,MAE,50,,0,1,0
3
+ accuracy,Data Budget = 500,ForecastPFN,MAE,500,,0,12,0
4
+ accuracy,"ForecastPFN, low noise","ForecastPFN, lowest noise",MSE,0.359,,2,2,1
5
+ accuracy,ForecastPFN,"ForecastPFN, lowest noise",MSE,0.207,,2,3,1
result/per_paper/2311.01933/components_architecture.csv ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ component,what_it_is,provenance,citation,evidence
2
+ Transformer Encoder,"The base architecture of ForecastPFN, consisting of one multi-head attention layer and two feedforward layers.",reused_cited,"2,25,39","As with the original PFNs [2,25,39], we use a transformer [56] as the base architecture. We use an encoder-based transformer, consisting of one multi-head attention layer and two feedforward layer"
3
+ Multi-Head Attention Layer,A component of the transformer encoder that enables the model to attend to different parts of the input sequence simultaneously.,reused_cited,56,"As with the original PFNs [2,25,39], we use a transformer [56] as the base architecture. We use an encoder-based transformer, consisting of one multi-head attention layer and two feedforward layer"
4
+ Feedforward Layers,Two sequential feedforward networks within the transformer encoder that process information after attention mechanisms.,reused_cited,56,"As with the original PFNs [2,25,39], we use a transformer [56] as the base architecture. We use an encoder-based transformer, consisting of one multi-head attention layer and two feedforward layer"
5
+ Multiplicative Noise,A synthetic data generation technique used to balance signal-to-noise ratios across time series by scaling noise relative to the base series.,proposed_here,,We choose multiplicative noise to better balance the amount of signal to noise across all series.
6
+ Weibull Distribution,"A synthetic data distribution parameterized to interpolate between Gaussian and exponential distributions, used to model noise in the synthetic training data.",proposed_here,,"The Weibull distribution is a simple and natural method to parameterize between Gaussian and exponential distributions, two types of distributions that frequently come up in real-world time series."
result/per_paper/2311.01933/computational.csv ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ field,value,unit,source,evidence
2
+ hardware_type,,,not_reported,"No hardware type (e.g., GPU/TPU) is explicitly mentioned in the text."
3
+ num_devices,,,not_reported,"The number of devices (e.g., GPUs) used for training or inference is not reported."
4
+ training_cost,,,not_reported,"Training cost (e.g., monetary or computational resources) is not quantified."
5
+ training_batch_size,,,not_reported,The training batch size is not specified.
6
+ training_steps_or_epochs,,,not_reported,The number of training steps or epochs is not reported.
7
+ precision,,,not_reported,"The precision (e.g., 32-bit vs. 16-bit) used during training is not mentioned."
8
+ inference_latency,0.2,seconds,stated,"The text explicitly states: 'producing predictions on a brand new dataset in just a single forward pass, taking 0.2 seconds.'"
9
+ inference_throughput,,,not_reported,"Inference throughput (e.g., samples per second) is not quantified."
10
+ peak_memory,,,not_reported,Peak memory usage during training or inference is not reported.
11
+ flops_or_macs,,,not_reported,FLOPs or MACs (computational complexity) are not mentioned.
12
+ num_inference_samples,,,not_reported,The number of inference samples evaluated is not specified.
13
+ params,,,not_reported,The total number of model parameters is not reported.
14
+ context_lengths_evaluated,,,not_reported,"The context lengths (e.g., input sequence lengths) evaluated during testing are not explicitly stated."
15
+ horizon_lengths_evaluated,,,not_reported,"The prediction horizons (e.g., output sequence lengths) evaluated during testing are not explicitly stated."
16
+ inference_batch_size,,,not_reported,The inference batch size is not specified.
result/per_paper/2311.11413/accuracy_efficiency.csv ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ metric_kind,entity,model_variant,metric,value,uncertainty
2
+ accuracy,BasicMotions,LPTM,accuracy,1.00,
3
+ accuracy,FaceDetection,LPTM,accuracy,0.79,
4
+ accuracy,FingerMovements,LPTM,accuracy,0.78,
5
+ accuracy,PEMS-SF,LPTM,accuracy,0.93,
6
+ accuracy,RacketSports,LPTM,accuracy,0.93,
7
+ accuracy,EigenWorms,LPTM,accuracy,0.94,
8
+ accuracy,ArticularyWordRecognition,LPTM,accuracy,0.98,
9
+ accuracy,AtrialFibrillation,LPTM,accuracy,0.93,
10
+ accuracy,CharacterTrajectories,LPTM,accuracy,0.98,
11
+ accuracy,Cricket,LPTM,accuracy,0.99,
12
+ accuracy,DuckGeese,LPTM,accuracy,0.79,
13
+ accuracy,Epilepsy,LPTM,accuracy,0.97,
14
+ accuracy,ERing,LPTM,accuracy,0.97,
15
+ accuracy,EthanolConcentration,LPTM,accuracy,0.53,
16
+ accuracy,HandMovementDirection,LPTM,accuracy,0.53,
17
+ accuracy,Handwriting,LPTM,accuracy,0.51,
18
+ accuracy,Heartbeat,LPTM,accuracy,0.74,
19
+ accuracy,InsectWingbeat,LPTM,accuracy,0.72,
20
+ accuracy,JapaneseVowels,LPTM,accuracy,0.98,
21
+ accuracy,Libras,LPTM,accuracy,0.95,
22
+ accuracy,LSST,LPTM,accuracy,0.98,
23
+ accuracy,MotorImagery,LPTM,accuracy,0.57,
24
+ accuracy,NATOPS,LPTM,accuracy,0.94,
25
+ accuracy,PenDigits,LPTM,accuracy,0.92,
26
+ accuracy,Phoneme,LPTM,accuracy,0.32,
27
+ accuracy,SelfRegulation,LPTM,accuracy,0.92,
28
+ accuracy,SpokenArabicDigits,LPTM,accuracy,1.00,
29
+ accuracy,StandWalkJump,LPTM,accuracy,0.58,
30
+ accuracy,UWaveGesture,LPTM,accuracy,0.94,
31
+ accuracy,PAMAP2,LPTM,accuracy,0.97,
32
+ accuracy,OpportunityGestures,LPTM,accuracy,0.92,
33
+ accuracy,OpportunityLocomotion,LPTM,accuracy,0.89,
34
+ accuracy,SelfRegulationSCP2,LPTM,accuracy,0.691,
35
+ accuracy,Occupancy,LPTM,accuracy,0.836,
36
+ accuracy,MosquitoSound,LPTM,accuracy,0.715,
37
+ accuracy,TS2Vec,LPTM,RMSE,2,
38
+ accuracy,TS2Vec,LPTM,RMSE,2,
39
+ accuracy,TS2Vec,LPTM,RMSE,2,
result/per_paper/2311.11413/accuracy_efficiency_traced.csv ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ metric_kind,entity,model_variant,metric,value,uncertainty,table,row,col
2
+ accuracy,BasicMotions,LPTM,accuracy,1.00,,0,1,10
3
+ accuracy,FaceDetection,LPTM,accuracy,0.79,,0,2,10
4
+ accuracy,FingerMovements,LPTM,accuracy,0.78,,0,3,10
5
+ accuracy,PEMS-SF,LPTM,accuracy,0.93,,0,4,10
6
+ accuracy,RacketSports,LPTM,accuracy,0.93,,0,5,10
7
+ accuracy,EigenWorms,LPTM,accuracy,0.94,,0,6,10
8
+ accuracy,ArticularyWordRecognition,LPTM,accuracy,0.98,,0,7,10
9
+ accuracy,AtrialFibrillation,LPTM,accuracy,0.93,,0,8,10
10
+ accuracy,CharacterTrajectories,LPTM,accuracy,0.98,,0,9,10
11
+ accuracy,Cricket,LPTM,accuracy,0.99,,0,10,10
12
+ accuracy,DuckGeese,LPTM,accuracy,0.79,,0,11,10
13
+ accuracy,Epilepsy,LPTM,accuracy,0.97,,0,12,10
14
+ accuracy,ERing,LPTM,accuracy,0.97,,0,13,10
15
+ accuracy,EthanolConcentration,LPTM,accuracy,0.53,,0,14,10
16
+ accuracy,HandMovementDirection,LPTM,accuracy,0.53,,0,15,10
17
+ accuracy,Handwriting,LPTM,accuracy,0.51,,0,16,10
18
+ accuracy,Heartbeat,LPTM,accuracy,0.74,,0,17,10
19
+ accuracy,InsectWingbeat,LPTM,accuracy,0.72,,0,18,10
20
+ accuracy,JapaneseVowels,LPTM,accuracy,0.98,,0,19,10
21
+ accuracy,Libras,LPTM,accuracy,0.95,,0,20,10
22
+ accuracy,LSST,LPTM,accuracy,0.98,,0,21,10
23
+ accuracy,MotorImagery,LPTM,accuracy,0.57,,0,22,10
24
+ accuracy,NATOPS,LPTM,accuracy,0.94,,0,23,10
25
+ accuracy,PenDigits,LPTM,accuracy,0.92,,0,24,10
26
+ accuracy,Phoneme,LPTM,accuracy,0.32,,0,25,10
27
+ accuracy,SelfRegulation,LPTM,accuracy,0.92,,0,26,10
28
+ accuracy,SpokenArabicDigits,LPTM,accuracy,1.00,,0,27,10
29
+ accuracy,StandWalkJump,LPTM,accuracy,0.58,,0,28,10
30
+ accuracy,UWaveGesture,LPTM,accuracy,0.94,,0,29,10
31
+ accuracy,PAMAP2,LPTM,accuracy,0.97,,0,30,10
32
+ accuracy,OpportunityGestures,LPTM,accuracy,0.92,,0,31,10
33
+ accuracy,OpportunityLocomotion,LPTM,accuracy,0.89,,0,32,10
34
+ accuracy,SelfRegulationSCP2,LPTM,accuracy,0.691,,0,33,10
35
+ accuracy,Occupancy,LPTM,accuracy,0.836,,0,34,10
36
+ accuracy,MosquitoSound,LPTM,accuracy,0.715,,0,35,10
37
+ accuracy,TS2Vec,LPTM,RMSE,2,,1,19,0
38
+ accuracy,TS2Vec,LPTM,RMSE,2,,2,15,0
39
+ accuracy,TS2Vec,LPTM,RMSE,2,,4,6,0
result/per_paper/2311.11413/components_architecture.csv ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ component,what_it_is,provenance,citation,evidence
2
+ Transformer-based Architecture,"The core model structure based on the transformer architecture, adapted for time-series data.",reused_cited,"Vaswani et al., 2017",LPTM uses a simple transformer-based architecture.
3
+ Adaptive Segmentation Module,"A novel module that dynamically identifies optimal segmentation strategies for time-series data during pre-training, tailored to domain-specific characteristics.",proposed_here,,We propose a novel adaptive segmentation module that segments the time-series of each domain based on how well it performs on self-supervised pre-training.
4
+ Segmentation Scoring Mechanism,A method within the adaptive segmentation module that evaluates segmentation effectiveness using losses from self-supervised learning tasks.,proposed_here,,The segmentation module uses a novel scoring mechanism during pre-training to identify an effective segmentation strategy for a domain.
5
+ Masking-based Self-Supervised Pre-training,"A pre-training strategy where patches of input data are masked, and the model is trained to reconstruct them, enabling learning of temporal patterns without labeled data.",reused_cited,"Devlin et al., 2019",These tasks mask patches of the input data and train the model to...
6
+ Time-Series Tokenization via Segmentation,"A method of converting raw time-series data into tokens by segmenting the series into meaningful chunks, replacing per-time-step inputs.",proposed_here,,We propose a novel method of adaptive segmentation that automatically identifies optimal dataset-specific segmentation strategy during pre-training.
7
+ Multi-Domain Pre-Training Dataset,"A collection of heterogeneous time-series datasets from diverse domains (e.g., epidemiology, energy, economics) used to train the model for cross-domain generalization.",proposed_here,,"The entire set of heterogeneous multi-domain pre-train dataset is denoted as $D_{pre} = \{D'_{1}, D'_{2}, \ldots, D'_{K}\}$."
result/per_paper/2311.11413/computational.csv ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ field,value,unit,source,evidence
2
+ hardware_type,,,not_reported,"No hardware specifications (e.g., GPU/TPU types) are mentioned for LPTM."
3
+ num_devices,,,not_reported,"The number of devices (e.g., GPUs) used for training or inference is not reported."
4
+ training_cost,,,not_reported,"Training cost (e.g., computational resources, energy, or monetary cost) is not mentioned."
5
+ training_batch_size,,,not_reported,Batch size during training is not specified.
6
+ training_steps_or_epochs,,,not_reported,Number of training steps or epochs is not reported.
7
+ precision,,,not_reported,"Training or inference precision (e.g., FP16, FP32) is not mentioned."
8
+ inference_latency,,,not_reported,Latency per inference is not provided.
9
+ inference_throughput,,,not_reported,"Throughput (e.g., samples/second) is not reported."
10
+ peak_memory,,,not_reported,Peak memory usage during training or inference is not mentioned.
11
+ flops_or_macs,,,not_reported,FLOPs or MACs (computational complexity) is not provided.
12
+ num_inference_samples,,,not_reported,Number of samples used for inference evaluation is not specified.
13
+ params,,,not_reported,Model parameter count is not reported.
14
+ context_lengths_evaluated,,,not_reported,"Context lengths (e.g., sequence lengths) evaluated during testing are not mentioned."
15
+ horizon_lengths_evaluated,,,not_reported,Forecasting horizons evaluated are not specified.
16
+ inference_batch_size,,,not_reported,Batch size during inference is not reported.
result/per_paper/2401.03955/accuracy_efficiency.csv ADDED
@@ -0,0 +1,220 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ metric_kind,entity,model_variant,metric,value,uncertainty
2
+ accuracy,ETTH1,TTM_B,MSE,0.36,
3
+ accuracy,ETTH1,TTM_E,MSE,0.362,
4
+ accuracy,ETTH1,TTM_A,MSE,0.363,
5
+ accuracy,ETTH2,TTM_B,MSE,0.269,
6
+ accuracy,ETTH2,TTM_E,MSE,0.273,
7
+ accuracy,ETTH2,TTM_A,MSE,0.262,
8
+ accuracy,ETTM1,TTM_B,MSE,0.291,
9
+ accuracy,ETTM1,TTM_E,MSE,0.293,
10
+ accuracy,ETTM1,TTM_A,MSE,0.283,
11
+ accuracy,ETTM2,TTM_B,MSE,0.164,
12
+ accuracy,ETTM2,TTM_E,MSE,0.158,
13
+ accuracy,ETTM2,TTM_A,MSE,0.158,
14
+ accuracy,Weather,TTM_B,MSE,0.146,
15
+ accuracy,Weather,TTM_E,MSE,0.154,
16
+ accuracy,Weather,TTM_A,MSE,0.149,
17
+ accuracy,Electricity,TTM_B,MSE,0.129,
18
+ accuracy,Electricity,TTM_E,MSE,0.129,
19
+ accuracy,Electricity,TTM_A,MSE,0.128,
20
+ accuracy,Traffic,TTM_B,MSE,0.368,
21
+ accuracy,Traffic,TTM_E,MSE,0.372,
22
+ accuracy,Traffic,TTM_A,MSE,0.352,
23
+ accuracy,ETTH1,TTM_B,MSE,0.373,
24
+ accuracy,ETTH1,TTM_E,MSE,0.36,
25
+ accuracy,ETTH1,TTM_A,MSE,0.362,
26
+ accuracy,ETTH2,TTM_B,MSE,0.283,
27
+ accuracy,ETTH2,TTM_E,MSE,0.269,
28
+ accuracy,ETTH2,TTM_A,MSE,0.273,
29
+ accuracy,ETTM1,TTM_B,MSE,0.286,
30
+ accuracy,ETTM1,TTM_E,MSE,0.291,
31
+ accuracy,ETTM1,TTM_A,MSE,0.293,
32
+ accuracy,ETTM2,TTM_B,MSE,0.165,
33
+ accuracy,ETTM2,TTM_E,MSE,0.164,
34
+ accuracy,ETTM2,TTM_A,MSE,0.158,
35
+ accuracy,Weather,TTM_B,MSE,0.144,
36
+ accuracy,Weather,TTM_E,MSE,0.146,
37
+ accuracy,Weather,TTM_A,MSE,0.154,
38
+ accuracy,Electricity,TTM_B,MSE,0.13,
39
+ accuracy,Electricity,TTM_E,MSE,0.129,
40
+ accuracy,Electricity,TTM_A,MSE,0.129,
41
+ accuracy,Traffic,TTM_B,MSE,0.367,
42
+ accuracy,Traffic,TTM_E,MSE,0.368,
43
+ accuracy,Traffic,TTM_A,MSE,0.372,
44
+ accuracy,ETTH1,TTM_B,MAE,0.195,
45
+ accuracy,ETTH1,TTM_E,MAE,0.243,
46
+ accuracy,ETTH1,TTM_A,MAE,0.217,
47
+ accuracy,ETTH2,TTM_B,MAE,0.12,
48
+ accuracy,ETTH2,TTM_E,MAE,0.149,
49
+ accuracy,ETTH2,TTM_A,MAE,0.158,
50
+ accuracy,ETTM1,TTM_B,MAE,0.141,
51
+ accuracy,ETTM1,TTM_E,MAE,0.247,
52
+ accuracy,ETTM1,TTM_A,MAE,0.187,
53
+ accuracy,ETTM2,TTM_B,MAE,0.04,
54
+ accuracy,ETTM2,TTM_E,MAE,0.063,
55
+ accuracy,ETTM2,TTM_A,MAE,0.068,
56
+ accuracy,Weather,TTM_B,MAE,0.015,
57
+ accuracy,Weather,TTM_E,MAE,0.015,
58
+ accuracy,Weather,TTM_A,MAE,0.016,
59
+ accuracy,Electricity,TTM_B,MAE,0.409,
60
+ accuracy,Electricity,TTM_E,MAE,0.421,
61
+ accuracy,Electricity,TTM_A,MAE,0.433,
62
+ accuracy,Traffic,TTM_B,MAE,0.231,
63
+ accuracy,Traffic,TTM_E,MAE,0.232,
64
+ accuracy,Traffic,TTM_A,MAE,0.239,
65
+ accuracy,ETTH1,TTM-B,MAE,0.364,
66
+ accuracy,ETTH1,TTM-E,MAE,0.363,
67
+ accuracy,ETTH1,TTM-A,MAE,0.359,
68
+ accuracy,ETTH2,TTM-B,MAE,0.277,
69
+ accuracy,ETTH2,TTM-E,MAE,0.271,
70
+ accuracy,ETTH2,TTM-A,MAE,0.267,
71
+ accuracy,ETTM1,TTM-B,MAE,0.313,
72
+ accuracy,ETTM1,TTM-E,MAE,0.326,
73
+ accuracy,ETTM1,TTM-A,MAE,0.317,
74
+ accuracy,ETTM2,TTM-B,MAE,0.171,
75
+ accuracy,ETTM2,TTM-E,MAE,0.178,
76
+ accuracy,ETTM2,TTM-A,MAE,0.17,
77
+ accuracy,Weather,TTM-B,MAE,0.154,
78
+ accuracy,Weather,TTM-E,MAE,0.162,
79
+ accuracy,Weather,TTM-A,MAE,0.155,
80
+ accuracy,Electricity,TTM-B,MAE,0.146,
81
+ accuracy,Electricity,TTM-E,MAE,0.15,
82
+ accuracy,Electricity,TTM-A,MAE,0.141,
83
+ accuracy,Traffic,TTM-B,MAE,0.411,
84
+ accuracy,Traffic,TTM-E,MAE,0.411,
85
+ accuracy,Traffic,TTM-A,MAE,0.469,
86
+ accuracy,ETTH1,TTM-B,MAE,0.364,
87
+ accuracy,ETTH1,TTM-E,MAE,0.363,
88
+ accuracy,ETTH1,TTM-A,MAE,0.359,
89
+ accuracy,ETTH2,TTM-B,MAE,0.277,
90
+ accuracy,ETTH2,TTM-E,MAE,0.271,
91
+ accuracy,ETTH2,TTM-A,MAE,0.264,
92
+ accuracy,ETTM1,TTM-B,MAE,0.322,
93
+ accuracy,ETTM1,TTM-E,MAE,0.327,
94
+ accuracy,ETTM1,TTM-A,MAE,0.318,
95
+ accuracy,ETTM2,TTM-B,MAE,0.171,
96
+ accuracy,ETTM2,TTM-E,MAE,0.178,
97
+ accuracy,ETTM2,TTM-A,MAE,0.169,
98
+ accuracy,Weather,TTM-B,MAE,0.158,
99
+ accuracy,Weather,TTM-E,MAE,0.166,
100
+ accuracy,Weather,TTM-A,MAE,0.159,
101
+ accuracy,Electricity,TTM-B,MAE,0.166,
102
+ accuracy,Electricity,TTM-E,MAE,0.157,
103
+ accuracy,Electricity,TTM-A,MAE,0.152,
104
+ accuracy,ETTH1,TTM_Q,FL,0.365,
105
+ accuracy,ETTH1,TTM_B,FL,0.364,
106
+ accuracy,ETTH1,TTM_E,FL,0.363,
107
+ accuracy,ETTH1,TTM_A,FL,0.359,
108
+ accuracy,ETTH2,TTM_Q,FL,0.285,
109
+ accuracy,ETTH2,TTM_B,FL,0.277,
110
+ accuracy,ETTH2,TTM_E,FL,0.271,
111
+ accuracy,ETTH2,TTM_A,FL,0.264,
112
+ accuracy,ETTM1,TTM_Q,FL,0.413,
113
+ accuracy,ETTM1,TTM_B,FL,0.322,
114
+ accuracy,ETTM1,TTM_E,FL,0.327,
115
+ accuracy,ETTM1,TTM_A,FL,0.318,
116
+ accuracy,ETTM2,TTM_Q,FL,0.187,
117
+ accuracy,ETTM2,TTM_B,FL,0.171,
118
+ accuracy,ETTM2,TTM_E,FL,0.178,
119
+ accuracy,ETTM2,TTM_A,FL,0.169,
120
+ accuracy,Weather,TTM_Q,FL,0.154,
121
+ accuracy,Weather,TTM_B,FL,0.158,
122
+ accuracy,Weather,TTM_E,FL,0.166,
123
+ accuracy,Weather,TTM_A,FL,0.159,
124
+ accuracy,Electricity,TTM_Q,FL,0.169,
125
+ accuracy,Electricity,TTM_B,FL,0.166,
126
+ accuracy,Electricity,TTM_E,FL,0.157,
127
+ accuracy,Electricity,TTM_A,FL,0.152,
128
+ accuracy,Traffic,TTM_Q,FL,0.518,
129
+ accuracy,Traffic,TTM_B,FL,0.514,
130
+ accuracy,Traffic,TTM_E,FL,0.476,
131
+ accuracy,Traffic,TTM_A,FL,0.462,
132
+ accuracy,Model Size,TTM_Q,FL,1,
133
+ accuracy,Model Size,TTM_B,FL,4,
134
+ accuracy,Model Size,TTM_E,FL,5,
135
+ accuracy,ETTH1,TTM_Q,MAE,0.366,
136
+ accuracy,ETTH1,TTM_B,MAE,0.364,
137
+ accuracy,ETTH1,TTM_E,MAE,0.363,
138
+ accuracy,ETTH1,TTM_A,MAE,0.359,
139
+ accuracy,ETTH2,TTM_Q,MAE,0.282,
140
+ accuracy,ETTH2,TTM_B,MAE,0.277,
141
+ accuracy,ETTH2,TTM_E,MAE,0.271,
142
+ accuracy,ETTH2,TTM_A,MAE,0.267,
143
+ accuracy,ETTM1,TTM_Q,MAE,0.359,
144
+ accuracy,ETTM1,TTM_B,MAE,0.313,
145
+ accuracy,ETTM1,TTM_E,MAE,0.326,
146
+ accuracy,ETTM1,TTM_A,MAE,0.317,
147
+ accuracy,ETTM2,TTM_Q,MAE,0.174,
148
+ accuracy,ETTM2,TTM_B,MAE,0.171,
149
+ accuracy,ETTM2,TTM_E,MAE,0.178,
150
+ accuracy,ETTM2,TTM_A,MAE,0.17,
151
+ accuracy,Weather,TTM_Q,MAE,0.152,
152
+ accuracy,Weather,TTM_B,MAE,0.154,
153
+ accuracy,Weather,TTM_E,MAE,0.162,
154
+ accuracy,Weather,TTM_A,MAE,0.155,
155
+ accuracy,Electricity,TTM_Q,MAE,0.142,
156
+ accuracy,Electricity,TTM_B,MAE,0.146,
157
+ accuracy,Electricity,TTM_E,MAE,0.15,
158
+ accuracy,Electricity,TTM_A,MAE,0.141,
159
+ accuracy,Traffic,TTM_Q,MAE,0.401,
160
+ accuracy,Traffic,TTM_B,MAE,0.411,
161
+ accuracy,Traffic,TTM_E,MAE,0.411,
162
+ accuracy,Traffic,TTM_A,MAE,0.469,
163
+ accuracy,Model Size,TTM_Q,MAE,1,
164
+ accuracy,Model Size,TTM_B,MAE,4,
165
+ accuracy,Model Size,TTM_E,MAE,5,
166
+ accuracy,ETTH1,TTM_Q,MAE,0.398,
167
+ accuracy,ETTH1,TTM_B,MAE,0.397,
168
+ accuracy,ETTH1,TTM_E,MAE,0.402,
169
+ accuracy,ETTH1,TTM_A,MAE,0.402,
170
+ accuracy,ETTH2,TTM_Q,MAE,0.347,
171
+ accuracy,ETTH2,TTM_B,MAE,0.338,
172
+ accuracy,ETTH2,TTM_E,MAE,0.339,
173
+ accuracy,ETTH2,TTM_A,MAE,0.332,
174
+ accuracy,ETTM1,TTM_Q,MAE,0.35,
175
+ accuracy,ETTM1,TTM_B,MAE,0.35,
176
+ accuracy,ETTM1,TTM_E,MAE,0.35,
177
+ accuracy,ETTM1,TTM_A,MAE,0.34,
178
+ accuracy,ETTM2,TTM_Q,MAE,0.253,
179
+ accuracy,ETTM2,TTM_B,MAE,0.252,
180
+ accuracy,ETTM2,TTM_E,MAE,0.245,
181
+ accuracy,ETTM2,TTM_A,MAE,0.252,
182
+ accuracy,Weather,TTM_Q,MAE,0.224,
183
+ accuracy,Weather,TTM_B,MAE,0.225,
184
+ accuracy,Weather,TTM_E,MAE,0.234,
185
+ accuracy,Weather,TTM_A,MAE,0.225,
186
+ accuracy,Electricity,TTM_Q,MAE,0.161,
187
+ accuracy,Electricity,TTM_B,MAE,0.16,
188
+ accuracy,Electricity,TTM_E,MAE,0.158,
189
+ accuracy,Electricity,TTM_A,MAE,0.156,
190
+ accuracy,Traffic,TTM_Q,MAE,0.4,
191
+ accuracy,Traffic,TTM_B,MAE,0.399,
192
+ accuracy,Traffic,TTM_E,MAE,0.385,
193
+ accuracy,Traffic,TTM_A,MAE,0.376,
194
+ accuracy,ETTH1,TTM-B,MAE,0.394,
195
+ accuracy,ETTH1,TTM-E,MAE,0.404,
196
+ accuracy,ETTH1,TTM-A,MAE,0.4,
197
+ accuracy,ETTH2,TTM-B,MAE,0.345,
198
+ accuracy,ETTH2,TTM-E,MAE,0.335,
199
+ accuracy,ETTH2,TTM-A,MAE,0.333,
200
+ accuracy,ETTM1,TTM-B,MAE,0.386,
201
+ accuracy,ETTM1,TTM-E,MAE,0.38,
202
+ accuracy,ETTM1,TTM-A,MAE,0.362,
203
+ accuracy,ETTM2,TTM-B,MAE,0.281,
204
+ accuracy,ETTM2,TTM-E,MAE,0.271,
205
+ accuracy,ETTM2,TTM-A,MAE,0.252,
206
+ accuracy,Weather,TTM-B,MAE,0.237,
207
+ accuracy,Weather,TTM-E,MAE,0.238,
208
+ accuracy,Weather,TTM-A,MAE,0.231,
209
+ accuracy,Electricity,TTM-B,MAE,0.205,
210
+ accuracy,Electricity,TTM-E,MAE,0.194,
211
+ accuracy,Electricity,TTM-A,MAE,0.192,
212
+ accuracy,$TTM_B$ f-imp(%),TTM-B,MAE,6,
213
+ accuracy,$TTM_B$ f-imp(%),TTM-E,MAE,1,
214
+ accuracy,$TTM_B$ f-imp(%),TTM-A,MAE,4,
215
+ accuracy,$TTM_E$ f-imp(%),TTM-B,MAE,7,
216
+ accuracy,$TTM_E$ f-imp(%),TTM-E,MAE,1,
217
+ accuracy,$TTM_E$ f-imp(%),TTM-A,MAE,6,
218
+ accuracy,$TTM_A$ f-imp(%),TTM-B,MAE,10,
219
+ accuracy,$TTM_A$ f-imp(%),TTM-E,MAE,4,
220
+ accuracy,$TTM_A$ f-imp(%),TTM-A,MAE,9,
result/per_paper/2401.03955/accuracy_efficiency_traced.csv ADDED
@@ -0,0 +1,220 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ metric_kind,entity,model_variant,metric,value,uncertainty,table,row,col
2
+ accuracy,ETTH1,TTM_B,MSE,0.36,,0,2,2
3
+ accuracy,ETTH1,TTM_E,MSE,0.362,,0,2,3
4
+ accuracy,ETTH1,TTM_A,MSE,0.363,,0,2,4
5
+ accuracy,ETTH2,TTM_B,MSE,0.269,,0,4,2
6
+ accuracy,ETTH2,TTM_E,MSE,0.273,,0,4,3
7
+ accuracy,ETTH2,TTM_A,MSE,0.262,,0,4,4
8
+ accuracy,ETTM1,TTM_B,MSE,0.291,,0,6,2
9
+ accuracy,ETTM1,TTM_E,MSE,0.293,,0,6,3
10
+ accuracy,ETTM1,TTM_A,MSE,0.283,,0,6,4
11
+ accuracy,ETTM2,TTM_B,MSE,0.164,,0,8,2
12
+ accuracy,ETTM2,TTM_E,MSE,0.158,,0,8,3
13
+ accuracy,ETTM2,TTM_A,MSE,0.158,,0,8,4
14
+ accuracy,Weather,TTM_B,MSE,0.146,,0,10,2
15
+ accuracy,Weather,TTM_E,MSE,0.154,,0,10,3
16
+ accuracy,Weather,TTM_A,MSE,0.149,,0,10,4
17
+ accuracy,Electricity,TTM_B,MSE,0.129,,0,12,2
18
+ accuracy,Electricity,TTM_E,MSE,0.129,,0,12,3
19
+ accuracy,Electricity,TTM_A,MSE,0.128,,0,12,4
20
+ accuracy,Traffic,TTM_B,MSE,0.368,,0,14,2
21
+ accuracy,Traffic,TTM_E,MSE,0.372,,0,14,3
22
+ accuracy,Traffic,TTM_A,MSE,0.352,,0,14,4
23
+ accuracy,ETTH1,TTM_B,MSE,0.373,,0,18,2
24
+ accuracy,ETTH1,TTM_E,MSE,0.36,,0,18,3
25
+ accuracy,ETTH1,TTM_A,MSE,0.362,,0,18,4
26
+ accuracy,ETTH2,TTM_B,MSE,0.283,,0,22,2
27
+ accuracy,ETTH2,TTM_E,MSE,0.269,,0,22,3
28
+ accuracy,ETTH2,TTM_A,MSE,0.273,,0,22,4
29
+ accuracy,ETTM1,TTM_B,MSE,0.286,,0,26,2
30
+ accuracy,ETTM1,TTM_E,MSE,0.291,,0,26,3
31
+ accuracy,ETTM1,TTM_A,MSE,0.293,,0,26,4
32
+ accuracy,ETTM2,TTM_B,MSE,0.165,,0,30,2
33
+ accuracy,ETTM2,TTM_E,MSE,0.164,,0,30,3
34
+ accuracy,ETTM2,TTM_A,MSE,0.158,,0,30,4
35
+ accuracy,Weather,TTM_B,MSE,0.144,,0,34,2
36
+ accuracy,Weather,TTM_E,MSE,0.146,,0,34,3
37
+ accuracy,Weather,TTM_A,MSE,0.154,,0,34,4
38
+ accuracy,Electricity,TTM_B,MSE,0.13,,0,38,2
39
+ accuracy,Electricity,TTM_E,MSE,0.129,,0,38,3
40
+ accuracy,Electricity,TTM_A,MSE,0.129,,0,38,4
41
+ accuracy,Traffic,TTM_B,MSE,0.367,,0,42,2
42
+ accuracy,Traffic,TTM_E,MSE,0.368,,0,42,3
43
+ accuracy,Traffic,TTM_A,MSE,0.372,,0,42,4
44
+ accuracy,ETTH1,TTM_B,MAE,0.195,,1,1,2
45
+ accuracy,ETTH1,TTM_E,MAE,0.243,,1,1,3
46
+ accuracy,ETTH1,TTM_A,MAE,0.217,,1,1,4
47
+ accuracy,ETTH2,TTM_B,MAE,0.12,,1,6,2
48
+ accuracy,ETTH2,TTM_E,MAE,0.149,,1,6,3
49
+ accuracy,ETTH2,TTM_A,MAE,0.158,,1,6,4
50
+ accuracy,ETTM1,TTM_B,MAE,0.141,,1,11,2
51
+ accuracy,ETTM1,TTM_E,MAE,0.247,,1,11,3
52
+ accuracy,ETTM1,TTM_A,MAE,0.187,,1,11,4
53
+ accuracy,ETTM2,TTM_B,MAE,0.04,,1,16,2
54
+ accuracy,ETTM2,TTM_E,MAE,0.063,,1,16,3
55
+ accuracy,ETTM2,TTM_A,MAE,0.068,,1,16,4
56
+ accuracy,Weather,TTM_B,MAE,0.015,,1,21,2
57
+ accuracy,Weather,TTM_E,MAE,0.015,,1,21,3
58
+ accuracy,Weather,TTM_A,MAE,0.016,,1,21,4
59
+ accuracy,Electricity,TTM_B,MAE,0.409,,1,26,2
60
+ accuracy,Electricity,TTM_E,MAE,0.421,,1,26,3
61
+ accuracy,Electricity,TTM_A,MAE,0.433,,1,26,4
62
+ accuracy,Traffic,TTM_B,MAE,0.231,,1,31,2
63
+ accuracy,Traffic,TTM_E,MAE,0.232,,1,31,3
64
+ accuracy,Traffic,TTM_A,MAE,0.239,,1,31,4
65
+ accuracy,ETTH1,TTM-B,MAE,0.364,,2,2,2
66
+ accuracy,ETTH1,TTM-E,MAE,0.363,,2,2,3
67
+ accuracy,ETTH1,TTM-A,MAE,0.359,,2,2,4
68
+ accuracy,ETTH2,TTM-B,MAE,0.277,,2,6,2
69
+ accuracy,ETTH2,TTM-E,MAE,0.271,,2,6,3
70
+ accuracy,ETTH2,TTM-A,MAE,0.267,,2,6,4
71
+ accuracy,ETTM1,TTM-B,MAE,0.313,,2,10,2
72
+ accuracy,ETTM1,TTM-E,MAE,0.326,,2,10,3
73
+ accuracy,ETTM1,TTM-A,MAE,0.317,,2,10,4
74
+ accuracy,ETTM2,TTM-B,MAE,0.171,,2,14,2
75
+ accuracy,ETTM2,TTM-E,MAE,0.178,,2,14,3
76
+ accuracy,ETTM2,TTM-A,MAE,0.17,,2,14,4
77
+ accuracy,Weather,TTM-B,MAE,0.154,,2,18,2
78
+ accuracy,Weather,TTM-E,MAE,0.162,,2,18,3
79
+ accuracy,Weather,TTM-A,MAE,0.155,,2,18,4
80
+ accuracy,Electricity,TTM-B,MAE,0.146,,2,22,2
81
+ accuracy,Electricity,TTM-E,MAE,0.15,,2,22,3
82
+ accuracy,Electricity,TTM-A,MAE,0.141,,2,22,4
83
+ accuracy,Traffic,TTM-B,MAE,0.411,,2,26,2
84
+ accuracy,Traffic,TTM-E,MAE,0.411,,2,26,3
85
+ accuracy,Traffic,TTM-A,MAE,0.469,,2,26,4
86
+ accuracy,ETTH1,TTM-B,MAE,0.364,,3,1,2
87
+ accuracy,ETTH1,TTM-E,MAE,0.363,,3,1,3
88
+ accuracy,ETTH1,TTM-A,MAE,0.359,,3,1,4
89
+ accuracy,ETTH2,TTM-B,MAE,0.277,,3,5,2
90
+ accuracy,ETTH2,TTM-E,MAE,0.271,,3,5,3
91
+ accuracy,ETTH2,TTM-A,MAE,0.264,,3,5,4
92
+ accuracy,ETTM1,TTM-B,MAE,0.322,,3,9,2
93
+ accuracy,ETTM1,TTM-E,MAE,0.327,,3,9,3
94
+ accuracy,ETTM1,TTM-A,MAE,0.318,,3,9,4
95
+ accuracy,ETTM2,TTM-B,MAE,0.171,,3,13,2
96
+ accuracy,ETTM2,TTM-E,MAE,0.178,,3,13,3
97
+ accuracy,ETTM2,TTM-A,MAE,0.169,,3,13,4
98
+ accuracy,Weather,TTM-B,MAE,0.158,,3,17,2
99
+ accuracy,Weather,TTM-E,MAE,0.166,,3,17,3
100
+ accuracy,Weather,TTM-A,MAE,0.159,,3,17,4
101
+ accuracy,Electricity,TTM-B,MAE,0.166,,3,21,2
102
+ accuracy,Electricity,TTM-E,MAE,0.157,,3,21,3
103
+ accuracy,Electricity,TTM-A,MAE,0.152,,3,21,4
104
+ accuracy,ETTH1,TTM_Q,FL,0.365,,4,1,2
105
+ accuracy,ETTH1,TTM_B,FL,0.364,,4,1,3
106
+ accuracy,ETTH1,TTM_E,FL,0.363,,4,1,4
107
+ accuracy,ETTH1,TTM_A,FL,0.359,,4,1,5
108
+ accuracy,ETTH2,TTM_Q,FL,0.285,,4,5,2
109
+ accuracy,ETTH2,TTM_B,FL,0.277,,4,5,3
110
+ accuracy,ETTH2,TTM_E,FL,0.271,,4,5,4
111
+ accuracy,ETTH2,TTM_A,FL,0.264,,4,5,5
112
+ accuracy,ETTM1,TTM_Q,FL,0.413,,4,9,2
113
+ accuracy,ETTM1,TTM_B,FL,0.322,,4,9,3
114
+ accuracy,ETTM1,TTM_E,FL,0.327,,4,9,4
115
+ accuracy,ETTM1,TTM_A,FL,0.318,,4,9,5
116
+ accuracy,ETTM2,TTM_Q,FL,0.187,,4,13,2
117
+ accuracy,ETTM2,TTM_B,FL,0.171,,4,13,3
118
+ accuracy,ETTM2,TTM_E,FL,0.178,,4,13,4
119
+ accuracy,ETTM2,TTM_A,FL,0.169,,4,13,5
120
+ accuracy,Weather,TTM_Q,FL,0.154,,4,17,2
121
+ accuracy,Weather,TTM_B,FL,0.158,,4,17,3
122
+ accuracy,Weather,TTM_E,FL,0.166,,4,17,4
123
+ accuracy,Weather,TTM_A,FL,0.159,,4,17,5
124
+ accuracy,Electricity,TTM_Q,FL,0.169,,4,21,2
125
+ accuracy,Electricity,TTM_B,FL,0.166,,4,21,3
126
+ accuracy,Electricity,TTM_E,FL,0.157,,4,21,4
127
+ accuracy,Electricity,TTM_A,FL,0.152,,4,21,5
128
+ accuracy,Traffic,TTM_Q,FL,0.518,,4,25,2
129
+ accuracy,Traffic,TTM_B,FL,0.514,,4,25,3
130
+ accuracy,Traffic,TTM_E,FL,0.476,,4,25,4
131
+ accuracy,Traffic,TTM_A,FL,0.462,,4,25,5
132
+ accuracy,Model Size,TTM_Q,FL,1,,4,29,2
133
+ accuracy,Model Size,TTM_B,FL,4,,4,29,3
134
+ accuracy,Model Size,TTM_E,FL,5,,4,29,4
135
+ accuracy,ETTH1,TTM_Q,MAE,0.366,,5,1,2
136
+ accuracy,ETTH1,TTM_B,MAE,0.364,,5,1,3
137
+ accuracy,ETTH1,TTM_E,MAE,0.363,,5,1,4
138
+ accuracy,ETTH1,TTM_A,MAE,0.359,,5,1,5
139
+ accuracy,ETTH2,TTM_Q,MAE,0.282,,5,5,2
140
+ accuracy,ETTH2,TTM_B,MAE,0.277,,5,5,3
141
+ accuracy,ETTH2,TTM_E,MAE,0.271,,5,5,4
142
+ accuracy,ETTH2,TTM_A,MAE,0.267,,5,5,5
143
+ accuracy,ETTM1,TTM_Q,MAE,0.359,,5,9,2
144
+ accuracy,ETTM1,TTM_B,MAE,0.313,,5,9,3
145
+ accuracy,ETTM1,TTM_E,MAE,0.326,,5,9,4
146
+ accuracy,ETTM1,TTM_A,MAE,0.317,,5,9,5
147
+ accuracy,ETTM2,TTM_Q,MAE,0.174,,5,13,2
148
+ accuracy,ETTM2,TTM_B,MAE,0.171,,5,13,3
149
+ accuracy,ETTM2,TTM_E,MAE,0.178,,5,13,4
150
+ accuracy,ETTM2,TTM_A,MAE,0.17,,5,13,5
151
+ accuracy,Weather,TTM_Q,MAE,0.152,,5,17,2
152
+ accuracy,Weather,TTM_B,MAE,0.154,,5,17,3
153
+ accuracy,Weather,TTM_E,MAE,0.162,,5,17,4
154
+ accuracy,Weather,TTM_A,MAE,0.155,,5,17,5
155
+ accuracy,Electricity,TTM_Q,MAE,0.142,,5,21,2
156
+ accuracy,Electricity,TTM_B,MAE,0.146,,5,21,3
157
+ accuracy,Electricity,TTM_E,MAE,0.15,,5,21,4
158
+ accuracy,Electricity,TTM_A,MAE,0.141,,5,21,5
159
+ accuracy,Traffic,TTM_Q,MAE,0.401,,5,25,2
160
+ accuracy,Traffic,TTM_B,MAE,0.411,,5,25,3
161
+ accuracy,Traffic,TTM_E,MAE,0.411,,5,25,4
162
+ accuracy,Traffic,TTM_A,MAE,0.469,,5,25,5
163
+ accuracy,Model Size,TTM_Q,MAE,1,,5,29,2
164
+ accuracy,Model Size,TTM_B,MAE,4,,5,29,3
165
+ accuracy,Model Size,TTM_E,MAE,5,,5,29,4
166
+ accuracy,ETTH1,TTM_Q,MAE,0.398,,6,2,1
167
+ accuracy,ETTH1,TTM_B,MAE,0.397,,6,2,2
168
+ accuracy,ETTH1,TTM_E,MAE,0.402,,6,2,3
169
+ accuracy,ETTH1,TTM_A,MAE,0.402,,6,2,4
170
+ accuracy,ETTH2,TTM_Q,MAE,0.347,,6,3,1
171
+ accuracy,ETTH2,TTM_B,MAE,0.338,,6,3,2
172
+ accuracy,ETTH2,TTM_E,MAE,0.339,,6,3,3
173
+ accuracy,ETTH2,TTM_A,MAE,0.332,,6,3,4
174
+ accuracy,ETTM1,TTM_Q,MAE,0.35,,6,4,1
175
+ accuracy,ETTM1,TTM_B,MAE,0.35,,6,4,2
176
+ accuracy,ETTM1,TTM_E,MAE,0.35,,6,4,3
177
+ accuracy,ETTM1,TTM_A,MAE,0.34,,6,4,4
178
+ accuracy,ETTM2,TTM_Q,MAE,0.253,,6,5,1
179
+ accuracy,ETTM2,TTM_B,MAE,0.252,,6,5,2
180
+ accuracy,ETTM2,TTM_E,MAE,0.245,,6,5,3
181
+ accuracy,ETTM2,TTM_A,MAE,0.252,,6,5,4
182
+ accuracy,Weather,TTM_Q,MAE,0.224,,6,6,1
183
+ accuracy,Weather,TTM_B,MAE,0.225,,6,6,2
184
+ accuracy,Weather,TTM_E,MAE,0.234,,6,6,3
185
+ accuracy,Weather,TTM_A,MAE,0.225,,6,6,4
186
+ accuracy,Electricity,TTM_Q,MAE,0.161,,6,7,1
187
+ accuracy,Electricity,TTM_B,MAE,0.16,,6,7,2
188
+ accuracy,Electricity,TTM_E,MAE,0.158,,6,7,3
189
+ accuracy,Electricity,TTM_A,MAE,0.156,,6,7,4
190
+ accuracy,Traffic,TTM_Q,MAE,0.4,,6,8,1
191
+ accuracy,Traffic,TTM_B,MAE,0.399,,6,8,2
192
+ accuracy,Traffic,TTM_E,MAE,0.385,,6,8,3
193
+ accuracy,Traffic,TTM_A,MAE,0.376,,6,8,4
194
+ accuracy,ETTH1,TTM-B,MAE,0.394,,7,2,1
195
+ accuracy,ETTH1,TTM-E,MAE,0.404,,7,2,2
196
+ accuracy,ETTH1,TTM-A,MAE,0.4,,7,2,3
197
+ accuracy,ETTH2,TTM-B,MAE,0.345,,7,3,1
198
+ accuracy,ETTH2,TTM-E,MAE,0.335,,7,3,2
199
+ accuracy,ETTH2,TTM-A,MAE,0.333,,7,3,3
200
+ accuracy,ETTM1,TTM-B,MAE,0.386,,7,4,1
201
+ accuracy,ETTM1,TTM-E,MAE,0.38,,7,4,2
202
+ accuracy,ETTM1,TTM-A,MAE,0.362,,7,4,3
203
+ accuracy,ETTM2,TTM-B,MAE,0.281,,7,5,1
204
+ accuracy,ETTM2,TTM-E,MAE,0.271,,7,5,2
205
+ accuracy,ETTM2,TTM-A,MAE,0.252,,7,5,3
206
+ accuracy,Weather,TTM-B,MAE,0.237,,7,6,1
207
+ accuracy,Weather,TTM-E,MAE,0.238,,7,6,2
208
+ accuracy,Weather,TTM-A,MAE,0.231,,7,6,3
209
+ accuracy,Electricity,TTM-B,MAE,0.205,,7,7,1
210
+ accuracy,Electricity,TTM-E,MAE,0.194,,7,7,2
211
+ accuracy,Electricity,TTM-A,MAE,0.192,,7,7,3
212
+ accuracy,$TTM_B$ f-imp(%),TTM-B,MAE,6,,7,8,1
213
+ accuracy,$TTM_B$ f-imp(%),TTM-E,MAE,1,,7,8,2
214
+ accuracy,$TTM_B$ f-imp(%),TTM-A,MAE,4,,7,8,3
215
+ accuracy,$TTM_E$ f-imp(%),TTM-B,MAE,7,,7,9,1
216
+ accuracy,$TTM_E$ f-imp(%),TTM-E,MAE,1,,7,9,2
217
+ accuracy,$TTM_E$ f-imp(%),TTM-A,MAE,6,,7,9,3
218
+ accuracy,$TTM_A$ f-imp(%),TTM-B,MAE,10,,7,10,1
219
+ accuracy,$TTM_A$ f-imp(%),TTM-E,MAE,4,,7,10,2
220
+ accuracy,$TTM_A$ f-imp(%),TTM-A,MAE,9,,7,10,3
result/per_paper/2401.03955/components_architecture.csv ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ component,what_it_is,provenance,citation,evidence
2
+ MLPMixer Blocks,"A lightweight architectural component using multi-layer perceptron (MLP) operations to process time series data, replacing self-attention mechanisms in Transformers.",reused_cited,"TSMixer, 2021",TTM is based on the light-weight TSMixer architecture that uses MLPMixer blocks interleaved with simple gated attention as alternatives to the quadratic time-consuming self-attention blocks in Transformers.
3
+ Gated Attention,A simplified attention mechanism that combines gating functions with attention to reduce computational complexity while maintaining performance.,reused_cited,"TSMixer, 2021",TTM is based on the light-weight TSMixer architecture that uses MLPMixer blocks interleaved with simple gated attention as alternatives to the quadratic time-consuming self-attention blocks in Transformers.
4
+ Adaptive Patching,"A technique to dynamically partition time series data into variable-length patches during pre-training, enabling the model to handle diverse temporal resolutions.",proposed_here,,"TTM incorporates innovations like adaptive patching, diverse resolution sampling, and resolution prefix tuning to handle pre-training on varied dataset resolutions with minimal model capacity."
5
+ Diverse Resolution Sampling,"A method to train the model on time series data with varying temporal resolutions (e.g., seconds to days) to improve generalization across different domains.",proposed_here,,"TTM incorporates innovations like adaptive patching, diverse resolution sampling, and resolution prefix tuning to handle pre-training on varied dataset resolutions with minimal model capacity."
6
+ Resolution Prefix Tuning,A parameter-efficient technique to adapt the model to specific temporal resolutions during fine-tuning by modifying prefix embeddings.,proposed_here,,"TTM incorporates innovations like adaptive patching, diverse resolution sampling, and resolution prefix tuning to handle pre-training on varied dataset resolutions with minimal model capacity."
7
+ Multi-level Modeling,A framework to capture cross-channel correlations (between target variables) and integrate exogenous signals (external influencing variables) during fine-tuning.,proposed_here,,"Additionally, it employs multi-level modeling to capture channel correlations and infuse exogenous signals during fine-tuning."
result/per_paper/2401.03955/computational.csv ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ field,value,unit,source,evidence
2
+ hardware_type,CPU or GPU,not_applicable,stated,Outline of TTM's key capabilities: ... zero-shot inference and fine-tuning of TTM models can be easily executed with just one GPU or in CPU-only environments.
3
+ num_devices,1,not_applicable,stated,Outline of TTM's key capabilities: ... zero-shot inference and fine-tuning of TTM models can be easily executed with just one GPU or in CPU-only environments.
4
+ training_cost,,not_applicable,not_reported,Not mentioned in the text.
5
+ training_batch_size,,not_applicable,not_reported,Not mentioned in the text.
6
+ training_steps_or_epochs,,not_applicable,not_reported,Not mentioned in the text.
7
+ precision,,not_applicable,not_reported,Not mentioned in the text.
8
+ inference_latency,0.01,s,stated,Table: TTM_B | ... | CPU TIME (s): 0.01
9
+ inference_throughput,,not_applicable,not_reported,Not mentioned in the text.
10
+ peak_memory,0.06,GB,stated,Table: TTM_B | ... | MEM (GB): 0.06
11
+ flops_or_macs,,not_applicable,not_reported,Not mentioned in the text.
12
+ num_inference_samples,,not_applicable,not_reported,Not mentioned in the text.
13
+ params,1,M,stated,Table: Size | 1M | 4M | 5M | ... for TTM_B
14
+ context_lengths_evaluated,,not_applicable,not_reported,Not mentioned in the text.
15
+ horizon_lengths_evaluated,,not_applicable,not_reported,Not mentioned in the text.
16
+ inference_batch_size,,not_applicable,not_reported,Not mentioned in the text.
result/per_paper/2402.02368/accuracy_efficiency.csv ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ metric_kind,entity,model_variant,metric,value,uncertainty
2
+ accuracy,PRE-TRAINED,Timer-12G,MAE,12,
3
+ accuracy,PRE-TRAINED,Timer-12G,MAE,12,
4
+ accuracy,PRE-TRAINED,Timer-12G,MAE,12,
5
+ accuracy,PRE-TRAINED,Timer-12G,MAE,12,
6
+ accuracy,PRE-TRAINED,Timer-12G,MAE,12,
7
+ accuracy,PRE-TRAINED,Timer-12G,MAE,12,
8
+ accuracy,SOTA,Timer-12G,MAE,0.129,
9
+ accuracy,SOTA,Timer-12G,MAE,0.149,
10
+ accuracy,SOTA,Timer-12G,MAE,0.115,
11
+ efficiency,MASK RATIO,Timer-12G,Δ%,25.0,
12
+ efficiency,PRE-TRAINED,Timer-12G,Δ%,12,
13
+ efficiency,PRE-TRAINED,Timer-12G,Δ%,12,
14
+ efficiency,PRE-TRAINED,Timer-12G,Δ%,12,
15
+ efficiency,PRE-TRAINED,Timer-12G,Δ%,12,
16
+ efficiency,ETTH1,Timer-12G,Δ%,0.278,
17
+ efficiency,ETTH1,Timer-12G,Δ%,0.287,
18
+ efficiency,ETTH1,Timer-12G,Δ%,0.297,
19
+ efficiency,ETTH1,Timer-12G,Δ%,0.314,
20
+ efficiency,ETTH2,Timer-12G,Δ%,0.166,
21
+ efficiency,ETTH2,Timer-12G,Δ%,0.178,
22
+ efficiency,ETTH2,Timer-12G,Δ%,0.190,
23
+ efficiency,ETTH2,Timer-12G,Δ%,0.208,
24
+ efficiency,ETTM1,Timer-12G,Δ%,0.328,
25
+ efficiency,ETTM1,Timer-12G,Δ%,0.326,
26
+ efficiency,ETTM1,Timer-12G,Δ%,0.360,
27
+ efficiency,ETTM1,Timer-12G,Δ%,0.407,
28
+ efficiency,ETTM2,Timer-12G,Δ%,0.133,
29
+ efficiency,ETTM2,Timer-12G,Δ%,0.123,
30
+ efficiency,ETTM2,Timer-12G,Δ%,0.136,
31
+ efficiency,ETTM2,Timer-12G,Δ%,0.143,
32
+ efficiency,ECL,Timer-12G,Δ%,0.130,
33
+ efficiency,ECL,Timer-12G,Δ%,0.138,
34
+ efficiency,ECL,Timer-12G,Δ%,0.149,
35
+ efficiency,ECL,Timer-12G,Δ%,0.162,
36
+ efficiency,TRAFFIC,Timer-12G,Δ%,0.420,
37
+ efficiency,TRAFFIC,Timer-12G,Δ%,0.446,
38
+ efficiency,TRAFFIC,Timer-12G,Δ%,0.477,
39
+ efficiency,TRAFFIC,Timer-12G,Δ%,0.511,
40
+ efficiency,WEATHER,Timer-12G,Δ%,0.129,
41
+ efficiency,WEATHER,Timer-12G,Δ%,0.147,
42
+ efficiency,WEATHER,Timer-12G,Δ%,0.125,
43
+ efficiency,WEATHER,Timer-12G,Δ%,0.153,
44
+ efficiency,PEMS03,Timer-12G,Δ%,0.120,
45
+ efficiency,PEMS03,Timer-12G,Δ%,0.150,
46
+ efficiency,PEMS03,Timer-12G,Δ%,0.198,
47
+ efficiency,PEMS03,Timer-12G,Δ%,0.273,
48
+ efficiency,PEMS04,Timer-12G,Δ%,0.146,
49
+ efficiency,PEMS04,Timer-12G,Δ%,0.184,
50
+ efficiency,PEMS04,Timer-12G,Δ%,0.236,
51
+ efficiency,PEMS04,Timer-12G,Δ%,0.320,
52
+ efficiency,PEMS07,Timer-12G,Δ%,0.125,
53
+ efficiency,PEMS07,Timer-12G,Δ%,0.162,
54
+ efficiency,PEMS07,Timer-12G,Δ%,0.214,
55
+ efficiency,PEMS07,Timer-12G,Δ%,0.290,
56
+ efficiency,PEMS08,Timer-12G,Δ%,0.139,
57
+ efficiency,PEMS08,Timer-12G,Δ%,0.174,
58
+ efficiency,PEMS08,Timer-12G,Δ%,0.236,
59
+ efficiency,PEMS08,Timer-12G,Δ%,0.324,
60
+ efficiency,MASK RATIO,Timer-12G,Δ%,25.0,
61
+ efficiency,PRE-TRAINED,Timer-12G,Δ%,12,
62
+ efficiency,PRE-TRAINED,Timer-12G,Δ%,12,
63
+ efficiency,PRE-TRAINED,Timer-12G,Δ%,12,
64
+ efficiency,PRE-TRAINED,Timer-12G,Δ%,12,
65
+ efficiency,ETTH1,Timer-12G,Δ%,0.273,
66
+ efficiency,ETTH1,Timer-12G,Δ%,0.283,
67
+ efficiency,ETTH1,Timer-12G,Δ%,0.294,
68
+ efficiency,ETTH1,Timer-12G,Δ%,0.312,
69
+ efficiency,ETTH2,Timer-12G,Δ%,0.177,
70
+ efficiency,ETTH2,Timer-12G,Δ%,0.186,
71
+ efficiency,ETTH2,Timer-12G,Δ%,0.195,
72
+ efficiency,ETTH2,Timer-12G,Δ%,0.209,
73
+ efficiency,ETTM1,Timer-12G,Δ%,0.352,
74
+ efficiency,ETTM1,Timer-12G,Δ%,0.345,
75
+ efficiency,ETTM1,Timer-12G,Δ%,0.371,
76
+ efficiency,ETTM1,Timer-12G,Δ%,0.413,
77
+ efficiency,ETTM2,Timer-12G,Δ%,0.161,
78
+ efficiency,ETTM2,Timer-12G,Δ%,0.171,
79
+ efficiency,ETTM2,Timer-12G,Δ%,0.176,
80
+ efficiency,ETTM2,Timer-12G,Δ%,0.158,
81
+ efficiency,ECL,Timer-12G,Δ%,0.122,
82
+ efficiency,ECL,Timer-12G,Δ%,0.130,
83
+ efficiency,ECL,Timer-12G,Δ%,0.139,
84
+ efficiency,ECL,Timer-12G,Δ%,0.152,
85
+ efficiency,TRAFFIC,Timer-12G,Δ%,0.392,
86
+ efficiency,TRAFFIC,Timer-12G,Δ%,0.414,
87
+ efficiency,TRAFFIC,Timer-12G,Δ%,0.443,
88
+ efficiency,TRAFFIC,Timer-12G,Δ%,0.477,
89
+ efficiency,WEATHER,Timer-12G,Δ%,0.157,
90
+ efficiency,WEATHER,Timer-12G,Δ%,0.146,
91
+ efficiency,WEATHER,Timer-12G,Δ%,0.147,
92
+ efficiency,WEATHER,Timer-12G,Δ%,0.158,
93
+ efficiency,PEMS03,Timer-12G,Δ%,0.108,
94
+ efficiency,PEMS03,Timer-12G,Δ%,0.135,
95
+ efficiency,PEMS03,Timer-12G,Δ%,0.179,
96
+ efficiency,PEMS03,Timer-12G,Δ%,0.248,
97
+ efficiency,PEMS04,Timer-12G,Δ%,0.134,
98
+ efficiency,PEMS04,Timer-12G,Δ%,0.166,
99
+ efficiency,PEMS04,Timer-12G,Δ%,0.216,
100
+ efficiency,PEMS04,Timer-12G,Δ%,0.296,
101
+ efficiency,PEMS07,Timer-12G,Δ%,0.114,
102
+ efficiency,PEMS07,Timer-12G,Δ%,0.144,
103
+ efficiency,PEMS07,Timer-12G,Δ%,0.189,
104
+ efficiency,PEMS07,Timer-12G,Δ%,0.256,
105
+ efficiency,PEMS08,Timer-12G,Δ%,0.129,
106
+ efficiency,PEMS08,Timer-12G,Δ%,0.157,
107
+ efficiency,PEMS08,Timer-12G,Δ%,0.206,
108
+ efficiency,PEMS08,Timer-12G,Δ%,0.288,
result/per_paper/2402.02368/accuracy_efficiency_traced.csv ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ metric_kind,entity,model_variant,metric,value,uncertainty,table,row,col
2
+ accuracy,PRE-TRAINED,Timer-12G,MAE,12,,1,1,2
3
+ accuracy,PRE-TRAINED,Timer-12G,MAE,12,,1,1,4
4
+ accuracy,PRE-TRAINED,Timer-12G,MAE,12,,1,1,6
5
+ accuracy,PRE-TRAINED,Timer-12G,MAE,12,,1,1,8
6
+ accuracy,PRE-TRAINED,Timer-12G,MAE,12,,1,1,10
7
+ accuracy,PRE-TRAINED,Timer-12G,MAE,12,,1,1,12
8
+ accuracy,SOTA,Timer-12G,MAE,0.129,,1,14,2
9
+ accuracy,SOTA,Timer-12G,MAE,0.149,,1,14,4
10
+ accuracy,SOTA,Timer-12G,MAE,0.115,,1,14,6
11
+ efficiency,MASK RATIO,Timer-12G,Δ%,25.0,,4,0,2
12
+ efficiency,PRE-TRAINED,Timer-12G,Δ%,12,,4,1,2
13
+ efficiency,PRE-TRAINED,Timer-12G,Δ%,12,,4,1,5
14
+ efficiency,PRE-TRAINED,Timer-12G,Δ%,12,,4,1,8
15
+ efficiency,PRE-TRAINED,Timer-12G,Δ%,12,,4,1,11
16
+ efficiency,ETTH1,Timer-12G,Δ%,0.278,,4,2,2
17
+ efficiency,ETTH1,Timer-12G,Δ%,0.287,,4,2,5
18
+ efficiency,ETTH1,Timer-12G,Δ%,0.297,,4,2,8
19
+ efficiency,ETTH1,Timer-12G,Δ%,0.314,,4,2,11
20
+ efficiency,ETTH2,Timer-12G,Δ%,0.166,,4,3,2
21
+ efficiency,ETTH2,Timer-12G,Δ%,0.178,,4,3,5
22
+ efficiency,ETTH2,Timer-12G,Δ%,0.190,,4,3,8
23
+ efficiency,ETTH2,Timer-12G,Δ%,0.208,,4,3,11
24
+ efficiency,ETTM1,Timer-12G,Δ%,0.328,,4,4,2
25
+ efficiency,ETTM1,Timer-12G,Δ%,0.326,,4,4,5
26
+ efficiency,ETTM1,Timer-12G,Δ%,0.360,,4,4,8
27
+ efficiency,ETTM1,Timer-12G,Δ%,0.407,,4,4,11
28
+ efficiency,ETTM2,Timer-12G,Δ%,0.133,,4,5,2
29
+ efficiency,ETTM2,Timer-12G,Δ%,0.123,,4,5,5
30
+ efficiency,ETTM2,Timer-12G,Δ%,0.136,,4,5,8
31
+ efficiency,ETTM2,Timer-12G,Δ%,0.143,,4,5,11
32
+ efficiency,ECL,Timer-12G,Δ%,0.130,,4,6,2
33
+ efficiency,ECL,Timer-12G,Δ%,0.138,,4,6,5
34
+ efficiency,ECL,Timer-12G,Δ%,0.149,,4,6,8
35
+ efficiency,ECL,Timer-12G,Δ%,0.162,,4,6,11
36
+ efficiency,TRAFFIC,Timer-12G,Δ%,0.420,,4,7,2
37
+ efficiency,TRAFFIC,Timer-12G,Δ%,0.446,,4,7,5
38
+ efficiency,TRAFFIC,Timer-12G,Δ%,0.477,,4,7,8
39
+ efficiency,TRAFFIC,Timer-12G,Δ%,0.511,,4,7,11
40
+ efficiency,WEATHER,Timer-12G,Δ%,0.129,,4,8,2
41
+ efficiency,WEATHER,Timer-12G,Δ%,0.147,,4,8,5
42
+ efficiency,WEATHER,Timer-12G,Δ%,0.125,,4,8,8
43
+ efficiency,WEATHER,Timer-12G,Δ%,0.153,,4,8,11
44
+ efficiency,PEMS03,Timer-12G,Δ%,0.120,,4,9,2
45
+ efficiency,PEMS03,Timer-12G,Δ%,0.150,,4,9,5
46
+ efficiency,PEMS03,Timer-12G,Δ%,0.198,,4,9,8
47
+ efficiency,PEMS03,Timer-12G,Δ%,0.273,,4,9,11
48
+ efficiency,PEMS04,Timer-12G,Δ%,0.146,,4,10,2
49
+ efficiency,PEMS04,Timer-12G,Δ%,0.184,,4,10,5
50
+ efficiency,PEMS04,Timer-12G,Δ%,0.236,,4,10,8
51
+ efficiency,PEMS04,Timer-12G,Δ%,0.320,,4,10,11
52
+ efficiency,PEMS07,Timer-12G,Δ%,0.125,,4,11,2
53
+ efficiency,PEMS07,Timer-12G,Δ%,0.162,,4,11,5
54
+ efficiency,PEMS07,Timer-12G,Δ%,0.214,,4,11,8
55
+ efficiency,PEMS07,Timer-12G,Δ%,0.290,,4,11,11
56
+ efficiency,PEMS08,Timer-12G,Δ%,0.139,,4,12,2
57
+ efficiency,PEMS08,Timer-12G,Δ%,0.174,,4,12,5
58
+ efficiency,PEMS08,Timer-12G,Δ%,0.236,,4,12,8
59
+ efficiency,PEMS08,Timer-12G,Δ%,0.324,,4,12,11
60
+ efficiency,MASK RATIO,Timer-12G,Δ%,25.0,,5,0,2
61
+ efficiency,PRE-TRAINED,Timer-12G,Δ%,12,,5,1,2
62
+ efficiency,PRE-TRAINED,Timer-12G,Δ%,12,,5,1,5
63
+ efficiency,PRE-TRAINED,Timer-12G,Δ%,12,,5,1,8
64
+ efficiency,PRE-TRAINED,Timer-12G,Δ%,12,,5,1,11
65
+ efficiency,ETTH1,Timer-12G,Δ%,0.273,,5,2,2
66
+ efficiency,ETTH1,Timer-12G,Δ%,0.283,,5,2,5
67
+ efficiency,ETTH1,Timer-12G,Δ%,0.294,,5,2,8
68
+ efficiency,ETTH1,Timer-12G,Δ%,0.312,,5,2,11
69
+ efficiency,ETTH2,Timer-12G,Δ%,0.177,,5,3,2
70
+ efficiency,ETTH2,Timer-12G,Δ%,0.186,,5,3,5
71
+ efficiency,ETTH2,Timer-12G,Δ%,0.195,,5,3,8
72
+ efficiency,ETTH2,Timer-12G,Δ%,0.209,,5,3,11
73
+ efficiency,ETTM1,Timer-12G,Δ%,0.352,,5,4,2
74
+ efficiency,ETTM1,Timer-12G,Δ%,0.345,,5,4,5
75
+ efficiency,ETTM1,Timer-12G,Δ%,0.371,,5,4,8
76
+ efficiency,ETTM1,Timer-12G,Δ%,0.413,,5,4,11
77
+ efficiency,ETTM2,Timer-12G,Δ%,0.161,,5,5,2
78
+ efficiency,ETTM2,Timer-12G,Δ%,0.171,,5,5,5
79
+ efficiency,ETTM2,Timer-12G,Δ%,0.176,,5,5,8
80
+ efficiency,ETTM2,Timer-12G,Δ%,0.158,,5,5,11
81
+ efficiency,ECL,Timer-12G,Δ%,0.122,,5,6,2
82
+ efficiency,ECL,Timer-12G,Δ%,0.130,,5,6,5
83
+ efficiency,ECL,Timer-12G,Δ%,0.139,,5,6,8
84
+ efficiency,ECL,Timer-12G,Δ%,0.152,,5,6,11
85
+ efficiency,TRAFFIC,Timer-12G,Δ%,0.392,,5,7,2
86
+ efficiency,TRAFFIC,Timer-12G,Δ%,0.414,,5,7,5
87
+ efficiency,TRAFFIC,Timer-12G,Δ%,0.443,,5,7,8
88
+ efficiency,TRAFFIC,Timer-12G,Δ%,0.477,,5,7,11
89
+ efficiency,WEATHER,Timer-12G,Δ%,0.157,,5,8,2
90
+ efficiency,WEATHER,Timer-12G,Δ%,0.146,,5,8,5
91
+ efficiency,WEATHER,Timer-12G,Δ%,0.147,,5,8,8
92
+ efficiency,WEATHER,Timer-12G,Δ%,0.158,,5,8,11
93
+ efficiency,PEMS03,Timer-12G,Δ%,0.108,,5,9,2
94
+ efficiency,PEMS03,Timer-12G,Δ%,0.135,,5,9,5
95
+ efficiency,PEMS03,Timer-12G,Δ%,0.179,,5,9,8
96
+ efficiency,PEMS03,Timer-12G,Δ%,0.248,,5,9,11
97
+ efficiency,PEMS04,Timer-12G,Δ%,0.134,,5,10,2
98
+ efficiency,PEMS04,Timer-12G,Δ%,0.166,,5,10,5
99
+ efficiency,PEMS04,Timer-12G,Δ%,0.216,,5,10,8
100
+ efficiency,PEMS04,Timer-12G,Δ%,0.296,,5,10,11
101
+ efficiency,PEMS07,Timer-12G,Δ%,0.114,,5,11,2
102
+ efficiency,PEMS07,Timer-12G,Δ%,0.144,,5,11,5
103
+ efficiency,PEMS07,Timer-12G,Δ%,0.189,,5,11,8
104
+ efficiency,PEMS07,Timer-12G,Δ%,0.256,,5,11,11
105
+ efficiency,PEMS08,Timer-12G,Δ%,0.129,,5,12,2
106
+ efficiency,PEMS08,Timer-12G,Δ%,0.157,,5,12,5
107
+ efficiency,PEMS08,Timer-12G,Δ%,0.206,,5,12,8
108
+ efficiency,PEMS08,Timer-12G,Δ%,0.288,,5,12,11
result/per_paper/2402.02368/components_architecture.csv ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ component,what_it_is,provenance,citation,evidence
2
+ GPT-style architecture,"A transformer-based architecture inspired by large language models, designed for autoregressive generation and flexible context length.",reused_cited,"Bengio et al., 2000","we adopt the GPT-style objective that predicts the next token (Bengio et al., 2000)"
3
+ Single-series sequence (S3) format,A data format that converts heterogeneous multivariate time series into unified token sequences for pre-training.,proposed_here,,we propose the single-series sequence (S3) format that converts multivariate series with reserved patterns into unified token sequences
4
+ Time Series Transformer (Timer),"A large-scale pre-trained model for time series analysis, adapted to forecasting, imputation, and anomaly detection.",proposed_here,,"we present Timer, a large-scale pre-trained Time Series Transformer"
5
+ Next token prediction objective,"A pre-training task where the model predicts the next token in a sequence, similar to language models.",reused_cited,"Bengio et al., 2000","we adopt the GPT-style objective that predicts the next token (Bengio et al., 2000)"
6
+ Autoregressive generation,"A generation mechanism where the model predicts subsequent tokens based on prior context, enabling multi-step forecasting.",reused_cited,"Bengio et al., 2000",Timer exhibits similar characteristics as large language models such as... autoregressive generation
7
+ Flexible context length,A design feature allowing the model to handle variable-length input sequences during pre-training and adaptation.,reused_cited,"Bengio et al., 2000",Timer exhibits similar characteristics as large language models such as... flexible context length
result/per_paper/2402.02368/computational.csv ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ field,value,unit,source,evidence
2
+ hardware_type,,,not_reported,
3
+ num_devices,,,not_reported,
4
+ training_cost,,,not_reported,
5
+ training_batch_size,,,not_reported,
6
+ training_steps_or_epochs,,,not_reported,
7
+ precision,,,not_reported,
8
+ inference_latency,,,not_reported,
9
+ inference_throughput,,,not_reported,
10
+ peak_memory,,,not_reported,
11
+ flops_or_macs,,,not_reported,
12
+ num_inference_samples,,,not_reported,
13
+ params,"29M, 50M, 67M",M,stated,Compute table under 'METHOD | TIMER(OURS)'
14
+ context_lengths_evaluated,1440,tokens,stated,Compute table under 'METHOD | TIMER(OURS)'
15
+ horizon_lengths_evaluated,96,time points,stated,Setup text: 'forecast length as 96'
16
+ inference_batch_size,,,not_reported,
result/per_paper/2402.02592/accuracy_efficiency.csv ADDED
@@ -0,0 +1,289 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ metric_kind,entity,model_variant,metric,value,uncertainty
2
+ accuracy,ETTh1,Moirai Small,MSE,0.419,
3
+ accuracy,ETTh1,Moirai Base,MSE,0.423,
4
+ accuracy,ETTh1,Moirai Large,MSE,0.448,
5
+ accuracy,ETTh2,Moirai Small,MSE,0.348,
6
+ accuracy,ETTh2,Moirai Base,MSE,0.745,
7
+ accuracy,ETTh2,Moirai Large,MSE,0.584,
8
+ accuracy,ETTm1,Moirai Small,MSE,0.367,
9
+ accuracy,ETTm1,Moirai Base,MSE,0.404,
10
+ accuracy,ETTm1,Moirai Large,MSE,0.426,
11
+ accuracy,ETTm2,Moirai Small,MSE,0.259,
12
+ accuracy,ETTm2,Moirai Base,MSE,0.287,
13
+ accuracy,ETTm2,Moirai Large,MSE,0.366,
14
+ accuracy,Electricity,Moirai Small,MSE,0.285,
15
+ accuracy,Electricity,Moirai Base,MSE,0.219,
16
+ accuracy,Electricity,Moirai Large,MSE,0.314,
17
+ accuracy,Weather,Moirai Small,MSE,0.218,
18
+ accuracy,Weather,Moirai Base,MSE,0.158,
19
+ accuracy,Weather,Moirai Large,MSE,0.230,
20
+ accuracy,M1 Monthly,Moirai Small,MAE,2,
21
+ accuracy,M1 Monthly,Moirai Base,MAE,2,
22
+ accuracy,M1 Monthly,Moirai Large,MAE,1,
23
+ accuracy,M3 Monthly,Moirai Small,MAE,713.41,
24
+ accuracy,M3 Monthly,Moirai Base,MAE,658.17,
25
+ accuracy,M3 Monthly,Moirai Large,MAE,664.03,
26
+ accuracy,M3 Other,Moirai Small,MAE,263.54,
27
+ accuracy,M3 Other,Moirai Base,MAE,198.62,
28
+ accuracy,M3 Other,Moirai Large,MAE,202.41,
29
+ accuracy,M4 Monthly,Moirai Small,MAE,597.6,
30
+ accuracy,M4 Monthly,Moirai Base,MAE,592.09,
31
+ accuracy,M4 Monthly,Moirai Large,MAE,584.36,
32
+ accuracy,M4 Weekly,Moirai Small,MAE,339.76,
33
+ accuracy,M4 Weekly,Moirai Base,MAE,328.08,
34
+ accuracy,M4 Weekly,Moirai Large,MAE,301.52,
35
+ accuracy,M4 Daily,Moirai Small,MAE,189.1,
36
+ accuracy,M4 Daily,Moirai Base,MAE,192.66,
37
+ accuracy,M4 Daily,Moirai Large,MAE,189.78,
38
+ accuracy,M4 Hourly,Moirai Small,MAE,268.04,
39
+ accuracy,M4 Hourly,Moirai Base,MAE,209.87,
40
+ accuracy,M4 Hourly,Moirai Large,MAE,197.79,
41
+ accuracy,Tourism Quarterly,Moirai Small,MAE,18,
42
+ accuracy,Tourism Quarterly,Moirai Base,MAE,17,
43
+ accuracy,Tourism Quarterly,Moirai Large,MAE,15,
44
+ accuracy,Tourism Monthly,Moirai Small,MAE,3,
45
+ accuracy,Tourism Monthly,Moirai Base,MAE,2,
46
+ accuracy,Tourism Monthly,Moirai Large,MAE,2,
47
+ accuracy,CIF 2016,Moirai Small,MAE,655,
48
+ accuracy,CIF 2016,Moirai Base,MAE,539,
49
+ accuracy,CIF 2016,Moirai Large,MAE,695,
50
+ accuracy,Aus. Elec. Demand,Moirai Small,MAE,266.57,
51
+ accuracy,Aus. Elec. Demand,Moirai Base,MAE,201.39,
52
+ accuracy,Aus. Elec. Demand,Moirai Large,MAE,177.68,
53
+ accuracy,Bitcoin,Moirai Small,MAE,1.76,
54
+ accuracy,Bitcoin,Moirai Base,MAE,1.62,
55
+ accuracy,Bitcoin,Moirai Large,MAE,1.87,
56
+ accuracy,Pedestrian Counts,Moirai Small,MAE,54.88,
57
+ accuracy,Pedestrian Counts,Moirai Base,MAE,54.08,
58
+ accuracy,Pedestrian Counts,Moirai Large,MAE,41.66,
59
+ accuracy,Vehicle Trips,Moirai Small,MAE,24.46,
60
+ accuracy,Vehicle Trips,Moirai Base,MAE,23.17,
61
+ accuracy,Vehicle Trips,Moirai Large,MAE,21.85,
62
+ accuracy,KDD cup,Moirai Small,MAE,39.81,
63
+ accuracy,KDD cup,Moirai Base,MAE,38.66,
64
+ accuracy,KDD cup,Moirai Large,MAE,39.09,
65
+ accuracy,Weather,Moirai Small,MAE,1.96,
66
+ accuracy,Weather,Moirai Base,MAE,1.8,
67
+ accuracy,Weather,Moirai Large,MAE,1.75,
68
+ accuracy,NN5 Daily,Moirai Small,MAE,5.37,
69
+ accuracy,NN5 Daily,Moirai Base,MAE,4.26,
70
+ accuracy,NN5 Daily,Moirai Large,MAE,3.77,
71
+ accuracy,NN5 Weekly,Moirai Small,MAE,15.07,
72
+ accuracy,NN5 Weekly,Moirai Base,MAE,16.42,
73
+ accuracy,NN5 Weekly,Moirai Large,MAE,15.3,
74
+ accuracy,Carparts,Moirai Small,MAE,0.53,
75
+ accuracy,Carparts,Moirai Base,MAE,0.47,
76
+ accuracy,Carparts,Moirai Large,MAE,0.49,
77
+ accuracy,FRED-MD,Moirai Small,MAE,2,
78
+ accuracy,FRED-MD,Moirai Base,MAE,2,
79
+ accuracy,FRED-MD,Moirai Large,MAE,2,
80
+ accuracy,Traffic Hourly,Moirai Small,MAE,0.02,
81
+ accuracy,Traffic Hourly,Moirai Base,MAE,0.02,
82
+ accuracy,Traffic Hourly,Moirai Large,MAE,0.01,
83
+ accuracy,Traffic Weekly,Moirai Small,MAE,1.17,
84
+ accuracy,Traffic Weekly,Moirai Base,MAE,1.14,
85
+ accuracy,Traffic Weekly,Moirai Large,MAE,1.13,
86
+ accuracy,Rideshare,Moirai Small,MAE,1.35,
87
+ accuracy,Rideshare,Moirai Base,MAE,1.39,
88
+ accuracy,Rideshare,Moirai Large,MAE,1.29,
89
+ accuracy,Hospital,Moirai Small,MAE,23,
90
+ accuracy,Hospital,Moirai Base,MAE,19.4,
91
+ accuracy,Hospital,Moirai Large,MAE,19.44,
92
+ accuracy,COVID Deaths,Moirai Small,MAE,124.32,
93
+ accuracy,COVID Deaths,Moirai Base,MAE,126.11,
94
+ accuracy,COVID Deaths,Moirai Large,MAE,117.11,
95
+ accuracy,Temperature Rain,Moirai Small,MAE,5.3,
96
+ accuracy,Temperature Rain,Moirai Base,MAE,5.08,
97
+ accuracy,Temperature Rain,Moirai Large,MAE,5.27,
98
+ accuracy,Sunspot,Moirai Small,MAE,0.11,
99
+ accuracy,Sunspot,Moirai Base,MAE,0.08,
100
+ accuracy,Sunspot,Moirai Large,MAE,0.13,
101
+ accuracy,Saugeen River Flow,Moirai Small,MAE,24.07,
102
+ accuracy,Saugeen River Flow,Moirai Base,MAE,24.4,
103
+ accuracy,Saugeen River Flow,Moirai Large,MAE,24.76,
104
+ accuracy,US Births,Moirai Small,MAE,872.51,
105
+ accuracy,US Births,Moirai Base,MAE,624.3,
106
+ accuracy,US Births,Moirai Large,MAE,476.5,
107
+ accuracy,Electricity,MoiraiSmall,CRPS,0.072,
108
+ accuracy,Electricity,MoiraiBase,CRPS,0.055,
109
+ accuracy,Electricity,MoiraiLarge,CRPS,0.050,
110
+ accuracy,MSIS,MoiraiSmall,CRPS,6.172,
111
+ accuracy,MSIS,MoiraiBase,CRPS,5.875,
112
+ accuracy,MSIS,MoiraiLarge,CRPS,5.744,
113
+ accuracy,sMAPE,MoiraiSmall,CRPS,0.111,
114
+ accuracy,sMAPE,MoiraiBase,CRPS,0.106,
115
+ accuracy,sMAPE,MoiraiLarge,CRPS,0.107,
116
+ accuracy,MASE,MoiraiSmall,CRPS,0.792,
117
+ accuracy,MASE,MoiraiBase,CRPS,0.751,
118
+ accuracy,MASE,MoiraiLarge,CRPS,0.753,
119
+ accuracy,ND,MoiraiSmall,CRPS,0.069,
120
+ accuracy,ND,MoiraiBase,CRPS,0.063,
121
+ accuracy,ND,MoiraiLarge,CRPS,0.065,
122
+ accuracy,NRMSE,MoiraiSmall,CRPS,0.551,
123
+ accuracy,NRMSE,MoiraiBase,CRPS,0.465,
124
+ accuracy,NRMSE,MoiraiLarge,CRPS,0.506,
125
+ accuracy,Solar,MoiraiSmall,CRPS,0.471,
126
+ accuracy,Solar,MoiraiBase,CRPS,0.419,
127
+ accuracy,Solar,MoiraiLarge,CRPS,0.406,
128
+ accuracy,MSIS,MoiraiSmall,CRPS,7.011,
129
+ accuracy,MSIS,MoiraiBase,CRPS,6.250,
130
+ accuracy,MSIS,MoiraiLarge,CRPS,8.447,
131
+ accuracy,sMAPE,MoiraiSmall,CRPS,1.410,
132
+ accuracy,sMAPE,MoiraiBase,CRPS,1.400,
133
+ accuracy,sMAPE,MoiraiLarge,CRPS,1.501,
134
+ accuracy,MASE,MoiraiSmall,CRPS,1.292,
135
+ accuracy,MASE,MoiraiBase,CRPS,1.237,
136
+ accuracy,MASE,MoiraiLarge,CRPS,1.607,
137
+ accuracy,ND,MoiraiSmall,CRPS,0.551,
138
+ accuracy,ND,MoiraiBase,CRPS,0.528,
139
+ accuracy,ND,MoiraiLarge,CRPS,0.685,
140
+ accuracy,NRMSE,MoiraiSmall,CRPS,1.034,
141
+ accuracy,NRMSE,MoiraiBase,CRPS,1.014,
142
+ accuracy,NRMSE,MoiraiLarge,CRPS,1.408,
143
+ accuracy,Walmart,MoiraiSmall,CRPS,0.103,
144
+ accuracy,Walmart,MoiraiBase,CRPS,0.093,
145
+ accuracy,Walmart,MoiraiLarge,CRPS,0.098,
146
+ accuracy,MSIS,MoiraiSmall,CRPS,8.421,
147
+ accuracy,MSIS,MoiraiBase,CRPS,8.520,
148
+ accuracy,MSIS,MoiraiLarge,CRPS,6.005,
149
+ accuracy,sMAPE,MoiraiSmall,CRPS,0.168,
150
+ accuracy,sMAPE,MoiraiBase,CRPS,0.174,
151
+ accuracy,sMAPE,MoiraiLarge,CRPS,0.150,
152
+ accuracy,MASE,MoiraiSmall,CRPS,0.964,
153
+ accuracy,MASE,MoiraiBase,CRPS,1.007,
154
+ accuracy,MASE,MoiraiLarge,CRPS,0.867,
155
+ accuracy,ND,MoiraiSmall,CRPS,0.117,
156
+ accuracy,ND,MoiraiBase,CRPS,0.124,
157
+ accuracy,ND,MoiraiLarge,CRPS,0.105,
158
+ accuracy,NRMSE,MoiraiSmall,CRPS,0.291,
159
+ accuracy,NRMSE,MoiraiBase,CRPS,0.332,
160
+ accuracy,NRMSE,MoiraiLarge,CRPS,0.218,
161
+ accuracy,Weather,MoiraiSmall,CRPS,0.049,
162
+ accuracy,Weather,MoiraiBase,CRPS,0.041,
163
+ accuracy,Weather,MoiraiLarge,CRPS,0.051,
164
+ accuracy,MSIS,MoiraiSmall,CRPS,5.136,
165
+ accuracy,MSIS,MoiraiBase,CRPS,4.962,
166
+ accuracy,MSIS,MoiraiLarge,CRPS,7.759,
167
+ accuracy,sMAPE,MoiraiSmall,CRPS,0.623,
168
+ accuracy,sMAPE,MoiraiBase,CRPS,0.688,
169
+ accuracy,sMAPE,MoiraiLarge,CRPS,0.668,
170
+ accuracy,MASE,MoiraiSmall,CRPS,0.487,
171
+ accuracy,MASE,MoiraiBase,CRPS,0.515,
172
+ accuracy,MASE,MoiraiLarge,CRPS,0.844,
173
+ accuracy,ND,MoiraiSmall,CRPS,0.048,
174
+ accuracy,ND,MoiraiBase,CRPS,0.063,
175
+ accuracy,ND,MoiraiLarge,CRPS,0.072,
176
+ accuracy,NRMSE,MoiraiSmall,CRPS,0.417,
177
+ accuracy,NRMSE,MoiraiBase,CRPS,0.331,
178
+ accuracy,NRMSE,MoiraiLarge,CRPS,0.260,
179
+ accuracy,Istanbul Traffic,MoiraiSmall,CRPS,0.173,
180
+ accuracy,Istanbul Traffic,MoiraiBase,CRPS,0.116,
181
+ accuracy,Istanbul Traffic,MoiraiLarge,CRPS,0.112,
182
+ accuracy,MSIS,MoiraiSmall,CRPS,4.461,
183
+ accuracy,MSIS,MoiraiBase,CRPS,4.277,
184
+ accuracy,MSIS,MoiraiLarge,CRPS,3.813,
185
+ accuracy,sMAPE,MoiraiSmall,CRPS,0.284,
186
+ accuracy,sMAPE,MoiraiBase,CRPS,0.288,
187
+ accuracy,sMAPE,MoiraiLarge,CRPS,0.287,
188
+ accuracy,MASE,MoiraiSmall,CRPS,0.644,
189
+ accuracy,MASE,MoiraiBase,CRPS,0.631,
190
+ accuracy,MASE,MoiraiLarge,CRPS,0.653,
191
+ accuracy,ND,MoiraiSmall,CRPS,0.146,
192
+ accuracy,ND,MoiraiBase,CRPS,0.143,
193
+ accuracy,ND,MoiraiLarge,CRPS,0.148,
194
+ accuracy,NRMSE,MoiraiSmall,CRPS,0.194,
195
+ accuracy,NRMSE,MoiraiBase,CRPS,0.186,
196
+ accuracy,NRMSE,MoiraiLarge,CRPS,0.190,
197
+ accuracy,Turkey Power,MoiraiSmall,CRPS,0.048,
198
+ accuracy,Turkey Power,MoiraiBase,CRPS,0.040,
199
+ accuracy,Turkey Power,MoiraiLarge,CRPS,0.036,
200
+ accuracy,MSIS,MoiraiSmall,CRPS,6.766,
201
+ accuracy,MSIS,MoiraiBase,CRPS,6.341,
202
+ accuracy,MSIS,MoiraiLarge,CRPS,8.978,
203
+ accuracy,sMAPE,MoiraiSmall,CRPS,0.378,
204
+ accuracy,sMAPE,MoiraiBase,CRPS,0.375,
205
+ accuracy,sMAPE,MoiraiLarge,CRPS,0.416,
206
+ accuracy,MASE,MoiraiSmall,CRPS,0.888,
207
+ accuracy,MASE,MoiraiBase,CRPS,0.870,
208
+ accuracy,MASE,MoiraiLarge,CRPS,1.234,
209
+ accuracy,ND,MoiraiSmall,CRPS,0.051,
210
+ accuracy,ND,MoiraiBase,CRPS,0.046,
211
+ accuracy,ND,MoiraiLarge,CRPS,0.071,
212
+ accuracy,NRMSE,MoiraiSmall,CRPS,0.118,
213
+ accuracy,NRMSE,MoiraiBase,CRPS,0.102,
214
+ accuracy,NRMSE,MoiraiLarge,CRPS,0.158,
215
+ accuracy,Electricity,Moirai Small,CRPS,0.072,
216
+ accuracy,Electricity,Moirai Base,CRPS,0.055,
217
+ accuracy,Electricity,Moirai Large,CRPS,0.050,
218
+ accuracy,MSIS,Moirai Small,CRPS,6.172,
219
+ accuracy,MSIS,Moirai Base,CRPS,5.875,
220
+ accuracy,MSIS,Moirai Large,CRPS,5.744,0.12
221
+ accuracy,Solar,Moirai Small,CRPS,0.471,
222
+ accuracy,Solar,Moirai Base,CRPS,0.419,
223
+ accuracy,Solar,Moirai Large,CRPS,0.406,
224
+ accuracy,MSIS,Moirai Small,CRPS,7.011,
225
+ accuracy,MSIS,Moirai Base,CRPS,6.250,
226
+ accuracy,MSIS,Moirai Large,CRPS,8.447,1.59
227
+ accuracy,Walmart,Moirai Small,CRPS,0.103,
228
+ accuracy,Walmart,Moirai Base,CRPS,0.093,
229
+ accuracy,Walmart,Moirai Large,CRPS,0.098,
230
+ accuracy,MSIS,Moirai Small,CRPS,8.421,
231
+ accuracy,MSIS,Moirai Base,CRPS,8.520,
232
+ accuracy,MSIS,Moirai Large,CRPS,6.005,0.21
233
+ accuracy,Weather,Moirai Small,CRPS,0.049,
234
+ accuracy,Weather,Moirai Base,CRPS,0.041,
235
+ accuracy,Weather,Moirai Large,CRPS,0.051,
236
+ accuracy,MSIS,Moirai Small,CRPS,5.136,
237
+ accuracy,MSIS,Moirai Base,CRPS,4.962,
238
+ accuracy,MSIS,Moirai Large,CRPS,7.759,0.49
239
+ accuracy,Istanbul Traffic,Moirai Small,CRPS,0.173,
240
+ accuracy,Istanbul Traffic,Moirai Base,CRPS,0.116,
241
+ accuracy,Istanbul Traffic,Moirai Large,CRPS,0.112,
242
+ accuracy,MSIS,Moirai Small,CRPS,4.461,
243
+ accuracy,MSIS,Moirai Base,CRPS,4.277,
244
+ accuracy,MSIS,Moirai Large,CRPS,3.813,0.09
245
+ accuracy,Turkey Power,Moirai Small,CRPS,0.048,
246
+ accuracy,Turkey Power,Moirai Base,CRPS,0.040,
247
+ accuracy,Turkey Power,Moirai Large,CRPS,0.036,
248
+ accuracy,MSIS,Moirai Small,CRPS,6.766,
249
+ accuracy,MSIS,Moirai Base,CRPS,6.341,
250
+ accuracy,MSIS,Moirai Large,CRPS,8.978,0.51
251
+ accuracy,ETTh1,Moirai Small,MSE,0.400,
252
+ accuracy,ETTh1,Moirai Base,MSE,0.434,
253
+ accuracy,ETTh1,Moirai Large,MSE,0.510,
254
+ accuracy,MAE,Moirai Small,MSE,0.438,
255
+ accuracy,MAE,Moirai Base,MSE,0.469,
256
+ accuracy,MAE,Moirai Large,MSE,0.448,
257
+ accuracy,ETTh2,Moirai Small,MSE,0.341,
258
+ accuracy,ETTh2,Moirai Base,MSE,0.345,
259
+ accuracy,ETTh2,Moirai Large,MSE,0.354,
260
+ accuracy,MAE,Moirai Small,MSE,0.382,
261
+ accuracy,MAE,Moirai Base,MSE,0.376,
262
+ accuracy,MAE,Moirai Large,MSE,0.407,
263
+ accuracy,ETTm1,Moirai Small,MSE,0.448,
264
+ accuracy,ETTm1,Moirai Base,MSE,0.381,
265
+ accuracy,ETTm1,Moirai Large,MSE,0.390,
266
+ accuracy,MAE,Moirai Small,MSE,0.388,
267
+ accuracy,MAE,Moirai Base,MSE,0.389,
268
+ accuracy,MAE,Moirai Large,MSE,0.410,
269
+ accuracy,ETTm2,Moirai Small,MSE,0.300,
270
+ accuracy,ETTm2,Moirai Base,MSE,0.272,
271
+ accuracy,ETTm2,Moirai Large,MSE,0.276,
272
+ accuracy,MAE,Moirai Small,MSE,0.321,
273
+ accuracy,MAE,Moirai Base,MSE,0.320,
274
+ accuracy,MAE,Moirai Large,MSE,0.332,
275
+ accuracy,Electricity,Moirai Small,MSE,0.233,
276
+ accuracy,Electricity,Moirai Base,MSE,0.188,
277
+ accuracy,Electricity,Moirai Large,MSE,0.188,
278
+ accuracy,MAE,Moirai Small,MSE,0.274,
279
+ accuracy,MAE,Moirai Base,MSE,0.273,
280
+ accuracy,MAE,Moirai Large,MSE,0.270,
281
+ accuracy,Weather,Moirai Small,MSE,0.242,
282
+ accuracy,Weather,Moirai Base,MSE,0.238,
283
+ accuracy,Weather,Moirai Large,MSE,0.259,
284
+ accuracy,MAE,Moirai Small,MSE,0.261,
285
+ accuracy,MAE,Moirai Base,MSE,0.275,
286
+ accuracy,MAE,Moirai Large,MSE,0.278,
287
+ efficiency,$MOIRAI_{Small} (32)$,Moirai-Small,seconds,32,
288
+ efficiency,$MOIRAI_{Base} (32)$,Moirai-Small,seconds,32,
289
+ efficiency,$MOIRAI_{Large} (32)$,Moirai-Small,seconds,32,
result/per_paper/2402.02592/accuracy_efficiency_traced.csv ADDED
@@ -0,0 +1,289 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ metric_kind,entity,model_variant,metric,value,uncertainty,table,row,col
2
+ accuracy,ETTh1,Moirai Small,MSE,0.419,,0,3,13
3
+ accuracy,ETTh1,Moirai Base,MSE,0.423,,0,3,14
4
+ accuracy,ETTh1,Moirai Large,MSE,0.448,,0,3,15
5
+ accuracy,ETTh2,Moirai Small,MSE,0.348,,0,7,13
6
+ accuracy,ETTh2,Moirai Base,MSE,0.745,,0,7,14
7
+ accuracy,ETTh2,Moirai Large,MSE,0.584,,0,7,15
8
+ accuracy,ETTm1,Moirai Small,MSE,0.367,,0,11,13
9
+ accuracy,ETTm1,Moirai Base,MSE,0.404,,0,11,14
10
+ accuracy,ETTm1,Moirai Large,MSE,0.426,,0,11,15
11
+ accuracy,ETTm2,Moirai Small,MSE,0.259,,0,15,13
12
+ accuracy,ETTm2,Moirai Base,MSE,0.287,,0,15,14
13
+ accuracy,ETTm2,Moirai Large,MSE,0.366,,0,15,15
14
+ accuracy,Electricity,Moirai Small,MSE,0.285,,0,19,13
15
+ accuracy,Electricity,Moirai Base,MSE,0.219,,0,19,14
16
+ accuracy,Electricity,Moirai Large,MSE,0.314,,0,19,15
17
+ accuracy,Weather,Moirai Small,MSE,0.218,,0,23,13
18
+ accuracy,Weather,Moirai Base,MSE,0.158,,0,23,14
19
+ accuracy,Weather,Moirai Large,MSE,0.230,,0,23,15
20
+ accuracy,M1 Monthly,Moirai Small,MAE,2,,1,1,1
21
+ accuracy,M1 Monthly,Moirai Base,MAE,2,,1,1,2
22
+ accuracy,M1 Monthly,Moirai Large,MAE,1,,1,1,3
23
+ accuracy,M3 Monthly,Moirai Small,MAE,713.41,,1,2,1
24
+ accuracy,M3 Monthly,Moirai Base,MAE,658.17,,1,2,2
25
+ accuracy,M3 Monthly,Moirai Large,MAE,664.03,,1,2,3
26
+ accuracy,M3 Other,Moirai Small,MAE,263.54,,1,3,1
27
+ accuracy,M3 Other,Moirai Base,MAE,198.62,,1,3,2
28
+ accuracy,M3 Other,Moirai Large,MAE,202.41,,1,3,3
29
+ accuracy,M4 Monthly,Moirai Small,MAE,597.6,,1,4,1
30
+ accuracy,M4 Monthly,Moirai Base,MAE,592.09,,1,4,2
31
+ accuracy,M4 Monthly,Moirai Large,MAE,584.36,,1,4,3
32
+ accuracy,M4 Weekly,Moirai Small,MAE,339.76,,1,5,1
33
+ accuracy,M4 Weekly,Moirai Base,MAE,328.08,,1,5,2
34
+ accuracy,M4 Weekly,Moirai Large,MAE,301.52,,1,5,3
35
+ accuracy,M4 Daily,Moirai Small,MAE,189.1,,1,6,1
36
+ accuracy,M4 Daily,Moirai Base,MAE,192.66,,1,6,2
37
+ accuracy,M4 Daily,Moirai Large,MAE,189.78,,1,6,3
38
+ accuracy,M4 Hourly,Moirai Small,MAE,268.04,,1,7,1
39
+ accuracy,M4 Hourly,Moirai Base,MAE,209.87,,1,7,2
40
+ accuracy,M4 Hourly,Moirai Large,MAE,197.79,,1,7,3
41
+ accuracy,Tourism Quarterly,Moirai Small,MAE,18,,1,8,1
42
+ accuracy,Tourism Quarterly,Moirai Base,MAE,17,,1,8,2
43
+ accuracy,Tourism Quarterly,Moirai Large,MAE,15,,1,8,3
44
+ accuracy,Tourism Monthly,Moirai Small,MAE,3,,1,9,1
45
+ accuracy,Tourism Monthly,Moirai Base,MAE,2,,1,9,2
46
+ accuracy,Tourism Monthly,Moirai Large,MAE,2,,1,9,3
47
+ accuracy,CIF 2016,Moirai Small,MAE,655,,1,10,1
48
+ accuracy,CIF 2016,Moirai Base,MAE,539,,1,10,2
49
+ accuracy,CIF 2016,Moirai Large,MAE,695,,1,10,3
50
+ accuracy,Aus. Elec. Demand,Moirai Small,MAE,266.57,,1,11,1
51
+ accuracy,Aus. Elec. Demand,Moirai Base,MAE,201.39,,1,11,2
52
+ accuracy,Aus. Elec. Demand,Moirai Large,MAE,177.68,,1,11,3
53
+ accuracy,Bitcoin,Moirai Small,MAE,1.76,,1,12,1
54
+ accuracy,Bitcoin,Moirai Base,MAE,1.62,,1,12,2
55
+ accuracy,Bitcoin,Moirai Large,MAE,1.87,,1,12,3
56
+ accuracy,Pedestrian Counts,Moirai Small,MAE,54.88,,1,13,1
57
+ accuracy,Pedestrian Counts,Moirai Base,MAE,54.08,,1,13,2
58
+ accuracy,Pedestrian Counts,Moirai Large,MAE,41.66,,1,13,3
59
+ accuracy,Vehicle Trips,Moirai Small,MAE,24.46,,1,14,1
60
+ accuracy,Vehicle Trips,Moirai Base,MAE,23.17,,1,14,2
61
+ accuracy,Vehicle Trips,Moirai Large,MAE,21.85,,1,14,3
62
+ accuracy,KDD cup,Moirai Small,MAE,39.81,,1,15,1
63
+ accuracy,KDD cup,Moirai Base,MAE,38.66,,1,15,2
64
+ accuracy,KDD cup,Moirai Large,MAE,39.09,,1,15,3
65
+ accuracy,Weather,Moirai Small,MAE,1.96,,1,16,1
66
+ accuracy,Weather,Moirai Base,MAE,1.8,,1,16,2
67
+ accuracy,Weather,Moirai Large,MAE,1.75,,1,16,3
68
+ accuracy,NN5 Daily,Moirai Small,MAE,5.37,,1,17,1
69
+ accuracy,NN5 Daily,Moirai Base,MAE,4.26,,1,17,2
70
+ accuracy,NN5 Daily,Moirai Large,MAE,3.77,,1,17,3
71
+ accuracy,NN5 Weekly,Moirai Small,MAE,15.07,,1,18,1
72
+ accuracy,NN5 Weekly,Moirai Base,MAE,16.42,,1,18,2
73
+ accuracy,NN5 Weekly,Moirai Large,MAE,15.3,,1,18,3
74
+ accuracy,Carparts,Moirai Small,MAE,0.53,,1,19,1
75
+ accuracy,Carparts,Moirai Base,MAE,0.47,,1,19,2
76
+ accuracy,Carparts,Moirai Large,MAE,0.49,,1,19,3
77
+ accuracy,FRED-MD,Moirai Small,MAE,2,,1,20,1
78
+ accuracy,FRED-MD,Moirai Base,MAE,2,,1,20,2
79
+ accuracy,FRED-MD,Moirai Large,MAE,2,,1,20,3
80
+ accuracy,Traffic Hourly,Moirai Small,MAE,0.02,,1,21,1
81
+ accuracy,Traffic Hourly,Moirai Base,MAE,0.02,,1,21,2
82
+ accuracy,Traffic Hourly,Moirai Large,MAE,0.01,,1,21,3
83
+ accuracy,Traffic Weekly,Moirai Small,MAE,1.17,,1,22,1
84
+ accuracy,Traffic Weekly,Moirai Base,MAE,1.14,,1,22,2
85
+ accuracy,Traffic Weekly,Moirai Large,MAE,1.13,,1,22,3
86
+ accuracy,Rideshare,Moirai Small,MAE,1.35,,1,23,1
87
+ accuracy,Rideshare,Moirai Base,MAE,1.39,,1,23,2
88
+ accuracy,Rideshare,Moirai Large,MAE,1.29,,1,23,3
89
+ accuracy,Hospital,Moirai Small,MAE,23,,1,24,1
90
+ accuracy,Hospital,Moirai Base,MAE,19.4,,1,24,2
91
+ accuracy,Hospital,Moirai Large,MAE,19.44,,1,24,3
92
+ accuracy,COVID Deaths,Moirai Small,MAE,124.32,,1,25,1
93
+ accuracy,COVID Deaths,Moirai Base,MAE,126.11,,1,25,2
94
+ accuracy,COVID Deaths,Moirai Large,MAE,117.11,,1,25,3
95
+ accuracy,Temperature Rain,Moirai Small,MAE,5.3,,1,26,1
96
+ accuracy,Temperature Rain,Moirai Base,MAE,5.08,,1,26,2
97
+ accuracy,Temperature Rain,Moirai Large,MAE,5.27,,1,26,3
98
+ accuracy,Sunspot,Moirai Small,MAE,0.11,,1,27,1
99
+ accuracy,Sunspot,Moirai Base,MAE,0.08,,1,27,2
100
+ accuracy,Sunspot,Moirai Large,MAE,0.13,,1,27,3
101
+ accuracy,Saugeen River Flow,Moirai Small,MAE,24.07,,1,28,1
102
+ accuracy,Saugeen River Flow,Moirai Base,MAE,24.4,,1,28,2
103
+ accuracy,Saugeen River Flow,Moirai Large,MAE,24.76,,1,28,3
104
+ accuracy,US Births,Moirai Small,MAE,872.51,,1,29,1
105
+ accuracy,US Births,Moirai Base,MAE,624.3,,1,29,2
106
+ accuracy,US Births,Moirai Large,MAE,476.5,,1,29,3
107
+ accuracy,Electricity,MoiraiSmall,CRPS,0.072,,2,2,2
108
+ accuracy,Electricity,MoiraiBase,CRPS,0.055,,2,2,3
109
+ accuracy,Electricity,MoiraiLarge,CRPS,0.050,,2,2,4
110
+ accuracy,MSIS,MoiraiSmall,CRPS,6.172,,2,3,2
111
+ accuracy,MSIS,MoiraiBase,CRPS,5.875,,2,3,3
112
+ accuracy,MSIS,MoiraiLarge,CRPS,5.744,,2,3,4
113
+ accuracy,sMAPE,MoiraiSmall,CRPS,0.111,,2,4,2
114
+ accuracy,sMAPE,MoiraiBase,CRPS,0.106,,2,4,3
115
+ accuracy,sMAPE,MoiraiLarge,CRPS,0.107,,2,4,4
116
+ accuracy,MASE,MoiraiSmall,CRPS,0.792,,2,5,2
117
+ accuracy,MASE,MoiraiBase,CRPS,0.751,,2,5,3
118
+ accuracy,MASE,MoiraiLarge,CRPS,0.753,,2,5,4
119
+ accuracy,ND,MoiraiSmall,CRPS,0.069,,2,6,2
120
+ accuracy,ND,MoiraiBase,CRPS,0.063,,2,6,3
121
+ accuracy,ND,MoiraiLarge,CRPS,0.065,,2,6,4
122
+ accuracy,NRMSE,MoiraiSmall,CRPS,0.551,,2,7,2
123
+ accuracy,NRMSE,MoiraiBase,CRPS,0.465,,2,7,3
124
+ accuracy,NRMSE,MoiraiLarge,CRPS,0.506,,2,7,4
125
+ accuracy,Solar,MoiraiSmall,CRPS,0.471,,2,8,2
126
+ accuracy,Solar,MoiraiBase,CRPS,0.419,,2,8,3
127
+ accuracy,Solar,MoiraiLarge,CRPS,0.406,,2,8,4
128
+ accuracy,MSIS,MoiraiSmall,CRPS,7.011,,2,9,2
129
+ accuracy,MSIS,MoiraiBase,CRPS,6.250,,2,9,3
130
+ accuracy,MSIS,MoiraiLarge,CRPS,8.447,,2,9,4
131
+ accuracy,sMAPE,MoiraiSmall,CRPS,1.410,,2,10,2
132
+ accuracy,sMAPE,MoiraiBase,CRPS,1.400,,2,10,3
133
+ accuracy,sMAPE,MoiraiLarge,CRPS,1.501,,2,10,4
134
+ accuracy,MASE,MoiraiSmall,CRPS,1.292,,2,11,2
135
+ accuracy,MASE,MoiraiBase,CRPS,1.237,,2,11,3
136
+ accuracy,MASE,MoiraiLarge,CRPS,1.607,,2,11,4
137
+ accuracy,ND,MoiraiSmall,CRPS,0.551,,2,12,2
138
+ accuracy,ND,MoiraiBase,CRPS,0.528,,2,12,3
139
+ accuracy,ND,MoiraiLarge,CRPS,0.685,,2,12,4
140
+ accuracy,NRMSE,MoiraiSmall,CRPS,1.034,,2,13,2
141
+ accuracy,NRMSE,MoiraiBase,CRPS,1.014,,2,13,3
142
+ accuracy,NRMSE,MoiraiLarge,CRPS,1.408,,2,13,4
143
+ accuracy,Walmart,MoiraiSmall,CRPS,0.103,,2,14,2
144
+ accuracy,Walmart,MoiraiBase,CRPS,0.093,,2,14,3
145
+ accuracy,Walmart,MoiraiLarge,CRPS,0.098,,2,14,4
146
+ accuracy,MSIS,MoiraiSmall,CRPS,8.421,,2,15,2
147
+ accuracy,MSIS,MoiraiBase,CRPS,8.520,,2,15,3
148
+ accuracy,MSIS,MoiraiLarge,CRPS,6.005,,2,15,4
149
+ accuracy,sMAPE,MoiraiSmall,CRPS,0.168,,2,16,2
150
+ accuracy,sMAPE,MoiraiBase,CRPS,0.174,,2,16,3
151
+ accuracy,sMAPE,MoiraiLarge,CRPS,0.150,,2,16,4
152
+ accuracy,MASE,MoiraiSmall,CRPS,0.964,,2,17,2
153
+ accuracy,MASE,MoiraiBase,CRPS,1.007,,2,17,3
154
+ accuracy,MASE,MoiraiLarge,CRPS,0.867,,2,17,4
155
+ accuracy,ND,MoiraiSmall,CRPS,0.117,,2,18,2
156
+ accuracy,ND,MoiraiBase,CRPS,0.124,,2,18,3
157
+ accuracy,ND,MoiraiLarge,CRPS,0.105,,2,18,4
158
+ accuracy,NRMSE,MoiraiSmall,CRPS,0.291,,2,19,2
159
+ accuracy,NRMSE,MoiraiBase,CRPS,0.332,,2,19,3
160
+ accuracy,NRMSE,MoiraiLarge,CRPS,0.218,,2,19,4
161
+ accuracy,Weather,MoiraiSmall,CRPS,0.049,,2,20,2
162
+ accuracy,Weather,MoiraiBase,CRPS,0.041,,2,20,3
163
+ accuracy,Weather,MoiraiLarge,CRPS,0.051,,2,20,4
164
+ accuracy,MSIS,MoiraiSmall,CRPS,5.136,,2,21,2
165
+ accuracy,MSIS,MoiraiBase,CRPS,4.962,,2,21,3
166
+ accuracy,MSIS,MoiraiLarge,CRPS,7.759,,2,21,4
167
+ accuracy,sMAPE,MoiraiSmall,CRPS,0.623,,2,22,2
168
+ accuracy,sMAPE,MoiraiBase,CRPS,0.688,,2,22,3
169
+ accuracy,sMAPE,MoiraiLarge,CRPS,0.668,,2,22,4
170
+ accuracy,MASE,MoiraiSmall,CRPS,0.487,,2,23,2
171
+ accuracy,MASE,MoiraiBase,CRPS,0.515,,2,23,3
172
+ accuracy,MASE,MoiraiLarge,CRPS,0.844,,2,23,4
173
+ accuracy,ND,MoiraiSmall,CRPS,0.048,,2,24,2
174
+ accuracy,ND,MoiraiBase,CRPS,0.063,,2,24,3
175
+ accuracy,ND,MoiraiLarge,CRPS,0.072,,2,24,4
176
+ accuracy,NRMSE,MoiraiSmall,CRPS,0.417,,2,25,2
177
+ accuracy,NRMSE,MoiraiBase,CRPS,0.331,,2,25,3
178
+ accuracy,NRMSE,MoiraiLarge,CRPS,0.260,,2,25,4
179
+ accuracy,Istanbul Traffic,MoiraiSmall,CRPS,0.173,,2,26,2
180
+ accuracy,Istanbul Traffic,MoiraiBase,CRPS,0.116,,2,26,3
181
+ accuracy,Istanbul Traffic,MoiraiLarge,CRPS,0.112,,2,26,4
182
+ accuracy,MSIS,MoiraiSmall,CRPS,4.461,,2,27,2
183
+ accuracy,MSIS,MoiraiBase,CRPS,4.277,,2,27,3
184
+ accuracy,MSIS,MoiraiLarge,CRPS,3.813,,2,27,4
185
+ accuracy,sMAPE,MoiraiSmall,CRPS,0.284,,2,28,2
186
+ accuracy,sMAPE,MoiraiBase,CRPS,0.288,,2,28,3
187
+ accuracy,sMAPE,MoiraiLarge,CRPS,0.287,,2,28,4
188
+ accuracy,MASE,MoiraiSmall,CRPS,0.644,,2,29,2
189
+ accuracy,MASE,MoiraiBase,CRPS,0.631,,2,29,3
190
+ accuracy,MASE,MoiraiLarge,CRPS,0.653,,2,29,4
191
+ accuracy,ND,MoiraiSmall,CRPS,0.146,,2,30,2
192
+ accuracy,ND,MoiraiBase,CRPS,0.143,,2,30,3
193
+ accuracy,ND,MoiraiLarge,CRPS,0.148,,2,30,4
194
+ accuracy,NRMSE,MoiraiSmall,CRPS,0.194,,2,31,2
195
+ accuracy,NRMSE,MoiraiBase,CRPS,0.186,,2,31,3
196
+ accuracy,NRMSE,MoiraiLarge,CRPS,0.190,,2,31,4
197
+ accuracy,Turkey Power,MoiraiSmall,CRPS,0.048,,2,32,2
198
+ accuracy,Turkey Power,MoiraiBase,CRPS,0.040,,2,32,3
199
+ accuracy,Turkey Power,MoiraiLarge,CRPS,0.036,,2,32,4
200
+ accuracy,MSIS,MoiraiSmall,CRPS,6.766,,2,33,2
201
+ accuracy,MSIS,MoiraiBase,CRPS,6.341,,2,33,3
202
+ accuracy,MSIS,MoiraiLarge,CRPS,8.978,,2,33,4
203
+ accuracy,sMAPE,MoiraiSmall,CRPS,0.378,,2,34,2
204
+ accuracy,sMAPE,MoiraiBase,CRPS,0.375,,2,34,3
205
+ accuracy,sMAPE,MoiraiLarge,CRPS,0.416,,2,34,4
206
+ accuracy,MASE,MoiraiSmall,CRPS,0.888,,2,35,2
207
+ accuracy,MASE,MoiraiBase,CRPS,0.870,,2,35,3
208
+ accuracy,MASE,MoiraiLarge,CRPS,1.234,,2,35,4
209
+ accuracy,ND,MoiraiSmall,CRPS,0.051,,2,36,2
210
+ accuracy,ND,MoiraiBase,CRPS,0.046,,2,36,3
211
+ accuracy,ND,MoiraiLarge,CRPS,0.071,,2,36,4
212
+ accuracy,NRMSE,MoiraiSmall,CRPS,0.118,,2,37,2
213
+ accuracy,NRMSE,MoiraiBase,CRPS,0.102,,2,37,3
214
+ accuracy,NRMSE,MoiraiLarge,CRPS,0.158,,2,37,4
215
+ accuracy,Electricity,Moirai Small,CRPS,0.072,,3,2,2
216
+ accuracy,Electricity,Moirai Base,CRPS,0.055,,3,2,3
217
+ accuracy,Electricity,Moirai Large,CRPS,0.050,,3,2,4
218
+ accuracy,MSIS,Moirai Small,CRPS,6.172,,3,3,2
219
+ accuracy,MSIS,Moirai Base,CRPS,5.875,,3,3,3
220
+ accuracy,MSIS,Moirai Large,CRPS,5.744,0.12,3,3,4
221
+ accuracy,Solar,Moirai Small,CRPS,0.471,,3,4,2
222
+ accuracy,Solar,Moirai Base,CRPS,0.419,,3,4,3
223
+ accuracy,Solar,Moirai Large,CRPS,0.406,,3,4,4
224
+ accuracy,MSIS,Moirai Small,CRPS,7.011,,3,5,2
225
+ accuracy,MSIS,Moirai Base,CRPS,6.250,,3,5,3
226
+ accuracy,MSIS,Moirai Large,CRPS,8.447,1.59,3,5,4
227
+ accuracy,Walmart,Moirai Small,CRPS,0.103,,3,6,2
228
+ accuracy,Walmart,Moirai Base,CRPS,0.093,,3,6,3
229
+ accuracy,Walmart,Moirai Large,CRPS,0.098,,3,6,4
230
+ accuracy,MSIS,Moirai Small,CRPS,8.421,,3,7,2
231
+ accuracy,MSIS,Moirai Base,CRPS,8.520,,3,7,3
232
+ accuracy,MSIS,Moirai Large,CRPS,6.005,0.21,3,7,4
233
+ accuracy,Weather,Moirai Small,CRPS,0.049,,3,8,2
234
+ accuracy,Weather,Moirai Base,CRPS,0.041,,3,8,3
235
+ accuracy,Weather,Moirai Large,CRPS,0.051,,3,8,4
236
+ accuracy,MSIS,Moirai Small,CRPS,5.136,,3,9,2
237
+ accuracy,MSIS,Moirai Base,CRPS,4.962,,3,9,3
238
+ accuracy,MSIS,Moirai Large,CRPS,7.759,0.49,3,9,4
239
+ accuracy,Istanbul Traffic,Moirai Small,CRPS,0.173,,3,10,2
240
+ accuracy,Istanbul Traffic,Moirai Base,CRPS,0.116,,3,10,3
241
+ accuracy,Istanbul Traffic,Moirai Large,CRPS,0.112,,3,10,4
242
+ accuracy,MSIS,Moirai Small,CRPS,4.461,,3,11,2
243
+ accuracy,MSIS,Moirai Base,CRPS,4.277,,3,11,3
244
+ accuracy,MSIS,Moirai Large,CRPS,3.813,0.09,3,11,4
245
+ accuracy,Turkey Power,Moirai Small,CRPS,0.048,,3,12,2
246
+ accuracy,Turkey Power,Moirai Base,CRPS,0.040,,3,12,3
247
+ accuracy,Turkey Power,Moirai Large,CRPS,0.036,,3,12,4
248
+ accuracy,MSIS,Moirai Small,CRPS,6.766,,3,13,2
249
+ accuracy,MSIS,Moirai Base,CRPS,6.341,,3,13,3
250
+ accuracy,MSIS,Moirai Large,CRPS,8.978,0.51,3,13,4
251
+ accuracy,ETTh1,Moirai Small,MSE,0.400,,4,2,2
252
+ accuracy,ETTh1,Moirai Base,MSE,0.434,,4,2,3
253
+ accuracy,ETTh1,Moirai Large,MSE,0.510,,4,2,4
254
+ accuracy,MAE,Moirai Small,MSE,0.438,,4,3,2
255
+ accuracy,MAE,Moirai Base,MSE,0.469,,4,3,3
256
+ accuracy,MAE,Moirai Large,MSE,0.448,,4,3,4
257
+ accuracy,ETTh2,Moirai Small,MSE,0.341,,4,4,2
258
+ accuracy,ETTh2,Moirai Base,MSE,0.345,,4,4,3
259
+ accuracy,ETTh2,Moirai Large,MSE,0.354,,4,4,4
260
+ accuracy,MAE,Moirai Small,MSE,0.382,,4,5,2
261
+ accuracy,MAE,Moirai Base,MSE,0.376,,4,5,3
262
+ accuracy,MAE,Moirai Large,MSE,0.407,,4,5,4
263
+ accuracy,ETTm1,Moirai Small,MSE,0.448,,4,6,2
264
+ accuracy,ETTm1,Moirai Base,MSE,0.381,,4,6,3
265
+ accuracy,ETTm1,Moirai Large,MSE,0.390,,4,6,4
266
+ accuracy,MAE,Moirai Small,MSE,0.388,,4,7,2
267
+ accuracy,MAE,Moirai Base,MSE,0.389,,4,7,3
268
+ accuracy,MAE,Moirai Large,MSE,0.410,,4,7,4
269
+ accuracy,ETTm2,Moirai Small,MSE,0.300,,4,8,2
270
+ accuracy,ETTm2,Moirai Base,MSE,0.272,,4,8,3
271
+ accuracy,ETTm2,Moirai Large,MSE,0.276,,4,8,4
272
+ accuracy,MAE,Moirai Small,MSE,0.321,,4,9,2
273
+ accuracy,MAE,Moirai Base,MSE,0.320,,4,9,3
274
+ accuracy,MAE,Moirai Large,MSE,0.332,,4,9,4
275
+ accuracy,Electricity,Moirai Small,MSE,0.233,,4,10,2
276
+ accuracy,Electricity,Moirai Base,MSE,0.188,,4,10,3
277
+ accuracy,Electricity,Moirai Large,MSE,0.188,,4,10,4
278
+ accuracy,MAE,Moirai Small,MSE,0.274,,4,11,2
279
+ accuracy,MAE,Moirai Base,MSE,0.273,,4,11,3
280
+ accuracy,MAE,Moirai Large,MSE,0.270,,4,11,4
281
+ accuracy,Weather,Moirai Small,MSE,0.242,,4,12,2
282
+ accuracy,Weather,Moirai Base,MSE,0.238,,4,12,3
283
+ accuracy,Weather,Moirai Large,MSE,0.259,,4,12,4
284
+ accuracy,MAE,Moirai Small,MSE,0.261,,4,13,2
285
+ accuracy,MAE,Moirai Base,MSE,0.275,,4,13,3
286
+ accuracy,MAE,Moirai Large,MSE,0.278,,4,13,4
287
+ efficiency,$MOIRAI_{Small} (32)$,Moirai-Small,seconds,32,,5,2,0
288
+ efficiency,$MOIRAI_{Base} (32)$,Moirai-Small,seconds,32,,5,3,0
289
+ efficiency,$MOIRAI_{Large} (32)$,Moirai-Small,seconds,32,,5,4,0