Papers › On the Burden of Achieving Fairness in Conformal Prediction

On the Burden of Achieving Fairness in Conformal Prediction

14 May 2026arXiv:2605.14260added by Syntology

Ziang Gao, Pengqi Liu, Archer Yi Yang, Mouloud Belbahri, Jesse C. Cresswell, Masoud Asgharian

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

Conformal prediction is often calibrated with a single pooled threshold, but this can hide cross-group heterogeneity in score distributions and distort group-wise coverage. We study this phenomenon through the population score distributions underlying split conformal calibration. First, we derive a conservation law and lower bound showing that pooled calibration incurs irreducible group-wise coverage distortion at a scale set by cross-group quantile heterogeneity. Second, we demonstrate that the two leading fairness definitions for conformal prediction, Equalized Coverage and Equalized Set Size, are fundamentally in tension. Third, we quantify the cost of moving between policies which treat groups separately or pool them. Experiments on synthetic and real data confirm the same bidirectional trade-off after finite-sample calibration. Our results show that, for the policy families studied here, calibration choice does not remove cross-group heterogeneity; it determines whether the resulting distortion appears in the coverage or size dimension, providing a principled lens for analyzing fairness-oriented calibration choices in practice.

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="2605.14260")

Code

Syntology Ran 22 of 24 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 22 ran with no contract checked.

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

openai/CLIP found in paper text by Syntology report
GreenPenguin001/group-cp-tradeoffs 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

24 samples harvested; 22 ran; 0 honoured the contract we drafted; 2 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.

22ran
2unverified

Licence: 0 of the 24 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 GreenPenguin001/group-cp-tradeoffs. “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.

conformal_index GreenPenguin001/group-cp-tradeoffs/bio_bias/emp_cal_size/data_plot.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 3a63f58f4aecba3e · report
counts_from_weights GreenPenguin001/group-cp-tradeoffs/synthetic_sim/src/synthcp/minority_imbalance_diagnosis_with_freq_larger_fonts.py found in paper text by Syntology ran MIT (permissive) · 043d77e384d47573 · report
discover_result_root GreenPenguin001/group-cp-tradeoffs/bio_bias/raps/outputs/data_plot.py found in paper text by Syntology ran MIT (permissive) · 12a76438c74302cd · report
discover_result_root GreenPenguin001/group-cp-tradeoffs/bio_bias/saps/outputs/data_plot.py found in paper text by Syntology ran MIT (permissive) · 0eb282be4e7698b5 · report
discover_result_root GreenPenguin001/group-cp-tradeoffs/bio_bias/simple/outputs/data_plot.py found in paper text by Syntology ran MIT (permissive) · 8232a9fc128161a9 · report
ensure_dir GreenPenguin001/group-cp-tradeoffs/FACET/outputs/data_plot.py found in paper text by Syntology ran MIT (permissive) · dad03f7607f3f098 · report
facet_group_name_from_index GreenPenguin001/group-cp-tradeoffs/FACET/outputs/data_plot.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 840defcd6ee89ddc · report
lighten_color GreenPenguin001/group-cp-tradeoffs/synthetic_sim/src/synthcp/plots.py found in paper text by Syntology ran MIT (permissive) · 839e4f589b75b194 · report
load_arrays GreenPenguin001/group-cp-tradeoffs/bio_bias/raps/outputs/data_plot.py found in paper text by Syntology ran MIT (permissive) · 178c46e841196daa · report
make_multigroup_gaussian GreenPenguin001/group-cp-tradeoffs/synthetic_sim/src/synthcp/distributions.py found in paper text by Syntology ran MIT (permissive) · 0a06564c8fe02bab · report
make_multigroup_wide_gaussian GreenPenguin001/group-cp-tradeoffs/synthetic_sim/src/synthcp/distributions.py found in paper text by Syntology ran MIT (permissive) · 3aec9a11f9bee189 · report
make_two_group_gaussian GreenPenguin001/group-cp-tradeoffs/synthetic_sim/src/synthcp/distributions.py found in paper text by Syntology ran MIT (permissive) · 4615aa3dc6feae2e · report
ordered_group_items GreenPenguin001/group-cp-tradeoffs/FACET/emp_cal_size/data_plot.py found in paper text by Syntology ran MIT (permissive) · 985d09ade2005496 · report
parse_float_weights GreenPenguin001/group-cp-tradeoffs/synthetic_sim/src/synthcp/minority_imbalance_diagnosis_with_freq_larger_fonts.py found in paper text by Syntology ran MIT (permissive) · 6f2d9e8dc81f71a1 · report
parse_int_list GreenPenguin001/group-cp-tradeoffs/synthetic_sim/src/synthcp/minority_imbalance_diagnosis_with_freq_larger_fonts.py found in paper text by Syntology ran MIT (permissive) · dce41a803ca827d1 · report
run_seeded_sweep GreenPenguin001/group-cp-tradeoffs/synthetic_sim/src/synthcp/experiments.py found in paper text by Syntology ran MIT (permissive) · b88e700bd7b8781b · report
sanitize_name GreenPenguin001/group-cp-tradeoffs/FACET/emp_cal_size/data_plot.py found in paper text by Syntology ran fingerprinted MIT (permissive) · e759f125a5cb1e07 · report
score_display_name GreenPenguin001/group-cp-tradeoffs/FACET/outputs/data_plot.py found in paper text by Syntology ran fingerprinted MIT (permissive) · d67a3e8b87ccd1e7 · report
sigma_weighted GreenPenguin001/group-cp-tradeoffs/synthetic_sim/src/synthcp/metrics.py found in paper text by Syntology ran fingerprinted MIT (permissive) · edf2fcbd2e258950 · report
standardize_group_name GreenPenguin001/group-cp-tradeoffs/bio_bias/raps/outputs/data_plot.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 88c8d4758ab8aae2 · report
weighted_l2 GreenPenguin001/group-cp-tradeoffs/synthetic_sim/src/synthcp/metrics.py found in paper text by Syntology ran fingerprinted MIT (permissive) · c38f2528711f2044 · report
weighted_std GreenPenguin001/group-cp-tradeoffs/FACET/emp_cal_size/data_plot.py found in paper text by Syntology ran fingerprinted MIT (permissive) · a10a5c3aa258f562 · report
experiment_multigroup GreenPenguin001/group-cp-tradeoffs/synthetic_sim/src/synthcp/experiments.py found in paper text by Syntology unverified MIT (permissive) · b866283f31ac200e · report
experiment_two_group GreenPenguin001/group-cp-tradeoffs/synthetic_sim/src/synthcp/experiments.py found in paper text by Syntology unverified MIT (permissive) · 21b12fb5e4531263 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2605.14260, was issued in May 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