Chain-of-thought Reviewing and Correction for Time Series Question Answering
Chen Su, Yuanhe Tian, Yan Song
TL;DR
The paper addresses the challenge of reliable TSQA with LLMs, where pure text-based reasoning can falter on numerical sequences. It introduces T3LLM, a three-LLM workflow comprising a worker, reviewer, and student that generates, reviews, and internalizes corrected chain-of-thought to tackle TSQA tasks. A correction loop leverages the verifiability of time-series data to prune erroneous reasoning and guide subsequent steps, with corrected CoTs used to fine-tune a compact student model. Experiments on CTQA and TMQA show state-of-the-art performance across MCQ, T/F, and open-ended tasks, demonstrating improved robustness and interpretability through self-corrected CoT training.
Abstract
With the advancement of large language models (LLMs), diverse time series analysis tasks are reformulated as time series question answering (TSQA) through a unified natural language interface. However, existing LLM-based approaches largely adopt general natural language processing techniques and are prone to reasoning errors when handling complex numerical sequences. Different from purely textual tasks, time series data are inherently verifiable, enabling consistency checking between reasoning steps and the original input. Motivated by this property, we propose T3LLM, which performs multi-step reasoning with an explicit correction mechanism for time series question answering. The T3LLM framework consists of three LLMs, namely, a worker, a reviewer, and a student, that are responsible for generation, review, and reasoning learning, respectively. Within this framework, the worker generates step-wise chains of thought (CoT) under structured prompts, while the reviewer inspects the reasoning, identifies erroneous steps, and provides corrective comments. The collaboratively generated corrected CoT are used to fine-tune the student model, internalizing multi-step reasoning and self-correction into its parameters. Experiments on multiple real-world TSQA benchmarks demonstrate that T3LLM achieves state-of-the-art performance over strong LLM-based baselines.
