groundy
ethics, policy & safety

DiverValue-Bench: Measuring LLM Value Divergence Across 74 Markets

DiverValue-Bench scores LLM value divergence across 74 markets using 23,763 instances. It reveals that passing bias audits does not ensure value alignment, forcing deployers.

11 min···6 sources ↓

A single LLM cannot serve every market’s values, and there is now a measuring instrument for how far it falls short. DiverValue-Bench, accepted to the IJCAI-ECAI 2026 Human-Centred AI Special Track, scores a model’s expressed values against populations in 74 countries and regions using 23,763 human-validated instances1. For teams shipping one global endpoint, the practical consequence is direct: passing a bias audit no longer answers whose values your model encodes.

What does DiverValue-Bench actually measure?

DiverValue-Bench measures population-level value divergence: the distance between what a model expresses and what people in a specific country or region report valuing, scored across 74 countries/regions on a dataset of 23,763 quality-controlled instances1 derived from PRISM user feedback and checked through large-scale human validation, according to the paper’s abstract.

That scope matters because of what it adds to the existing evaluation stack. LLM benchmarks have historically measured reasoning, factual accuracy, alignment, and safety, a scope that has not included population-level value divergence, per the Wikipedia overview of large language models. Alignment, in that conventional framing, usually means alignment to a single set of preferences: helpfulness, harmlessness, honesty, or whatever a given lab’s constitution encodes. DiverValue-Bench treats alignment as a per-population property instead. A model can be well-aligned to the median PRISM rater and badly misaligned to users in, say, three of the markets where you actually sell product.

Two properties of the dataset deserve attention before anyone builds on it. First, the instances come from PRISM, a platform’s user base, not census-representative samples per country. The benchmark measures divergence from the values expressed by PRISM’s users in each region, which is a proxy for a population, not the population itself. Second, the 23,763 instances1 passed “large-scale human validation,” per the abstract, which tells you the labels were audited but not what the inter-annotator agreement looked like or how disagreement between validators from different regions was resolved. Those details live in the full paper, and anyone making a deployment decision off the headline numbers should read them before trusting a per-country score.

The benchmark’s arrival also highlights an absence. The BenchLM leaderboard for August 2026 tracks 399 large language models across 402 benchmarks2 and ranks 224 of them2, and its comparison axes are quality, cost, and context. The paper’s abstract names the gap: “existing benchmarks often overlook cultural and demographic variation.” The mainstream evaluation infrastructure simply does not ask this question yet. Absence of a value-divergence score on a leaderboard is not evidence of alignment; it is evidence that nobody looked.

What does the LoRA/DPO fine-tuning framework change?

The paper’s second contribution is a recipe, not just a ruler: lightweight preference-based fine-tuning with LoRA adapters and DPO “substantially improves in-domain value alignment,” per the abstract. Operationally, this means a deployer can keep one frozen base model and train a small per-market adapter, rather than maintaining a separate full fine-tune for each country.

That cost structure changes the deployment math. Full per-market fine-tunes were never realistic for a team serving twenty countries; LoRA adapters are cheap enough to train, store, and hot-swap that per-market value alignment becomes a budget line rather than an architecture decision. The paper demonstrating this with LoRA and DPO, two techniques most applied teams already run, lowers the excuse threshold. “We can’t afford per-market alignment” is a weaker argument this quarter than it was last quarter.

But the phrase “in-domain” is doing heavy lifting, and it deserves the scrutiny. The abstract claims substantial improvement on value alignment measured within the benchmark’s own domain, and reports “consistent out-of-domain gains” on top of it. It makes no claim about general capability preservation and no claim that safety properties survive the adapter. A LoRA adapter trained to shift expressed values toward one population’s preferences could degrade instruction-following, factual reliability, or refusals elsewhere, and nothing in the reported result rules that out. This matters more than usual because biased or inaccurate training data can make an LLM’s output less reliable in the first place; layering a value-shift adapter on top of a model is a second opportunity to move behavior in ways you did not measure.

So the honest reading of the fine-tuning result is: the paper shows the knob exists and turns in the measured direction. It does not show what else the knob is connected to. Any team adopting per-market adapters needs its own regression suite, general capability, safety, and out-of-domain value probes, run against each adapter before rollout. The benchmark authors gave you a measurement tool and a tuning method. The verification burden is yours.

Why doesn’t a passed bias audit tell you whose values a model encodes?

