Published March 21, 2026 | Version 1.0.0
Working paper Open

NashHybrid: Bridging Accuracy and Fairness in Collaborative Filtering via a Parametric Nash Bargaining–Welfare Trade-of

Authors/Creators

  • 1. National Postal Office

Description

Classical recommender systems treat the accuracy–fairness trade-off as an afterthought, correcting it with post-hoc re-ranking. NashHybrid eliminates this two-stage design by embedding the trade-off directly inside the scoring function. The paper observes that two existing Nash criteria — the Nash Bargaining Solution (NBS) and Nash Social Welfare (NSW) — represent opposite extremes of this spectrum: NBS concentrates on high-surplus popular items (Coverage ≈ 34%, lower NDCG), while NSW distributes attention across the latent factor space (Coverage ≈ 5%, higher NDCG).

NashHybrid(u,i;λ) = λ · MinMax(NBS(u,i)) + (1−λ) · MinMax(NSW(u,i))

The central theoretical contribution is Theorem 1: the NashHybrid score traces a monotone Pareto frontier — Coverage is strictly decreasing in λ and Precision strictly increasing, with the Corollary that an interior optimum λ* ∈ (0,1) maximises NDCG. This is the first closed-form, game-theoretically grounded accuracy–fairness frontier in the recommender systems literature. No external fairness constraint, no re-ranking pipeline — just a single parameter.

Empirically, the ablation over λ ∈ {0.0, 0.2, 0.4, 0.5, 0.6, 0.8, 1.0} on ML-100K confirms every prediction of the theorem. The optimal NDCG@10 = 0.032 is achieved at λ* = 0.4, strictly interior to the frontier, which means neither pure NBS nor pure NSW is individually optimal — a strong empirical argument for the hybrid.

Files

paper_N3_NashHybrid.pdf

Files (584.7 kB)

Name Size Download all
md5:bd413914e390b210ee49ca6143988689
584.7 kB Preview Download

Additional details

Dates

Created
2026-03-21

Software