Pith. sign in

REVIEW 5 major objections 8 minor 2 cited by

Evaluating LLM Adaptation to Sociodemographic Factors: User Profile vs. Dialogue History

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

Pith's one-line read Most large language models shift the values they express toward a user's age and education level, whether those attributes are stated in a profile or only implied in conversation, but their consistency across the two formats varies by…

desk verdict Useful evaluation scaffold, but the consistency metric compares different tasks (assistant-side tailoring vs. first-person role-play), so the headline reasoning-advantage claim is not supported as run. read the letter →

arxiv 2505.21362 v1 pith:E625KL7P submitted 2025-05-27 cs.CL cs.AIcs.HC

classification cs.CLcs.AIcs.HC
keywords LLMbehavioraladaptationsociodemographicuserprofilesdialoguehistoryvalueexpressionSurveyModulecross-formatconsistencymulti-agentgenerationEarthMover'sDistance
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

Large language models adjust the values they express in answers to a user's age and education level, and this happens whether those traits are stated explicitly in a user profile or only implied through a multi-turn dialogue history. The paper builds a synthetic career-advice dialogue corpus in which each conversation is paired with a known demographic profile, then probes models with 18 questions from the Value Survey Module and measures how the distribution of answer choices shifts between demographic groups. Most tested models show larger value shifts when demographic differences are larger, especially for age and education, but they are not equally consistent when the same profile is presented in the two formats. The paper argues that models with stronger reasoning abilities maintain the most stable behavior across formats.

What carries the argument

Three components carry the argument. First, an agent-based dialogue generation pipeline (a GPT-4o user simulator, an out-of-context detector that revises questions deviating from the profile, and a GPT-4o QA bot) produces 1,000 career-advice dialogues, each mapped to a distinct synthetic user profile. Second, an 18-question subset of the Value Survey Module (VSM 2013) probes value expression; each model returns a probability distribution over the five answer options. Third, two distance measures quantify the effects: Jensen-Shannon divergence between group centroids for behavior adaptation in the user-profile and dialogue-history scenarios, and Earth Mover's Distance between the sequences of selected option IDs for cross-format consistency, with random profile-dialogue pairings as a baseline.

What would settle it

Run the dialogue-based evaluation on a second corpus generated by a different QA bot (or written by humans) with the same user profiles and roughly matched content; if the inter-group divergences in answer choices largely disappear or reverse, the claimed adaptation to dialogue-embedded demographics is an artifact of the original GPT-4o response style rather than of the attributes themselves.

Watch

Extended reading notes

Core claim

The central claim is that LLM value expression is sensitive to sociodemographic context in both input formats: when a user profile is placed in the prompt, and when the same attributes must be inferred from conversational history. For age and education, inter-group divergences in answer-choice probability distributions exceed the format baseline in most models, and the divergence grows with the demographic gap. However, consistency across the two formats is model-dependent: small models show high absolute distances and ratios near baseline, while larger and reasoning-capable models achieve lower ratios; the reasoning model QwQ-32B has the lowest measured Earth Mover's Distance (0.112) and the lowest ratio over baseline (0.896). The paper interprets this as evidence that reasoning helps a model revisit and integrate demographic attributes regardless of how they are delivered.

Load-bearing premise

The load-bearing assumption is that the synthetic dialogues carry the user profile faithfully, with no extra style or topic differences, so measured value shifts come from the demographic attributes rather than from the way the conversation was phrased.

Editorial extensions

If this is right

  • Demographic cues in ordinary conversation, not only structured profiles, can steer the values an LLM expresses.
  • The size of the value shift tracks the size of the demographic gap, so a chatbot addressing a 23-year-old and an over-60 user diverges more than for similar ages.
  • Smaller models are more sensitive to presentation format, so their answers to the same question can change when identical attributes arrive as a profile instead of dialogue history.
  • Reasoning-augmented models are more consistent across formats, suggesting that reasoning is a practical lever for robust sociodemographic adaptation.
  • The consistency ratio, measured distance over baseline, separates genuine demographic alignment from format-induced noise.

