Concept

Cause-Effect Pair Challenge

Telling cause from effect from purely observational data (focusing on pairs (X,Y) of variables rather than multi-variate case) has been a challenge at the NIPS 2008 workshop on Causality. The scenario can be described as follows:

  • Given observations (x1,y1),,(xk,yk)( x_1 , y_1 ), …, ( x_k , y_k ) iid (independent and identically distributed) drawn from some distribution PX,YP_{X , Y} , infer whether X causes Y (a) or Y causes X (b) , given the promise that exactly one of these alternatives is true.

The NIPS 2013 challenge extended this setting to three classes: XY(a)X\rightarrow Y (a) , YX(b)Y\rightarrow X (b), or the null class {(c),(d)}\{(c),(d)\}, which consisted of the unconnected case XYX Y or the case of pure confounding XYX \leftrightarrow Y (this notation is used as shorthand for X ← H → Y , where H is unobserved, but where neither X or Y cause each other).

Image 0

0

1

Updated 2020-07-17

Tags

Data Science

Related