Cao and coauthors try to move language-model stereotype measurement away from opportunistic lists of occupations or adjectives. They adopt the Agency-Beliefs-Communion (ABC) model from social psychology, organizing group perception into 16 bipolar trait pairs and three dimensions: agency or socioeconomic success, conservative-progressive beliefs, and communion or warmth. Pairs include powerless–powerful, poor–wealthy, traditional–modern, religious–science-oriented, cold–warm, and threatening–benevolent. The framework gains coverage and comparability across groups at the cost of specificity: it can identify an abstract association with threatening or dominant, not a concrete trope such as the angry Black woman stereotype.
The paper compares three measurement families on BERT-large-cased and RoBERTa-large. ILPS asks how much a group raises the probability of an adjective in a masked template and normalizes against a masked group; ILPS* extends the calculation to words split into multiple subwords. CEAT measures contextualized embedding distances with up to 1,000 Reddit sentences per word. The new Sensitivity Test (SeT) asks how much the model's final linear matrix must be perturbed to make a trait the highest-logit prediction by a margin of one, normalized against a group-free template. SeT is neither an observed probability nor an estimate of training frequency. It is a local output-layer robustness measure under a specific mathematical intervention.
The human reference comes from an IRB-approved survey. All 247 Prolific participants were paid $2 for roughly ten minutes, $12 per hour, slightly below the cited Maryland minimum wage of $12.20, and 133 passed three checks: recalling the group, recalling a high- and low-rated trait, and achieving at least 80% consistency on a repeated fifth group. Each participant rated four unique groups and one repeat; the analysis targets 20 valid annotations for each of 25 groups and 16 scales. The question asks how the participant thinks US society views a group, not for their personal opinion, using a 0–100 slider. Participants cover 26 states, but 63.3% live in California, New York, Texas, or Florida, and more than 96% are at most 40 years old.
Templates are not fixed before evaluation. For each model-measure combination, the authors test variants such as That [group] is [trait], All [group] are [trait], and [group] should be [trait], then select up to two that maximize Kendall's τ in a pilot using four groups, Asian, Black, Hispanic, and immigrant, with five annotations per group. Across all 25 groups, RoBERTa generally outperforms BERT. RoBERTa-SeT has the largest overall τ, 0.199, and P@3 of 0.653; RoBERTa-ILPS* reaches 0.175 and the same 0.653, while RoBERTa-ILPS reaches 0.169 and 0.620. These are moderate associations, not equivalence between model and population. The overall result also reuses the pilot groups. In the appendix check that excludes them, SeT obtains τ=0.174 and ILPS* τ=0.173, reducing the new measure's advantage to 0.001. P@3 dichotomizes each human mean at 50 and counts overlap among the three highest and lowest traits; agreement on roughly two of three does not itself express intensity, uncertainty, or interpersonal agreement.
For compound identities, the study applies RoBERTa-SeT to logically admissible pairs of individual groups and retains both orders where grammar permits. Mean correlation between a pair and its most similar component is 0.56; correlations with the first and second components are 0.43 and 0.46, and between reversed orders 0.69. Order appears less consequential than the presence of a dominant component, but no equivalence test or intervals are reported. A rule requiring at least a 0.1 correlation difference labels age and politics as dominant domains and race and nationality as dominated. To identify emergent traits, the authors subtract the maximum component score from the pair score. Examples include Hispanic unemployed–egotistic, Democrat teenager–altruistic, and male doctor–benevolent, but the paper acknowledges that many cases merely lift a component with a very low score toward the average. Against Ghavami and Peplau's race-gender intersection traits, detection reaches precision 0.83 and recall 0.65; a random baseline already reaches 0.72 and 0.50, and no confidence interval or difference test is supplied.
The public MIT-licensed artifact preserves code, a datasheet, and three JSON files, but it does not reproduce the paper end to end. It includes 26 aggregate groups, the average people control explains the difference from the 25 analyzed groups, 133 response records, and 134 demographic records whose identifiers were deliberately delinked. Of the 133 response records, 123 contain four groups and ten contain only three; one Jewish people annotation contains one trait rather than 16. Aggregate means match released microdata apart from rounding and two women cells: poor–wealthy is 57.1 in the released responses versus 56.4 in the aggregate, while untrustworthy–trustworthy is 57.1 versus 57.95. The repeated raw ratings and preprocessing code are absent, so those differences cannot be reconciled.
Code-paper divergences are more consequential. The PDF equation defines SeT through the logarithm of a distance ratio, but quick_set.py computes log(1-‖W-W'‖) for group and prior and subtracts the two; for multi-subword traits it retains the minimum, while the text says it takes the maximum. The paper says that after a synonym experiment it reverted to the 32 ABC adjectives; test_templates.py uses two to four synonyms per pole and takes their median, including misspellings such as athiestic and avante-garde. The script is fixed to RoBERTa and calls only SeT, does not save the tables promised by the README, and assumes a missing results directory. There is no pinned environment, released output, template-selection analysis, correlation or P@3 code, or intersectional code. The Python syntax compiles, but the reported numbers cannot be regenerated from the twelve deposited files.
The defensible contribution is conceptual: a shared psychological framework enables broad group comparisons and shows that BERT/RoBERTa associations align only moderately, and very template-dependently, with an aggregate US human reference. SeT is an interesting local-robustness hypothesis, not an already validated superior measure: on groups withheld from template selection it is effectively tied with ILPS*. The study also does not show that models understand identities or that their scores cause discrimination in deployment. A reference-quality benchmark would need a fixed implementation, published outputs and analysis, clean selection/test separation, uncertainty estimates, and renewed models and cultural samples.