Large Language Models are Geographically Biased
Rohin Manvi, Samar Khanna, Marshall Burke, David Lobell, Stefano Ermon
TL;DR
This work introduces geographic bias as a lens to evaluate LLMs, showing that zero-shot prompts can yield highly correlated geospatial predictions with ground truth while revealing systematic regional biases, especially against areas with lower socioeconomic conditions on sensitive subjective topics. The authors develop a bias-score framework that combines rank correlation, rating dispersion, and answer rate, and demonstrate that bias varies across models and topics, with logprob-based rating statistics enabling detection of subtle biases. Extensive experiments across objective, subjective, and geographically independent topics reveal consistent regional biases and quantify their magnitude, underscoring the need for bias-aware data curation and prompting. The findings have practical implications for the deployment of LLMs in globally diverse contexts and motivate mitigation strategies to avoid perpetuating stereotypes through geospatial reasoning.
Abstract
Large Language Models (LLMs) inherently carry the biases contained in their training corpora, which can lead to the perpetuation of societal harm. As the impact of these foundation models grows, understanding and evaluating their biases becomes crucial to achieving fairness and accuracy. We propose to study what LLMs know about the world we live in through the lens of geography. This approach is particularly powerful as there is ground truth for the numerous aspects of human life that are meaningfully projected onto geographic space such as culture, race, language, politics, and religion. We show various problematic geographic biases, which we define as systemic errors in geospatial predictions. Initially, we demonstrate that LLMs are capable of making accurate zero-shot geospatial predictions in the form of ratings that show strong monotonic correlation with ground truth (Spearman's $ρ$ of up to 0.89). We then show that LLMs exhibit common biases across a range of objective and subjective topics. In particular, LLMs are clearly biased against locations with lower socioeconomic conditions (e.g. most of Africa) on a variety of sensitive subjective topics such as attractiveness, morality, and intelligence (Spearman's $ρ$ of up to 0.70). Finally, we introduce a bias score to quantify this and find that there is significant variation in the magnitude of bias across existing LLMs. Code is available on the project website: https://rohinmanvi.github.io/GeoLLM
