Files
deepmind-research/causal_reasoning/README.md
T
Miljan Martic 7488a1f70a [causal_reasoning] Add missing arXiv link.
PiperOrigin-RevId: 339018780
2020-10-26 12:56:18 +00:00

23 lines
1.3 KiB
Markdown

# Algorithms for Causal Reasoning in Probability Trees
*By the AGI Safety Analysis Team @ DeepMind*
Probability trees are one of the simplest models of causal generative processes.
They possess clean semantics and are strictly more general than causal Bayesian
networks, as they are able to e.g. represent causal relations that causal Bayesian
networks cannot. Yet, they have received little attention from the AI and ML
community. Here we present new algorithms for causal reasoning in discrete
probability trees that cover the entire causal hierarchy (association, intervention,
and counterfactuals), and operate on arbitrary propositional and causal events. Our
work expands the domain of causal reasoning to a very general class of discrete
stochastic processes.
For details, see our paper [Algorithms for Causal Reasoning in Probability Trees](https://arxiv.org/abs/2010.12237).
The accompanying colab is available here:
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/deepmind/deepmind_research/blob/master/causal_reasoning/Causal_Reasoning_in_Probability_Trees.ipynb)
If you use the code here please cite this paper.
> Tim Genewein*, Tom McGrath*, Grégoire Delétang*, Vladimir Mikulik*, Miljan Martic, Shane Legg, Pedro A. Ortega. [\[arXiv\]](https://arxiv.org/abs/2010.12237)