CCBENCH: Assessing LLM Cultural Competence via Implicitly Signaled Norms using Health Queries
Summary
CCBench is a new framework designed to evaluate cultural competence in large language models (LLMs) by treating culture as a continuum of norm adherence rather than a binary state. Its instantiation, CCBench-Health, uses 60 theoretically grounded personas across six cultures, each engaging in 18 realistic dialogues, evaluated on 52 authentic healthcare questions, totaling 3,120 unique interactions. Benchmarking five leading models revealed that even the best achieve culturally appropriate responses only 20-30% of the time. Explicitly prompting with cultural Chain-of-Thought (CoT) modestly improved performance by 3-5%. Models performed better when personas avoided cultural norms, indicating a "Western default" bias, particularly evident in the Afghan context (Avg: 8.8%). Models sometimes adapt more readily to implicit conversational styles than explicit cultural practices.
Key takeaway
For machine learning engineers developing global-facing LLMs, recognize that current models default to Western norms and struggle with nuanced cultural adaptation. Prioritize training data diversity and develop techniques that enable active accommodation of non-Western cultural values, rather than just stereotype avoidance. Consider integrating explicit cultural reasoning scaffolds and robust evaluation against benchmarks like CCBench-Health to ensure equitable and trustworthy AI for diverse user populations.
Key insights
LLMs exhibit a "Western default" bias, struggling to adapt to implicitly signaled cultural norms, especially non-Western ones.
Principles
- Culture is a continuum of norm adherence, not binary.
- Implicit cultural cues are critical for true competence.
- LLMs show asymmetry: better at avoiding than following norms.
Method
CCBench evaluates LLMs by generating personas with varied norm adherence, creating conversational histories with implicit cues, and using a checklist-based evaluation for culturally appropriate responses to queries.
In practice
- Explicit cultural CoT improves LLM performance modestly (3-5%).
- Models struggle with deeply embedded cultural users.
- Performance varies significantly across different cultures.
Topics
- Cultural Competence
- Large Language Models
- Healthcare AI
- Bias Evaluation
- Norm Adherence
- Persona Simulation
Code references
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, AI Ethicist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.