Prompting Underestimates LLM Capability for Time Series Classification
Dan Schumacher, Erfan Nourbakhsh, Rocky Slavin, Anthony Rios
TL;DR
This paper reevaluates large language models (LLMs) for time-series classification by contrasting prompt-based outputs with linear probes of hidden representations. It demonstrates that prompts dramatically underestimate an LLM's temporal understanding, while simple linear probes reveal strong, early-layer discriminative signals that can rival state-of-the-art time-series models, especially when visual or multimodal inputs are used. The findings hold across diverse architectures, including text-only LLMs, and suggest reframing LLMs as robust feature extractors for non-linguistic data, rather than solely reasoning agents accessed via prompts. Overall, the work highlights a systematic mismatch between prompt-based evaluation and the models' true representational capacity, urging more diagnostics that separate prompting interfaces from internal representations.
Abstract
Prompt-based evaluations suggest that large language models (LLMs) perform poorly on time series classification, raising doubts about whether they encode meaningful temporal structure. We show that this conclusion reflects limitations of prompt-based generation rather than the model's representational capacity by directly comparing prompt outputs with linear probes over the same internal representations. While zero-shot prompting performs near chance, linear probes improve average F1 from 0.15-0.26 to 0.61-0.67, often matching or exceeding specialized time series models. Layer-wise analyses further show that class-discriminative time series information emerges in early transformer layers and is amplified by visual and multimodal inputs. Together, these results demonstrate a systematic mismatch between what LLMs internally represent and what prompt-based evaluation reveals, leading current evaluations to underestimate their time series understanding.
