Search papers, labs, and topics across Lattice.
The paper introduces PATRA, a Pattern-Aware Alignment and Balanced Reasoning model, to address limitations in LLM-based time series question answering (TSQA) by explicitly capturing time series patterns and improving deep reasoning. PATRA incorporates a pattern-aware mechanism to extract trend and seasonality patterns for deep alignment between time series data and questions. By using a task-aware balanced reward, the model harmonizes learning across tasks with varying difficulty, leading to improved cross-modal understanding and reasoning.
LLMs can now better understand time series data by explicitly modeling trends and seasonality, leading to improved question answering performance.
Time series reasoning demands both the perception of complex dynamics and logical depth. However, existing LLM-based approaches exhibit two limitations: they often treat time series merely as text or images, failing to capture the patterns like trends and seasonalities needed to answer specific questions; and when trained on a mix of simple and complex tasks, simpler objectives often dominate the learning process, hindering the development of deep reasoning capabilities. To address these limitations, we propose the Pattern-Aware Alignment and Balanced Reasoning model (PATRA), introducing a pattern-aware mechanism that extracts trend and seasonality patterns from time series to achieve deep alignment. Furthermore, we design a task-aware balanced reward to harmonize learning across tasks of varying difficulty, incentivizing the generation of coherent Chains of Thought. Extensive experiments show that PATRA outperforms strong baselines across diverse Time Series Question Answering (TSQA) tasks, demonstrating superior cross-modal understanding and reasoning capability.