TS-Debate: Multimodal Collaborative Debate for Zero-Shot Time Series Reasoning
Patara Trirat, Jin Myung Kwak, Jay Heo, Heejun Lee, Sung Ju Hwang
TL;DR
TS-Debate introduces a cross-modal, collaborative agent framework for zero-shot time-series reasoning by assigning modality-specific Text, Visual, and Numerical analysts, anchored by a domain knowledge elicitation stage and a verification-conflict-calibration protocol. The framework preserves modality fidelity, surfaces conflicting evidence, and mitigates numeric hallucinations without task-specific training. It coordinates analysis through iterative rounds, code execution, and numerical lookups to verify claims against data and domain constraints. Across 20 tasks on MTBench, TimerBed, and TSQA, TS-Debate achieves consistent improvements over strong baselines, demonstrating the value of explicit verification and structured cross-modal debate for robust time-series reasoning.
Abstract
Recent progress at the intersection of large language models (LLMs) and time series (TS) analysis has revealed both promise and fragility. While LLMs can reason over temporal structure given carefully engineered context, they often struggle with numeric fidelity, modality interference, and principled cross-modal integration. We present TS-Debate, a modality-specialized, collaborative multi-agent debate framework for zero-shot time series reasoning. TS-Debate assigns dedicated expert agents to textual context, visual patterns, and numerical signals, preceded by explicit domain knowledge elicitation, and coordinates their interaction via a structured debate protocol. Reviewer agents evaluate agent claims using a verification-conflict-calibration mechanism, supported by lightweight code execution and numerical lookup for programmatic verification. This architecture preserves modality fidelity, exposes conflicting evidence, and mitigates numeric hallucinations without task-specific fine-tuning. Across 20 tasks spanning three public benchmarks, TS-Debate achieves consistent and significant performance improvements over strong baselines, including standard multimodal debate in which all agents observe all inputs.
