On The Origin of Cultural Biases in Language Models: From Pre-training Data to Linguistic Phenomena
Tarek Naous, Wei Xu
TL;DR
This work tackles the problem of Western cultural bias in multilingual language models by examining both pre-training data representations and cross-linguistic linguistic phenomena. It introduces CAMeL-2, a bilingual Arabic–English benchmark with 58,086 culturally associated entities and 367 natural contexts, designed to probe extractive QA and NER across cultures. Through analyses of entity frequency, Arabic polysemy, script overlaps, and subword tokenization, the paper shows that biases intensify in Arabic due to polysemy and lexical overlaps with other Arabic-script languages, and that frequency-based tokenization with large Arabic vocabularies worsens recognition of Arab entities. The findings reveal that biases are mitigated in English more than in Arabic, highlighting the need for culturally informed data curation and tokenization strategies to build fairer multilingual LMs with respect to non-Western cultures.
Abstract
Language Models (LMs) have been shown to exhibit a strong preference towards entities associated with Western culture when operating in non-Western languages. In this paper, we aim to uncover the origins of entity-related cultural biases in LMs by analyzing several contributing factors, including the representation of entities in pre-training data and the impact of variations in linguistic phenomena across languages. We introduce CAMeL-2, a parallel Arabic-English benchmark of 58,086 entities associated with Arab and Western cultures and 367 masked natural contexts for entities. Our evaluations using CAMeL-2 reveal reduced performance gaps between cultures by LMs when tested in English compared to Arabic. We find that LMs struggle in Arabic with entities that appear at high frequencies in pre-training, where entities can hold multiple word senses. This also extends to entities that exhibit high lexical overlap with languages that are not Arabic but use the Arabic script. Further, we show how frequency-based tokenization leads to this issue in LMs, which gets worse with larger Arabic vocabularies. We will make CAMeL-2 available at: https://github.com/tareknaous/camel2
