2-Step Agent: A Framework for the Interaction of a Decision Maker with AI Decision Support
Summary
The 2-Step Agent framework introduces a general computational model for AI-assisted decision making, utilizing Bayesian methods for causal inference to analyze how AI predictions influence agent beliefs and subsequent decisions and outcomes. Simulations demonstrate that a single misaligned prior belief can lead to worse downstream outcomes when using decision support compared to no support at all. The framework quantifies the effect of Machine Learning Decision Support (ML-DS) by comparing outcomes with and without its introduction, implemented for a linear prediction model with 1000 instances, using a continuous covariate X (body weight), continuous intervention A (chemotherapy dosage), and continuous outcome Y (months of survival). Results highlight the extreme sensitivity of ML-DS to an agent's prior beliefs, particularly concerning treatment effect ($N_E$), past treatment policy ($\mu_A$), and covariate distribution ($\mu_X$), underscoring the critical need for thorough model documentation and proper user training.
Key takeaway
For AI Scientists and Research Scientists deploying ML-DS, you must rigorously document the model's training data, assumptions, and historical context. Misaligned prior beliefs, even in rational agents, can lead to worse outcomes than no support. Ensure comprehensive user training on these specifics to prevent negative impacts on downstream decisions and outcomes. Quantify potential benefits and harms through simulations that account for diverse agent priors.
Key insights
Misaligned prior beliefs in AI decision support can degrade outcomes, even with rational agents and perfect models.
Principles
- Agent's prior beliefs critically influence ML-DS effectiveness.
- ML-DS can worsen outcomes if prior beliefs are misaligned.
- Proper documentation and training are essential for ML-DS adoption.
Method
The 2-Step Agent framework models ML-DS interaction via a Bayesian update of agent beliefs from predictions, followed by a causal inference step to decide the best action, quantifying impact by comparing outcomes with and without support.
In practice
- Document ML model training data and assumptions thoroughly.
- Train users on ML-DS model specifics and historical context.
- Quantify ML-DS impact via RCT-like simulations.
Topics
- AI Decision Support
- Bayesian Causal Inference
- Prior Beliefs
- Human-AI Interaction
- Model Documentation
- ML-DS Evaluation
Best for: AI Scientist, Research Scientist, AI Ethicist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.AI updates on arXiv.org.