AICLOct 18, 2024

TimeSeriesExam: A time series understanding exam

CMU
arXiv:2410.14752v140 citationsh-index: 12Has Code
Originality Incremental advance
AI Analysis

This addresses the limited knowledge of LLMs' time series understanding for researchers and developers, providing a scalable evaluation tool, though it is incremental as it builds on existing benchmarking efforts.

The authors introduced TimeSeriesExam, a multiple-choice exam with over 700 questions to assess LLMs' understanding of time series concepts like pattern recognition and causality, finding that closed-source models like GPT-4 perform better on simple concepts but all struggle with complex ones such as causality analysis.

Large Language Models (LLMs) have recently demonstrated a remarkable ability to model time series data. These capabilities can be partly explained if LLMs understand basic time series concepts. However, our knowledge of what these models understand about time series data remains relatively limited. To address this gap, we introduce TimeSeriesExam, a configurable and scalable multiple-choice question exam designed to assess LLMs across five core time series understanding categories: pattern recognition, noise understanding, similarity analysis, anomaly detection, and causality analysis. TimeSeriesExam comprises of over 700 questions, procedurally generated using 104 carefully curated templates and iteratively refined to balance difficulty and their ability to discriminate good from bad models. We test 7 state-of-the-art LLMs on the TimeSeriesExam and provide the first comprehensive evaluation of their time series understanding abilities. Our results suggest that closed-source models such as GPT-4 and Gemini understand simple time series concepts significantly better than their open-source counterparts, while all models struggle with complex concepts such as causality analysis. We believe that the ability to programatically generate questions is fundamental to assessing and improving LLM's ability to understand and reason about time series data.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes