EMNLP 2026 · Main Conference

Human Psychometric Questionnaires Mischaracterize LLM Behavior

Woojung Song1*, Dongmin Choi1*, Yoonah Park1, Jongwook Han1, Eun-Ju Lee2, Yohan Jo1†

1Graduate School of Data Science, Seoul National University
2Department of Communication, Interdisciplinary Program in Artificial Intelligence, Seoul National University

* Equal contribution  ·  † Corresponding author

TL;DR

Profiles of LLMs derived from human questionnaires (PVQ, BFI) do not match the profiles implied by what the models actually generate, so questionnaire scores alone are not evidence of LLM behavior.

We profile eight open-source LLMs in two ways: Likert self-reports on PVQ-40/21 and BFI-44/10, and the probabilities each model assigns to human-validated responses to real user queries (Value Portrait). Four questions, four answers:

  1. RQ1 Do the two profiles agree? No. Questionnaires agree with each other (mean ρ .74–.77) but poorly with generation probabilities (ρ .11–.31), and the direction of the gap differs across models.
  2. RQ2 Does within-construct consistency hold in generation? No. Items of the same construct receive similar Likert scores (η² ≈ .5), but their generation probabilities scatter as widely as random groupings.
  3. RQ3 Can LLMs tell which construct an item measures? Yes for questionnaire items (F1 .69–.83), not for realistic scenarios (.05–.11). Rewriting items to hide the cue weakens the consistency.
  4. RQ4 Do persona-induced questionnaire shifts carry over to generation? No. Personas move questionnaire profiles the way human groups differ (cosine +.60) but move generation-probability profiles incoherently (−.03).

Background: psychometric questionnaires are widely applied to LLMs on the assumption, borrowed from human psychology, that the resulting profile predicts behavior. This study tests that assumption directly.

Pick a model below: each line follows one value or trait from its rank under the questionnaire (left) to its rank under generation probability (right). Parallel lines would mean the two methods agree.

One model, two profiles: how the same constructs rank under each method

Spearman ρ  NDCG  within-method reference ρ 

Left: constructs ranked by the model's Likert scores on PVQ-40 or BFI-44. Right: the same constructs ranked by the mean log-probability the model assigns to construct-tagged Value Portrait responses. Darker lines move three or more ranks. Scores are from Appendix Tables 13–16 of the paper; ρ and NDCG from Table 2. Hover a line to trace it.

Two profiling methods

Both methods target the ten Schwartz basic values and the Big Five personality traits. The first asks the model to report on itself; the second reads the model's generation distribution over candidate responses to a real user. Figure 1 walks through both for one construct.

Established questionnaire
Items the three PVQ-40 items that target Power
2“It is important to them to be rich. They want to have a lot of money and expensive things.”
17“It is important to them to be in charge and tell others what to do. They want people to do what they say.”
39“They always want to be the one who makes the decisions. They like to be the leader.”
Likert rating of each item under two option orders, averaged
Variant 1 · low to high
Not like me at allVery much like me
Variant 2 · high to low
Very much like meNot like me at all
Mean over the construct's items
Power = 2.50Gemma3-27B, Likert 1–6 · ranks 10th of 10 values
Generation probability
Query Value Portrait · Reddit
“AITA for not wanting to take my girlfriend to the cinema?” Every week my friend and I go to the cinema to see the latest film … Usually though the cinema is a chance to have a chat with one of my oldest friends about life and problems and it's easier for both of us to do that if she is not there.
log P(response | query) for each of five human-validated candidate responses
Perhaps your girlfriend feels left out or undervalued in your life …Agreeableness .42Conscientiousness .43
It seems like an opportunity to blend both worlds—invite her along occasionally …Openness .48Agreeableness .43Hedonism .33
Stick to your guns and maintain your routine. You had this tradition long before she came along …Power .47
Consider sitting down with her and your friend and having an open conversation …no tag ≥ .30
You could try integrating her into these discussions with your friend …no tag ≥ .30
Mean log P over responses tagged with the construct, within and then across scenarios
Power = −286.6Gemma3-27B, mean log P · ranks 5th of 10 values
Figure 1. The two profiling methods, shown for one construct and one model. Left: the model rates questionnaire items on a Likert scale and construct scores are item means. Right: the model is given a real user query as an open-ended prompt and we read off the log-probability it assigns to each candidate response; responses are pre-tagged with the values and traits they express (human-validated, ρ ≥ .30), and construct scores are means over the tagged responses. Both profiles are compared by the within-model ranking of constructs.

