Pith. sign in

REVIEW 3 major objections 5 minor 13 references

Is It Bad to Work All the Time? Cross-Cultural Evaluation of Social Norm Biases in GPT-4

T0 review · 3 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash

Pith's one-line read The paper claims that GPT-4's default, culturally unmarked social-norm judgments align most closely with the United States, that its generated norms are accurate but generic, and that its cultural stereotypes are hidden rather than…

desk verdict A genuinely better bottom-up protocol for probing cultural norms in LLMs, with a solid generic-norm finding, but the stereotype-recovery headline rests on cherry-picked examples and the US-alignment JSD is a within-model comparison that the paper overstates. read the letter →

arxiv 2505.18322 v1 pith:EJC6ZALM submitted 2025-05-23 cs.CL cs.AI

classification cs.CLcs.AI
keywords culturalbiassocialnormsrulesofthumbGPT-4cross-culturalNLPstereotypesJensen-Shannondivergencealignment
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper tries to establish that GPT-4's cultural bias is not a survey artifact but shows up in how the model reasons about everyday social situations. Instead of asking the model for its values directly, the authors give it movie plots from China, India, Iran, and the United States and ask it to write the social norms the stories invoke. They find that GPT-4's norms are about as accurate as human-written ones but noticeably more generic and less culture-specific, and that when the model rates norms without any country cue, its answers sit closest to US ratings and farthest from Chinese ones. They also show that asking GPT-4 to predict how people from a country would rate a norm brings its stereotypes back to the surface, even though its freely generated text avoids them. If these findings hold, a widely used commercial model carries a measurable US-centric default that its safety training does not remove.

What carries the argument

The argument rests on the Rules of Thumb (RoT) format—short statements of the form 'it is [judgment] to [action]'—applied to 80 English Wikipedia movie plots, 20 per country, as culturally grounded narratives. Norms come from three sources: human annotators from each country, GPT-4 with default prompting, and GPT-4 with cultural prompting ('As someone with a [country X] cultural background...'). Cultural alignment is measured by sampling 30 ratings per norm at temperature 0.8 and computing the Jensen-Shannon divergence between the default rating distribution and each country-prompted distribution. The stereotype claim is carried by reversing the generation task into an ordinal prediction task: the model rates how people from the target country would judge human-rated stereotypical norms, surfacing associations that its text-generation guardrails suppress.

What would settle it

Re-run the rating task with country cues randomly swapped (for example, asking for the Chinese perspective on US norms and vice versa), or compute the Jensen-Shannon divergence between every pair of country-prompted distributions. If the default distribution tracks whichever country is named, or if the pairwise country distances do not reproduce the same ordering, the US-default claim is a prompt artifact rather than a latent cultural prior; near-zero pairwise distances would mean the prompts all restate the same default.

Watch

Extended reading notes

Core claim

GPT-4 reasons about social norms in culturally grounded narratives from a default stance that is closer to the United States than to India, Iran, or China, and its avoidance of stereotypes in generated text masks stereotypes that remain in its judgments. The model's default rating distribution over a norm differs from its US-prompted distribution by an average Jensen-Shannon divergence of 0.12, versus 0.20 for Iran, 0.24 for India, and 0.33 for China. The norms it generates are rated about as accurate as human-written ones but less culture-specific, and prompting it 'as someone with a Chinese cultural background' does not significantly improve its generation. When the task is reversed from generating norms to predicting agreement, the model assigns distributions that match the stereotype—for example, predicting that Chinese raters would disagree that it is bad to work all of the time—so the stereotypes are hidden rather than removed.

Load-bearing premise

The load-bearing premise is that prompting GPT-4 to rate norms 'as someone with a [country X] cultural background' genuinely invokes that country's perspective, so the divergence ordering in Figure 4 measures cultural alignment rather than the model's reaction to added wording; the paper itself reports that cultural prompting gave no significant advantage in norm generation, which leaves this premise open.

Editorial extensions

