paper-with-me

Papers

Your Autoregressive Model Already Reveals the Causal Graph

2026-02-01 · Hugo Math, Rainer Lienhart arxiv

Autoregressive models trained via next-token prediction implicitly learn the conditional independence structure of their data-generating process. We exploit this observation to perform scalable causal discovery from a single observed sequence of discrete events -- without any task-specific retraining. Such single-stream settings arise naturally in vehicle diagnostics, manufacturing systems, and patient trajectories, yet they remain largely unsolved: the absence of repeated samples, massive event vocabularies, and long-range temporal dependencies render existing methods either inaccurate or computationally intractable. We introduce TRACE, a framework that repurposes any pretrained autoregressive model as a density estimator for conditional mutual information, the fundamental primitive for conditional independence testing. By constructing parallelized CI tests on GPUs, TRACE recovers both the sample-level time causal graph and its summary projection, scaling linearly with the vocabulary size while naturally handling delayed causal effects. Crucially, we prove that minimizing the standard cross-entropy pretraining loss directly minimizes an upper bound on the causal identification error, establishing a duality between sequence prediction and causal discovery. On nonlinear SCMs (|X| = 8000) and real-world vehicle diagnostic logs (|X| = 29100), TRACE is the first applicable method at this scale, outperforming the strongest baseline by over 20 F1 points.

📄 PDF Abstract BibTeX arXiv:2602.01135

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Identification of Non-causal Graphical Models

2024-10-12 · Junyao You, Mattia Zorzi

The paper considers the problem to estimate non-causal graphical models whose edges encode smoothing relations among the variables. We propose a new covariance extension problem and show that the solution minimizing the …

Your Assumed DAG is Wrong and Here's How To Deal With It

2025-02-24 · Kirtan Padh, Zhufeng Li, Cecilia Casolo, Niki Kilbertus

Assuming a directed acyclic graph (DAG) that represents prior knowledge of causal relationships between variables is a common starting point for cause-effect estimation. Existing literature typically invokes hypothetical…

Causal Discoveryvalid

Customize Your Visual Autoregressive Recipe with Set Autoregressive Modeling

2024-10-14 · Wenze Liu, Le Zhuo, Yi Xin, Sheng Xia 외

We introduce a new paradigm for AutoRegressive (AR) image generation, termed Set AutoRegressive Modeling (SAR). SAR generalizes the conventional AR to the next-set setting, i.e., splitting the sequence into arbitrary set…

Image Generation

Hallucination as Trajectory Commitment: Causal Evidence for Asymmetric Attractor Dynamics in Transformer Generation

2026-04-16 · G. Aytug Akarlar arxiv

We present causal evidence that hallucination in autoregressive language models is an early trajectory commitment governed by asymmetric attractor dynamics. Using same-prompt bifurcation, in which we repeatedly sample id…

Diversity Has Always Been There in Your Visual Autoregressive Models

2025-11-21 · Tong Wang, Guanyu Yang, Nian Liu, Kai Wang 외 arxiv

Visual Autoregressive (VAR) models have recently garnered significant attention for their innovative next-scale prediction paradigm, offering notable advantages in both inference efficiency and image quality compared to …