菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-06-02
📄 Abstract - Tailoring Strictly Proper Scoring Rules for Downstream Tasks: An Application to Causal Inference

Probabilistic models are typically trained using task-agnostic objectives like log-loss, which can lead to significant errors in downstream estimation. This disconnect is especially critical in Inverse Probability Weighting (IPW) for causal inference, where propensity score errors near $0$ and $1$ often lead to high bias and variance. We propose a principled framework for deriving task-specific strictly proper scoring rules by matching the local curvature of the downstream error metric. We apply this to the Average Treatment Effect (ATE) estimation, deriving a closed-form loss and its corresponding canonical probability mapping that can be readily integrated with any model like a neural network or a gradient boosting algorithm. Extensive evaluations on causal inference benchmarks demonstrate that our tailored objective consistently outperforms standard likelihood-based and covariate-balancing approaches.

顶级标签: machine learning causal inference
详细标签: scoring rules propensity score average treatment effect downstream task 或 搜索:

针对下游任务定制严格正确评分规则:一种应用于因果推断的方法 / Tailoring Strictly Proper Scoring Rules for Downstream Tasks: An Application to Causal Inference


1️⃣ 一句话总结

本文提出了一种新框架,通过调整概率模型的训练目标,使其与下游任务(如因果推断中的平均处理效应估计)的误差指标“对齐”,从而显著提升估计精度,优于传统基于似然或协变量平衡的方法。

源自 arXiv: 2606.03332