extract: 2025-00-00-em-dpo-heterogeneous-preferences #1069

Closed
leo wants to merge 3 commits from extract/2025-00-00-em-dpo-heterogeneous-preferences into main
7 changed files with 92 additions and 7 deletions

View file

@ -37,6 +37,12 @@ Chakraborty et al., "MaxMin-RLHF: Alignment with Diverse Human Preferences," ICM
- Tulu2-7B: 56.67% win rate across both groups vs 42% minority/70.4% majority for single reward
- 33% improvement for minority groups without majority compromise
### Additional Evidence (extend)
*Source: [[2025-00-00-em-dpo-heterogeneous-preferences]] | Added: 2026-03-16*
MinMax Regret Aggregation provides an alternative egalitarian mechanism that works at inference time with ensemble models rather than during training with a single reward function
---
Relevant Notes:

View file

@ -21,10 +21,16 @@ Since [[universal alignment is mathematically impossible because Arrows impossib
### Additional Evidence (extend)
*Source: [[2024-02-00-chakraborty-maxmin-rlhf]] | Added: 2026-03-15 | Extractor: anthropic/claude-sonnet-4.5*
*Source: 2024-02-00-chakraborty-maxmin-rlhf | Added: 2026-03-15 | Extractor: anthropic/claude-sonnet-4.5*
MaxMin-RLHF provides a constructive implementation of pluralistic alignment through mixture-of-rewards and egalitarian optimization. Rather than converging preferences, it learns separate reward models for each subpopulation and optimizes for the worst-off group (Sen's Egalitarian principle). At Tulu2-7B scale, this achieved 56.67% win rate across both majority and minority groups, compared to single-reward's 70.4%/42% split. The mechanism accommodates irreducible diversity by maintaining separate reward functions rather than forcing convergence.
### Additional Evidence (confirm)
*Source: [[2025-00-00-em-dpo-heterogeneous-preferences]] | Added: 2026-03-16*
EM-DPO implements this through type-specific models with egalitarian aggregation, providing a concrete mechanism for maintaining value diversity rather than forcing convergence
---
Relevant Notes:

View file

@ -29,10 +29,16 @@ The paper's proposed solution—RLCHF with explicit social welfare functions—c
### Additional Evidence (extend)
*Source: [[2025-06-00-li-scaling-human-judgment-community-notes-llms]] | Added: 2026-03-15*
*Source: 2025-06-00-li-scaling-human-judgment-community-notes-llms | Added: 2026-03-15*
RLCF makes the social choice mechanism explicit through the bridging algorithm (matrix factorization with intercept scores). Unlike standard RLHF which aggregates preferences opaquely through reward model training, RLCF's use of intercepts as the training signal is a deliberate choice to optimize for cross-partisan agreement—a specific social welfare function.
### Additional Evidence (extend)
*Source: [[2025-00-00-em-dpo-heterogeneous-preferences]] | Added: 2026-03-16*
EM-DPO demonstrates that the problem is deeper than aggregation method—the binary comparison format itself is mathematically insufficient for preference type identification, meaning standard RLHF cannot even detect heterogeneity to aggregate
---
Relevant Notes:

View file

@ -29,10 +29,16 @@ Chakraborty, Qiu, Yuan, Koppel, Manocha, Huang, Bedi, Wang. "MaxMin-RLHF: Alignm
### Additional Evidence (confirm)
*Source: [[2025-11-00-operationalizing-pluralistic-values-llm-alignment]] | Added: 2026-03-15*
*Source: 2025-11-00-operationalizing-pluralistic-values-llm-alignment | Added: 2026-03-15*
Study demonstrates that models trained on different demographic populations show measurable behavioral divergence (3-5 percentage points), providing empirical evidence that single-reward functions trained on one population systematically misalign with others.
### Additional Evidence (confirm)
*Source: [[2025-00-00-em-dpo-heterogeneous-preferences]] | Added: 2026-03-16*
EM-DPO provides formal identifiability proof that pairwise comparisons cannot recover latent preference structure, explaining why single-reward approaches systematically fail at diversity
---
Relevant Notes:

View file

@ -58,13 +58,14 @@ The futarchy governance protocol on Solana. Implements decision markets through
- **2024-03-02** — [[metadao-increase-meta-liquidity-dutch-auction]] passed: completed Dutch auction and liquidity provision, moving all protocol-owned liquidity to Meteora 1% fee pool
- **2025-01-27** — [[metadao-otc-trade-theia-2]] proposed: Theia offers $500K for 370.370 META at 14% premium with 12-month vesting
- **2025-01-30** — [[metadao-otc-trade-theia-2]] passed: Theia acquires 370.370 META tokens for $500,000 USDC
- **2023-11-18**[[metadao-develop-lst-vote-market]] proposed: first product development proposal requesting 3,000 META to build Votium-style validator bribe platform for MNDE/mSOL holders
- **2023-11-29**[[metadao-develop-lst-vote-market]] passed: approved LST Vote Market development with projected $10.5M enterprise value addition
- **2023-11-18** — metadao-develop-lst-vote-market proposed: first product development proposal requesting 3,000 META to build Votium-style validator bribe platform for MNDE/mSOL holders
- **2023-11-29** — metadao-develop-lst-vote-market passed: approved LST Vote Market development with projected $10.5M enterprise value addition
- **2023-12-03** — Proposed Autocrat v0.1 migration with configurable proposal slots and 3-day default duration
- **2023-12-13** — Completed Autocrat v0.1 migration, moving 990,000 META, 10,025 USDC, and 5.5 SOL to new program despite unverifiable build
- **2024-01-24** — Proposed AMM program to replace CLOB markets, addressing liquidity fragmentation and state rent costs (Proposal CF9QUBS251FnNGZHLJ4WbB2CVRi5BtqJbCqMi47NX1PG)
- **2024-01-29** — AMM proposal passed with 400 META on approval and 800 META on completion budget
- **2024-08-31** — Passed proposal to enter services agreement with Organization Technology LLC, creating US entity vehicle for paying contributors with $1.378M annualized burn rate. Entity owns no IP (all owned by MetaDAO LLC) and cannot encumber MetaDAO LLC. Agreement cancellable with 30-day notice or immediately for material breach.
- **2024-10-22** — Proposal to hire Advaith Sekharan as founding engineer passed with $180k/year salary and 237 META tokens (1% of supply) with linear unlocks tied to market cap milestones, 4-year vest starting November 2024, and 8-month clawback period
## Key Decisions
| Date | Proposal | Proposer | Category | Outcome |
|------|----------|----------|----------|---------|

View file

@ -0,0 +1,49 @@
{
"rejected_claims": [
{
"filename": "binary-preference-comparisons-cannot-identify-latent-preference-types-making-pairwise-rlhf-structurally-blind-to-diversity.md",
"issues": [
"missing_attribution_extractor"
]
},
{
"filename": "em-based-preference-clustering-with-type-specific-models-outperforms-single-reward-alignment-by-discovering-latent-subpopulations.md",
"issues": [
"missing_attribution_extractor"
]
},
{
"filename": "minmax-regret-aggregation-implements-egalitarian-fairness-for-pluralistic-deployment-when-user-preference-type-is-unknown.md",
"issues": [
"missing_attribution_extractor"
]
}
],
"validation_stats": {
"total": 3,
"kept": 0,
"fixed": 12,
"rejected": 3,
"fixes_applied": [
"binary-preference-comparisons-cannot-identify-latent-preference-types-making-pairwise-rlhf-structurally-blind-to-diversity.md:set_created:2026-03-16",
"binary-preference-comparisons-cannot-identify-latent-preference-types-making-pairwise-rlhf-structurally-blind-to-diversity.md:stripped_wiki_link:rlhf-is-implicit-social-choice-without-normative-scrutiny.md",
"binary-preference-comparisons-cannot-identify-latent-preference-types-making-pairwise-rlhf-structurally-blind-to-diversity.md:stripped_wiki_link:single-reward-rlhf-cannot-align-diverse-preferences-because-",
"binary-preference-comparisons-cannot-identify-latent-preference-types-making-pairwise-rlhf-structurally-blind-to-diversity.md:stripped_wiki_link:some disagreements are permanently irreducible because they ",
"em-based-preference-clustering-with-type-specific-models-outperforms-single-reward-alignment-by-discovering-latent-subpopulations.md:set_created:2026-03-16",
"em-based-preference-clustering-with-type-specific-models-outperforms-single-reward-alignment-by-discovering-latent-subpopulations.md:stripped_wiki_link:modeling preference sensitivity as a learned distribution ra",
"em-based-preference-clustering-with-type-specific-models-outperforms-single-reward-alignment-by-discovering-latent-subpopulations.md:stripped_wiki_link:pluralistic alignment must accommodate irreducibly diverse v",
"em-based-preference-clustering-with-type-specific-models-outperforms-single-reward-alignment-by-discovering-latent-subpopulations.md:stripped_wiki_link:minority-preference-alignment-improves-33-percent-without-ma",
"minmax-regret-aggregation-implements-egalitarian-fairness-for-pluralistic-deployment-when-user-preference-type-is-unknown.md:set_created:2026-03-16",
"minmax-regret-aggregation-implements-egalitarian-fairness-for-pluralistic-deployment-when-user-preference-type-is-unknown.md:stripped_wiki_link:maxmin-rlhf-applies-egalitarian-social-choice-to-alignment-b",
"minmax-regret-aggregation-implements-egalitarian-fairness-for-pluralistic-deployment-when-user-preference-type-is-unknown.md:stripped_wiki_link:post-arrow-social-choice-mechanisms-work-by-weakening-indepe",
"minmax-regret-aggregation-implements-egalitarian-fairness-for-pluralistic-deployment-when-user-preference-type-is-unknown.md:stripped_wiki_link:pluralistic-ai-alignment-through-multiple-systems-preserves-"
],
"rejections": [
"binary-preference-comparisons-cannot-identify-latent-preference-types-making-pairwise-rlhf-structurally-blind-to-diversity.md:missing_attribution_extractor",
"em-based-preference-clustering-with-type-specific-models-outperforms-single-reward-alignment-by-discovering-latent-subpopulations.md:missing_attribution_extractor",
"minmax-regret-aggregation-implements-egalitarian-fairness-for-pluralistic-deployment-when-user-preference-type-is-unknown.md:missing_attribution_extractor"
]
},
"model": "anthropic/claude-sonnet-4.5",
"date": "2026-03-16"
}

View file

@ -7,9 +7,13 @@ date: 2025-01-01
domain: ai-alignment
secondary_domains: []
format: paper
status: unprocessed
status: enrichment
priority: medium
tags: [pluralistic-alignment, EM-algorithm, preference-clustering, ensemble-LLM, fairness]
processed_by: theseus
processed_date: 2026-03-16
enrichments_applied: ["rlhf-is-implicit-social-choice-without-normative-scrutiny.md", "single-reward-rlhf-cannot-align-diverse-preferences-because-alignment-gap-grows-proportional-to-minority-distinctiveness.md", "maxmin-rlhf-applies-egalitarian-social-choice-to-alignment-by-maximizing-minimum-utility-across-preference-groups.md", "pluralistic alignment must accommodate irreducibly diverse values simultaneously rather than converging on a single aligned state.md"]
extraction_model: "anthropic/claude-sonnet-4.5"
---
## Content
@ -31,7 +35,7 @@ EM-DPO uses expectation-maximization to simultaneously uncover latent user prefe
**Why this matters:** Combines mechanism design (egalitarian social choice) with ML (EM clustering). The insight about binary comparisons being insufficient is technically important — it explains why standard RLHF/DPO with pairwise comparisons systematically fails at diversity.
**What surprised me:** The binary-vs-ranking distinction. If binary comparisons can't identify latent preferences, then ALL existing pairwise RLHF/DPO deployments are structurally blind to preference diversity. This is a fundamental limitation, not just a practical one.
**What I expected but didn't find:** No head-to-head comparison with PAL or MixDPO. No deployment results beyond benchmarks.
**KB connections:** Addresses [[RLHF and DPO both fail at preference diversity]] with a specific mechanism. The egalitarian aggregation connects to [[some disagreements are permanently irreducible because they stem from genuine value differences not information gaps]].
**KB connections:** Addresses RLHF and DPO both fail at preference diversity with a specific mechanism. The egalitarian aggregation connects to some disagreements are permanently irreducible because they stem from genuine value differences not information gaps.
**Extraction hints:** Extract claims about: (1) binary comparisons being formally insufficient for preference identification, (2) EM-based preference type discovery, (3) egalitarian aggregation as pluralistic deployment strategy.
**Context:** EAAMO 2025 — Equity and Access in Algorithms, Mechanisms, and Optimization. The fairness focus distinguishes this from PAL's efficiency focus.
@ -39,3 +43,10 @@ EM-DPO uses expectation-maximization to simultaneously uncover latent user prefe
PRIMARY CONNECTION: RLHF and DPO both fail at preference diversity because they assume a single reward function can capture context-dependent human values
WHY ARCHIVED: The binary-comparison insufficiency claim is a novel formal result that strengthens the case against standard alignment approaches
EXTRACTION HINT: Focus on the formal insufficiency of binary comparisons and the EM + egalitarian aggregation combination
## Key Facts
- EM-DPO presented at EAAMO 2025 (Equity and Access in Algorithms, Mechanisms, and Optimization)
- The algorithm requires rankings over 3+ responses rather than pairwise comparisons
- MMRA is based on egalitarian social choice theory and min-max regret fairness criterion
- The approach discovers preference types without demographic labels or pre-specified cluster counts