Cultural Genuineness in Generative Models
- Cultural genuineness defines how well a model’s outputs reflect the lived values, norms, and practices of a target culture rather than defaulting to generic or dominant perspectives.
- Operational metrics, including Euclidean distance, Jensen–Shannon divergence, and graded cultural relevance scores, quantify alignment between model outputs and cultural expectations.
- Advanced prompting, fine-tuning, and culturally rich training data can improve alignment, yet persistent biases highlight the complexity of achieving true cultural authenticity.
Searching arXiv for papers on cultural alignment, authenticity, and cultural competence in generative models. arxiv_search.query({"search_query":"all:(cultural alignment LLMs authenticity cultural competence generative models)", "start":0, "max_results":10, "sort_by":"submittedDate", "sort_order":"descending"}) Cultural genuineness is the degree to which a generative model produces outputs that correspond to the lived values, norms, practices, meanings, and priorities of a target culture rather than defaulting to a generic or externally dominant perspective. In LLMs, closely related formulations include “cultural alignment,” defined as closeness between model outputs and a society’s empirically observed value profile, and “cultural authenticity,” defined as alignment with native human expectations about which facets of culture matter most (Tao et al., 2023, Liemt et al., 3 Apr 2026). In more interpretive work, cultural genuineness requires outputs that go beyond demographic proxies, static checklists, or surface facts and instead reflect context-dependent meanings and user intent through what are termed “thick outputs” (Orlowski et al., 30 Sep 2025).
1. Conceptual scope
The term has been operationalized in several distinct but related ways. In value-oriented evaluations, cultural genuineness is the closeness of a model’s expressed position to a country’s location on the Inglehart–Welzel map, whose two axes are survival vs. self-expression and traditional vs. secular-rational (Tao et al., 2023). In human-centered evaluations, it is the degree to which generated cultural content mirrors how native populations themselves perceive and prioritize cultural facets such as cuisine, communication, religious rituals, or values and norms (Liemt et al., 3 Apr 2026). In interpretive accounts, it denotes an LLM’s ability to produce outputs that embody deeper, context-dependent meanings and practices rather than merely matching nationality, ethnicity, or benchmark facts (Orlowski et al., 30 Sep 2025).
A related line of work distinguishes cultural knowledge from cultural fairness. “Global culture perception” is decomposed into cultural knowledge, measured as the diversity of symbols a model can generate for a culture, and representation fairness, measured by whether the model treats a culture as unmarked rather than “othering” it through marked language such as “traditional” labels or parenthetical explanations (Li et al., 2024). In downstream text generation, cultural competence is likewise separated into knowledge of values, norms, and artefacts and skill in deploying that knowledge in context; the absence of systematic alignment between output similarity and survey-based cultural distances is treated as evidence that lexical adaptation alone is not genuine cultural competence (Bhatt et al., 2024).
Domain-specific adaptation work gives the term a narrower but more concrete sense. In cross-cultural wine-review adaptation, Cultural Genuineness is defined as preserving “the quality of the original descriptor without altering its meaning, ensuring authenticity,” especially when no suitable local descriptor exists with similar olfactory characteristics (Zou et al., 16 Sep 2025). This narrower definition is consistent with the broader theme that genuineness is not reducible to fluency, translation adequacy, or demographic targeting.
2. Formalizations and metrics
A substantial part of the literature defines cultural genuineness through explicit metrics rather than impressionistic judgment. For text models aligned to survey values, Tao et al. place both human survey data and model responses in the same two-dimensional cultural map and measure misalignment by Euclidean distance:
A smaller indicates stronger alignment between the model and the target country or territory (Tao et al., 2023).
Agarwal et al. extend value-level measurement in two directions. On the Inglehart–Welzel map they use the same Euclidean distance, and on GlobalOpinionQA they compare a model’s answer distribution to human survey distributions using Jensen–Shannon divergence. Their Cultural Alignment Differential is
with a normalized form
where positive values indicate greater similarity to India and negative values indicate greater similarity to the United States (Agarwal et al., 25 May 2025).
Human-centered authenticity work replaces distances to survey points with alignment between importance vectors. Native respondents’ open-ended answers are normalized into Cultural Importance Vectors, while model generations induced by diversified prompts are normalized into Cultural Representation Vectors. Alignment is then quantified with Pearson correlation, cosine similarity, and mean squared error across eleven cultural facets (Liemt et al., 3 Apr 2026).
Open-ended norm reasoning introduces another family of metrics. CultureForest defines each item by a norm bundle and scores free-form generations using a verifier over with norm-type-dependent utilities. The question score is
which is then averaged and normalized to (Ye et al., 1 Jun 2026).
Visual and multimodal work uses different observables. CAIRe defines a graded cultural relevance score
for image and culture label 0, after visual entity linking into a multilingual knowledge base and retrieval-augmented scoring conditioned on factual context (Yayavaram et al., 10 Jun 2025). CultureScore decomposes video faithfulness into Identity, Context, and Behavior, computes accuracy for each dimension via yes/no question answering, and averages them:
1
This formulation explicitly treats cultural genuineness as compositional rather than monolithic (Rani et al., 5 Jun 2026).
| Setting | Operationalization | Representative metric |
|---|---|---|
| LLM value alignment | Closeness to a country on a cultural map | Euclidean distance 2 |
| LLM opinion alignment | Similarity to country-level answer distributions | CAD / nCAD |
| Human-centered authenticity | Match to native facet priorities | Pearson, cosine, MSE |
| Norm-grounded reasoning | Compliance with explicit cultural norms | Verified open-ended score |
| Image relevance | Degree of relevance to user-supplied labels | 3 |
| Video faithfulness | Identity, Context, Behavior correctness | CultureScore |
These metrics indicate that cultural genuineness is not a single construct with a single gold standard. Some formulations emphasize aggregate value structure, some emphasize situated norm compliance, and some emphasize graded cultural relevance or native prioritization. This suggests that metric choice determines what kind of “authenticity” is being measured.
3. LLMs: values, practices, and downstream behavior
Evidence from LLMs is consistent on one point: default outputs often drift toward a Western or U.S.-proximal baseline. In a disaggregated evaluation across 112 countries and territories using the Integrated Values Surveys, all tested GPT models exhibited cultural values resembling English-speaking and Protestant European countries, and their default responses showed systematic bias toward self-expression values. GPT-4o’s unprompted point lay only 4 units from Finland but over 5 units from Jordan. Cultural prompting of the form “You are an average human being born in [country] and living in [country]…” reduced average distance from 2.42 to 1.57 for GPT-4o, from 2.71 to 1.77 for GPT-4-turbo, and from 2.69 to 1.65 for GPT-4, improving alignment for 71.0%, 81.3%, and 77.6% of countries and territories respectively (Tao et al., 2023).
The limits of regionalization are highlighted by the India case study in “Fluent but Culturally Distant.” Across value-level tasks based on the Inglehart–Welzel map and GlobalOpinionQA, and practice-level tasks based on CulturalBench and NormAd, five Indic models did not align more closely with Indian cultural norms than five global models. No Indic or global model occupied India’s bottom-left quadrant on the cultural map; all lay farther from India than the U.S. marker did. Mean nCAD was negative for every model, with statistically significant U.S. bias, and prompt changes altered nCAD by only 6 on average. The study’s central conclusion is that regional language fluency does not imply cultural competence (Agarwal et al., 25 May 2025).
Synthetic culture-rich training data can improve some benchmarks. CulturePark uses an LLM-powered multi-agent communication framework with an English-speaking “main contact,” culturally specific delegates, self-calibration prompts, self-guidance prompts, and free-chat phases to generate approximately 41 K question–answer pairs across eight cultures. Fine-tuned GPT-3.5 models built on this corpus achieved the lowest Euclidean distances to Hofstede benchmarks among compared systems across all eight cultures, outperformed GPT-4 on 5 of 8 cultures in content moderation, and improved situated learning outcomes for human participants, with exam distance 175.8 versus 215.6 for GPT-4 and user satisfaction 4.3 versus 3.0 (Li et al., 2024).
Extrinsic evaluation complicates any simple success narrative. When nationality cues were perturbed in open-ended question answering and story generation, outputs varied lexically across countries and contained culturally relevant words, but correlations between output similarity and cultural-value distances were weak. Median Kendall’s 7 was small and positive for Hofstede’s Cultural Dimensions but small and negative for the World Values Survey, indicating that models changed wording and named entities more readily than they adapted in ways that systematically tracked survey-based cultural proximity (Bhatt et al., 2024).
Together, these results support two bounded conclusions. First, prompting and specialized fine-tuning can measurably shift outputs on some metrics. Second, current LLMs often remain culturally distant at the level of value structure, practices, or downstream adaptation even when they appear culturally fluent.
4. Images and video: relevance, awareness, diversity, and faithfulness
In visual generation and evaluation, cultural genuineness is usually framed as culturally relevant depiction rather than value expression. CAIRe evaluates the cultural relevance of an image against a user-defined set of labels by grounding the image to a multilingual knowledge base, retrieving factual descriptions, and producing independent 1–5 judgments for each label. On a manually curated set of 68 rare, culturally salient entities, Qwen2.5-7B with text retrieval achieved F1 8, outperforming its own baseline by +27.9 points. On universal concepts, CAIRe achieved Pearson correlations of 0.56 on generated images and 0.66 on natural images with human 5-point Likert ratings (Yayavaram et al., 10 Jun 2025).
The CUBE benchmark decomposes cultural competence in text-to-image models into cultural awareness and cultural diversity. Awareness consists of faithfulness and realism for specified artifacts, while diversity measures the breadth of artifacts produced for under-specified prompts using a quality-weighted Vendi score. CUBE-1K contains 1,000 manually verified prompts, and CUBE-CSpace contains approximately 300 K culturally grounded artifacts across eight countries and three concepts. Reported findings show large country disparities: Imagen 2 scored above 95% cultural relevance for India, USA, and France but only approximately 68–74% for Turkey and Nigeria, while SDXL was especially low for Brazil at 53% and Turkey at 66%. Even the best model achieved only 0.14–0.19 on 9 under the uniform kernel, indicating severe collapse in cultural diversity under broad prompts (Kannen et al., 2024).
Work on multilingual text-to-image generation identifies a different failure mode: culture-related knowledge may exist internally but remain weakly activated. “Where Culture Fades” defines cultural consistency as the degree to which an image exhibits visual elements statistically associated with the target language’s socio-cultural context while avoiding stereotypical or implausible embellishments. Using cross-attention analysis, sparse autoencoders, and weighted-frequency scores, the authors localize culture-sensitive neurons and introduce two controls: a Zero-Training Neuron Amplifier and a Fine-Tuned Layer Enhancer. On CultureBench, the PEA-Diffusion baseline improved from CultureVQA 21.65 to 33.91 with the Zero-Training amplifier and to 36.63 with the Fine-Tuned enhancer, while maintaining competitive CLIPScore, ImageReward, and LPIPS values (Shi et al., 21 Nov 2025).
Video work makes temporal behavior an explicit target. CultureScore evaluates 6,180 generated videos over 10 countries and reports that no tested model achieved culturally faithful video generation. Under extended prompts, Wan 2.2 reached the best overall CultureScore at 56.8%, with Identity 51.3%, Behavior 49.8%, and Context 69.3%; LTX-2 reached 51.4%, and Veo 3.1 Fast reached 50.9%. Behavior remained below 52% for all models, and native-speaker preference rankings aligned directionally with CultureScore but were inverted relative to VideoScore, so the model with the best visual-quality score was ranked last in cultural faithfulness (Rani et al., 5 Jun 2026).
Earlier text-to-image work also showed that prompt form strongly influences cultural activation. In CulText2I, “English with Nation” templates produced the strongest cultural signals, while even script fragments could bias outputs toward particular styles. The study organized cultural content into dimensions, domains, and concepts and used intrinsic CLIP-space metrics plus extrinsic VQA probing to show that text-to-image models do encode culture, but in a prompt-sensitive and sometimes orthography-sensitive way (Ventura et al., 2023).
5. Human-centered, qualitative, and ethnographic approaches
A major critique of benchmark-centric alignment is that culture is fluid, emergent, and context-dependent, whereas many current evaluations reduce it to static categories or survey proxies. “Too much alignment; not enough culture” argues for integrating interpretive social-science methods and adapting Clifford Geertz’s notion of “thick description” into “thick outputs.” Three necessary conditions are proposed: sufficiently scoped cultural representations, capacity for nuanced outputs, and anchoring outputs in user-provided cultural context. The paper recommends ethnographic in situ studies, user-centred focus groups, a rubric covering Contextual Coherence, Interpretive Depth, User Attribution, and Responsiveness, and iterative annotation cycles that separate surface form from meta-explanatory cultural rationale (Orlowski et al., 30 Sep 2025).
Human-centered authenticity work provides a concrete alternative to survey-only evaluation. In a study across nine countries, open-ended native-speaker descriptions of “what matters most in your culture” were normalized into Cultural Importance Vectors over eleven predefined facets. Model outputs from 85 syntactically diversified prompt templates, sampled 425 times per model per country, were converted into Cultural Representation Vectors on the same facet space. Pearson correlations showed clear cross-country variation: for GPT-4o, 0.81 for Italy, 0.79 for France, 0.78 for Mexico, 0.70 for Brazil and India, 0.68 for Indonesia, 0.62 for Japan, and 0.60 for South Korea. Systemic error signatures were highly correlated across models, with pairwise error correlations above 0.968, and all models over-indexed Architecture/Physical Spaces, Communication, and Cuisine while under-indexing Values/Norms/Beliefs/Morality, Performance & Art, and Religious Rituals (Liemt et al., 3 Apr 2026).
Domain-expert human judgment remains important when authenticity is subtle and low-resource. In the wine-review benchmark, five bilingual annotators including a Master of Wine scored Cultural Genuineness on a 1–7 scale after calibration on 40 samples. The examples are instructive: rendering “earthy” as “土味” was judged low Cultural Genuineness because it suggested dirtiness or off-flavor, whereas “泥土气息” preserved the positive nuance; similarly, replacing “clove” with “八角” damaged authenticity, while retaining “丁香, 紫罗兰, 藏红花” preserved the original descriptor’s quality (Zou et al., 16 Sep 2025).
These approaches shift the evaluative question from “Is the output factually associated with a country?” to “Would people situated in the target culture recognize the output as coherent, meaningful, and appropriately prioritized?” This suggests a broader conception of genuineness than one captured by accuracy alone.
6. Recurrent failures, misconceptions, and research directions
One recurrent misconception is that multilinguality or regional fine-tuning automatically yields cultural genuineness. The strongest negative evidence comes from the Indian regional-model study, where supervised fine-tuning on limited local-language corpora did not inject Indian cultural content and often degraded both India-specific and U.S.-specific performance. The authors trace this to scarcity of high-quality, untranslated, and culturally grounded data, including reliance on machine-translated instructions or very small native-language corpora (Agarwal et al., 25 May 2025).
A second misconception is that culture-sensitive behavior can be inferred from lexical variation or demographic conditioning alone. The extrinsic evaluation of question answering and story generation found large across-nationality lexical variation but only weak correspondence to cultural-value distances, while CULTURE-GEN showed that model culture-conditioned generations often contain linguistic markers that distinguish marginalized cultures from default cultures and that culture-agnostic generations disproportionately overlap with Western Europe, English-Speaking, and Nordic symbol sets (Bhatt et al., 2024, Li et al., 2024).
A third limitation is that knowledge possession and knowledge use are separable. CultureForest explicitly disentangles knowledge acquisition from cultural reasoning and shows that while LLMs possess substantial cultural knowledge, performance is further bottlenecked by effective use. Easy multiple-choice settings compress differences, but performance drops sharply in medium and open-ended settings; cross-region gaps often exceed mean performance in open mode, test-time reasoning yields only modest gains of roughly 2–4%, and responses become markedly conservative, with Violate probabilities below 1% and Neutral rates rising to 30–50% under stricter norms (Ye et al., 1 Jun 2026).
Several concrete directions recur across the literature. Tao et al. recommend recurrent, disaggregated audits and cultural prompting as an accessible mitigation, while also noting that prompt wording and English-only evaluation may themselves introduce bias and that survey-question alignment may not generalize to other tasks or longer passages (Tao et al., 2023). Interpretive work recommends mixed-method evaluation, expert and community participation, ethical oversight against stereotyping or appropriation, and cross-disciplinary teams combining AI engineers, anthropologists, sociolinguists, and community stakeholders (Orlowski et al., 30 Sep 2025). Visual work recommends better knowledge-base coverage, in-domain calibration, and label-specific audits for CAIRe; more participatory, regionally grounded data for CUBE; and richer motion data plus decomposed architectures for video behavior (Yayavaram et al., 10 Jun 2025, Kannen et al., 2024, Rani et al., 5 Jun 2026).
A plausible implication is that cultural genuineness is best treated as a family of related evaluation targets rather than a single property. Value alignment, norm-grounded reasoning, native-priority alignment, cultural relevance, diversity, and behavioral faithfulness overlap, but they do not collapse into one another. Current systems can score well on one and fail on another. The literature therefore increasingly treats cultural genuineness as a multi-level property requiring disaggregated measurement, human-grounded interpretation, and explicit attention to whose cultural expectations define success.