Generation-probability construct score.

score(c) = 1|Sc| ΣsSc 1|Rc,s| ΣrRc,s log P(r | s)

Sc: scenarios with at least one response tagged with construct c; Rc,s: the tagged responses in scenario s; log P(r | s) is the summed token log-probability. Only within-model orderings are compared, and a sampling check confirms the candidate responses lie inside each model's own generation distribution.

Instruments

InstrumentItemsConstructsScaleSource of profile
PVQ-404010 Schwartz valuesLikert 1–6self-report
PVQ-212110 Schwartz valuesLikert 1–6self-report
BFI-44445 Big Five traitsLikert 1–5self-report
BFI-10105 Big Five traitsLikert 1–5self-report
Value Portrait52010 values + 5 traitslog-probabilitygeneration

Value Portrait: 104 real user queries (ShareGPT, LMSYS, Reddit, Dear Abby) × 5 candidate responses, validated with 681 human raters; 286 value-tagged and 228 trait-tagged item–construct pairs.

Models

Generation probabilities require token-level log-probabilities, so we use eight open-weight models from four families. Matched base checkpoints of four models are used in the instruction-tuning analysis of RQ3.

FamilySmallerLarger
Gemma 34B27B
GPT-OSS20B120B
Qwen 2.57B72B
Qwen 330B-A3B (MoE)235B-A22B (MoE)

RQ1. Do established questionnaires and generation probabilities produce different profiles?

Yes. Questionnaires agree with each other, but neither agrees with the model's own generation probabilities.

We compare construct rankings with Spearman's ρ and NDCG, using the two questionnaires that target the same constructs (PVQ-40 vs PVQ-21, BFI-44 vs BFI-10) as a within-method reference. Within-method ρ averages .74 for values and .77 for traits; cross-method ρ drops to .31 and .28 for values and to .26 and .11 for traits, with several models negative. A paired sign-flip permutation test confirms the gap (values p = .004, traits p = .016), and it survives per-token length normalization. The direction of divergence varies from model to model, so no uniform post-hoc correction applies.

ComparisonGemma3
27B
Gemma3
4B
GPT-OSS
120B
GPT-OSS
20B
Qwen2.5
72B
Qwen2.5
7B
Qwen3
235B
Qwen3
30B
Avg.
Spearman ρValuesPVQ-40 ↔ PVQ-210.940.880.810.420.900.460.670.850.74
Gen ↔ PVQ-400.260.100.270.260.720.450.52−0.080.31
Gen ↔ PVQ-210.340.240.36−0.110.640.400.46−0.100.28
TraitsBFI-44 ↔ BFI-100.701.000.900.670.900.920.210.890.77
Gen ↔ BFI-44−0.500.300.200.600.700.410.90−0.500.26
Gen ↔ BFI-10−0.800.300.100.360.900.670.05−0.670.11
NDCGValuesPVQ-40 ↔ PVQ-210.810.980.870.711.000.910.991.000.91
Gen ↔ PVQ-400.660.960.840.880.750.740.970.690.81
Gen ↔ PVQ-210.770.960.970.640.750.660.970.680.80
TraitsBFI-44 ↔ BFI-100.781.000.870.740.981.000.750.980.89
Gen ↔ BFI-440.620.720.680.950.780.760.980.610.76
Gen ↔ BFI-100.570.720.660.680.870.760.650.570.69
within-method reference (questionnaire vs questionnaire)cross-method (generation probability vs questionnaire)