If this is right

  • Any use of GPT-4 that consults an unmarked default judgment—advice, moderation, decision support—will carry a US-aligned normative stance even when no cultural reference appears in the prompt.
  • Accuracy ratings of generated norms cannot be read as cultural competence, because the model achieves accuracy partly by producing generic norms that people across cultures can agree with.
  • A model that avoids voicing stereotypes can still encode them in its predictions, so safety evaluations limited to generated text will miss persistent biases.
  • Explicitly naming a country in the prompt does not by itself give the model that country's perspective in norm generation, which limits naive cultural prompting as a mitigation.
  • There is a trade-off the paper calls a key tension: the knowledge needed to be culture-specific is entangled with stereotypical associations, so improving cultural specificity may amplify stereotypicality.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • If the divergence ordering reflects a latent cultural prior rather than prompt wording, the same movie-plot protocol could serve as a survey-free benchmark for ranking any model by whose norms it defaults to.
  • The stereotype-recovery probe—predicting agreement from a cultural persona over human-rated stereotypical norms—is a cheap adversarial test that model developers could run before deployment; it would be worth seeing whether newer models or stronger refusal tuning change the recovered distributions.
  • Because the study is deliberately English-only and relies on English Wikipedia summaries, part of the US-alignment gap could be a language-pipeline artifact; running the same task with source-language plots or translated prompts is the natural replication that would test this.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 5 minor

Summary. The paper proposes a bottom-up approach to evaluating the cultural alignment of GPT-4: rather than asking the model to answer value surveys, the authors present movie plots from the US, China, India, and Iran, ask human annotators and GPT-4 to write social-norm rules-of-thumb (RoTs), and then have human annotators rate the resulting RoTs for accuracy, culture-specificity, and stereotypicality. They report that GPT-4's RoTs are as accurate as human-written ones but significantly more generic, that GPT-4's default rating distributions are closer to its own US-prompted distributions than to its China-, India-, or Iran-prompted distributions, and that although GPT-4 avoids generating overt stereotypes, stereotypical associations can be recovered by asking the model to predict how people from a target culture would rate stereotypical RoTs. The central claims are that GPT-4's default normative representation is US-aligned and that its stereotype avoidance is superficial.

Significance. If confirmed, the findings would be a valuable contribution to cross-cultural LLM evaluation: the paper introduces a narrative-grounded, bottom-up protocol that goes beyond direct survey questions, and it collects original human annotations from four cultural groups. The distinction between overt stereotype avoidance and recoverable latent stereotypes is an important and under-explored phenomenon. The paper also ships its data/code (footnote 1), which supports reproducibility. However, the strength of the contribution depends on two load-bearing empirical choices that are not fully supported: the US-alignment claim is measured by a self-comparison of GPT-4's distributions rather than against human ground truth, and the stereotype-recovery claim is demonstrated only with selected examples rather than an aggregate analysis. These issues are fixable within the manuscript's scope.

major comments (3)
  1. [§4.2, Figure 4] The JSD-based alignment measure compares GPT-4's default rating distribution with its own rating distribution under a country-prompted condition. This is a self-similarity measure, not a comparison to any external cultural ground truth. The paper already collects human rating distributions in §4.1 for RoTs, but §4.2 does not validate that the culturally prompted GPT-4 distributions are actually closer to human raters from those countries than the default distribution is. Without that validation, the ordering US 0.12, Iran 0.20, India 0.24, China 0.33 can be interpreted as the model's sensitivity to country labels in the prompt, rather than as evidence that GPT-4's default stance is US-aligned. Please add an analysis that compares the culturally prompted distributions to the human-annotator distributions for the same RoTs (e.g., JSD or rank correlation), and report the origin of the 20 sampled RoTs per country (human-written, GPT-generated, or both), since the composition could systematically affect the result.
  2. [§4.2 vs. Appendix B.2, Table 7] The task description in §4.2 says the model is asked to rate RoTs "as someone with a [country X] cultural background," but the actual prompt in Table 7 asks the model to "estimate how people with a X cultural background would rate" the statement. These are different tasks: the first elicits the model's own culturally situated judgment, while the second elicits a prediction about a demographic group's opinions. The alignment claim depends on which task is actually performed, because predicting how others rate can activate statistical stereotypes about the group instead of reflecting the model's own cultural perspective. Please reconcile the description with the prompt, and discuss the third-person framing as a possible confound.
  3. [§4.3, Figure 5] The headline claim that "stereotypes are merely hidden rather than suppressed" and can be "easily recovered" is supported only by four hand-selected example RoTs from the 338-item set of highly stereotypical norms. No aggregate statistic is reported for this set, such as the fraction of RoTs in which the culturally prompted distribution shifts stereotypically relative to default, or the proportion of cases where GPT-4's culturally prompted modal rating matches the human modal rating. As written, the recovery claim is anecdotal rather than demonstrated. Please add a quantitative summary over the 338 RoTs, together with an appropriate statistical test (e.g., comparing default vs. culturally prompted rating distributions on stereotype-relevant items, or comparing predicted vs. human modal ratings).