Reading between the lines

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

  • If the effect generalizes beyond the synthetic career-advice domain, deployed chatbots are silently offering different value guidance to users of different ages and education levels, a fairness and transparency concern the paper does not address.
  • A cheap deployment diagnostic could reuse the same consistency metric: sample a model's answers on a fixed value questionnaire while varying whether demographic context comes from a stored profile or from prior turns, and monitor the Earth Mover's Distance for signs of format-sensitive behavior.
  • A direct causal test of the reasoning explanation would be to prompt a model to restate the inferred demographic attributes before answering and check whether its cross-format consistency rises to the level of QwQ-32B.
  • The mediation of content versus style is testable: regenerate dialogues with a second QA bot that phrases things differently while holding profile attributes constant; if dialogue-based divergences persist, the attributes themselves, not the phrasing, drive adaptation.
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

5 major / 8 minor

Summary. This paper proposes and applies an evaluation framework for measuring whether large language models adapt their expressed values to users' sociodemographic attributes when the attributes are delivered either as an explicit user profile in a single-turn prompt (BA_user) or through multi-turn dialogue history (BA_dialogue). The authors build a synthetic corpus of 1,000 career-advice dialogues via a GPT-4o multi-agent pipeline with an out-of-context detector, then probe six open-weight models with an 18-question subset of the VSM 2013 value survey. Divergences between demographic groups are measured as Jensen-Shannon distances between group centroids normalized by a baseline; cross-format consistency is measured as Earth Mover's Distance between selected option sequences and as a ratio to a random-pairing baseline. The headline findings are that most models shift their value expression with demographic changes (notably age and education), that larger gaps produce larger shifts, and that cross-format consistency varies, with the reasoning-augmented QwQ-32B showing the lowest EMD and best ratio-to-baseline.

Significance. The paper asks a practically important question—whether chatbot value adaptation generalizes from explicit profile cards to attributes received through conversation—and ships reusable assets: an open-sourced dataset and code, a documented multi-agent generation procedure with quality checks against human ratings, and a persona-recognition pretest supporting the premise that models can extract attributes from dialogue. If the results held, the framework would be a useful controlled template for this evaluation problem, and the paper's own Limitations are candid about several confounds. However, the central claims are currently supported only by point estimates without uncertainty quantification, and the BA_user/BA_dialogue contrast changes two variables at once: presentation format and the model's role (third-person assistant tailoring vs. first-person 'assume you are me'). On reading the manuscript, the stress-test concern about this role asymmetry does land—see §5.2 and Figure 12—and the 'implicit' characterization is weakened by the generation prompt, which instructs the simulator to state age and job title explicitly.

