Are Language Models Actually Useful for Time Series Forecasting?

Mingtian Tan, Mike A. Merrill, Vinayak Gupta, Tim Althoff, Thomas Hartvigsen

arXiv:2406.16964 · 2026-07-27 공개 · arXiv · PDF

language-models few-shot-learning pretrained-models time-series-forecasting attention-mechanisms llm-ablation time-series-encoders sequential-dependencies

Abstract

Large language models (LLMs) are being applied to time series forecasting. But are language models actually useful for time series? In a series of ablation studies on three recent and popular LLM-based time series forecasting methods, we find that removing the LLM component or replacing it with a basic attention layer does not degrade forecasting performance -- in most cases, the results even improve! We also find that despite their significant computational cost, pretrained LLMs do no better than models trained from scratch, do not represent the sequential dependencies in time series, and do not assist in few-shot settings. Additionally, we explore time series encoders and find that patching and attention structures perform similarly to LLM-based forecasters.

한국어 요약

한 줄 요약

대형 언어 모델(LLM)은 시계열 예측에서 성능 개선에 기여하지 않으며, 단순한 대체 모듈이 더 효율적임을 밝힘.

핵심 기여도

핵심 아이디어

LLM은 텍스트의 순차적 의존성을 잘 모델링한다는 점에서, 시계열 예측에 유용할 것으로 기대되지만, 이 연구는 실제로는 LLM이 시계열 문제에 기여하지 않는다는 점을 밝힘. 연구팀은 LLM을 제거하거나 기본 어텐션 레이어로 대체해도 성능이 유지되거나 향상됨을 실험적으로 증명함. 특히, LLM의 사전 학습은 시계열 예측 성능에 영향을 주지 않으며, 입력 시계열을 섞어도 성능 저하가 없어 LLM이 순차적 의존성을 학습하지 못함을 보여줌. 이는 LLM이 시계열 문제에 적합하지 않다는 통찰을 제공하며, 대신 패치와 어텐션 기반의 간단한 인코더가 유사한 성능을 내는 점에서 문제의 본질이 LLM이 아닌 모델 구조에 있다는 점을 시사함.

기술적 접근법

주요 결과

의의 및 한계

이 연구는 LLM 기반 시계열 예측이 과도한 계산 비용 대비 실질적 이점을 제공하지 않는다는 점을 명확히 밝힘. 패치+어텐션 인코더가 LLM과 유사한 성능을 내는 점에서, 시계열 문제는 LLM의 고유 능력보다는 구조적 요소에 더 의존함을 시사함. 그러나 LLM이 시계열과 언어의 결합 분야(예: 시계열 추론, 사회적 이해)에서 활용될 가능성은 남아 있음. 한계로는 실험 대상 모델 명시 누락, 특정 데이터셋에 국한된 결과 등이 있음.

실용적 활용

이 연구는 시계열 분석 연구자들에게 LLM 대신 계산 효율적인 대체 모델을 고려할 필요성을 제시함. 특히, 실시간 예측이 필요한 산업 (예: 금융, 제조, 의료)에서 단순한 어텐션 기반 모델이 유리할 수 있음. 또한, LLM은 텍스트-시계열 다중 모달 분석과 같은 새로운 분야에서 활용 가능성이 남아 있음.