minor comments (5)
  1. [§4.1, Figure 3A] The sentence reporting US accuracy says "the difference is not statistically significant (β = −0.31, p = .003)", but p = .003 conventionally indicates significance; please check the coefficient, standard error, and intended comparison, and report the correct regression output.
  2. [Title, §3.3] The title and most of the text say "GPT-4," but §3.3 specifies "GPT-4o (OpenAI, 2024)." Please be consistent about the exact model version throughout, as results may not transfer across model versions.
  3. [§4.1, cultural prompting result] The claim that cultural prompting showed no significant advantage is reported only qualitatively; please report the regression coefficient and p-value for the cultural-prompting covariate in the accuracy and specificity models, so that the reader can assess the size of the null effect.
  4. [Figure 3] The culture-specificity values (1.7–2.8) cluster in a narrow range near the bottom of the 1–5 scale, making differences hard to see; consider zooming into the relevant range or adding confidence intervals.
  5. [Limitations] The limitations section notes that the annotators are bicultural (living in English-speaking countries) and that cultural priming was used; please connect this explicitly to the human-rating baselines used in §4.1 and Figure 5, since these baselines are the only external ground truth in the study.

Circularity Check

0 steps flagged · score 0.0 of 10

No circular derivation found: the central claims are anchored to external human judgments, and the Section 4.2 self-comparison is a measurement-validity limitation, not an input-output identity.

full rationale

