The reviewed record of science sign in
Pith

arxiv: 2501.07335 · v2 · pith:WPRSI5XT · submitted 2025-01-13 · cs.LG · cs.AI

TempoGPT: Enhancing Time Series Reasoning via Quantizing Embedding

Reviewed by Pithpith:WPRSI5XTopen to challenge →

classification cs.LG cs.AI
keywords seriesmulti-modalreasoningtemporaltimedatatempogptcomplex
0
0 comments X
read the original abstract

Multi-modal language model has made advanced progress in vision and audio, but still faces significant challenges in dealing with complex reasoning tasks in the time series domain. The reasons are twofold. First, labels for multi-modal time series data are coarse and devoid of analysis or reasoning processes. Training with these data cannot improve the model's reasoning capabilities. Second, due to the lack of precise tokenization in processing time series, the representation patterns for temporal and textual information are inconsistent, which hampers the effectiveness of multi-modal alignment. To address these challenges, we propose a multi-modal time series data construction approach and a multi-modal time series language model (TLM), TempoGPT. Specially, we construct multi-modal data for complex reasoning tasks by analyzing the variable-system relationships within a white-box system. Additionally, proposed TempoGPT achieves consistent representation between temporal and textual information by quantizing temporal embeddings, where temporal embeddings are quantized into a series of discrete tokens using a predefined codebook; subsequently, a shared embedding layer processes both temporal and textual tokens. Extensive experiments demonstrate that TempoGPT accurately perceives temporal information, logically infers conclusions, and achieves state-of-the-art in the constructed complex time series reasoning tasks. Moreover, we quantitatively demonstrate the effectiveness of quantizing temporal embeddings in enhancing multi-modal alignment and the reasoning capabilities of TLMs. Code and data are available at https://github.com/zhanghaochuan20/TempoGPT.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Tiny but Trusted: Efficient Vision-Language Reasoning for Time-Series Anomaly Detection

    cs.AI 2026-05 unverdicted novelty 5.0

    The authors create VisAnomBench with VLM-generated anomaly explanations and fine-tune VisAnomReasoner, reporting precision and F1 gains of at least 21 and 23 points on the new benchmark plus cross-benchmark improvements.