Papers › Calibeating Prediction-Powered Inference

Calibeating Prediction-Powered Inference

23 Apr 2026arXiv:2604.21260added by Syntology

Lars van der Laan, Mark Van Der Laan

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

We study semisupervised mean estimation with a small labeled sample, a large unlabeled sample, and a black-box prediction model whose output may be miscalibrated. A standard approach in this setting is augmented inverse-probability weighting (AIPW) [Robins et al., 1994], which protects against prediction-model misspecification but can be inefficient when the prediction score is poorly aligned with the outcome scale. We introduce Calibrated Prediction-Powered Inference, which post-hoc calibrates the prediction score on the labeled sample before using it for semisupervised estimation. This simple step requires no retraining and can improve the original score both as a predictor of the outcome and as a regression adjustment for semisupervised inference. We study both linear and isotonic calibration. For isotonic calibration, we establish first-order optimality guarantees: isotonic post-processing can improve predictive accuracy and estimator efficiency relative to the original score and simpler post-processing rules, while no further post-processing of the fitted isotonic score yields additional first-order gains. For linear calibration, we show first-order equivalence to PPI++. We also clarify the relationship among existing estimators, showing that the original PPI estimator is a special case of AIPW and can be inefficient when the prediction model is accurate, while PPI++ is AIPW with empirical efficiency maximization [Rubin et al., 2008]. In simulations and real-data experiments, our calibrated estimators often outperform PPI and are competitive with, or outperform, AIPW and PPI++. We provide an accompanying Python package, ppi_aipw, at https://larsvanderlaan.github.io/ppi-aipw/.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2604.21260")

Code

Syntology Ran 30 of 34 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 6 ran · honoured contract; 4 ran · violated contract; 12 ran · our draft was wrong; 4 ran · fixture could not drive it; 4 ran with no contract checked.

By repository: found in paper text by Syntology: 34 samples from 1 repository, 30 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Larsvanderlaan/ppi-aipw found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

34 samples harvested; 30 ran; 6 honoured the contract we drafted; 4 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

6ran · honoured contract
4ran · violated contract
12ran · our draft was wrong
4ran · fixture could not drive it
4ran
4unverified

Licence: 34 of the 34 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from Larsvanderlaan/ppi-aipw. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