major comments (5)
  1. [§5.2, Fig. 12] The two conditions differ in the model's role, not only in how the demographic attributes are delivered. In BA_user the system prompt instructs the model to act as a chatbot answering 'based on the given user profile' (third person), whereas in BA_dialogue the user prompt says 'Assume you are me, help me find the most suitable answer to the following question' (first person). The Consistency metric defined in §5.1 (EMD between Su and Sd and its ratio to the random-pairing baseline, Table 3) therefore conflates presentation-format invariance with the model's sensitivity to whether it is tailoring an answer to someone else or reporting its own preference as the user. A model that is good at 'pretend to be the user' (e.g., QwQ-32B) will look more consistent even if its assistant-side adaptation is identical or worse. The Appendix F note that the perspectives were chosen 'to maintain coherence' documents the asymmetry but does not ablate it; the paper never reports a role-matched comparison (e.g., assistant-style prompting on dialogue history, or first-person prompting on the profile card). As written, the central claim that dialogue-delivered attributes produce the same adaptation as explicit profiles is not supported by the current protocol.
  2. [§5.1, Table 3, Fig. 5] All divergences, baselines, and consistency ratios are reported as single point estimates with no confidence intervals, significance tests, or repeated sampling. For example, Table 3 lists QwQ-32B's ratio 0.896 versus DeepSeek-V3's 0.922, and Qwen2.5-7B's 1.000, but without uncertainty or a paired test it is impossible to tell whether these orderings are meaningful; the same applies to the claim in §6.1 of a 'positive correlation between age disparity and behavioral divergence' and to the cross-model comparison used to motivate the reasoning-capability conclusion. I recommend bootstrap resampling over profiles/dialogues (or over the 18 VSM questions) to give intervals on measured distance, baseline, and their ratio, and a trend test for the monotonicity claims in Figure 5.
  3. [§4, Fig. 6, Appendix B] The contrast between 'explicit' and 'implicit' delivery is not realized by the generation procedure. The user_simulator's initial prompt (Figure 6) instructs it to start by 'either explicitly mentioning your age and job title or subtly hinting at them,' and the posed example in Figure 1 has the dialogue literally begin with 'I'm a 23-year-old software engineer.' Thus BA_dialogue largely presents the demographic attributes as first-person explicit self-descriptions inside the conversation, rather than requiring inference from context; the experiment genuinely compares a third-person profile card with first-person self-disclosure in dialogue. The abstract's wording 'implicitly through multi-turn dialogue history' and the claim in §6.1 that 'dialogue history is less explicit than user profiles' overstate the contrast. This can be fixed either by regenerating dialogues that embed attributes only inferentially (e.g., through topics, comparisons, or situational details), or by rewording the claims to describe first-person dialogue delivery rather than implicitness.
  4. [§5.2] The reasoning model QwQ-32B is given a different querying protocol from all other models: 'Each model is queried once per prompt, except for the reasoning model QwQ-32B, which is queried twice,' with the first (unconstrained) reasoning output appended to the second query. Since Table 3 and the §6.2 discussion use QwQ-32B's lowest EMD/ratio as the key evidence for the claim that enhanced reasoning produces better cross-format consistency, the comparison is confounded: the extra reasoning stage itself could produce the improvement, independent of the model's architecture. The protocol should be equalized (e.g., all models queried twice, or QwQ once) before the reasoning-capability conclusion can be drawn.
  5. [§6.2, Limitations] The claim that consistency correlates with benchmark performance on 'language understanding and reasoning tasks (e.g., MMLU Pro, BigBench Hard)' is asserted without reporting correlation coefficients, benchmark values, or a statistical test; with six models the apparent ordering is not evidence. In addition, the dialogue histories contain the qa_llm's full answers (generated by GPT-4o in default configuration), which already express value judgments adapted to the profile (e.g., 'It's very important — even at 23 and early in your software engineering career' in Figure 1). A tested model asked to 'assume you are me' after reading such a history may anchor to the prior assistant's expressed values rather than to the demographic attributes themselves; the Limitations mention GPT's response style as a confound but not this anchoring mechanism, which threatens the interpretation of both BA_dialogue divergences and the Consistency results.
minor comments (8)
  1. [Appendix C, Algorithm 1] The pseudocode is inconsistent with §4: the text says the out-of-context detector 'directly revises the question' when an inconsistency is detected, while the algorithm's lines 5–7 and 17–19 skip or break the profile on OOC detection; please state which behavior was actually used and align the pseudocode with it.
  2. [§4.1, Table 5] The 'strong concordance' claim is not supported for Attribute Correctness, where ICC(3,k)=0.16 and Pearson r=0.19; the low-variance explanation is plausible and should be stated where Table 5 is referenced, rather than only in Appendix E.
  3. [§5.1] Typo: 'JSD(P j u ∥P j u′) donates' should be 'denotes'.
  4. [Figure 5] The caption reads 'education evel' and the y-axis tick labels (0.0, 1.1, 2.2, 3.3, 4.5, 5.6, 6.7) appear non-linear or truncated; check the axis scaling and label it explicitly as 'distance / baseline' since baseline = 1 is referenced in the text.
  5. [Appendix H] The 'Developed / Developing / Third World' grouping label is outdated; consider 'least developed' or another standard classification, and note that the mapping itself was generated by GPT-4o, which adds an unvalidated categorization step.
  6. [Figure 12] Typo: 'suitbale' should be 'suitable' in the BA_dialogue user prompt, and the prompt text in the figure should be checked for other rendering artifacts.
  7. [§4] The LLM judge reports an average over 10 random seeds, but no standard deviation or agreement across seeds is reported; please provide variance information for the judge scores in Table 1.
  8. [Limitations] GPT-4o is written as 'GPT-4O' in the Limitations bullet; standardize the capitalization.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the paper's comparisons use independent model outputs under constructed prompts; no fitted parameter or self-citation chain forces the reported claims.

full rationale

