Unintended Impacts of LLM Alignment on Global Representation
Michael J. Ryan, William Held, Diyi Yang
TL;DR
This study investigates unintended consequences of aligning LLMs with user preferences on global representation across three axes: English dialects, multilingualism, and opinions about and from countries. By tracking two-stage alignment (SFT followed by PT) across nine open LLMs, it reveals that alignment often improves task performance yet increases disparities between dialects, enhances multilingual performance in many languages, and biases models toward US opinions. The work further probes reward model signals and demonstrates that OOD country opinions are largely shaped by pretraining data rather than reward signals, underscoring the need for transparency and careful data design in preference tuning. The findings inform practical guidance for equitable alignment practices and contribute to the broader governance conversation around global accessibility and fairness of AI systems.
Abstract
Before being deployed for user-facing applications, developers align Large Language Models (LLMs) to user preferences through a variety of procedures, such as Reinforcement Learning From Human Feedback (RLHF) and Direct Preference Optimization (DPO). Current evaluations of these procedures focus on benchmarks of instruction following, reasoning, and truthfulness. However, human preferences are not universal, and aligning to specific preference sets may have unintended effects. We explore how alignment impacts performance along three axes of global representation: English dialects, multilingualism, and opinions from and about countries worldwide. Our results show that current alignment procedures create disparities between English dialects and global opinions. We find alignment improves capabilities in several languages. We conclude by discussing design decisions that led to these unintended impacts and recommendations for more equitable preference tuning. We make our code and data publicly available on Github.
