← Latest papers
📊 statistics

CANDOR: Counterfactual ANnotated DOubly Robust Off-Policy Evaluation

The paper introduces CANDOR, a family of doubly robust off-policy evaluation estimators that strategically incorporates imperfect expert-annotated counterfactuals solely into the direct method component to achieve superior robustness and performance in healthcare decision-making scenarios.

Original authors: Aishwarya Mandyam, Shengpu Tang, Jiayu Yao, Jenna Wiens, Barbara E. Engelhardt

Published 2026-05-28
📖 5 min read🧠 Deep dive

Original authors: Aishwarya Mandyam, Shengpu Tang, Jiayu Yao, Jenna Wiens, Barbara E. Engelhardt

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

The Big Problem: Testing New Rules Without Breaking Things

Imagine you are a doctor trying to decide if a new treatment plan (like a new way to give potassium to patients) is better than the old one. You can't just try it on real patients immediately; if the new plan is bad, it could hurt them.

So, you want to run a "simulation" using old patient records to see how the new plan would have performed. This is called Off-Policy Evaluation (OPE).

The Catch: Old records only show what happened when doctors followed the old rules. If the new plan suggests a treatment that was never given in the past (e.g., a specific high dose of potassium), the old records have no data on it. It's like trying to predict how a car handles a new type of road when you've only ever driven on highways. You are stuck because you lack data for those specific scenarios.

The Proposed Fix: Asking Experts for "What Ifs"

To fix the missing data, researchers tried asking human experts (or AI) to look at old patient records and say, "If we had given this patient a different treatment, here is what we think would have happened." These are called Counterfactual Annotations.

Think of this as filling in the blanks in a story. If the original story says, "The patient took Drug A," an expert might add a note: "If they had taken Drug B, they probably would have felt better."

The Problem: Experts aren't perfect. They might guess wrong, or they might be biased. If you blindly trust these guesses, your simulation could end up being less accurate than if you had just ignored the guesses entirely.

The Solution: The "CANDOR" Strategy

The authors propose a new family of methods to use these imperfect expert guesses safely. They built their method on a concept called Doubly Robust (DR) estimation.

To understand this, imagine you are trying to guess the final score of a sports game. You have two ways to guess:

  1. The Statistician (Direct Method): You look at the teams' past stats and build a model to predict the score.
  2. The Bookie (Importance Sampling): You look at the actual game results and adjust them based on how likely the teams were to play that way.

A Doubly Robust method combines both. It says: "I will use the Statistician's prediction, but if that prediction is wrong, I will correct it using the Bookie's data." The magic is that the method works well if either the Statistician is right or the Bookie's data is right. You don't need both to be perfect.

The Three Ways to Mix in the "Expert Guesses"

The paper tests three different ways to add those imperfect expert guesses into this Doubly Robust formula:

  1. Method A (DM-IS+): Use the expert guesses to help the "Bookie" (the data adjustment part) but keep the "Statistician" (the prediction model) trained only on real, observed data.
  2. Method B (DM+-IS+): Use the expert guesses to help both the Bookie and the Statistician.
  3. Method C (DM+-IS): Use the expert guesses to help the Statistician (the prediction model) but keep the "Bookie" part strictly based on real, observed data.

The Big Discovery

The authors ran experiments using simulated medical data and real hospital records (MIMIC-IV). They found that Method C (DM+-IS) was the clear winner.

Here is why, using an analogy:
Imagine you are trying to navigate a city using a map (the Statistician) and a GPS that corrects your path based on traffic reports (the Bookie).

  • The expert guesses are like "crowd-sourced traffic reports" that might be wrong sometimes.
  • Method A and B let these potentially wrong crowd-sourced reports mess up the GPS correction. If the crowd is wrong, the GPS steers you off a cliff.
  • Method C uses the crowd-sourced reports only to improve the map. Even if the crowd is wrong about a specific street, the map just gets a little fuzzier, but the GPS (which relies on real traffic data) still knows how to steer you safely.

The Result:

  • When the expert guesses were perfect, all methods worked well.
  • When the expert guesses were imperfect (biased or noisy), the methods that mixed them into the "GPS" part (Method A and B) failed badly. Their estimates became worse than if they had ignored the experts entirely.
  • Method C (DM+-IS) remained robust. It could use the experts to fill in missing gaps in the map without letting the experts' mistakes ruin the final navigation.

Summary

The paper introduces CANDOR, a method that allows us to safely use imperfect expert guesses to evaluate new medical policies. It proves that the safest way to do this is to use the guesses only to train the prediction model (the "map"), while keeping the data correction mechanism (the "GPS") strictly based on real, observed facts. This ensures that even if the experts make mistakes, the final evaluation of the new policy remains reliable and safe.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →