Papers › Adaptive Pluralistic Alignment: A pipeline for dynamic artificial democracy

Adaptive Pluralistic Alignment: A pipeline for dynamic artificial democracy

2 May 2026arXiv:2605.01642added by Syntology

Rachel Freedman

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

Prevailing alignment methods target a fixed set of preferences and therefore risk forcing value lock-in as societal norms evolve over time. We introduce Adaptive Pluralistic Alignment (APA), a modular pipeline for updating pluralistically aligned AI systems to track evolving values and avoid value lock-in without repeating costly pretraining or large-scale data collection. APA has three stages: (1) learning compact personalized reward models via low-rank reward basis decomposition, (2) using these models as a jury that collectively selects among candidate outputs through social-choice-theoretic voting, and (3) efficiently adapting the jury over time by fitting new annotator weights over the fixed reward bases as values shift. The resulting system is efficient, explainable, steerable, and modular. We implement a proof-of-concept instantiation using the PRISM multi-user alignment dataset and simulated historical annotators, and provide preliminary analysis showing that jury composition and the choice of voting rule can substantially affect outcomes, particularly when jury preferences are heterogeneous. We provide full code and resulting preference datasets at https://github.com/RachelFreedman/apa.

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.01642")

Code

Syntology Ran 11 of 18 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 7 ran · our draft was wrong; 4 ran with no contract checked.

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

RachelFreedman/APA 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

18 samples harvested; 11 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 · our draft was wrong
4ran
7unverified

Licence: 18 of the 18 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 RachelFreedman/APA. “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.

InferenceConfig RachelFreedman/APA/apa/democratic_response.py found in paper text by Syntology ran no licence file found · pointer only · 012d44af3d9ec010 · report
InferenceLLMConfig RachelFreedman/APA/apa/democratic_response.py found in paper text by Syntology ran no licence file found · pointer only · 57f0939a5fbb3df9 · report
InferenceResult RachelFreedman/APA/apa/democratic_response.py found in paper text by Syntology ran no licence file found · pointer only · 6227b88bd42238ac · report
LoReScorer RachelFreedman/APA/apa/democratic_response.py found in paper text by Syntology ran no licence file found · pointer only · 24c8807fd714689c · report
_normalize_source_label RachelFreedman/APA/apa/democratic_response.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 00d1160744655be8 · report
_period_for_user RachelFreedman/APA/apa/democratic_response.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · cefc49f3ee38ff68 · report
load_adapted RachelFreedman/APA/apa/democratic_response.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 4fa2550b40a1fae6 · report
parse_jury_source_spec RachelFreedman/APA/apa/democratic_response.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · a9b62f2fbaac2b85 · report
per_group_sampling RachelFreedman/APA/apa/democratic_response.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · a36f49cdb2af7890 · report
random_sampling RachelFreedman/APA/apa/democratic_response.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 6237cf7d14a11ffc · report
stratified_sampling RachelFreedman/APA/apa/democratic_response.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 517b1f6e64552f4a · report
DemocraticInference RachelFreedman/APA/apa/democratic_response.py found in paper text by Syntology unverified no licence file found · pointer only · f11ec9fec1fc69a0 · report
_embed_responses RachelFreedman/APA/apa/democratic_response.py found in paper text by Syntology unverified no licence file found · pointer only · 05b5ad26ea0f7f85 · report
build_default_jury RachelFreedman/APA/apa/democratic_response.py found in paper text by Syntology unverified no licence file found · pointer only · 7153610358c93650 · report
configure_environment RachelFreedman/APA/apa/democratic_response.py found in paper text by Syntology unverified no licence file found · pointer only · 90c3edcc3904118f · report
generate_responses RachelFreedman/APA/apa/democratic_response.py found in paper text by Syntology unverified no licence file found · pointer only · 33de94c5609187c2 · report
load_inference_llm RachelFreedman/APA/apa/democratic_response.py found in paper text by Syntology unverified no licence file found · pointer only · 955ae18d9382ac06 · report
temperature_sampling RachelFreedman/APA/apa/democratic_response.py found in paper text by Syntology unverified no licence file found · pointer only · 9a42acd3927028b8 · report

Results from the paper

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