Summary
This paper questions the effectiveness of LLMs in time series forecasting. Through a series of ablation studies on 3 LLM-based forecasting methods, the authors find that removing or replacing the LLM component often improves forecasting results. They conclude that LLMs do not provide significant benefits for time series forecasting tasks, despite their significant computational cost. The paper suggests that simpler models or encoders with basic attention mechanisms perform equally well, challenging the current trend of employing LLMs for time series forecasting.
Strengths
- The paper offers an interesting perspective on the use of LLMs in time series forecasting, challenging prevalent assumptions and trends in the field.
- The empirical analysis seems to be valid, with well-executed ablation studies and comparisons across multiple methods and datasets.
- The paper is easy to read, with well-organized sections and effective use of figures and tables to present relevant results.
- The findings may have implications for the research community, potentially redirecting efforts towards more efficient and effective methods for time series forecasting.
Weaknesses
- The scope is limited to time series forecasting and does not explore other potential applications of LLMs in time series analysis, such as imputation, classification or anomaly detection.
- The datasets used are all evenly spaced time series, which may not fully represent the variety of real-world time series data, such as those with irregular intervals.
- The paper could benefit from a more detailed discussion on the potential reasons why LLMs fail to outperform simpler models in this context, providing deeper theoretical insights.
Questions
Related to my last point in "weakness", can the authors provide more theoretical explanations or hypotheses on why LLMs do not perform well in time series forecasting compared to simpler models?
Limitations
The authors acknowledge that the study focuses solely on time series forecasting and uses only evenly spaced datasets. Future research should explore LLMs’ effectiveness in other time series tasks and with non-uniform datasets. Additionally, potential negative societal impacts, such as the environmental cost of training large models, should be considered.