BEDTime: A Unified Benchmark for Automatically Describing Time Series
Medhasweta Sen, Zachary Gottesman, Jiaxing Qiu, C. Bayan Bruss, Nam Nguyen, Tom Hartvigsen
TL;DR
BEDTime introduces the first unified benchmark for describing univariate time series by evaluating three fundamental tasks—description recognition, description differentiation, and open description generation—across LLMs, VLMs, and TSLMs. By unifying four public datasets into a 10,164-pair corpus and applying consistent evaluation across image-based, text-based, and numeric modalities, the study reveals that vision-language models most effectively describe time series while language-only models struggle, and that all models are sensitive to realistic perturbations. The work provides a comprehensive evaluation framework with automatic NLI and human judgments and highlights the importance of visual representations and robust task designs for time-series understanding. It also offers actionable insights for future research, including developing stronger multi-modal time-series–language architectures and improving robustness under length, missingness, and noise, with code and data released to enable reproducibility.
Abstract
Recent works propose complex multi-modal models that handle both time series and language, ultimately claiming high performance on complex tasks like time series reasoning and cross-modal question-answering. However, they skip evaluations of simple and important foundational tasks, which complex models should reliably master. They also lack direct, head-to-head comparisons with other popular approaches. So we ask a simple question: Can recent models even produce generic visual descriptions of time series data? In response, we propose three new tasks, posing that successful multi-modal models should be able to recognize, differentiate, and generate language descriptions of time series. We then create BEDTime, the first benchmark dataset to assess models on each task, comprising four datasets reformatted for these tasks across multiple modalities. Using BEDTime, we evaluate 13 state-of-the-art models, and find that (1) surprisingly, dedicated time series foundation models severely underperform, despite being designed for similar tasks, (2) vision-language models are quite capable, (3) language-only methods perform worst, despite many lauding their potential, and (4) all approaches are clearly fragile to a range of realistic robustness tests, indicating avenues for future work.