Bias audits and values testing measure different things, and current audit regimes only require the first. A conventional bias audit asks whether a model discriminates: does it score résumés differently by demographic attributes, rank candidates differently by protected class, produce stereotyped outputs for one group. Values testing asks a prior question: whose preferences, norms, and tradeoffs does the model treat as default for everyone?

A model can pass the first and fail the second cleanly. Strip out demographic skew entirely and you still have a system that encodes one value system, roughly the value system of whoever produced its alignment data, and applies it uniformly across every market. That is not discrimination in the legal sense; the model treats all users identically. It is a values imposition, and no audit regime in force today certifies against it, because the regimes were written to catch differential treatment, not uniform-but-situated treatment.

The general concern that LLMs can introduce bias is well-covered territory in explainers and compliance checklists. What DiverValue-Bench adds is a per-population measurement that makes the uniform-treatment failure mode visible and quantifiable. Before this, “the model encodes WEIRD-adjacent defaults” was a vibe. Now it is a score per country, which means it can be tracked across model versions, written into procurement requirements, and argued about with numbers instead of adjectives.

One boundary needs to stay explicit: nothing here is a regulatory compliance claim. The paper makes no assertion about the EU AI Act, fundamental-rights impact assessments, or any other legal instrument, and neither does this article. The claim is narrower and more useful to a builder: the audit you passed does not measure the thing this benchmark measures, so the certificate on your wall is silent on the question this article is about. Whether regulators eventually fold value divergence into conformity assessments is a policy question; the measurement gap exists today regardless of what any statute says.

There is also a measurement-integrity point worth stating. LLMs can confidently invent facts, citations, or APIs that do not exist, and that tendency extends to self-description: asking a model what values it holds produces confident prose, not evidence. Behavioral benchmarks like DiverValue-Bench exist precisely because self-reports are unreliable. If your current values-assurance process is a system prompt that says “be culturally sensitive,” you have a self-report with extra steps.

Should you deploy one model per market or one global endpoint?

For multi-market deployers, the decision is now explicit: train lightweight per-market adapters and accept the verification burden, or ship a single endpoint and accept that its neutrality is a claim nobody has measured. The right answer depends on measured divergence in your actual markets, not on a principled stance taken in the absence of data.

The decision axes, mapped against what the current evidence supports:

Decision axisPer-market LoRA/DPO adaptersSingle global endpoint
Value alignment per marketImproved in-domain, per the paperUnmeasured by default; divergence likely varies by country
Engineering costLow training cost; N adapters to version, test, and shipOne artifact, one pipeline
Verification burdenFull regression suite per adapter (capability, safety, out-of-domain values)One eval pass, but no per-market values evidence
Out-of-domain riskAbstract claims consistent out-of-domain gains; capability and safety effects untestedKnown failure mode: one value system imposed uniformly
Audit postureDemonstrable per-market measurement effortBias-audit pass that says nothing about values
Data fitAdapter quality bounded by PRISM-derived data per countryNo dependence on per-market data

The table hides the real fork, which is the third option most teams actually ship: a “deliberately neutral” global model. Neutrality is the choice that satisfies no one and is claimed by everyone. A model cannot abstain from value judgments on topics where the values conflict; it can only encode one position, average several into mush, or refuse. Refusal at every value-laden prompt is its own product failure. So “neutral” in practice means “the values of the alignment data, unaudited per market.”

The economics favor measurement first. Running DiverValue-Bench-style evaluation against the markets you serve costs less than maintaining adapters, and it tells you where divergence is material. If your model scores within tolerance in 15 of your 18 markets, you train three adapters, not eighteen. If it diverges everywhere, you have a bigger problem: either your base model’s alignment data is narrowly sourced, or your market expectations are, and no adapter recipe fixes a measurement you disagree with.

One caution from the data-provenance angle: the benchmark’s per-country signal comes from PRISM users, not from representative population samples, per the paper’s description of its dataset. If your user base in a given country skews differently from PRISM’s, the adapter tuned to PRISM-derived preferences may be aligned to the wrong population in the right country. Verify against your own user feedback before treating a benchmark-derived adapter as production-ready.

Whose values does the benchmark itself encode?

The strongest objection to DiverValue-Bench is not statistical, it is philosophical: the benchmark’s value taxonomy is itself situated, so “divergence” is not a neutral measurement. Any evaluation of one culture’s values is made from inside some other value system; the evaluator has no culture-free vantage point either. DiverValue-Bench picks dimensions, picks phrasings, and picks which of the 23,763 instances1 count as value-relevant. Each of those choices embeds the authors’ framework. A score of “divergent” means divergent from the population’s expressed preferences as the benchmark operationalizes them, which is two layers of interpretation away from what a market’s users actually want.

