TimeXL: Explainable Multi-Modal Time Series Prediction with LLM-in-the-Loop
Abstract
Time series analysis provides essential insights for real-world system dynamics and informs downstream decision-making, yet most existing methods often overlook the rich contextual signals present in auxiliary modalities. To bridge this gap, we introduce TimeXL, a multi-modal prediction framework that integrates a prototype-based time series encoder with three collaborating Large Language Models (LLMs) to deliver more accurate predictions and interpretable explanations. First, a multi-modal prototype-based encoder processes both time series and textual inputs to generate preliminary forecasts alongside case-based rationales. These outputs then feed into a prediction LLM, which refines the forecasts by reasoning over the encoder's predictions and explanations. Next, a reflection LLM compares the predicted values against the ground truth, identifying textual inconsistencies or noise. Guided by this feedback, a refinement LLM iteratively enhances text quality and triggers encoder retraining. This closed-loop workflow---prediction, critique (reflect), and refinement---continuously boosts the framework's performance and interpretability. Empirical evaluations on four real-world datasets demonstrate that TimeXL achieves up to 8.9\% improvement in AUC and produces human-centric, multi-modal explanations, highlighting the power of LLM-driven reasoning for time series prediction.
Cite
Text
Jiang et al. "TimeXL: Explainable Multi-Modal Time Series Prediction with LLM-in-the-Loop." Advances in Neural Information Processing Systems, 2025.Markdown
[Jiang et al. "TimeXL: Explainable Multi-Modal Time Series Prediction with LLM-in-the-Loop." Advances in Neural Information Processing Systems, 2025.](https://mlanthology.org/neurips/2025/jiang2025neurips-timexl/)BibTeX
@inproceedings{jiang2025neurips-timexl,
title = {{TimeXL: Explainable Multi-Modal Time Series Prediction with LLM-in-the-Loop}},
author = {Jiang, Yushan and Yu, Wenchao and Lee, Geon and Song, Dongjin and Shin, Kijung and Cheng, Wei and Liu, Yanchi and Chen, Haifeng},
booktitle = {Advances in Neural Information Processing Systems},
year = {2025},
url = {https://mlanthology.org/neurips/2025/jiang2025neurips-timexl/}
}