The Commonplace
Home Dashboard Papers Evidence Syntheses Digests 🎲
← Papers

Clinician overrides are valuable preference signals, not noise; jointly learning a reward model and clinician capability from longitudinal override and outcome data can align clinical AI to patient trajectories and prevent the systematic suppression of correct-but-difficult recommendations. Value-based chronic care—with dense longitudinal outcomes and natural capability variation—offers especially favorable conditions for this approach.

Learning from Disagreement: Clinician Overrides as Implicit Preference Signals for Clinical AI in Value-Based Care
Prabhjot Singh, Abhishek Gupta, Chris Betz, Abe Flansburg, Brett Ives, Sudeep Lama, Jung Hoon Son · April 30, 2026
arxiv theoretical n/a evidence 7/10 relevance Source PDF
Clinician overrides contain rich, state-conditioned preference signals that—when modeled jointly with clinician execution and alignment capability via a dual-learning architecture—can produce reward models aligned with patient trajectories and avoid suppression bias in chronic, outcome-measured care settings.

We reframe clinician overrides of clinical AI recommendations as implicit preference data - the same signal structure exploited by reinforcement learning from human feedback (RLHF), but richer: the annotator is a domain expert, the alternatives carry real consequences, and downstream outcomes are observable. We present a formal framework extending standard preference learning with three contributions: a five-category override taxonomy mapping override types to distinct model update targets; a preference formulation conditioned on patient state s, organizational context c, and clinician capability kappa, where kappa decomposes into execution capability kappa-exec and alignment capability kappa-align; and a dual learning architecture that jointly trains a reward model and a capability model via alternating optimization, preventing a failure mode we term suppression bias-the systematic suppression of correct-but-difficult recommendations when clinician capability falls below the execution threshold. We argue that chronic disease management under outcome-based payment contracts produces override data with uniquely favorable properties-longitudinal density, concentrated decision space, outcome labels, and natural capability variation-and that training environments combining longitudinal outcome measurement with aligned financial incentives are a necessary condition for learning a reward model aligned with patient trajectory rather than with encounter economics. This framework emerged from operational work to improve clinician capability in a live value-based care deployment.

Summary

Main Finding

Clinician overrides of clinical AI recommendations should be treated as structured, high-value preference signals—not noise. In value-based chronic care, override data can simultaneously train (1) a reward model that captures which clinical actions maximize patient-outcome–plus–economic objectives (conditioned on patient state s and contract context c), and (2) a capability model that captures which clinicians can reliably evaluate and execute those recommendations (κ). A dual-learning architecture that alternates reward and capability updates and weights clinician feedback by capability (β(κ)) avoids suppression bias, where correct-but-difficult recommendations vanish because clinicians lack execution skill.