Walking the derivation chain, the core measurements are not circular by the definitions used here. The explicit-profile condition (BA_user) and the dialogue condition (BA_dialogue) each query independent model responses to VSM questions; the Consistency metric is an EMD between selected option_id sequences for matched profile-dialogue pairs, with a random-pairing baseline. No parameter is fitted to the target consistency value and then renamed as a prediction. The finding that age and education gaps produce larger inter-group divergences is an empirical comparison of centroid-based JSD distances, not an identity forced by construction. The accompanying claim that reasoning-capable models show better consistency is supported by benchmark correlations and reasoning-trace inspection rather than by importing an unverified uniqueness theorem or a self-citation. One substantive validity concern is the prompt asymmetry: BA_dialogue instructs the model to 'Assume you are me' while BA_user instructs a third-person chatbot role, so the two conditions vary both information format and speaking role. That is a confound affecting interpretation of the consistency metric, and the authors themselves flag GPT's response style as a limitation, but it does not make the reported result equivalent to its input by definition. There is no fitted input called a prediction, no load-bearing self-citation, and no ansatz smuggled in via citation. The evaluation is self-contained against the generated dataset and external benchmarks, so the honest circularity verdict is a score of 0.

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

Central claim rests on the validity of the synthetic dialogue corpus and on the assumption that response distributions faithfully represent model preferences. No physical or conceptual entities are invented, but several hand-chosen grouping thresholds, model-generated mappings, and prompt protocols shape the quantitative results.

free parameters (4)
  • VSM question subset Q = 18 of 24 VSM items (6 omitted)
    Hand-selected by the authors to match career advice content; different subsets could change which value dimensions are probed.
  • age bracket boundaries = <30, 30-40, 40-50, 50-60, >60
    Hand-defined bins in Section 6.1; bin choice affects inter-group divergence patterns and baselines.
  • dialogue_max_runs = 5
    Termination threshold in Algorithm 1; controls dialogue length and the amount of demographic context visible to the evaluated model.
  • Consistency random baseline pairing = random (u,d) pairings, equal count
    Baseline in Section 5.1 is drawn by random matching; no seeds or repeats are reported, so the baseline has unquantified variance.
assumptions (5)
  • domain assumption VSM 2013 is a valid instrument for measuring value expression by LLMs.
    Used as the probe throughout Section 5; VSM was designed for cross-national human surveys, and the paper does not validate its construct validity for synthetic profiles or chatbot responses.
  • ad hoc to paper The multi-agent pipeline produces dialogues that faithfully represent a real user with the target profile.
    Section 4 and Appendix B instruct the user simulator to explicitly mention age and job title and use an OOC detector to enforce profile consistency; this guarantees attribute presence rather than testing truly implicit inference.
  • domain assumption GPT-4o-as-judge scores are a reliable proxy for human quality judgments.
    Section 4.1 reports ICC/Pearson of 0.85/0.75, 0.63/0.55, and 0.80/0.67 for three dimensions but only 0.16/0.19 for Attribute Correctness; the low agreement is dismissed as low variance.
  • domain assumption Model responses are stable under single sampling.
    Each model is queried once per prompt (QwQ-32B twice), with no temperature or seed details; the paper still treats the derived distributions as reliable preferences.
  • ad hoc to paper The two-query protocol for QwQ-32B does not affect consistency.
    Section 5.2 uses a free reasoning pass plus structured response for QwQ-32B only; no ablation shows that the extra reasoning content, rather than model capability, drives its lower EMD ratio.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Evaluating LLM Adaptation to Sociodemographic Factors: User Profile vs. Dialogue History." pith.science (2026). https://pith.science/paper/E625KL7P

@misc{pith2026250521362,
  author       = {Pith},
  title        = {Pith review of: Evaluating LLM Adaptation to Sociodemographic Factors: User Profile vs. Dialogue History},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/E625KL7P}},
  note         = {Machine review of arXiv:2505.21362}
}
read the original abstract

Effective engagement by large language models (LLMs) requires adapting responses to users' sociodemographic characteristics, such as age, occupation, and education level. While many real-world applications leverage dialogue history for contextualization, existing evaluations of LLMs' behavioral adaptation often focus on single-turn prompts. In this paper, we propose a framework to evaluate LLM adaptation when attributes are introduced either (1) explicitly via user profiles in the prompt or (2) implicitly through multi-turn dialogue history. We assess the consistency of model behavior across these modalities. Using a multi-agent pipeline, we construct a synthetic dataset pairing dialogue histories with distinct user profiles and employ questions from the Value Survey Module (VSM 2013) (Hofstede and Hofstede, 2016) to probe value expression. Our findings indicate that most models adjust their expressed values in response to demographic changes, particularly in age and education level, but consistency varies. Models with stronger reasoning capabilities demonstrate greater alignment, indicating the importance of reasoning in robust sociodemographic adaptation.

