paper-with-me

홈 › Papers

Towards Time Series Reasoning with LLMs

2024-09-17 · Winnie Chow, Lauren Gardiner, Haraldur T. Hallgrímsson, Maxwell A. Xu, Shirley You Ren

Multi-modal large language models (MLLMs) have enabled numerous advances in understanding and reasoning in domains like vision, but we have not yet seen this broad success for time-series. Although prior works on time-series MLLMs have shown promising performance in time-series forecasting, very few works show how an LLM could be used for time-series reasoning in natural language. We propose a novel multi-modal time-series LLM approach that learns generalizable information across various domains with powerful zero-shot performance. First, we train a lightweight time-series encoder on top of an LLM to directly extract time-series information. Then, we fine-tune our model with chain-of-thought augmented time-series tasks to encourage the model to generate reasoning paths. We show that our model learns a latent representation that reflects specific time-series features (e.g. slope, frequency), as well as outperforming GPT-4o on a set of zero-shot reasoning tasks on a variety of domains.

📄 PDF Abstract BibTeX arXiv:2409.11376

Code (0)

등록된 구현이 없습니다.

Tasks

Time SeriesTime Series Forecasting

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

ChatTS: Aligning Time Series with LLMs via Synthetic Data for Enhanced Understanding and Reasoning

2024-12-04 · Zhe Xie, Zeyan Li, Xiao He, Longlong Xu 외

Understanding time series is crucial for its application in real-world scenarios. Recently, large language models (LLMs) have been increasingly applied to time series tasks, leveraging their strong language capabilities …

AttributeTime SeriesTime Series Analysis

Position: Empowering Time Series Reasoning with Multimodal LLMs

2025-02-03 · Yaxuan Kong, Yiyuan Yang, Shiyu Wang, Chenghao Liu 외

Understanding time series data is crucial for multiple real-world applications. While large language models (LLMs) show promise in time series tasks, current approaches often rely on numerical data alone, overlooking the…

Decision MakingMultimodal ReasoningPositionTime Series+1

Representing Time Series as Structured Programs for LLM Reasoning

2026-06-10 · Jaeho Kim, Changhun Oh, Seokhyun Lee, Irina Rish 외 arxiv

Large language models (LLMs) have demonstrated strong reasoning and instruction-following capabilities, making them potentially powerful tools for time-series analysis. However, time series lie outside their native textu…

Question Answering

Can LLMs Understand Time Series Anomalies?

2024-10-07 · ZiHao Zhou, Rose Yu

Large Language Models (LLMs) have gained popularity in time series forecasting, but their potential for anomaly detection remains largely unexplored. Our study investigates whether LLMs can understand and detect anomalie…

Anomaly DetectionTime SeriesTime Series AnalysisTime Series Anomaly Detection+1

Time Series Reasoning via Process-Verifiable Thinking Data Synthesis and Scheduling for Tailored LLM Reasoning

2026-02-08 · Jiahui Zhou, Dan Li, Boxin Li, Xiao Zhang 외 arxiv

Time series is a pervasive data type across various application domains, rendering the reasonable solving of diverse time series tasks a long-standing goal. Recent advances in large language models (LLMs), especially the…

Reinforcement Learning