Deep IV: A Flexible Approach to Instrumental Variable Estimation, Jason Hartford, Greg Lewis, Kevin Leyton-Brown, Matt Taddy, 2017Proceedings of the 34th International Conference on Machine Learning, Vol. 70 (PMLR) - 介绍了深度工具变量(Deep IV)框架,用神经网络取代2SLS中的线性模型,处理工具变量估计中的非线性关系和高维数据。
EconML: A Python Package for Causal Inference in Machine Learning, Victor Chernozhukov, Susan Athey, Robert Schapire, Greg Lewis, Jason Hartford, David S. Matteson, Kevin Leyton-Brown, 2019Proceedings of the 25th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining (KDD) (ACM)DOI: 10.1145/3292500.3330752 - 介绍了EconML库,它提供了各种因果推断方法的稳健实现,包括如深度工具变量(Deep IV)等先进的工具变量技术。