CuMA: Aligning LLMs with Sparse Cultural Values via Demographic-Aware Mixture of Adapters
Ao Sun, Xiaoyu Wang, Zhe Tan, Yu Li, Jiachen Zhu, Shu Su, Yuheng Jia
TL;DR
This work tackles the problem of aligning LLMs to culturally diverse user groups by identifying Cultural Sparsity and Mean Collapse as core obstacles to universal alignment. It introduces CuMA, a Cultural Mixture of Adapters that uses demographic-aware routing to learn a Latent Cultural Topology, effectively disentangling conflicting gradients into specialized expert subspaces via a Mixture of LoRA Adapters. Across WorldValuesBench, Community Alignment, and PRISM, CuMA achieves state-of-the-art results, reduces mean collapse (lower entropy, higher Distinct-2), and demonstrates robust zero-shot generalization to unseen demographics. The approach offers a scalable path toward pluralistic, culturally resonant LLMs, while highlighting limitations such as reliance on demographic data and the need for richer expert capacity to cover global diversity.
Abstract
As Large Language Models (LLMs) serve a global audience, alignment must transition from enforcing universal consensus to respecting cultural pluralism. We demonstrate that dense models, when forced to fit conflicting value distributions, suffer from \textbf{Mean Collapse}, converging to a generic average that fails to represent diverse groups. We attribute this to \textbf{Cultural Sparsity}, where gradient interference prevents dense parameters from spanning distinct cultural modes. To resolve this, we propose \textbf{\textsc{CuMA}} (\textbf{Cu}ltural \textbf{M}ixture of \textbf{A}dapters), a framework that frames alignment as a \textbf{conditional capacity separation} problem. By incorporating demographic-aware routing, \textsc{CuMA} internalizes a \textit{Latent Cultural Topology} to explicitly disentangle conflicting gradients into specialized expert subspaces. Extensive evaluations on WorldValuesBench, Community Alignment, and PRISM demonstrate that \textsc{CuMA} achieves state-of-the-art performance, significantly outperforming both dense baselines and semantic-only MoEs. Crucially, our analysis confirms that \textsc{CuMA} effectively mitigates mean collapse, preserving cultural diversity. Our code is available at https://github.com/Throll/CuMA.
