Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv Machine Learning · 2026/8/4 16:09:01

GENESIS: Towards Explainable Causal Discovery

AI 中文解读
核心亮点:这项研究让AI在寻找因果关系时,每一步决策都能说清“为什么”,不再是个黑箱。 通俗解读:以前AI分析数据找规律,就像个算命先生,只告诉你结果,说不清依据。现在这个叫GENESIS的新框架,把找因果的过程拆成透明小步骤:先识别简单的关系模式,再逐步验证,实在拿不准才请教专家知识。每个判断都有据可查,要么有数据支撑,要么有逻辑推理,就像侦探破案,每个结论都摆出证据链。 实际影响:这会让AI在医疗诊断、金融风控等高风险领域更可靠。比如医生用AI分析病历,AI不仅说“这个药可能有效”,还能解释“因为患者有这些症状和指标,与过去3000个类似病例吻合”。普通人未来面对AI建议时,能追问“为什么”,得到清晰答案,而不是盲目信任或怀疑。这也意味着AI应用将更容易通过监管审查,因为每个决策都可追溯、可审计。
Causal Discovery (CD) from observational data faces two fundamental challenges. First, purely statistical methods often lack the power to resolve structural ambiguities in low-sample regimes. Second, although LLM-assisted hybrid approaches improve structure recovery through semantic reasoning, the influence of that reasoning on individual edge decisions remains largely opaque. Consequently, existing hybrid methods fail to satisfy a fundamental requirement: explaining why a particular edge is included or excluded in the learned directed acyclic graph (DAG). This is critical in real-world applications, where no ground-truth DAG exists and every structural decision must be independently justified. We formalize this requirement as decision traceability, requiring every inferred edge to be supported by auditable statistical evidence, Markov Blanket consistency, or explicit domain reasoning. We propose GENESIS, an explainable hybrid CD framework that decomposes graph construction into interpretable decision points. GENESIS first identifies and scores three-node structural motifs, including chains, forks, and colliders, to establish transparent structural priors, then progressively refines the graph by integrating these priors with observational evidence, invoking domain knowledge only when statistical evidence is insufficient. By design, every edge decision is resolved through an auditable source of evidence. Experiments show that GENESIS achieves 100% decision traceability across all settings, establishing explainability as a first-class objective in causal discovery. Despite this additional requirement, GENESIS consistently outperforms purely statistical CD methods on the majority of benchmark datasets across all sample regimes in terms of Structural Hamming Distance (SHD), while achieving performance comparable to state-of-the-art LLM-assisted approaches.
分享
阅读原文