Figures

Figures reproduced from arXiv: 2505.21362 by the authors.

Figure 1
Figure 1. We evaluate whether the model can adjust [PITH_FULL_IMAGE:figures/full_fig_p001_1.png] view at source ↗
Figure 2
Figure 2. Dataset generation framework architecture. [PITH_FULL_IMAGE:figures/full_fig_p003_2.png] view at source ↗
Figure 3
Figure 3. Model querying workflow with key components. Here, [PITH_FULL_IMAGE:figures/full_fig_p006_3.png] view at source ↗
Figures from the paper (10 more)
Figure 4
Figure 4. Figure 4: Mean probability of the “selected_option_id” in BA_user and BA_dialogue, reflecting model confidence. Most models show similar decisiveness across both scenarios. value associated with this ID reflects the model’s confidence in its selection. We treat this probability …
Figure 5
Figure 5. Figure 5: The measurement results for BA_user and BA_dialogue are shown below. The first row compares groups by “Age,” while the second row presents results for “Education Level.” Most models exhibit a positive correlation between computed distances and demographic differences. …
Figure 6
Figure 6. Figure 6: The prompts guiding the user_simulator are structured as follows: the green text is the system prompt defining the LLM’s role; the blue text specifies the user profile, conversation objectives, termination conditions, and response format; the yellow text depicts the ch…
Figure 8
Figure 8. Figure 8: The prompt designed for guiding the LLM judge to score the generated dialogues from the perspective of [PITH_FULL_IMAGE:figures/full_fig_p015_8.png]
Figure 10
Figure 10. Figure 10: The prompt designed for guiding the LLM judge to score the generated dialogues from the perspective [PITH_FULL_IMAGE:figures/full_fig_p015_10.png]
Figure 11
Figure 11. Figure 11: The prompt designed for guiding the LLM judge to score the generated dialogues from the perspective [PITH_FULL_IMAGE:figures/full_fig_p016_11.png]
Figure 12
Figure 12. Figure 12: Prompt designs for querying models to answer value-based questions given contextual information. [PITH_FULL_IMAGE:figures/full_fig_p017_12.png]
Figure 13
Figure 13. Figure 13: The visualized measurement results for BA_user and BA_dialogue grouped by the “development level” of the user’s nationality. plicitly stated or implicitly embedded in dialogue history–during the reasoning process. This reflec￾tive step helps align their responses more…
Figure 14
Figure 14. Figure 14: Visualized measurement results for BA_user and BA_dialogue grouped by “job category,” derived from job titles classified using the pre-trained bart-large-mnli model (Lewis et al., 2019). 19 [PITH_FULL_IMAGE:figures/full_fig_p019_14.png]
Figure 15
Figure 15. Figure 15: Visualized measurement results for BA_user and BA_dialogue grouped by “position level,” derived from job titles classified using the pre-trained bart-large-mnli model (Lewis et al., 2019). 20 [PITH_FULL_IMAGE:figures/full_fig_p020_15.png]

Discussion (0). Sign in to comment.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Enjoy Your Talk: A Human-Centered Benchmark for Multi-Turn Dialogue with Decoupled User Simulation, Target Modeling, and Judging

    cs.CL 2026-07 conditional novelty 6.0 of 10

    A three-party-decoupled multi-turn chat benchmark finds closed and open models nearly tied on subjective empathy/persona scores but separated by up to 9× on objective intent tracking, with reasoning and persona format...

  2. AI YOU Town: Make Friends and Money with Your Digital Twin

    cs.AI 2026-07 conditional novelty 5.0 of 10

    A unified LLM pipeline with Bayesian trait updates, conformal sets, and periodic memory-anchor refresh improves calibration and long-horizon persona fidelity over static prompting on module benchmarks.

Reference graph

Works this paper leans on