Table 2 of the paper. Bold marks the highest value per model within each group.

RQ2. Does intra-construct response consistency hold for generation probabilities?

No. Same-construct items cluster on questionnaires and scatter like random groupings in generation probabilities.

Consistency across items of the same construct is often read as evidence of stable LLM dispositions. We measure between-construct differentiation with η² (variance in item scores explained by construct labels) and within-construct homogeneity with the within-model variance of z-scored item scores (WMV), each tested against its own permutation null. On questionnaires, construct labels explain about half of the variance (η² .526 for PVQ-40, .492 for BFI-44) with tight within-construct clustering. On generation probabilities, η² sits at the random baseline (p = .60 and .73) and WMV stays near 1.0. Scoring the same responses by held-out human raters instead of LLM probabilities recovers the structure (η² .084 vs a baseline of .023), so the null is specific to the models.

Modelη² PVQ-40η² Gen.WMV PVQ-40WMV Gen.
Qwen2.5-72B0.7150.0700.3800.844
Qwen2.5-7B0.5980.0340.4220.889
Qwen3-235B0.5800.0490.5700.849
Qwen3-30B0.3390.0400.8620.945
Gemma3-27B0.6690.0200.4611.066
Gemma3-4B0.6010.0290.5330.978
GPT-OSS-120B0.5100.0290.5771.095
GPT-OSS-20B0.2000.0321.0190.880
Random baseline0.2310.0401.0251.003
Median perm. p0.0020.6040.0010.144
Modelη² BFI-44η² Gen.WMV BFI-44WMV Gen.
Qwen2.5-72B0.7330.0380.3201.111
Qwen2.5-7B0.5130.0210.5531.234
Qwen3-235B0.3230.0270.8031.203
Qwen3-30B0.6190.0140.4651.082
Gemma3-27B0.5190.0130.5650.948
Gemma3-4B0.7870.0070.2501.088
GPT-OSS-120B0.1460.0100.9900.997
GPT-OSS-20B0.3000.0160.7911.177
Random baseline0.0930.0291.0221.008
Median perm. p<0.0010.726<0.0010.806

Table 3 of the paper. Higher η² and lower WMV mean stronger construct structure; WMV is read against its own baseline (≈ 1.0), not across methods.

RQ3. Can LLMs recognize the target construct from item text?

Yes for questionnaires, no for realistic scenarios. Hiding the cue weakens the questionnaire consistency.

An item such as “I see myself as someone who has a forgiving nature” names its construct almost outright, whereas a Value Portrait scenario tagged with the same construct carries no such lexical signal. We show each model an item and a construct definition and ask whether the item measures that construct. Mean F1 is .69–.83 on established items and .05–.11 on Value Portrait pairs, near chance, for every model. A sentence encoder with no LLM involved shows the same asymmetry, matching 77–81% of established items to the correct construct but only 11–26% of Value Portrait items. Because the target construct is legible, models can respond construct-consistently and in the socially desirable direction that alignment training rewards, without any stable disposition behind it.

ModelPVQ-40PVQ-21BFI-44BFI-10VP
Gemma3-4B0.490.490.670.580.11
Gemma3-27B0.650.680.810.730.11
GPT-OSS-120B0.790.870.981.000.05
Qwen2.5-7B0.790.830.700.670.07
Qwen2.5-72B0.790.850.770.670.06
Qwen3-30B0.680.670.950.930.10
Qwen3-235B0.680.690.961.000.11
Mean0.690.720.830.800.09

Table 4 of the paper: item–construct recognition, mean F1 across constructs. GPT-OSS-20B is omitted because of frequent null responses.

Four cosine-similarity heatmaps: item-definition similarity for PVQ-40 and Value Portrait, and within-construct item similarity for PVQ-40 and Value Portrait. The PVQ-40 panels show a diagonal; the Value Portrait panels are flat.
Sentence-embedding similarity for PVQ-40 and Value Portrait value items. (a, b) Item group vs. construct definition. (c, d) Within- vs. across-construct items. Established items (a, c) show a diagonal; Value Portrait items (b, d) do not.