Key Points

  • Reframe overrides: Overrides are labeled preference pairs (in context) analogous to RLHF but richer—domain experts, real consequences, and observable downstream outcomes.
  • Conditioning matters: Preferences must be modeled as P(prefer a' over r | s, c, κ). Contract context c (e.g., fee-for-service vs. outcome-based payment) fundamentally changes the reward for the same clinical action.
  • Five-category override taxonomy (distinct update targets):
  • Context — clinician has private state; expand state representation S.
  • Judgment — genuine disagreement about clinical value; update reward model Rθ.
  • Workflow — pragmatic constraints (delay/ordering); filter as noise for reward updates.
  • Protocol — institutional rules; expand context c to encode protocols.
  • Capability — clinician lacks skill/confidence; update capability model κφ and trigger scaffolding.
  • Capability-weighted preference model: introduce clinician capability κd_k(t) ∈ [0,1] per clinician, per domain, time-varying. Use a capability-dependent temperature β(κ) (paper uses β(κ) = β0 + β1·κ) so overrides from high-κ clinicians have larger influence on the reward model.
  • Modify action is especially informative: unlike binary accept/reject, modify(a') provides (i) a direct preference pair, (ii) a proximity signal in action space, and (iii) a direction for improvement — all valuable for reward learning.
  • Dual learning & alternating optimization:
    • Reward model loss LR(θ) aggregates clinician feedback weighted by β(κ).
    • Capability model loss Lκ(φ) measures how well clinician behavior matches the current reward model.
    • Alternate fixing one model and optimizing the other; this disentangles low capability from low reward and prevents suppression bias.
  • Value-based chronic care is a favorable environment: longitudinal density (many repeated interactions), outcome observability (follow-up outcomes), concentrated decision space, and natural variation in clinician capability make κ identifiable and reward learning feasible.
  • Operational provenance: framework emerged from real-world deployment under outcome-based contracts where naive treatment of overrides led to disappearance of correct recommendations and other pathologies.

Data & Methods

  • Interaction record: each event It = (st, rt, δt ∈ {accept, modify(a′), reject}, at, clinician k, context c, observed outcome ot+Δ).
  • Reward model: parameterized Rθ(s, a, c). Critical novelty: reward is contract-conditioned so the same action a can have different value under different payment/incentive regimes.
  • Preference formulation: Bradley–Terry style ordinal model extended with s, c, and κ. For example,
    • P(a′ ≻ r | s, c, κ) ∝ σ(β(κ) · [R(s, a′, c) − R(s, r, c)]).
    • β(κ) = β0 + β1·κ (linear form used for tractability; alternatives possible).
  • Capability model: κφ(k, d, t) is a learned, per-clinician, per-domain, time-varying competence scalar. Conceptually decomposed into κexec (execution skill) and κalign (ability to judge alignment), though the framework primarily operationalizes a scalar for weighting.
  • Losses and optimization:
    • LR(θ) = Σ_it β(κ_dt_kt) · log P(δt | st, rt, at, c; Rθ) — reward updates weighted by capability.
    • Lκ(φ) = Σ_it log P(δt | st, rt, κφ(kt, dt, t); Rθ*) — capability estimated conditional on current reward model.
    • Alternating updates: estimate κ given fixed R, then update R given estimated κ.
  • Inference of override type: override types are latent and must be inferred from patterning across patients, clinicians, time, and outcome consequences (e.g., consistent referrals across clinicians in same site → protocol; single clinician consistent referrals for a domain → capability).
  • Data requirements and challenges:
    • Requires longitudinal patient trajectories with outcome labels and clinician identifiers.
    • Needs structured logging of action as executed (not just accept/reject).
    • Causal attribution is nontrivial—outcome-following behavior may be confounded by unobserved state; careful causal inference and potential instrumental-variable or design-based strategies are needed.
    • Estimating κ and disentangling it from unobserved patient heterogeneity requires cross-clinician, repeated interactions on overlapping patient types.
  • Practical system components described: telemetry for overrides and modifies, scaffolding/interventions for capability deficits, outcome collection pipelines, and model-training infrastructure to close the loop and produce a compounding flywheel.

Implications for AI Economics

  • Incentives shape learning: outcome-based payment environments create the contract-conditioned signals necessary to learn rewards aligned with long-term patient trajectory rather than encounter economics. Without aligned financial incentives, learned rewards risk tracking short-term, billable actions.
  • Investment trade-offs: Platforms should invest in clinician capability-building (training, scaffolding, supervision) because capability improvements both (a) improve patient outcomes and (b) increase the informativeness of feedback used to refine the reward model — producing compounding returns on platform quality.
  • Risk of perverse automation if capability ignored: Naive preference learning can cause suppression bias — correct but difficult recommendations disappear because many clinicians override them for capability reasons. This can institutionalize lower-quality care in models and distort contract pricing and risk adjustment.
  • Provider heterogeneity matters economically: Measuring κ enables more granular valuation of clinician labor (e.g., where to allocate higher-skilled clinicians, where to deploy decision support or specialist consults) and supports targeted upskilling investments with an economic ROI calculable from model-implied outcome improvements.
  • Contract design & policy: Payor and regulator choices (e.g., encouraging outcome-based contracts, enabling outcome measurement) materially affect what AI systems can learn and thus the welfare gains from clinical AI. Policies that expand longitudinal outcome measurement and align reimbursement with outcomes widen the signal horizon for aligned AI.
  • Platform competition and flywheel effects: Platforms deployed in VBC settings that successfully learn capability-weighted rewards can both improve outcomes and reduce costs, creating a data-driven advantage (more informative overrides, better reward models, better scaffolding), which has implications for market concentration and contract negotiation power between providers, payors, and platforms.
  • Measurement & evaluation: Economic evaluations of clinical AI must account for the dual learning loop — returns to model improvement depend on capability investments and contract alignment; naive A/B evaluations that ignore clinician capability heterogeneity may under- or over-estimate benefits.
  • Cautionary notes for governance:
    • Accountability and transparency: capability estimates and how they weight clinician input should be interpretable and auditable to avoid unfair penalization of clinicians working in resource-limited settings.
    • Distributional concerns: If models preferentially recommend actions easier for already-high-κ clinicians, care disparities could widen unless capability-building is prioritized.
    • Data sufficiency: The approach depends on rich longitudinal data and identifiable clinician variation; small or fragmented practices may not generate the necessary signal without coordinated measurement.

Overall, the paper argues that integrating clinician capability and payment context into preference learning turns clinician overrides from nuisance into a high-value signal. For AI economics, this reframing implies that payment models and investments in clinician capability are economic levers that determine both what AI systems can learn and the downstream value those systems create.

Assessment

Paper Typetheoretical Evidence Strengthn/a — The manuscript presents a formal framework and architecture without primary causal empirical tests; claims are grounded in theoretical arguments and operational experience but not validated with causal identification or randomized evaluation. Methods Rigormedium — The paper provides a formal taxonomy and a dual-learning algorithm with attention to a specific failure mode (suppression bias) and operational considerations, but it lacks rigorous empirical evaluation, robustness checks, or detailed algorithmic benchmarks that would justify a 'high' rating. SampleNo formal sample or dataset is reported; the framework is motivated by and emerged from operational work in a live value-based care deployment where clinician override logs, longitudinal outcome labels, and variation in clinician behavior/ability were observed, but specific sample size, population, or data-generating details are not provided. Themeshuman_ai_collab skills_training org_design GeneralizabilityFocused on chronic disease management and value-based care; may not generalize to acute care, emergency medicine, or episodic decision contexts, Requires longitudinal outcome measurement and outcome-based payment incentives that are absent in many care settings, Assumes overrides primarily reflect clinician preferences rather than system constraints, unobserved patient requests, or documentation artifacts, Relies on presence of measurable downstream outcomes and sufficient longitudinal density of decisions, May not transfer to non-health domains or to settings with very different decision complexity, regulatory environments, or clinician skill distributions

Claims (8)

ClaimDirectionConfidenceOutcomeDetails
Clinician overrides of clinical AI recommendations can be reframed as implicit preference data analogous to reinforcement learning from human feedback (RLHF), but richer because the annotator is a domain expert, the alternatives carry real consequences, and downstream outcomes are observable. Decision Quality positive high quality of preference signal available for learning reward models from clinician overrides
0.02
We introduce a five-category override taxonomy that maps override types to distinct model update targets. Decision Quality positive high categorization of clinician overrides to inform model updates
0.06
We formulate preferences conditioned on patient state s, organizational context c, and clinician capability κ, where κ decomposes into execution capability (κ-exec) and alignment capability (κ-align). Decision Quality positive high representational fidelity of preference model to contextual factors (patient, organization, clinician capability)
0.06
We propose a dual learning architecture that jointly trains a reward model and a capability model via alternating optimization, which prevents a failure mode we term 'suppression bias'—the systematic suppression of correct-but-difficult recommendations when clinician capability falls below the execution threshold. Decision Quality positive high reduction or prevention of suppression bias in learned recommendations
0.02
Suppression bias is the systematic suppression of correct-but-difficult recommendations when clinician capability falls below the execution threshold. Decision Quality negative high bias in recorded overrides leading to omission of correct-but-difficult recommendations
0.02
Chronic disease management under outcome-based payment contracts produces override data with uniquely favorable properties for learning: longitudinal density, concentrated decision space, outcome labels, and natural capability variation. Training Effectiveness positive high suitability of collected override data for training outcome-aligned reward models
0.12
Training environments that combine longitudinal outcome measurement with aligned financial incentives are a necessary condition for learning a reward model aligned with patient trajectory rather than with encounter economics. Governance And Regulation positive high alignment of learned reward model to patient trajectory versus encounter-level incentives
0.02
The proposed framework emerged from operational work to improve clinician capability in a live value-based care deployment. Skill Acquisition positive high improvement of clinician capability through operational application of the framework
0.06

Notes