Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv Machine Learning · 2026/7/31 04:00:00
DoTime: A Synthetic Benchmark Generator for Interventional and Counterfactual Time Series
AI 中文解读
AI界又出神器了!这次是给时间序列数据“找茬”的专家——DoTime。简单说,以往测试AI因果推理能力的数据集,大多是静态的、单一的,就像拿一套题反复考学生,根本测不出真实水平。而DoTime这个开源工具,能像变魔术一样,批量生成无数套“量身定制”的模拟数据,自动注入各种突发干预措施,比如模拟药物突然生效、政策骤然改变,甚至连气候临界点都能造出来。
更重要的是,它自带标准答案,能清晰区分哪些结果是“自然演变”,哪些是“人为干预”造成的,这相当于给AI配了一副“因果透视镜”。实验显示,用DoTime的数据训练AI,能让它在判断“到底是不是我造成了这个结果”时,准确率大幅提升。这意味着未来AI看病能更准地判断治疗方案的效果,政府制定政策前能更可靠地推演利弊,甚至预测气候恶化趋势时也能少些“拍脑袋”,多几分科学依据。
arXiv:2607.27263v1 Announce Type: new
Abstract: Most benchmarks for causal inference over time series are observational, small, or domain-specific, leaving interventional and counterfactual estimation under-served exactly where it matters most, such as in healthcare, policy evaluation, and climate science. We introduce \textbf{DoTime}, an open, scalable, and theoretically grounded generator of multivariate temporal structural causal models (TSCMs) with interventions, released as the \code{dotime} PyPI package together with four frozen evaluation suites. Beyond existing work, it adds capabilities absent from prior generators: continuous-time intervention \emph{windows}, counterfactual sampling modes with a positivity guard, regime-switching SCMs as a strict generalization of interrupted time series, non-stationary dynamics by construction with switching SCM parameters, and deterministic ramp and sinusoidal intervention profiles that place trends and structural breaks \emph{inside} the evaluation window. Moreover, it demonstrates the suitability of the generator as a prior for a causal foundation model reference implementation. The released suites span a training-scale snapshot of $100{,}000$ trajectories and eight named identification structures, each with exact ground truth: paired interventional trajectories from the same SCM throughout, and shared-noise counterfactuals in the continuous-time suite. We ship reference baseline implementations with an evaluation harness, and pose a falsifiable claim: interventional training buys a measurable direction-accuracy advantage over an observational model of identical capacity. It is tested across three training seeds per arm. Under structure-matched evaluation on held-out episodes, the interventional prior-fitted network's (PFN) gap is positive in every structure, trajectory length, and seed tested.
分享
阅读原文 ↗