Skip to main content

When Do Language Models Endorse Limitations on Human Rights Principles?

AuthorsKeenan Samway et al.
Year2026
FieldNLP
arXiv2603.04217
PDFDownload
Categoriescs.CL

Abstract

As Large Language Models (LLMs) increasingly mediate global information access with the potential to shape public discourse, their alignment with universal human rights principles becomes important to ensure that these rights are abided by in high stakes AI-mediated interactions. In this paper, we evaluate how LLMs navigate trade-offs involving the Universal Declaration of Human Rights (UDHR), leveraging 1,152 synthetically generated scenarios across 24 rights articles and eight languages. Our analysis of eleven major LLMs reveals systematic biases where models: (1) accept limiting Economic, Social, and Cultural rights more often than Political and Civil rights, (2) demonstrate significant cross-linguistic variation with elevated endorsement rates of rights-limiting actions in Chinese and Hindi compared to English or Romanian, (3) show substantial susceptibility to prompt-based steering, and (4) exhibit noticeable differences between Likert and open-ended responses, highlighting critical challenges in LLM preference assessment.


Engineering Breakdown

Plain English

This paper evaluates how eleven major large language models respond to ethical dilemmas involving trade-offs with human rights principles from the Universal Declaration of Human Rights. The researchers generated 1,152 synthetic scenarios across 24 different rights articles and tested them in eight languages to measure when models would endorse limiting human rights. They found systematic biases: models more readily accept restrictions on Economic, Social, and Cultural rights compared to Political and Civil rights, and show significant variation across languages with Chinese versions showing elevated endorsement of rights-limiting actions. This reveals that LLMs have learned preferences from their training data that systematically misalign with universal human rights principles in predictable ways.

Core Technical Contribution

The core contribution is a systematic evaluation methodology for measuring LLM alignment with human rights principles at scale, rather than a new training technique or architecture. The authors created a synthetic benchmark of 1,152 scenarios specifically designed to probe rights-limiting trade-offs across multiple dimensions (24 articles, 8 languages, 11 models), which enables quantitative measurement of alignment failures that prior work only addressed qualitatively. The key insight is that rights violations are not uniformly endorsed—the models show consistent categorical biases (favoring restriction of socioeconomic rights over political rights) and cross-linguistic biases that correlate with training data composition. This framework allows practitioners to empirically identify where LLMs deviate from stated alignment principles before deployment.

How It Works

The evaluation pipeline starts with synthetically generating 1,152 scenarios that pit human rights principles against competing concerns (security, economic efficiency, social stability, etc.). For each scenario, the model is prompted with a situation and asked whether limiting a specific UDHR right is justified—essentially a binary classification task where the model outputs endorsement or rejection. The researchers then aggregate model responses across the three dimensions: (1) which of 24 UDHR articles are affected, (2) which of 8 languages are used for prompting, and (3) variation across 11 different LLMs with different architectures and training data. The output is a matrix of endorsement rates that reveals systematic patterns—e.g., Economic/Social/Cultural rights are endorsed for restriction at rate X while Political/Civil rights are endorsed for restriction at rate Y. By comparing endorsement patterns across languages and models, the analysis identifies whether biases stem from model architecture, training data composition, or language-specific phenomena.

Production Impact

For teams deploying LLMs in high-stakes domains (content moderation, policy recommendation systems, legal assistance), this work provides an auditing framework to catch systematic rights-violating biases before production. A responsible deployment pipeline should incorporate similar scenario testing across relevant UDHR articles and key languages, with explicit thresholds for acceptable endorsement rates of rights restrictions. The cross-linguistic findings are particularly important for global products: if your Chinese version systematically endorses more rights restrictions than your English version, you've identified a concrete alignment problem requiring either retraining, prompt engineering, or language-specific guardrails. The cost is moderate—generating and evaluating 1,152 scenarios is computationally cheap compared to retraining—but the integration requirement is significant: teams need human rights subject matter experts to design the scenario evaluation set, and monitoring the same metrics post-deployment to catch drift.

Limitations and When Not to Use This

The paper relies on synthetic scenarios which may not capture real-world complexity where rights trade-offs are genuinely ambiguous; a model's response to a templated scenario may not predict behavior in naturally-occurring user interactions. The evaluation measures endorsement through prompting, which is sensitive to prompt phrasing and instruction-following behavior rather than the model's true internal preferences—adversarial prompting or different prompt framings could yield different results. The work doesn't provide concrete solutions for fixing identified biases beyond flagging their existence; it leaves open how practitioners should actually address systematic rights violations, whether through fine-tuning, constitutional AI approaches, or other alignment techniques. The paper also doesn't address whether certain rights conflicts have legitimate nuance that models should be allowed to navigate (e.g., genuine security-freedom trade-offs), versus clear-cut violations—all endorsements are treated equivalently regardless of the scenario's ethical complexity.

Research Context

This work builds on the broader AI alignment and fairness evaluation tradition established by papers on bias measurement and adversarial testing of LLMs, extending from domain-specific fairness benchmarks to universal human rights principles. It contributes to the emerging area of values alignment research that includes constitutional AI and RLHF-based alignment work, but focuses specifically on measuring misalignment rather than fixing it. The cross-linguistic evaluation adds an important dimension often missing from English-centric AI research—revealing that alignment properties are not universal across languages and training data distributions. This opens the research direction of understanding how different cultural contexts and training corpora shape LLM values, and whether universalist principles like human rights can or should be uniformly encoded in global AI systems.


:::tip Subscribe Get weekly breakdowns of papers like this in AI Letters - the newsletter for engineers building production AI systems. :::


Back to Research Lab → · Subscribe to AI Letters →

© 2026 EngineersOfAI. All rights reserved.