LLaTiSA: Towards Difficulty-Stratified Time Series Reasoning from Visual Perception to Semantics

arXiv cs.AI / 4/21/2026

📰 NewsDeveloper Stack & InfrastructureModels & Research

Key Points

  • The paper addresses the difficulty of evaluating and unifying time-series reasoning for LLMs due to ambiguous task definitions and fragmented benchmarks.
  • It proposes a four-level taxonomy for Time Series Reasoning (TSR) and introduces HiTSR, a hierarchical dataset with 83k samples and verified Chain-of-Thought trajectories.
  • Building on HiTSR, the authors propose LLaTiSA, a TSR model that combines visual pattern understanding with precision-calibrated numerical tables to improve temporal perception in vision-language models (VLMs).
  • Using a multi-stage curriculum fine-tuning approach, LLaTiSA shows stronger performance and robust out-of-distribution generalization across TSR tasks and real-world scenarios.
  • The authors provide an open-source code repository for LLaTiSA, supporting reproducibility and further research.

Abstract

Comprehensive understanding of time series remains a significant challenge for Large Language Models (LLMs). Current research is hindered by fragmented task definitions and benchmarks with inherent ambiguities, precluding rigorous evaluation and the development of unified Time Series Reasoning Models(TSRMs). To bridge this gap, we formalize Time Series Reasoning (TSR) via a four-level taxonomy of increasing cognitive complexity. We introduce HiTSR, a hierarchical time series reasoning dataset comprising 83k samples with diverse task combinations and verified Chain-of-Thought (CoT) trajectories. Leveraging HiTSR, we propose LLaTiSA, a strong TSRM that integrates visualized patterns with precision-calibrated numerical tables to enhance the temporal perception of Vision-Language Models (VLMs). Through a multi-stage curriculum fine-tuning strategy, LLaTiSA achieves superior performance and exhibits robust out-of-distribution generalization across diverse TSR tasks and real-world scenarios. Our code is available at https://github.com/RainingNovember/LLaTiSA.