This objection does not kill the benchmark; it changes what the benchmark is for. A divergence score is a tripwire, not a verdict. It tells you where to look, not what to conclude. Used that way, the situated-taxonomy problem is manageable: if your own user research in a market contradicts the benchmark’s signal, trust your research, and treat the benchmark as one instrument among several.

The deeper risk runs in the other direction, toward monoculture. Accepting only a monoculture in a social group carries risks, the way a single species can wither under environmental change for lack of functional responses. A single global model with one encoded value system is a monoculture with an API. It works until the environment changes: a market shifts norms, a regulator notices, a local competitor ships a model tuned to local preferences, and the uniform endpoint has no functional response except a system prompt. Per-market measurement plus cheap adapters is, in this framing, less an ethics posture than resilience engineering.

Worth stating plainly: the relativist critique applies equally to the “neutral global model” position, which is also a situated choice wearing universalist clothing. The question is never whether the model encodes situated values. It is whose, and whether you measured.

What should you measure before a multi-market rollout?

Measure population-level value divergence per market, set a tolerance, train LoRA/DPO adapters only where measured divergence exceeds it, and run a full regression suite per adapter, because the only published fine-tuning evidence comes from the benchmark’s authors themselves. That is the operational verdict, and it holds even under the paper’s limitations.

The limitations are real and worth repeating at decision time. Every quantitative claim here comes from one paper’s abstract: 23,763 instances1 derived from one platform’s user feedback, human-validated but not census-representative, with fine-tuning gains reported by the benchmark’s authors and not independently replicated, per the arXiv abstract. The gains may not transfer to your users, to countries the benchmark does not cover, or to a stack where the adapter must coexist with capability and safety requirements the paper never tested. Acceptance to the IJCAI-ECAI 2026 Human-Centred AI Special Track is a signal of peer interest, not replication.

What survives those caveats is the structural point. The evaluation ecosystem, 399 models across 402 benchmarks on mainstream leaderboards2, ranks reasoning, safety, and factuality while leaving population-level value divergence unmeasured, a gap the paper itself names: “existing benchmarks often overlook cultural and demographic variation.” Audit regimes certify non-discrimination and stay silent on whose values the model imposes uniformly. And the one tool that now measures the gap reports that cheap, standard fine-tuning techniques move the needle on measured value alignment. A single endpoint can pass every audit you currently run while encoding one value system for every market you serve. The burden has shifted from fairness testing to values testing, and the cost of finding out where you stand is now low enough that “we didn’t measure” is a choice, not a constraint.

Frequently Asked Questions

How does DiverValue-Bench differ from standard LLM safety benchmarks like MT-Bench?

Standard benchmarks like MT-Bench evaluate reasoning and safety against a single, universal rubric, whereas DiverValue-Bench scores alignment against 74 distinct population-level value profiles. This shifts the metric from a binary pass/fail on harmlessness to a continuous score of cultural divergence, revealing gaps that universal safety tests miss.

What is the primary risk of using PRISM-derived data for per-market alignment?

PRISM users are not census-representative, so the benchmark measures divergence from a platform-specific user base rather than the general population. Deployers risk aligning models to the values of a skewed tech-savvy cohort, which may conflict with the broader societal norms of the target market.

Does passing a DiverValue-Bench evaluation guarantee EU AI Act compliance?

No, the paper makes no regulatory claims, and value divergence is not a defined metric in the EU AI Act. Compliance requires fundamental-rights impact assessments, which are distinct from the cultural alignment scores provided by this benchmark. Teams must treat the benchmark as a technical diagnostic, not a legal certification.

Why is the ‘in-domain’ limitation of the LoRA/DPO fine-tuning result critical for production?

The reported gains apply only to the specific value dimensions measured in the benchmark, with no evidence that general capabilities or safety refusals are preserved. Deployers must run independent regression suites to ensure that shifting value alignment does not degrade instruction-following or introduce new safety vulnerabilities in unmeasured domains.

sources · 6 cited

  1. Large language modelen.wikipedia.orgcommunityaccessed 2026-08-23
  2. Large Language Model (LLM) - GeeksforGeeksgeeksforgeeks.orgcommunityaccessed 2026-08-23
  3. What Is an LLM? A Beginner's Guide to How AI Works in 2026freeacademy.aivendoraccessed 2026-08-23
  4. Cultureen.wikipedia.orgcommunityaccessed 2026-08-23