Human Decisions and Machine Predictions

Total Page:16

File Type:pdf, Size:1020Kb

Human Decisions and Machine Predictions Human Decisions and Machine Predictions Jure Leskovec (@jure) Including joint work with Himabindu Lakkaraju, Sendhil Mullainathan, Jon Kleinberg, Jens Ludwig Machine Learning Humans vs. Machines Humans vs. Machines § Given the same data/features X machines tend to beat human: § Games: Chess, AlphaGo, Poker § Image classification § Question answering (IBM Watson) § But humans tend see more than machines do. Humans make decisions based on (X,Z)! Humans Make Decisions Humans make decisions based on X,Z! § Machine is trained based on P(Y|X) § But humans use P(Y|X,Z) to make decisions § Could this be a problem? Yes! Why? Because the data is selectively labeled and cross validation can severely overestimate model performance. Plan for the Talk 1) Can machines make better decisions than humans? 2) Why do humans make mistakes? 3) Can machines help humans make better decisions? Jure Leskovec (@jure) Stanford University 5 Example Problem: Criminal Court Bail Assignment Jure Leskovec, Stanford University 6 Example Decision Problem U.S. police makes >12M arrests/year Q: Where do people wait for trial? Release vs. Detain is high stakes: § Pre-trial detention spells avg. 2-3 months (can be up to 9-12 months) § Nearly 750,000 people in jails in US § Consequential for jobs, families as well as crime Jure Leskovec (@jure) Stanford University 7 Judge’s Decision Problem Judge must decide whether to release (bail) or not (jail) Outcomes: Defendant when out on bail can behave badly: § Fail to appear at trial § Commit a non-violent crime § Commit a violent crime The judge is making a prediction! Jure Leskovec (@jure) Stanford University 8 Bail as a Decision Problem § Not assessing guilt on this crime § Not a punishment § Judge can only pay attention to failure to appear and crime risk Jure Leskovec (@jure) Stanford University 9 The ML Task We want to build a predictor that will based on defendant’s criminal history predict defendant’s future bad behavior Prediction Defendant Learning of bad characteristics algorithm behavior in the future Jure Leskovec (@jure) Stanford University 10 What Characteristics to Use? Only administrative features § Common across regions § Easy to get § No “gaming the system” problem Only features that are legal to use § No race, gender, religion Note: Judge predictions may not obey either of these Jure Leskovec (@jure) Stanford University 11 Data: Defendant Features § Age at first arrest § Arrest for new offense while on § Times sentenced residential supervision or bond correction § Has active warrant § Level of charge § Has active misdemeanor § Number of active warrants warrant § Number of misdemeanor cases § Has other pending charge § Number of past revocations § Had previous adult conviction § Current charge domestic § Had previous adult violence misdemeanor conviction § Is first arrest § Had previous adult felony § Prior jail sentence conviction § § Prior prison sentence Had previous Failure to Appear § § Employed at first arrest Prior supervision within 10 years § Currently on supervision § Had previous revocation (only legal features and easy to get) Jure Leskovec (@jure) Stanford University 12 Data: Kentucky & Federal Fraction Fraction Failure to Non- Number Violent Jurisdiction released of Appear at violent of cases Crime people Crime Trial Crime Kentucky 362k 73% 17% 10% 4.2% 2.8% Federal Pretrial 1.1m 78% 19% 12% 5.4% 1.9% System Jure Leskovec (@jure) Stanford University 13 Applying Machine Learning § Just apply Machine Learning: § Use labeled dataset (released defendants) § Train a learning model to predict whether defendant when our on bail will misbehave § Report accuracy on the held-out test set Jure Leskovec, Stanford University 14 Prediction Model ������������������������������������������� ��� ���� ������������ �������������������������� ��� ���� ��� ���� ������������ ������������ ��������������������������������� ������������������������ ��� ���� ��� ���� ��� ���� ���� ��� �������������������������������� �������������������������� ���������������� �������������������� ������������������� �������������� ������������ ������������������� ���� ����� ���� ����� ������ ����� ���� ����� ���� ����� ���� ����� ���� ����� ���� ����� ���� ���� ���� ���� ���� ��� ��� ���� ���� ���� ���� ���� ���� ���� ��� ���� Top four levels the decision tree ButProbability there of NOT committing is a a crimeproblem with this… Typical tree depth: 20-25 Jure Leskovec (@jure) Stanford University 15 The Problem § Issue: Judge sees factors the machine does not § Judge makes decisions based on P(Y|X,Z) § X … prior crime history § Z … other factors not seen by the machine § Machine makes decisions based on P(Y|X) § Problem: Judge is selectively labeling the data based on P(Y|X,Z)! Jure Leskovec, Stanford University 16 Problem: Selective Labels Judge is selectively labeling the dataset Judge Release Jail Crime? Crime? Yes No ? ? § We can only train on released people § By jailing judge is selectively hiding labels! Jure Leskovec, Stanford University 17 Selection on Unobservables Selective labels introduce bias: § Say young people with no tattoos have no risk for crime. Judge releases them. § But machine does not observe whether defendants have tattoos. § So, the machine would falsely conclude that all young people do no crime. § And falsely presume that by releasing all young people it does better than judge! Jure Leskovec, Stanford University 18 Challenges: (1) Selective Labels (2) Unobservables Z Jure Leskovec, Stanford University 19 Solution: 3 Properties Our solution depends on three key properties: § Multiple judges § Natural variability between judges § Random assignment of cases to judges § One-sidedness of the problem Solution: Tree Observations 1) Problem is one-sided: § Releasing a jailed person is a problem § Jailing a released person is not Algorithm Release Jail ü ü Judge Jail Release û ü Jure Leskovec (@jure) Stanford University 21 Solution: Three Observations 2) In Federal system cases are randomly assigned § This means that on average all judges have similar cases Jure Leskovec (@jure) Stanford University 22 Solution: Three Observations 3) Natural variability between judges § Due to human nature there will be some variability between the judges § Some judges are more strict while others are more lenient Jure Leskovec (@jure) Stanford University 23 Solution: Contraction Solution: Use most lenient judges! § Take released population of a lenient judge § Which of those would we jail to become less lenient § Compare crime rate to a strict human judge Note: Does not rely on judges having “similar” predictions Jure Leskovec (@jure) Stanford University 24 Solution: Contraction Making lenient judges strict: Released by a lenient judge Use algorithm to make a lenient judge more strict Strict human judge Defendants (ordered by crime probability) What makes contraction work: § 1) Judges have similar cases (random assignment of cases) § 2) Selective labels are one-sided Jure Leskovec (@jure) Stanford University 25 Evaluating the Prediction Predictions create a new release rule: § Parameterized by % released § For every defendant predict P(crime) § Sort them by increasing P(crime) and “release” bottom k § Note: This is different than AUC What is the fraction released vs. crime rate tradeoff? Jure Leskovec (@jure) Stanford University 26 Overall Predicted Crime Holding release rate constant, crime rate is reduced by 0.102 (58.45% decrease) Judges 17% Machine Learning 11% Overall crime rate All features + ML algorithm Crime Rate (includes FTA, NCA, NVCA) 73% 88% ReleaseRelease Rate Rate Standard errors too small to display Decision trees beat LogReg by 30% Jure Leskovec (@jure) Stanford University Contrast with AUC ROC 27 Predicted Failure to Appear Holding release rate constant, crime rate is reduced by 0.06 (60% decrease) Judges decisions 10% FTA Rate FTA ML algorithm 4.1% 73% Release Rate Jure Leskovec (@jure) Stanford University 28 Predicted Non-Violent Crime Holding release rate constant, crime rate is reduced by 0.025 (58% decrease) Judges decisions 4.2% NCA Rate 1.7% 73% Release Rate Notes: Standard errors too small to display on graph Jure Leskovec (@jure) Stanford University 29 Predicted Violent Crime Holding release rate constant, crime rate is Judges decisions reduced by 0.014 2.8% (50% decrease) NVCA Rate 1.4% Release Rate 73% Notes: Standard errors too small to display on graph Jure Leskovec (@jure) Stanford University 30 Effect of Race h#H2 d, _+BH 6B`M2bb .`QT _2HiBp2 S2`+2Mi;2 Q7 CBH SQTmHiBQM *`BK2 _i2 _2H2b2 _mH2 iQ Cm/;2 "H+F >BbTMB+ JBMQ`Biv .Bbi`B#miBQM Q7 .272M/Mib U"b2 _i2V X93dd XjjR3 X3RN8 Cm/;2 XRRj9 X8dj XjRek X33Nk yW UXyyRyV UXyykNV UXyykdV UXyyR3V H;Q`Bi?K lbmH _MFBM; Xy389 X8N39 Xjykj XNyyd @k9Xe3W UXyyy3V UXyykNV UXyykdV UXyyRdV Ji+? Cm/;2 QM _+2 Xy388 X8dj XjRek X33Nk @k9Xe9W UXyyy3V UXyykNV UXyykdV UXyyR3V 1[mH _2H2b2 _i2b Xy3dj X93dd XjjR3 X3RN8 @kjXykW 7Q` HH _+2b UXyyy3V UXyykNV UXyyk3V UXyykjV Ji+? GQr2` Q7 Xy3de X93dd XjRek X3yjN @kkXd9W "b2 _i2 Q` Cm/;2 UXyyy3V UXyykNV UXyykdV UXyykjV LQi2b, h#H2 `2TQ`ibML i?2 TQi2MiBH does ;BMb Q7 i?2not H;Q`Bi?KB+ beat `2H2b2 `mH2 the `2HiBp2 iQ judge i?2 Dm/;2 i i?2 Dm/;2bby `2H2b2 `i2 rBi? `2bT2+i iQ +`BK2 `2/m+iBQMb M/ b?`2 Q7 i?2 DBH TQTmHiBQM i?i Bb #H+F- >BbTMB+ Q` 2Bi?2` #H+F Q` >BbTMB+X h?2 }`bi `Qr b?Qrb i?2 b?`2 Q7 i?2 /272M/Miracially TQTmHiBQM Qp2`HH discriminating i?i Bb #H+F Q` >BbTMB+X h?2 b2+QM/ `Qr b?Qrb i?2 `2bmHib Q7 i?2 Q#b2`p2/ Dm/;2 /2+BbBQMbX h?2 i?B`/ `Qr b?Qrb i?2 `2bmHib Q7 i?2 mbmH H;Q`Bi?KB+ `2@`MFBM; `2H2b2 `mH2- r?B+? /Q2b
Recommended publications
  • Nber Working Paper Series Human Decisions And
    NBER WORKING PAPER SERIES HUMAN DECISIONS AND MACHINE PREDICTIONS Jon Kleinberg Himabindu Lakkaraju Jure Leskovec Jens Ludwig Sendhil Mullainathan Working Paper 23180 http://www.nber.org/papers/w23180 NATIONAL BUREAU OF ECONOMIC RESEARCH 1050 Massachusetts Avenue Cambridge, MA 02138 February 2017 We are immensely grateful to Mike Riley for meticulously and tirelessly spearheading the data analytics, with effort well above and beyond the call of duty. Thanks to David Abrams, Matt Alsdorf, Molly Cohen, Alexander Crohn, Gretchen Ruth Cusick, Tim Dierks, John Donohue, Mark DuPont, Meg Egan, Elizabeth Glazer, Judge Joan Gottschall, Nathan Hess, Karen Kane, Leslie Kellam, Angela LaScala-Gruenewald, Charles Loeffler, Anne Milgram, Lauren Raphael, Chris Rohlfs, Dan Rosenbaum, Terry Salo, Andrei Shleifer, Aaron Sojourner, James Sowerby, Cass Sunstein, Michele Sviridoff, Emily Turner, and Judge John Wasilewski for valuable assistance and comments, to Binta Diop, Nathan Hess, and Robert Webberfor help with the data, to David Welgus and Rebecca Wei for outstanding work on the data analysis, to seminar participants at Berkeley, Carnegie Mellon, Harvard, Michigan, the National Bureau of Economic Research, New York University, Northwestern, Stanford and the University of Chicago for helpful comments, to the Simons Foundation for its support of Jon Kleinberg's research, to the Stanford Data Science Initiative for its support of Jure Leskovec’s research, to the Robert Bosch Stanford Graduate Fellowship for its support of Himabindu Lakkaraju and to Tom Dunn, Ira Handler, and the MacArthur, McCormick and Pritzker foundations for their support of the University of Chicago Crime Lab and Urban Labs. The main data we analyze are provided by the New York State Division of Criminal Justice Services (DCJS), and the Office of Court Administration.
    [Show full text]
  • Himabindu Lakkaraju
    Himabindu Lakkaraju Contact Information 428 Morgan Hall Harvard Business School Soldiers Field Road Boston, MA 02163 E-mail: [email protected] Webpage: http://web.stanford.edu/∼himalv Research Interests Transparency, Fairness, and Safety in Artificial Intelligence (AI); Applications of AI to Criminal Justice, Healthcare, Public Policy, and Education; AI for Decision-Making. Academic & Harvard University 11/2018 - Present Professional Postdoctoral Fellow with appointments in Business School and Experience Department of Computer Science Microsoft Research, Redmond 5/2017 - 6/2017 Visiting Researcher Microsoft Research, Redmond 6/2016 - 9/2016 Research Intern University of Chicago 6/2014 - 8/2014 Data Science for Social Good Fellow IBM Research - India, Bangalore 7/2010 - 7/2012 Technical Staff Member SAP Research, Bangalore 7/2009 - 3/2010 Visiting Researcher Adobe Systems Pvt. Ltd., Bangalore 7/2007 - 7/2008 Software Engineer Education Stanford University 9/2012 - 9/2018 Ph.D. in Computer Science Thesis: Enabling Machine Learning for High-Stakes Decision-Making Advisor: Prof. Jure Leskovec Thesis Committee: Prof. Emma Brunskill, Dr. Eric Horvitz, Prof. Jon Kleinberg, Prof. Percy Liang, Prof. Cynthia Rudin Stanford University 9/2012 - 9/2015 Master of Science (MS) in Computer Science Advisor: Prof. Jure Leskovec Indian Institute of Science (IISc) 8/2008 - 7/2010 Master of Engineering (MEng) in Computer Science & Automation Thesis: Exploring Topic Models for Understanding Sentiments Expressed in Customer Reviews Advisor: Prof. Chiranjib
    [Show full text]
  • Overview on Explainable AI Methods Global‐Local‐Ante‐Hoc‐Post‐Hoc
    00‐FRONTMATTER Seminar Explainable AI Module 4 Overview on Explainable AI Methods Birds‐Eye View Global‐Local‐Ante‐hoc‐Post‐hoc Andreas Holzinger Human‐Centered AI Lab (Holzinger Group) Institute for Medical Informatics/Statistics, Medical University Graz, Austria and Explainable AI‐Lab, Alberta Machine Intelligence Institute, Edmonton, Canada a.holzinger@human‐centered.ai 1 Last update: 11‐10‐2019 Agenda . 00 Reflection – follow‐up from last lecture . 01 Basics, Definitions, … . 02 Please note: xAI is not new! . 03 Examples for Ante‐hoc models (explainable models, interpretable machine learning) . 04 Examples for Post‐hoc models (making the “black‐box” model interpretable . 05 Explanation Interfaces: Future human‐AI interaction . 06 A few words on metrics of xAI (measuring causability) a.holzinger@human‐centered.ai 2 Last update: 11‐10‐2019 01 Basics, Definitions, … a.holzinger@human‐centered.ai 3 Last update: 11‐10‐2019 Explainability/ Interpretability – contrasted to performance Zachary C. Lipton 2016. The mythos of model interpretability. arXiv:1606.03490. Inconsistent Definitions: What is the difference between explainable, interpretable, verifiable, intelligible, transparent, understandable … ? Zachary C. Lipton 2018. The mythos of model interpretability. ACM Queue, 16, (3), 31‐57, doi:10.1145/3236386.3241340 a.holzinger@human‐centered.ai 4 Last update: 11‐10‐2019 The expectations of xAI are extremely high . Trust – interpretability as prerequisite for trust (as propagated by Ribeiro et al (2016)); how is trust defined? Confidence? . Causality ‐ inferring causal relationships from pure observational data has been extensively studied (Pearl, 2009), however it relies strongly on prior knowledge . Transferability – humans have a much higher capacity to generalize, and can transfer learned skills to completely new situations; compare this with e.g.
    [Show full text]
  • Algorithms, Platforms, and Ethnic Bias: an Integrative Essay
    BERKELEY ROUNDTABLE ON THE INTERNATIONAL ECONOMY BRIE Working Paper 2018-3 Algorithms, Platforms, and Ethnic Bias: An Integrative Essay Selena Silva and Martin Kenney Algorithms, Platforms, and Ethnic Bias: An Integrative Essay In Phylon: The Clark Atlanta University Review of Race and Culture (Summer/Winter 2018) Vol. 55, No. 1 & 2: 9-37 Selena Silva Research Assistant and Martin Kenney* Distinguished Professor Community and Regional Development Program University of California, Davis Davis & Co-Director Berkeley Roundtable on the International Economy & Affiliated Professor Scuola Superiore Sant’Anna * Corresponding Author The authors wish to thank Obie Clayton for his encouragement and John Zysman for incisive and valuable comments on an earlier draft. Keywords: Digital bias, digital discrimination, algorithms, platform economy, racism 1 Abstract Racially biased outcomes have increasingly been recognized as a problem that can infect software algorithms and datasets of all types. Digital platforms, in particular, are organizing ever greater portions of social, political, and economic life. This essay examines and organizes current academic and popular press discussions on how digital tools, despite appearing to be objective and unbiased, may, in fact, only reproduce or, perhaps, even reinforce current racial inequities. However, digital tools may also be powerful instruments of objectivity and standardization. Based on a review of the literature, we have modified and extended a “value chain–like” model introduced by Danks and London, depicting the potential location of ethnic bias in algorithmic decision-making.1 The model has five phases: input, algorithmic operations, output, users, and feedback. With this model, we identified nine unique types of bias that might occur within these five phases in an algorithmic model: (1) training data bias, (2) algorithmic focus bias, (3) algorithmic processing bias, (4) transfer context bias, (5) misinterpretation bias, (6) automation bias, (7) non-transparency bias, (8) consumer bias, and (9) feedback loop bias.
    [Show full text]
  • Bayesian Sensitivity Analysis for Offline Policy Evaluation
    Bayesian Sensitivity Analysis for Offline Policy Evaluation Jongbin Jung Ravi Shroff [email protected] [email protected] Stanford University New York University Avi Feller Sharad Goel UC-Berkeley [email protected] [email protected] Stanford University ABSTRACT 1 INTRODUCTION On a variety of complex decision-making tasks, from doctors pre- Machine learning algorithms are increasingly used by employ- scribing treatment to judges setting bail, machine learning algo- ers, judges, lenders, and other experts to guide high-stakes de- rithms have been shown to outperform expert human judgments. cisions [2, 3, 5, 6, 22]. These algorithms, for example, can be used to One complication, however, is that it is often difficult to anticipate help determine which job candidates are interviewed, which defen- the effects of algorithmic policies prior to deployment, as onegen- dants are required to pay bail, and which loan applicants are granted erally cannot use historical data to directly observe what would credit. When determining whether to implement a proposed policy, have happened had the actions recommended by the algorithm it is important to anticipate its likely effects using only historical been taken. A common strategy is to model potential outcomes data, as ex-post evaluation may be expensive or otherwise imprac- for alternative decisions assuming that there are no unmeasured tical. This general problem is known as offline policy evaluation. confounders (i.e., to assume ignorability). But if this ignorability One approach to this problem is to first assume that treatment as- assumption is violated, the predicted and actual effects of an al- signment is ignorable given the observed covariates, after which a gorithmic policy can diverge sharply.
    [Show full text]
  • Designing Alternative Representations of Confusion Matrices to Support Non-Expert Public Understanding of Algorithm Performance
    153 Designing Alternative Representations of Confusion Matrices to Support Non-Expert Public Understanding of Algorithm Performance HONG SHEN, Carnegie Mellon University, USA HAOJIAN JIN, Carnegie Mellon University, USA ÁNGEL ALEXANDER CABRERA, Carnegie Mellon University, USA ADAM PERER, Carnegie Mellon University, USA HAIYI ZHU, Carnegie Mellon University, USA JASON I. HONG, Carnegie Mellon University, USA Ensuring effective public understanding of algorithmic decisions that are powered by machine learning techniques has become an urgent task with the increasing deployment of AI systems into our society. In this work, we present a concrete step toward this goal by redesigning confusion matrices for binary classification to support non-experts in understanding the performance of machine learning models. Through interviews (n=7) and a survey (n=102), we mapped out two major sets of challenges lay people have in understanding standard confusion matrices: the general terminologies and the matrix design. We further identified three sub-challenges regarding the matrix design, namely, confusion about the direction of reading the data, layered relations and quantities involved. We then conducted an online experiment with 483 participants to evaluate how effective a series of alternative representations target each of those challenges in the context of an algorithm for making recidivism predictions. We developed three levels of questions to evaluate users’ objective understanding. We assessed the effectiveness of our alternatives for accuracy in answering those questions, completion time, and subjective understanding. Our results suggest that (1) only by contextualizing terminologies can we significantly improve users’ understanding and (2) flow charts, which help point out the direction ofreading the data, were most useful in improving objective understanding.
    [Show full text]
  • Human Decisions and Machine Predictions*
    HUMAN DECISIONS AND MACHINE PREDICTIONS* Jon Kleinberg Himabindu Lakkaraju Jure Leskovec Jens Ludwig Sendhil Mullainathan August 11, 2017 Abstract Can machine learning improve human decision making? Bail decisions provide a good test case. Millions of times each year, judges make jail-or-release decisions that hinge on a prediction of what a defendant would do if released. The concreteness of the prediction task combined with the volume of data available makes this a promising machine-learning application. Yet comparing the algorithm to judges proves complicated. First, the available data are generated by prior judge decisions. We only observe crime outcomes for released defendants, not for those judges detained. This makes it hard to evaluate counterfactual decision rules based on algorithmic predictions. Second, judges may have a broader set of preferences than the variable the algorithm predicts; for instance, judges may care specifically about violent crimes or about racial inequities. We deal with these problems using different econometric strategies, such as quasi-random assignment of cases to judges. Even accounting for these concerns, our results suggest potentially large welfare gains: one policy simulation shows crime reductions up to 24.7% with no change in jailing rates, or jailing rate reductions up to 41.9% with no increase in crime rates. Moreover, all categories of crime, including violent crimes, show reductions; and these gains can be achieved while simultaneously reducing racial disparities. These results suggest that while machine learning can be valuable, realizing this value requires integrating these tools into an economic framework: being clear about the link between predictions and decisions; specifying the scope of payoff functions; and constructing unbiased decision counterfactuals.
    [Show full text]
  • Examining Wikipedia with a Broader Lens
    Examining Wikipedia With a Broader Lens: Quantifying the Value of Wikipedia’s Relationships with Other Large-Scale Online Communities Nicholas Vincent Isaac Johnson Brent Hecht PSA Research Group PSA Research Group PSA Research Group Northwestern University Northwestern University Northwestern University [email protected] [email protected] [email protected] ABSTRACT recruitment and retention strategies (e.g. [17,18,59,62]), and The extensive Wikipedia literature has largely considered even to train many state-of-the-art artificial intelligence Wikipedia in isolation, outside of the context of its broader algorithms [12,13,25,26,36,58]. Indeed, Wikipedia has Internet ecosystem. Very recent research has demonstrated likely become one of the most important datasets and the significance of this limitation, identifying critical research environments in modern computing [25,28,36,38]. relationships between Google and Wikipedia that are highly relevant to many areas of Wikipedia-based research and However, a major limitation of the vast majority of the practice. This paper extends this recent research beyond Wikipedia literature is that it considers Wikipedia in search engines to examine Wikipedia’s relationships with isolation, outside the context of its broader online ecosystem. large-scale online communities, Stack Overflow and Reddit The importance of this limitation was made quite salient in in particular. We find evidence of consequential, albeit recent research that suggested that Wikipedia’s relationships unidirectional relationships. Wikipedia provides substantial with other websites are tremendously significant value to both communities, with Wikipedia content [15,35,40,57]. For instance, this work has shown that increasing visitation, engagement, and revenue, but we find Wikipedia’s relationships with other websites are important little evidence that these websites contribute to Wikipedia in factors in the peer production process and, consequently, have impacts on key variables of interest such as content return.
    [Show full text]
  • Counterfactual Predictions Under Runtime Confounding
    Counterfactual Predictions under Runtime Confounding Amanda Coston Edward H. Kennedy Heinz College & Machine Learning Dept. Department of Statistics Carnegie Mellon University Carnegie Mellon University [email protected] [email protected] Alexandra Chouldechova Heinz College Carnegie Mellon University [email protected] April 19, 2021 Abstract Algorithms are commonly used to predict outcomes under a particular decision or intervention, such as predicting likelihood of default if a loan is approved. Generally, to learn such counterfactual prediction models from observational data on historical decisions and corresponding outcomes, one must measure all factors that jointly affect the outcome and the decision taken. Motivated by decision support applications, we study the counterfactual prediction task in the setting where all relevant factors are captured in the historical data, but it is infeasible, undesirable, or impermissible to use some such factors in the prediction model. We refer to this setting as runtime confounding. We propose a doubly-robust procedure for learning counterfactual prediction models in this setting. Our theoretical analysis and experimental results suggest that our method often outperforms competing approaches. We also present a validation procedure for evaluating the performance of counterfactual prediction methods. 1 Introduction Algorithmic tools are increasingly prevalent in domains such as health care, education, lending, criminal justice, and child welfare [4, 8, 16, 19, 39]. In many cases, the tools are not intended to replace human decision-making, but rather to distill rich case information into a simpler form, arXiv:2006.16916v2 [stat.ML] 16 Apr 2021 such as a risk score, to inform human decision makers [3, 10]. The type of information that these tools need to convey is often counterfactual in nature.
    [Show full text]
  • Faithful and Customizable Explanations of Black Box Models
    Faithful and Customizable Explanations of Black Box Models Himabindu Lakkaraju Ece Kamar Harvard University Microsoft Research [email protected] [email protected] Rich Caruana Jure Leskovec Microsoft Research Stanford University [email protected] [email protected] ABSTRACT 1 INTRODUCTION As predictive models increasingly assist human experts (e.g., doc- The successful adoption of predictive models for real world decision tors) in day-to-day decision making, it is crucial for experts to be making hinges on how much decision makers (e.g., doctors, judges) able to explore and understand how such models behave in differ- can understand and trust their functionality. Only if decision makers ent feature subspaces in order to know if and when to trust them. have a clear understanding of the behavior of predictive models, To this end, we propose Model Understanding through Subspace they can evaluate when and how much to depend on these models, Explanations (MUSE), a novel model agnostic framework which detect potential biases in them, and develop strategies for further facilitates understanding of a given black box model by explaining model refinement. However, the increasing complexity and the how it behaves in subspaces characterized by certain features of proprietary nature of predictive models employed today is making interest. Our framework provides end users (e.g., doctors) with the this problem harder [9], thus, emphasizing the need for tools which flexibility of customizing the model explanations by allowing them can explain these complex black boxes in a faithful and interpretable to input the features of interest. The construction of explanations is manner. guided by a novel objective function that we propose to simultane- Prior research on explaining black box models can be catego- ously optimize for fidelity to the original model, unambiguity and rized as: 1) Local explanations, which focus on explaining individual interpretability of the explanation.
    [Show full text]
  • Using Big Data to Solve Economic and Social Problems
    Department of Economics Spring 2020 Opportunity Insights Harvard University ECON 50 / HKS SUP 135 / GSE A218 Using Big Data to Solve Economic and Social Problems Professor Raj Chetty Course Head: Gregory Bruich, Ph.D. Email: [email protected] Email: [email protected] Office: Opportunity Insights, 1280 Mass Ave. Office: Littauer Center 113 LECTURES Mondays and Wednesdays, 1:30-2:45 p.m. in Sanders Theater, 45 Quincy Street COURSE DESCRIPTION This course will show how "big data" can be used to understand and address some of the most important social and economic problems of our time. The course will give students an introduction to frontier research and policy applications in economics and social science in a non-technical manner that does not require prior coursework in economics or statistics, making it suitable both for students exploring economics for the first time, as well as for more advanced students. Topics include equality of opportunity, education, racial disparities, innovation and entrepreneurship, health care, climate change, criminal justice, and tax policy. In the context of these topics, the course will also provide an introduction to basic methods in data science, including regression, causal inference, and machine learning. The course will include discussions with leading researchers and practitioners who use big data in real-world applications. INSTRUCTORS Raj Chetty is the William A. Ackman Professor of Economics at Harvard. Raj’s current research, in collaboration with his Opportunity Insights research team, focuses on equality of opportunity: how can we given children from disadvantaged backgrounds the best chances of succeeding? Raj got his AB from Harvard in 2000 (where he lived in Hurlbut Hall as a first-year and then Pforzheimer House) and Ph.D.
    [Show full text]
  • Machine Learning and Development Policy
    Machine Learning and Development Policy Sendhil Mullainathan (joint papers with Jon Kleinberg, Himabindu Lakkaraju, Jure Leskovec, Jens Ludwig, Ziad Obermeyer) Magic? • Hard not to be wowed • But what makes it tick? • Could that be used elsewhere? In my own work? AI Approach • We do it perfectly. • Introspect how • Program that up Programming • For each review make a vector of words • Figure out whether it has positive words and negative words • Count Trying to Copy Humans Brilliant Suck Dazzling Cliched Cool 60% Slow Gripping Awful Moving Bad This Approach Stalled • “Trivial” problems proved impossible – Marvin Minsky once assigned "the problem of computer vision" as a summer project • Forget about the more “complicated” problems like language What is the magic trick? • Make this an empirical exercise – Collect some data • Look at what combination of words predicts being a good review • Example dataset: – 2000 movie reviews – 1000 good and 1000 bad reviews Learning not Programming STILL Bad Love Stupid Superb 95% Worst Great ? ! Pang, Lee and Vaithyanathan Machine learning • Turn any “intelligence” task into an empirical learning task – Specify what is to be predicted – Specify what is used to predict it Y = 0, 1 { } Positive? X = 0, 1 k |{{z }} Word Vector ˆ f = argmin| {z }f E[L(f(x),y)] Machine learning • Turn any “intelligence” task into an empirical learning task – Specify what is to be predicted – Specify what is used to predict it • Underneath most machine intelligence you see • Not a coincidence that ML and big data arose together
    [Show full text]