Research & Papers

CGTime decouples perception to beat GPT-4o-mini on time-series analysis

By swapping LLM perception for deterministic code, CGTime beats GPT-4o-mini on time-series facts

Deep Dive

Training multimodal models to understand time series with language has a fundamental flaw: the usual approach asks an LLM to describe a series, but label quality is capped by the very perception the model is supposed to learn. This self-supervision trap gets worse with multivariate data, where cross-channel correlations and lead-lag structures are most important yet hardest for LLMs to capture. Researchers from Xi'an Jiaotong University and collaborators address this with a new model called CGTime, which decouples perception from description. Deterministic code computes statistical features from real open-source multivariate series, while an LLM only verbalizes those precomputed facts. This lets the system handle perception with computation and expression with language, avoiding the labeling bottleneck entirely.

CGTime, at just 4B parameters, outperforms far larger general-purpose models on multivariate understanding tasks. It achieves a multivariate fact score of 0.283 on their held-out benchmark, compared to 0.173 for GPT-4o-mini and 0.203 for GPT-5.4-nano, with the gap surviving Holm-corrected paired significance tests. The model also generates captions with more accurate verifiable numerical facts and covers a broader range of statistical properties. The paper is submitted to AAAI 2027, and the approach could make specialized time-series AI far more reliable and cost-efficient than scaling general models.

Key Points
  • CGTime is a 4B-parameter computation-grounded model that bypasses LLM perception limits using deterministic statistical code.
  • Scores 0.283 on multivariate facts vs 0.173 for GPT-4o-mini and 0.203 for GPT-5.4-nano, with Holm-corrected significance.
  • Produces captions with more accurate numerical facts across a wider range of statistical properties than larger general models.

Why It Matters

For finance, healthcare, and IoT, reliable time-series comprehension is critical; hybrid computation-language models may now beat scaling general LLMs.

📬 Get the top 10 AI stories daily