Papers › FairFund-Bench: Evaluating Distributive Bias in LLM Resource Allocation

FairFund-Bench: Evaluating Distributive Bias in LLM Resource Allocation

31 Jul 2026arXiv:2607.28934added by Syntology

Martin Lukk

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

Large language models (LLMs) are increasingly involved in the distribution of scarce resources, raising concerns about biased allocations based on characteristics like race and gender. Recent LLM audits have produced inconsistent results, however, finding evidence of both positive and negative discrimination towards women and ethnic minorities, even for the same models. We show that this disagreement can arise from differences in audit format and introduce FairFund-Bench, a benchmark that systematically varies key features of previous audit designs: the evaluation task (rating, ranking, or allocation), comparison context (single or multi-stimulus), and whether the audit is transparent or disguised. The benchmark comprises 600 requests for financial assistance created from human-authored templates (calibrated against 1.3M real GoFundMe campaigns) across three domains, four race and two gender categories, and five causal framings of need derived from welfare deservingness theory. Across 14 models, audit format changes the direction of bias: models advantage minorities when rating claimants individually but penalize some groups when ranking them side by side. Bias magnitude, though small overall, is several times greater in disguised audits than in transparent ones, where, faced with appeals differing only in claimants' names, models overwhelmingly split funds equally. Causal framing effects, by contrast, exceed demographic effects by roughly an order of magnitude and are consistent across models and audit formats, indicating that current LLMs robustly reproduce human deservingness evaluations. The benchmark scores models on four criteria (demographic bias, deservingness alignment, cross-task consistency, and cross-context consistency), is publicly available, and can be readily adapted to other substantive domains.

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

Code

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

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

martinlukk/fairfund-bench 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

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

7ran
7unverified

Licence: 0 of the 14 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 martinlukk/fairfund-bench. “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.

build_scen_maps martinlukk/fairfund-bench/benchmark/compose_bundles.py found in paper text by Syntology ran MIT (permissive) · 69fc5cc42b1c2e9d · report
derive_label martinlukk/fairfund-bench/benchmark/score.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 08db49c390ba36ab · report
derive_provider martinlukk/fairfund-bench/benchmark/score.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 6873d6c15aca52ab · report
parse_rate martinlukk/fairfund-bench/benchmark/parse.py found in paper text by Syntology ran MIT (permissive) · 7602da6d6b3ee4d1 · report
seeded_perm martinlukk/fairfund-bench/benchmark/compose_bundles.py found in paper text by Syntology ran MIT (permissive) · 67fed820fdf64402 · report
stimulus_id martinlukk/fairfund-bench/benchmark/compose_bundles.py found in paper text by Syntology ran MIT (permissive) · feaa9bbfed95bf0e · report
write_outputs martinlukk/fairfund-bench/benchmark/build_instrument.py found in paper text by Syntology ran MIT (permissive) · fd2a5c32ba64f61e · report
build_cell_table martinlukk/fairfund-bench/benchmark/score.py found in paper text by Syntology unverified MIT (permissive) · 4f3bb15aac86442e · report
load_inputs martinlukk/fairfund-bench/benchmark/build_instrument.py found in paper text by Syntology unverified MIT (permissive) · 4b1a38ce13ddfc1e · report
parse_allocate martinlukk/fairfund-bench/benchmark/parse.py found in paper text by Syntology unverified MIT (permissive) · a2837559ab01e3bf · report
parse_rank martinlukk/fairfund-bench/benchmark/parse.py found in paper text by Syntology unverified MIT (permissive) · 6adc3d9436046d93 · report
render_bundle martinlukk/fairfund-bench/benchmark/render.py found in paper text by Syntology unverified MIT (permissive) · 060cda8c60d39db7 · report
render_prompt martinlukk/fairfund-bench/benchmark/render.py found in paper text by Syntology unverified MIT (permissive) · e0ef5985cfee2f67 · report
render_rate martinlukk/fairfund-bench/benchmark/render.py found in paper text by Syntology unverified MIT (permissive) · f555304ea10b3677 · report

Results from the paper

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