AILGOct 9, 2025

Augur: Modeling Covariate Causal Associations in Time Series via Large Language Models

arXiv:2510.07858v1h-index: 13
Originality Incremental advance
AI Analysis

This work addresses interpretability and accuracy issues in time series forecasting for researchers and practitioners, though it is incremental as it builds on existing LLM methods with a novel architectural approach.

The authors tackled the problem of limited interpretability and reliance on coarse prompts in LLM-based time series forecasting by introducing Augur, a framework that uses LLM causal reasoning to discover directed causal associations among covariates, achieving competitive performance and robust zero-shot generalization in experiments with 25 baselines.

Large language models (LLM) have emerged as a promising avenue for time series forecasting, offering the potential to integrate multimodal data. However, existing LLM-based approaches face notable limitations-such as marginalized role in model architectures, reliance on coarse statistical text prompts, and lack of interpretability. In this work, we introduce Augur, a fully LLM driven time series forecasting framework that exploits LLM causal reasoning to discover and use directed causal associations among covariates. Augur uses a two stage teacher student architecture where a powerful teacher LLM infers a directed causal graph from time series using heuristic search together with pairwise causality testing. A lightweight student agent then refines the graph and fine tune on high confidence causal associations that are encoded as rich textual prompts to perform forecasting. This design improves predictive accuracy while yielding transparent, traceable reasoning about variable interactions. Extensive experiments on real-world datasets with 25 baselines demonstrate that Augur achieves competitive performance and robust zero-shot generalization.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes