paper-with-me

홈 › Papers

Prompting Underestimates LLM Capability for Time Series Classification

2026-01-06 · Dan Schumacher, Erfan Nourbakhsh, Rocky Slavin, Anthony Rios arxiv

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.

📄 PDF Abstract BibTeX arXiv:2601.03464

Code (0)

등록된 구현이 없습니다.

Tasks

Time Series Classification

Similar Papers 제목 키워드 기반

Can Post-Training Turn LLMs into Good Medical Coders? An Empirical Study of Generative ICD Coding

2026-06-11 · Ziqing Wang, Weihao Li, Shijie Chen, Yuan Luo 외 arxiv

Automated International Classification of Diseases (ICD) coding is a core medical-coding task for billing, epidemiology, and clinical decision support. Generative large language models (LLMs) are often reported as weak m…

Reinforcement Learning

Hierarchical Multimodal LLMs with Semantic Space Alignment for Enhanced Time Series Classification

2024-10-24 · Xiaoyu Tao, Tingyue Pan, Mingyue Cheng, Yucong Luo

Leveraging large language models (LLMs) has garnered increasing attention and introduced novel perspectives in time series classification. However, existing approaches often overlook the crucial dynamic temporal informat…

Text GenerationTime SeriesTime Series AnalysisTime Series Classification

Time2Lang: Bridging Time-Series Foundation Models and Large Language Models for Health Sensing Beyond Prompting

2025-02-11 · Arvind Pillai, Dimitris Spathis, Subigya Nepal, Amanda C Collins 외

Large language models (LLMs) show promise for health applications when combined with behavioral sensing data. Traditional approaches convert sensor data into text prompts, but this process is prone to errors, computation…

Time Series

Task-Aware Mixture-of-Experts for Time Series Analysis

2025-09-26 · Xingjian Wu, Zhengyu Li, Hanyin Cheng, Xiangfei Qiu 외 arxiv

Time Series Analysis is widely used in various real-world applications such as weather forecasting, financial fraud detection, imputation for missing data in IoT systems, and classification for action recognization. Mixt…

Time Series AnalysisWeather ForecastingFraud Detection

Graph Neural Alchemist: An innovative fully modular architecture for time series-to-graph classification

2024-10-12 · Paulo Coelho, Raul Araju, Luís Ramos, Samir Saliba 외

This paper introduces a novel Graph Neural Network (GNN) architecture for time series classification, based on visibility graph representations. Traditional time series classification methods often struggle with high com…

Graph ClassificationGraph Neural NetworkTime SeriesTime Series Analysis+1