CLLGMEJan 12, 2024

Proximal Causal Inference With Text Data

arXiv:2401.06687v35 citationsh-index: 9NIPS
Originality Incremental advance
AI Analysis

This work addresses causal inference for scenarios where obtaining supervised labels for confounders is infeasible, particularly in domains like healthcare, though it is incremental as it builds on existing proximal causal inference methods.

The paper tackles the problem of causal inference when a confounding variable is completely unobserved by proposing a method that uses two instances of pre-treatment text data with zero-shot models to infer proxies, applying them in the proximal g-formula, and it results in low bias estimates in synthetic and semi-synthetic evaluations.

Recent text-based causal methods attempt to mitigate confounding bias by estimating proxies of confounding variables that are partially or imperfectly measured from unstructured text data. These approaches, however, assume analysts have supervised labels of the confounders given text for a subset of instances, a constraint that is sometimes infeasible due to data privacy or annotation costs. In this work, we address settings in which an important confounding variable is completely unobserved. We propose a new causal inference method that uses two instances of pre-treatment text data, infers two proxies using two zero-shot models on the separate instances, and applies these proxies in the proximal g-formula. We prove, under certain assumptions about the instances of text and accuracy of the zero-shot predictions, that our method of inferring text-based proxies satisfies identification conditions of the proximal g-formula while other seemingly reasonable proposals do not. To address untestable assumptions associated with our method and the proximal g-formula, we further propose an odds ratio falsification heuristic that flags when to proceed with downstream effect estimation using the inferred proxies. We evaluate our method in synthetic and semi-synthetic settings -- the latter with real-world clinical notes from MIMIC-III and open large language models for zero-shot prediction -- and find that our method produces estimates with low bias. We believe that this text-based design of proxies allows for the use of proximal causal inference in a wider range of scenarios, particularly those for which obtaining suitable proxies from structured data is difficult.

Code Implementations1 repo
Foundations

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

Your Notes