Let's play a little game.
Open ChatGPT and ask it: "Name a country."
What answer do you get? Japan? Brazil? Canada? Something else?
If you ask 100 times, you'll notice something strange: certain countries appear with abnormally high frequency, while more than 190 other countries in the world are rarely mentioned.
This is not just an interesting statistical phenomenon. It reveals a deeper question: How does generative AI "understand" geography? Is its geographic knowledge genuine understanding, or statistical hallucination?
A recent study by Professor Krzysztof Janowicz's team at the University of California, Santa Barbara — leading scholars in geographic information science — digs into these questions. Their findings are both sobering and thought-provoking.
---
1. Why Geographic AI Deserves Special Attention
Geography is everywhere
From navigation apps to delivery routing, from urban planning to disaster response, geographic information permeates modern life — and generative AI is rapidly entering these domains:
- Travel systems asking AI "where's a good vacation spot?"
- Real estate platforms asking AI "how is this neighborhood?"
- Emergency responders asking AI "where is the nearest hospital?"
- Spatial reasoning: understanding "A is north of B" or distances between C and D
- Topological relationships: the difference between "a park surrounded by roads" and "a road passing through a park"
- Multi-scale thinking: reasoning across city, national, and global scales simultaneously
- Cultural context sensitivity: how geographic concepts differ across cultures
- Cities: Paris, New York recur constantly
- Rivers: the Nile, the Amazon
- Mountains: the Himalayas, the Alps
- Tourist attractions: the same handful repeatedly
- "Name a country" → Japan
- "Name a country you like" → possibly France
- "Recommend a travel destination" → possibly Italy
- "Name an Asian country" → Japan (but possibly Korea if Japan appeared earlier in context)
- Geographic shift: training data skewed toward North America and Europe
- Temporal shift: historical data missing new countries or border changes
- Task shift: trained on Q&A, deployed for navigation or planning
- Reciting capitals
- Listing countries
- Describing famous landmarks
- Topological reasoning: inferring a third region's location from spatial relations between two
- Multi-step spatial reasoning: describing terrain along a route from A through B to C
- Concept generalization: transferring understanding of one landform type to unseen scenarios
- What a map shows or hides is a political decision
- Which language or spelling of a place name is used reflects power relations
- Which landmarks count as "important" embodies particular values
- Epistemological questions: how does AI "know" facts about the world?
- Ethical questions: whose voices are amplified or marginalized in AI's geographic representations?
- Practical questions: how do we design and deploy more reliable, fairer geographic AI systems?
- Title: Geography According to ChatGPT -- How Generative AI Represents and Reasons about Geography
- Authors: Krzysztof Janowicz, Gengchen Mai, Zilong Liu, Rui Zhu, et al.
- Institution: University of California, Santa Barbara
- arXiv: 2603.18881
- Published: 2026-03-20
If AI's geographic understanding is biased, those biases translate directly into real-world consequences.
Geography is complex
True geographic understanding requires:
This is far more complex than reciting "the capital of France is Paris."
---
2. Finding One: Strong Defaults
When asked to "name a country," ChatGPT tends to repeatedly give the same few answers — especially Japan. In GPT-4.1 tests, Japan appeared far more often than any other country.
The pattern extends across categories:
Possible explanations: 1. Training data bias: more internet text covers some regions 2. Model shortcuts: the model learns "good enough" heuristics rather than generalizing 3. Temperature resistance: even raising sampling randomness leaves defaults intact 4. Model personality: GPT-4.1 favors Brazil, GPT-5 favors Japan
The team defined a "Default Strength" metric: how high a temperature is needed before non-default answers begin appearing frequently. For "country," most models show very high default strength — you must push randomness very high to see anything beyond Japan, Brazil, or Canada.
---
3. Finding Two: Brittleness
More worrying still: tiny wording changes cause drastic shifts in the answer distribution.
This suggests answers depend heavily on subtle prompt cues, not on stable geographic knowledge.
Is this really "understanding"?
A human geographer asked "name a country" might vary the answer with the news or their interests — but the answer wouldn't swing wildly with minor rewording, because they hold a stable knowledge system.
AI brittleness hints that models may be performing sophisticated pattern matching, selecting the most contextually "fitting" high-frequency answer rather than genuinely understanding geography.
---
4. Finding Three: Compounding Distributional Shifts
Distributional shift means the training data distribution differs from the deployment distribution. In geography it takes several forms:
The special danger is the compounding effect: 1. Training data already carries geographic bias 2. The model amplifies it (strong defaults) 3. Deployment user bases are also skewed 4. User feedback further reinforces the bias
A vicious cycle where each iteration amplifies the original bias.
A concrete example: accuracy on geographic facts is high for Western Europe and North America, drops significantly for Africa, Central Asia, and Pacific island nations — some of which are nearly knowledge blind spots. Not because these places are unimportant, but because training data about them is scarce.
---
5. Finding Four: Fact Recall vs. Deep Understanding
AI performs well on retrieval-heavy tasks:
But it struggles on tasks demanding deep understanding:
A telling controlled experiment
Comparing two question types: 1. Explicitly encoded problems: e.g., computing the area of a polygon given in WKT format 2. Implicitly reasoned problems: e.g., describing the terrain along a route from a mountain to a river
Models perform reasonably on the first (formalized representation available) but frequently fail on the second — even when both are essentially the same geographic problem. This suggests reliance on formalized pattern matching rather than true geographic conceptual understanding.
---
6. Implications for Real-World Applications
Risks
1. Navigation: poor road-network understanding may yield suboptimal routes 2. Disaster response: biased understanding of affected areas may misallocate relief resources 3. Urban planning: biased training data may reinforce spatial inequality 4. Education: students learning geography from AI may inherit its biases
Mitigation strategies
1. Geographically diverse training data: deliberately oversample underrepresented regions 2. Explicit geographic knowledge injection: integrate knowledge graphs such as GeoNames and Wikidata 3. Retrieval-augmented generation (RAG): query authoritative geographic databases before answering 4. Human-in-the-loop: keep expert oversight for high-stakes geographic decisions
---
7. Whose Geography Does AI Encode?
The team raises a deeper question: AI's geographic representations are never neutral.
Every geographic representation is a construction:
AI learns geography from internet text — and the internet is a mirror of human society, with all its biases, power structures, and cultural hegemony.
The "Whose truth?" question
When AI calls a place "a beautiful destination," whose aesthetic standard applies? When it recommends "livable cities," which lifestyle does it reflect? When it labels "dangerous areas," whose sense of safety underlies the risk assessment?
There are no simple answers, but they remind us: deploying geographic AI requires reflection on its underlying values and biases.
---
Conclusion
Back to the opening game. When ChatGPT answers "name a country" — Japan, Brazil, or Canada — it isn't giving a "wrong" answer. But this research reminds us: behind that answer lie training data biases, model architecture limits, and deeper questions of knowledge representation.
Geographic AI research is not merely technical. It involves:
Janowicz's team's work offers a valuable lens on these questions — questions that will only grow in importance as AI increasingly mediates the generation and dissemination of geographic information.
--- Paper information: