paper-with-me

Papers

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

2025-10-09 · Zhiqing Cui, Binwu Wang, Qingxiang Liu, Yeqiang Wang, Zhengyang Zhou, Yuxuan Liang, Yang Wang arxiv

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 26 baselines demonstrate that Augur achieves competitive performance and robust zero-shot generalization.

📄 PDF Abstract BibTeX arXiv:2510.07858

Code (0)

등록된 구현이 없습니다.

Tasks

Zero-shot GeneralizationTime Series Forecasting

Similar Papers 제목 키워드 기반

Environment-Adaptive Covariate Selection: Learning When to Use Spurious Correlations for Out-of-Distribution Prediction

2026-01-05 · Shuozhi Zuo, Yixin Wang arxiv

A common approach to out-of-distribution prediction restricts models to causal or invariant covariates to avoid spurious associations that may change across environments. Despite its theoretical appeal, this strategy can…

Optimization-based Causal Estimation from Heterogenous Environments

2021-09-24 · Mingzhang Yin, Yixin Wang, David M. Blei

This paper presents a new optimization approach to causal estimation. Given data that contains covariates and an outcome, which covariates are causes of the outcome, and what is the strength of the causality? In classica…

Causal Inference

De-paradox Tree: Breaking Down Simpson's Paradox via A Kernel-Based Partition Algorithm

2026-03-02 · Xian Teng, Yu-Ru Lin arxiv

Real-world observational datasets and machine learning have revolutionized data-driven decision-making, yet many models rely on empirical associations that may be misleading due to confounding and subgroup heterogeneity.…

Causal Inference

Causal Tree Estimation of Heterogeneous Household Response to Time-Of-Use Electricity Pricing Schemes

2019-10-16

We examine the household-specific effects of the introduction of Time-of-Use (TOU) electricity pricing schemes. Using a causal forest (Athey and Imbens, 2016; Wager and Athey, 2018; Athey et al., 2019), we consider the a…

Survey

BGM-IV: an AI-powered Bayesian generative modeling approach for instrumental variable analysis

2026-05-07 · Guyue Luo, Qiao Liu arxiv

Instrumental-variable (IV) regression enables causal estimation under endogeneity, but modern IV problems often involve nonlinear structural effects and high-dimensional covariates. Existing nonlinear IV methods directly…