The paper's core claims are anchored to external human annotations rather than to GPT-4's own outputs. Human-written RoTs and human ratings of accuracy, culture-specificity, and stereotypicality are the reference points for the 'more generic' and 'hidden stereotypes' findings (Sections 3.2, 4.1, 4.3), so those results are not defined in terms of the model's responses. Section 4.2 measures alignment as Jensen-Shannon Divergence between GPT-4's default rating distribution and its own culturally-prompted rating distributions; this is a self-consistency measure and the US JSD of 0.12 is an empirical quantity, not an identity. The concern that country labels may only change output due to instruction-following rather than cultural knowledge is a construct-validity limitation, not circularity, and the paper explicitly acknowledges related threats (English Wikipedia plots possibly written from a Western editor's perspective; bicultural annotators; cultural prompts showing no significant advantage in Section 4.1). No parameter is fitted to the quantity it is said to predict, and no load-bearing claim depends on a self-citation: citations to Forbes et al. (2020) and Bhatia et al. (2024) are methodological conventions with independent foundations. Accordingly, no circular step is exhibited.

Assumptions & free parameters 5 free parameters · 6 assumptions · 0 invented entities

The ledger is light because this is an empirical measurement paper rather than a derivation: there are no fitted physical constants or invented entities. The load-bearing items are assumptions about data sources, annotators, prompting, and the treatment of ordinal ratings. The most fragile are axiom 5 (cultural prompting invokes a country's perspective, despite Section 4.1 showing no effect on generation) and the small bicultural annotator pools (7 to 14 raters per non-US culture) that anchor the human baseline. Free parameters are procedural choices, not fitted values: model instance, stereotype-quartile cutoff, manual probe additions, sampling temperature, and the movie length window.

free parameters (5)
  • GPT-4o model instance = OpenAI GPT-4o (proprietary)
    All measurements depend on this specific closed model checkpoint; its outputs are not stable over time and cannot be re-run exactly, so the measured behaviors are tied to this instance.
  • Top-quartile stereotypicality cutoff = Top 25% within each culture (338 RoTs)
    The stereotype-recovery probe set is defined by this hand-chosen threshold on human stereotypicality ratings; changing it changes which norms are tested.
  • Manually added negation RoTs = A small number, e.g., 'It is bad to work all of the time' (China)
    Items whose negation reflects culturally salient stereotypes were added by hand beyond the quartile cutoff; the headline examples in Figure 5 come from this selection, making the probe set partially post hoc.
  • Rating sampling scheme = Temperature 0.8, 30 samples per RoT
    Rating distributions for the JSD analysis depend on these choices; higher temperature increases variability and could inflate divergence estimates.
  • Movie plot sampling window = 20 movies per country, 40th to 60th percentile of length
    The stimulus set is defined by this length filter; results may not generalize beyond these 80 plots.
assumptions (6)
  • domain assumption Country can serve as a proxy for culture, with China, India, Iran, and the US as distinct cultural groups.
    Used throughout (Sections 3.1, 4) and acknowledged as a limitation in the Ethics section; cultural variation within countries is not modeled.
  • domain assumption English Wikipedia movie plots provide culturally grounded narratives that elicit each culture's social norms.
    The paper acknowledges plots may be written from a Western editor's perspective and that movies have a reporting bias toward unusual events (Limitations, 'Cultural Grounding').
  • domain assumption Bicultural annotators (living in English-speaking countries, primed with cultural images) provide valid in-culture ground truth.
    Section 3.2 and Appendix A.1; all non-US annotators reside in Canada or the US, and the priming is assumed to activate the target cultural identity.
  • domain assumption Social norms are adequately captured by the rules-of-thumb format with a judgment adjective and a verb-anchored action.
    Adapted from Forbes et al. (2020) in Section 3.2; the format constrains what counts as a norm.
  • ad hoc to paper Cultural prompting makes GPT-4 simulate the target country's perspective in the rating tasks.
    Section 4.2 and Appendix B.2; contradicted in spirit by Section 4.1's finding that cultural prompting yields no significant change in RoT generation.
  • domain assumption Likert ratings (1 to 5) can be treated as interval data in OLS regressions.
    The accuracy, specificity, and stereotypicality comparisons in Sections 4.1 and 4.3 rely on OLS models of ordinal ratings.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Is It Bad to Work All the Time? Cross-Cultural Evaluation of Social Norm Biases in GPT-4." pith.science (2026). https://pith.science/paper/EJC6ZALM

@misc{pith2026250518322,
  author       = {Pith},
  title        = {Pith review of: Is It Bad to Work All the Time? Cross-Cultural Evaluation of Social Norm Biases in GPT-4},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/EJC6ZALM}},
  note         = {Machine review of arXiv:2505.18322}
}
read the original abstract

LLMs have been demonstrated to align with the values of Western or North American cultures. Prior work predominantly showed this effect through leveraging surveys that directly ask (originally people and now also LLMs) about their values. However, it is hard to believe that LLMs would consistently apply those values in real-world scenarios. To address that, we take a bottom-up approach, asking LLMs to reason about cultural norms in narratives from different cultures. We find that GPT-4 tends to generate norms that, while not necessarily incorrect, are significantly less culture-specific. In addition, while it avoids overtly generating stereotypes, the stereotypical representations of certain cultures are merely hidden rather than suppressed in the model, and such stereotypes can be easily recovered. Addressing these challenges is a crucial step towards developing LLMs that fairly serve their diverse user base.

Figures

Figures reproduced from arXiv: 2505.18322 by the authors.