17 extracted references · 12 canonical work pages · cited by 2 Pith papers

  1. [1]

    Career direction in the next 5 years

  2. [2]

    Career direction in the next 10 years

  3. [4]

    HumBEL: A Human-in-the-Loop Approach for Evaluating Demographic Factors of Language Models in Human-Machine Conversations

    Humbel: A human-in-the-loop approach for evaluating demographic factors of language mod- els in human-machine conversations.Preprint, arXiv:2305.14195. Nicholas Sukiennik, Chen Gao, Fengli Xu, and Yong Li

  4. [10]

    proposed_question

    Relevant certifications to obtain Start the conversation by asking for short-term career suggestions, either explicitly mentioning your age and job title or subtly hinting at them. As the discussion evolves, progressively share more personal details to obtain tailored advice and deeper insights. Always respond using the following JSON format: { "proposed_q...

  5. [11]

    Career direction for the next 5 years

  6. [12]

    Career direction for the next 10 years

  7. [13]

    Essential skills for career growth

  8. [14]

    proposed_question

    Relevant certifications to pursue If all four areas are addressed, conclude the conversation. Otherwise, generate a follow-up question to gather more insights. Feel free to share additional details about yourself in your follow-up questions, either based on the chatbot’s responses or as needed for more tailored advice. Always respond using the following JS...

Show all 17 references
  1. [15]

    Reflects only information present in the profile

  2. [16]

    has_out_of_context

    Is written in the first-person perspective and seeks career suggestions. If the question fails to meet these criteria, rewrite it accordingly. Respond in JSON format: {"has_out_of_context": true/false, "updated_question": "..."}. Leave "updated_question" empty if no discrepanci...

  3. [17]

    User Assistant You are a chatbot designed to provide precise and personalized answers to questions

    **Stay Updated with Trends**: ... User Assistant You are a chatbot designed to provide precise and personalized answers to questions. Analyze the question carefully and tailor your response to match the user's context. System Below is the question: { Question } { Option List }...

  4. [18]

    Job Category

    **Stay Updated with Trends**: ... User Assistant You are a chatbot designed to provide precise and personalized answers to questions. Analyze the question carefully and tailor your response to match the user's context. System Below is the question: { Question } { Option List }...

  5. [2007]

    Pisani, R

    Statistics (international student edition). Pisani, R. Purves, 4th edn. WW Norton & Company, New York. Helene H Fung, Yuan Wan Ho, Rui Zhang, Xin Zhang, Kimberly A Noels, and Kim-Pong Tam. 2016. Age differences in personal values: Universal or cultural specific?Psychol. Aging,...

  6. [2013]

    Accessed: 2024-1-11

    https://geerthofstede.com/ research-and-vsm/vsm-2013/ . Accessed: 2024-1-11. Pegah Jandaghi, XiangHai Sheng, Xinyi Bai, Jay Pujara, and Hakim Sidahmed. 2023. Faithful persona-based conversational dataset generation with large language models.Preprint, arXiv:2312.10007. Julia K...

  7. [2018]

    Llama3.1-8B- Instruct

    A broad-coverage challenge corpus for sen- tence understanding through inference. InProceed- ings of the 2018 Conference of the North American Chapter of the Association for Computational Lin- guistics: Human Language Technologies, Volume 1 (Long Papers), pages 1112–1122. Asso...

  8. [2024]

    Ziyi Liu, Priyanka Dey, Zhenyu Zhao, Jen tse Huang, Rahul Gupta, Yang Liu, and Jieyu Zhao

    Benchmarking bias in large language models during role-playing.Preprint, arXiv:2411.00585. Ziyi Liu, Priyanka Dey, Zhenyu Zhao, Jen tse Huang, Rahul Gupta, Yang Liu, and Jieyu Zhao. 2025. Can llms grasp implicit cultural values? benchmarking llms’ metacognitive cultural intell...

  9. [2025]

    Mirac Suzgun, Nathan Scales, Nathanael Schärli, Se- bastian Gehrmann, Yi Tay, Hyung Won Chung, Aakanksha Chowdhery, Quoc V

    An evaluation of cultural value alignment in llm.Preprint, arXiv:2504.08863. Mirac Suzgun, Nathan Scales, Nathanael Schärli, Se- bastian Gehrmann, Yi Tay, Hyung Won Chung, Aakanksha Chowdhery, Quoc V . Le, Ed H. Chi, Denny Zhou, and Jason Wei. 2022. Challenging big-bench tasks...

Pith tools

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