AIAny
Icon for item

Human Psychometric Questionnaires Mischaracterize LLM Behavior

Compares standard human psychometric questionnaires (PVQ, BFI) with generation‑based profiling to test whether questionnaires predict real LLM responses. Finds big divergences: questionnaires exploit lexical cues and elicit alignment‑consistent answers, mischaracterizing LLM behavior on everyday queries.

Introduction

Most evaluations that assign stable personality or value traits to LLMs rely on human psychometric questionnaires. This paper shows why that practice can be misleading: questionnaire responses and generation‑based profiles of LLMs diverge substantially, so questionnaire results overstate stable dispositions and fail to predict how models behave in realistic user interactions.

Key Findings
  • Profile divergence: Across eight open‑source LLMs, trait/value profiles derived from Likert-style questionnaire responses (PVQ-40/21, BFI-44/10) differ substantially from profiles based on generation probabilities for everyday, value‑laden queries. So what: a questionnaire-derived label (e.g., “high agreeableness”) is not a reliable predictor of model outputs in the wild.
  • Item consistency disappears in generative behavior: Within-construct internal consistency that appears in questionnaire answers largely vanishes when measuring generation probabilities. So what: apparent stable dispositions may be an artifact of questionnaire design rather than model internals.
  • Lexical cue and social desirability effects: Explicit lexical cues in established questionnaire items let models recognize the target construct and produce alignment‑consistent or socially desirable answers; everyday queries lack those cues. So what: questionnaires measure recognition of prompts, not stable preferences.
  • Demographic persona prompting is limited: Persona prompts shift questionnaire responses in ways resembling human patterns, but they do not produce comparable shifts in generation‑based measures for realistic queries. So what: persona-conditioned questionnaires overestimate a model’s ability to simulate demographic behavior in real interactions.
Who it's for, and trade‑offs

Great fit if you design or evaluate LLM behavior for user-facing systems and need realistic behavioral profiling rather than surface-level trait labels. The paper argues for generation‑based profiling when your goal is to predict likely model outputs during everyday use. Look elsewhere if you need a quick, comparable benchmark for inter-model calibration—questionnaires are easier to administer and compare across many models, but they risk giving false confidence about real-world behavior.

Methodological note

The study analyzes eight open‑source LLMs, compares Likert self-reports on PVQ and BFI questionnaires with generation probabilities over curated everyday queries, and tests demographic persona prompts. The recommendation is pragmatic: use generation‑based profiling (probabilistic output measures on realistic queries) when the objective is behavioral prediction, and treat questionnaire-derived traits as complementary—informative about recognition and alignment tendencies but not definitive behavioral predictors.

Information

  • Websitearxiv.org
  • AuthorsWoojung Song, Dongmin Choi, Yoonah Park, Jongwook Han, Eun-Ju Lee, Yohan Jo
  • Published date2025/09/12

More Items

Presents a 2.8T-parameter Mixture-of-Experts multimodal model with a 1-million-token context window and 104 billion activated parameters, targeting long-horizon agentic RL, coding, reasoning, and vision. Key innovations include Kimi Delta Attention, Attention Residuals, Stable LatentMoE (16 of 896 experts active per token), ~2.5× scaling efficiency over Kimi K2, and a public weight release.

Reranks multilingual retrieval candidates to favour documents that are both semantically relevant and written in the same language as the query, using English-anchored relevance distillation and preference alignment; excels in language-coherence tests while remaining competitive on standard multilingual reranking benchmarks.

Empirically studies how transformer-based native multimodal pre-training scales under fixed compute, deriving compute- and data-allocation power laws and an efficiency frontier for model size, token count, and data mixture; evaluates cross-modal transfer and multimodal in-context learning.