Figure 1
Figure 1. Top-down vs. bottom-up approaches to eval [PITH_FULL_IMAGE:figures/full_fig_p001_1.png] view at source ↗
Figure 2
Figure 2. Overview of RoT collection and evaluation process. We first scrape movie plots from English Wikipedia. [PITH_FULL_IMAGE:figures/full_fig_p004_2.png] view at source ↗
Figure 3
Figure 3. Average (A) accuracy, (B) culture-specificity, and (C) stereotypicality scores for each country and [PITH_FULL_IMAGE:figures/full_fig_p006_3.png] view at source ↗
Figures from the paper (5 more)
Figure 4
Figure 4. Figure 4: Average JSD between GPT-4’s default predic [PITH_FULL_IMAGE:figures/full_fig_p006_4.png]
Figure 5
Figure 5. Figure 5: Comparison of GPT-4 responses across four culturally grounded RoTs. Each subplot shows probability [PITH_FULL_IMAGE:figures/full_fig_p008_5.png]
Figure 6
Figure 6. Figure 6: Cultural activation task interface. Annotators are presented with five culturally relevant images (e.g., [PITH_FULL_IMAGE:figures/full_fig_p014_6.png]
Figure 7
Figure 7. Figure 7: Interface for collecting Rules-of-Thumb (RoTs) from annotators. After completing the cultural activation [PITH_FULL_IMAGE:figures/full_fig_p015_7.png]
Figure 8
Figure 8. Figure 8: Evaluation interface. Annotators from each cultural background rate each RoT based on three criteria: [PITH_FULL_IMAGE:figures/full_fig_p016_8.png]

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

13 extracted references · 9 canonical work pages

  1. [1]

    For example, It is rude to curse at people

    Judgment+action: Each RoT is in a single sentence with a straightforward structure: it is [the judgment] of [an action]. For example, It is rude to curse at people

  2. [2]

    curse; It is rude to curse at people

    Verb-Centric: Anchor each RoT to a specific verb from the story (tense doesn’t matter). For example: “curse; It is rude to curse at people.”, “likes; It is good to like your relatives.”, “invited; It is devastating to be excluded from a wedding you were invited to.”

  3. [3]

    Specificity: Avoid overly generic statements

  4. [4]

    Bad Examples:

    Quantity: Write 3 to 5 RoTs. Bad Examples:

  5. [5]

    arXiv preprint arXiv:2502.12057

    Culture is not trivia: Sociocultural theory for cultural nlp. arXiv preprint arXiv:2502.12057. Ying Zhu and Junqi Peng. 2023. From diaosi to sang to tangping: The chinese dst youth subculture online. Global Storytelling: Journal of Digital and Moving Images, 3(2):13–38. Caleb Ziems, Jane Dwivedi-Yu, Yi-Chia Wang, Alon Halevy, and Diyi Yang. 2023. NormBank...

  6. [10]

    (too rigid in format)

    curse; Cursing at people is rude. (too rigid in format)

  7. [11]

    (encyclopedic, not normative)

    sleep; Studies have shown... (encyclopedic, not normative)

  8. [12]

    (requires original story context)

    cut; It’s ok to cut off contact... (requires original story context)

Show all 13 references
  1. [13]

    It is rude to curse at people

    helped; It’s kind to help people. (too vague) Table 6: Prompt for the RoT collection task. 13 Figure 6: Cultural activation task interface. Annotators are presented with five culturally relevant images (e.g., national flag, historical figures, landmarks, daily life, and festiv...

  2. [2010]

    The weirdest people in the world? Behavioral and Brain Sciences, 33(2-3):61–83. 10 Daniel Hershcovich, Stella Frank, Heather Lent, Miryam de Lhoneux, Mostafa Abdou, Stephanie Brandl, Emanuele Bugliarello, Laura Cabello Pi- queras, Ilias Chalkidis, Ruixiang Cui, Constanza Fierr...

  3. [2017]

    Science, 356(6334):183–186

    Semantics derived automatically from lan- guage corpora contain human-like biases. Science, 356(6334):183–186. Yong Cao, Li Zhou, Seolhwa Lee, Laura Cabello, Min Chen, and Daniel Hershcovich. 2023a. Assessing cross-cultural alignment between chatgpt and hu- man societies: An e...

  4. [2024]

    arXiv preprint arXiv:2406.03930

    Culturally aware and adapted nlp: A taxonomy and a survey of the state of the art. arXiv preprint arXiv:2406.03930. Chen Cecilia Liu, Fajri Koto, Timothy Baldwin, and Iryna Gurevych. 2023. Are multilingual llms culturally-diverse reasoners? an investigation into multicultural ...

  5. [2025]

    Social norms in cinema: A cross-cultural anal- ysis of shame, pride and prejudice. In Proceedings of the 2025 Conference of the Nations of the Amer- icas Chapter of the Association for Computational Linguistics: Human Language Technologies (V olume 1: Long Papers), pages 11396...

Pith tools

Reviewed August 7, 2026 · model on record in the stance chip above.