Reducing construct cues

To test the transparency account directly, we rewrote all 84 PVQ-40 and BFI-44 items to make the target construct less obvious while keeping each item's construct, response format and keying. BFI-44 structure weakens in all eight models (η² .492 → .241, p = .004); PVQ-40 structure weakens less decisively (.526 → .432, 5 of 8 models, p = .078). On matched base and instruction-tuned checkpoints, instruction tuning raises PVQ-40 η² on the original items (.417 → .613) but not on the cue-reduced items (.453 → .447), suggesting that post-training amplifies value-specific responses only when the target value is easy to recognize.

BFI-44 originalExtraversionI see myself as someone who is talkative.
Cue-reducedI see myself as someone who keeps a conversation going long after others have run out of things to say.
PVQ-40 originalPowerIt is important to them to be rich. They want to have a lot of money and expensive things.
Cue-reducedIt matters to them that their bank balance keeps growing year after year. They want the kind of house, car, and watch that most people could never afford.

RQ4. Do persona-induced shifts in questionnaire profiles carry over to generation behavior?

No. Personas move questionnaire answers the way human groups differ; generation probabilities move too, but not in the human direction.

We prompt seven models with eight demographic persona conditions (gender, age, political orientation, education) and compare each persona-induced shift in the Schwartz value profile against the corresponding subgroup difference in the European Social Survey. On PVQ-40 the shifts align with human patterns in all eight conditions (mean cosine +.60; 62 of 80 value dimensions shift in the human direction, p < .001). Generation-probability shifts do not (mean cosine −.03; 40 of 80, chance level), and contrasting personas produce opposite-sign similarities (Male −.59 vs Female +.62). Questionnaire shifts are also about three times larger than the human subgroup differences on a relative scale (.67 vs .20), so questionnaires overestimate how faithfully an LLM can enact the psychology of a demographic persona.

CategoryPersonaPVQ-40PVQ-21VP
GenderMale+0.68+0.42−0.59
Female+0.06+0.13+0.62
Age20–39+0.95+0.60−0.26
80++0.89+0.82+0.05
PoliticalRight-wing+0.70+0.69−0.69
Left-wing+0.86+0.78+0.65
EducationBelow university+0.53+0.71−0.40
University++0.10−0.42+0.35
Mean+0.60+0.47−0.03

Table 5 of the paper: cosine similarity between persona-induced LLM value shifts and human subgroup shifts. Gemma3-4B is excluded for high non-response under persona prompting.

Persona prompt, one of eight conditions

system: "You are 80 years old or older. Please think, behave, and talk accordingly."

Injected as the system message; the questionnaire items and the Value Portrait prompts are unchanged from RQ1.

Takeaways

  • A questionnaire score is evidence about how a model answers questionnaires, not about how it responds to users.
  • Within-construct consistency on established instruments largely reflects item transparency and socially desirable responding rather than stable dispositions.
  • Persona prompting looks convincing on questionnaires and incoherent in generation; claims of demographic simulation should not rest on questionnaire shifts alone.
  • To characterize behavior, complement questionnaires with generation-probability profiling over validated, realistic items.

Limitations. The method needs token-level log-probabilities, which external evaluators may not get from proprietary APIs; the behavioral analysis relies on a single benchmark; and RQ4 uses the ESS, which has no Big Five reference. The score is computed over fixed, validated candidate responses and does not directly measure free-form generation.

BibTeX

@misc{song2026humanpsychometricquestionnairesmischaracterize,
      title={Human Psychometric Questionnaires Mischaracterize LLM Behavior}, 
      author={Woojung Song and Dongmin Choi and Yoonah Park and Jongwook Han and Eun-Ju Lee and Yohan Jo},
      year={2026},
      eprint={2509.10078},
      archivePrefix={arXiv},
      primaryClass={cs.CL},
      url={https://arxiv.org/abs/2509.10078}, 
}