CalibrationModel Larsvanderlaan/ppi-aipw/src/ppi_aipw/_api.py found in paper text by Syntology ran no licence file found · pointer only · 559f38843221e70f · report
PrognosticLinearModel Larsvanderlaan/ppi-aipw/src/ppi_aipw/_api.py found in paper text by Syntology ran no licence file found · pointer only · 78eb8227487c826e · report
_CoordinateCalibrator Larsvanderlaan/ppi-aipw/src/ppi_aipw/_api.py found in paper text by Syntology ran no licence file found · pointer only · d21bc045919bb560 · report
_XGBoostMonotoneRegressor Larsvanderlaan/ppi-aipw/src/ppi_aipw/_api.py found in paper text by Syntology ran no licence file found · pointer only · 19b6415d5087fba7 · report
_choose_monotone_spline_knots Larsvanderlaan/ppi-aipw/src/ppi_aipw/_api.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · b6a2670f4a0705e8 · report
_coerce_covariates Larsvanderlaan/ppi-aipw/src/ppi_aipw/_api.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 61caead019ad0848 · report
_evaluate_monotone_spline Larsvanderlaan/ppi-aipw/src/ppi_aipw/_api.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 4adb884bb9dcada3 · report
_fit_isocal_coordinate Larsvanderlaan/ppi-aipw/src/ppi_aipw/_api.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · de4fbf2d13d8d4a8 · report
_fit_linear_coordinate Larsvanderlaan/ppi-aipw/src/ppi_aipw/_api.py found in paper text by Syntology ran · fixture could not drive it no licence file found · pointer only · ce7b1578f7b91408 · report
_fit_platt_coordinate Larsvanderlaan/ppi-aipw/src/ppi_aipw/_api.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 16cc5b66d007a4d5 · report
_flatten_parameter Larsvanderlaan/ppi-aipw/src/ppi_aipw/_api.py found in paper text by Syntology ran · honoured contract no licence file found · pointer only · d02ffb7e917eaf36 · report
_integrated_bspline_design Larsvanderlaan/ppi-aipw/src/ppi_aipw/_api.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 9c623a0cddd4c05f · report
_predict_prognostic_linear_from_coef Larsvanderlaan/ppi-aipw/src/ppi_aipw/_api.py found in paper text by Syntology ran · fixture could not drive it fingerprinted no licence file found · pointer only · 81a336bb8fed1a44 · report
_preview_value Larsvanderlaan/ppi-aipw/src/ppi_aipw/_api.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 23de41dc6c8ec2e9 · report
_second_difference_penalty Larsvanderlaan/ppi-aipw/src/ppi_aipw/_api.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · cb988e68b940fb2b · report
_select_prognostic_linear_alpha Larsvanderlaan/ppi-aipw/src/ppi_aipw/_api.py found in paper text by Syntology ran · fixture could not drive it fingerprinted no licence file found · pointer only · d9a426ecd065d310 · report
_solve_prognostic_linear_system Larsvanderlaan/ppi-aipw/src/ppi_aipw/_api.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 47c0cd4429cb8f9e · report
_validate_prognostic_covariates Larsvanderlaan/ppi-aipw/src/ppi_aipw/_api.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 18834c7e5a76ea16 · report
_weighted_prediction_error Larsvanderlaan/ppi-aipw/src/ppi_aipw/_api.py found in paper text by Syntology ran · violated contract fingerprinted no licence file found · pointer only · 2fa6640b11005c10 · report
canonical_method Larsvanderlaan/ppi-aipw/src/ppi_aipw/_api.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · e216e11052110dda · report
clip_range Larsvanderlaan/ppi-aipw/src/ppi_aipw/_api.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 56c6014a93c86dd5 · report
clip_unit Larsvanderlaan/ppi-aipw/src/ppi_aipw/_api.py found in paper text by Syntology ran · violated contract fingerprinted no licence file found · pointer only · c3b518e3a907c28d · report
construct_weight_vector Larsvanderlaan/ppi-aipw/src/ppi_aipw/_api.py found in paper text by Syntology ran · fixture could not drive it no licence file found · pointer only · c218a3d385b23dd5 · report
reshape_to_2d Larsvanderlaan/ppi-aipw/src/ppi_aipw/_api.py found in paper text by Syntology ran · honoured contract no licence file found · pointer only · bec0d2069ee1cdf2 · report
restore_shape Larsvanderlaan/ppi-aipw/src/ppi_aipw/_api.py found in paper text by Syntology ran · violated contract fingerprinted no licence file found · pointer only · b284a26cbc6a31bb · report
safe_logit Larsvanderlaan/ppi-aipw/src/ppi_aipw/_api.py found in paper text by Syntology ran · violated contract fingerprinted no licence file found · pointer only · 037397ab3971fe05 · report
sigmoid Larsvanderlaan/ppi-aipw/src/ppi_aipw/_api.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · d3cb240d60e1166a · report
validate_finite_array Larsvanderlaan/ppi-aipw/src/ppi_aipw/_api.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 142d58259612bb68 · report
validate_mean_inputs Larsvanderlaan/ppi-aipw/src/ppi_aipw/_api.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · 8f59e9a35570d6e6 · report
validate_pair_inputs Larsvanderlaan/ppi-aipw/src/ppi_aipw/_api.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · 6090dcfc3ed6dffb · report
_fit_and_calibrate Larsvanderlaan/ppi-aipw/src/ppi_aipw/_api.py found in paper text by Syntology unverified no licence file found · pointer only · ce321e36b54111cb · report
_fit_monotone_spline_coordinate Larsvanderlaan/ppi-aipw/src/ppi_aipw/_api.py found in paper text by Syntology unverified no licence file found · pointer only · 951f584dd9ef37a6 · report
_fit_prognostic_linear Larsvanderlaan/ppi-aipw/src/ppi_aipw/_api.py found in paper text by Syntology unverified no licence file found · pointer only · 35e5a05b74a1cc0f · report
fit_calibrator Larsvanderlaan/ppi-aipw/src/ppi_aipw/_api.py found in paper text by Syntology unverified no licence file found · pointer only · 1d1f214ca1069498 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2604.21260, was issued in April 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections