Pith. sign in

REVIEW 3 major objections 6 minor 20 references

Item Response Theory for AI Safety

T0 review · 3 major / 6 minor · reviewed 2026-08-06 · deepseek-v4-flash

Pith's one-line read AI safety benchmarks reduce to three hidden traits, an IRT analysis of 192 models finds.

desk verdict Solid IRT compression and audit results sit under a three-factor headline the paper's own evidence only half-supports; still worth serious review. read the letter →

arxiv 2608.05086 v1 pith:OSCYIWMU submitted 2026-08-05 cs.AI cs.CL

classification cs.AIcs.CL
keywords itemresponsetheoryAIsafetybenchmarkslatentfactorscomputerizedadaptivetestingsandbaggingdetectionmodelauditingbenchmarkcompressionpsychometrics
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 applies Item Response Theory (IRT), a psychometric toolkit that treats each benchmark prompt as a test item with inferred difficulty and discrimination and each model as a test-taker with a latent ability, to eight LLM safety benchmarks covering 192 models and 5,255 items. Its central claim is that these benchmarks do not measure one thing: three interpretable factors, refusal strictness, truthfulness, and contextual harm, explain 77% of the variance between model abilities, and no single safety score summarizes the suite. The paper further claims that psychometrically selected items recover full-benchmark scores with lower error than random subsets of equal size, that roughly ten adaptively chosen items suffice for several benchmarks, cutting evaluation cost by 97–99%, and that IRT-based audits can detect naive sandbagging and model substitution behind APIs. These results matter because benchmark scores currently drive release decisions and leaderboards despite being hard to interpret, redundant, and potentially gamed; a common measurement model would let evaluators read what the benchmarks measure, shrink their cost, and check whether a score can be believed.

What carries the argument

The load-bearing object is the two-parameter logistic (2PL) item response model: $P(x_{mj}=1 \mid \theta_m, a_j, b_j) = \sigma(a_j(\theta_m - b_j))$, where $\theta_m$ is a model's latent ability, $b_j$ is an item's difficulty, and $a_j$ is its discrimination; responses are scored by each benchmark's prescribed judge, so a 'correct' answer usually means refusing a harmful request, answering a benign request, or telling the truth. Regularized marginal maximum likelihood estimates item and ability parameters jointly, and item-level Fisher information $I_j(\theta) = a_j^2 P_j(\theta)(1-P_j(\theta))$ drives both static test construction and computerized adaptive testing. The audit arm uses the same model's expected response patterns: the person-fit statistic $l_z$ compares observed responses with those expected at the estimated ability, flagging patterns that are improbable at any ability level, such as failing easy items while passing hard ones.

What would settle it

Run the published 25-item static tests and ten-item adaptive tests on a fresh cohort of at least 200 models released after this calibration, together with the full benchmarks those tests claim to reproduce; if held-out score recovery drops materially below the reported RMSE values and Spearman correlations, or if a fresh factor analysis of the updated ability matrix no longer selects the same three factors with CFI at or above 0.95, the central claim is refuted.

Watch

Extended reading notes

Core claim

Stated on the paper's own terms, the discovery is that a regularized two-parameter logistic IRT model, fit jointly to item responses across eight safety benchmarks, yields a comparable latent-ability scale on which benchmark compression and model auditing can be performed. Factor analysis of the resulting 134-model by 8-benchmark ability matrix selects three factors: refusal strictness (HarmBench, SORRY-Bench, and AHB versus OR-Bench-Hard reversed), truthfulness (TruthfulQA and Do-Not-Answer), and contextual harm (AdvBench and Health-ORSC), explaining 77% of variance, with OR-Bench-Hard loading negatively on refusal strictness. On held-out models, three fixed 25-item tests recover the three abilities, and roughly ten adaptive items recover individual benchmark scores at Spearman rho 0.92–0.94, a 97–99% cost reduction relative to full administration. The same fitted model powers audits: the person-fit statistic lz flags 80–100% of selective prompted sandbagging at a 10% false-positive rate, a 40-item ability-shift check catches uniform sandbagging that person-fit misses, and response fingerprints match 13 of 14 re-collected API endpoints to their claimed model identities, even for pairs that a 40-item ability test cannot separate.

Load-bearing premise

The load-bearing premise is that the 134 to 169 OpenRouter models used for calibration are representative of the population of models the short tests, factor structure, and audit thresholds will be applied to; if future safety training shifts refusal patterns or item responses qualitatively, the selected items, three-factor solution, and person-fit cutoff may no longer hold.

Editorial extensions

If this is right

  • Evaluators should stop averaging the eight benchmarks into a single safety score: the refusal-strictness tradeoff means combining benchmarks without aligning their directions cancels signal, and flipping OR-Bench-Hard before averaging raises 25-item composite recovery from rho 0.65 to 0.82.
  • Short static tests and roughly ten adaptive items make it practical to evaluate models throughout development, comparing training interventions, monitoring checkpoints, and detecting changes from fine-tuning, quantization, system prompts, or minor updates, rather than only at release.
  • Any aggregate safety score encodes a substantive value choice about weighing refusal of harmful requests against avoiding unnecessary refusal, so the paper recommends reporting distinct abilities and justifying weights in any aggregate.
  • A practical audit ladder emerges: public item parameters support person-fit checks, historical ability estimates reveal uniform drift or swaps, and retained reference responses identify ability-matched substitutions behind API endpoints.
  • New safety benchmarks should be tested against the fitted three-factor structure to see whether they measure anything beyond what the suite already captures, rather than being assumed to add information.

Reading between the lines

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

  • The same calibration machinery could be applied to other behavioral properties of models, such as sycophancy, instruction-following, or honesty, wherever item-level responses exist and a single aggregate is misleading; the paper does not make this extension.
  • The 97–99% cost reduction opens the door to continuous, low-cost safety monitoring of many models, but it depends on recalibrating when the model population shifts; the paper itself notes that items selected today may not stay informative for future models.
  • Because the sandbagging experiments use prompted model organisms rather than models trained to evade detection, a stronger test would fine-tune an adversarial model to optimize its response pattern against lz; the paper flags that it does not show such evasion would be caught.
  • The three audit statistics could be combined into a single endpoint-integrity score, and the drift measurement on TruthfulQA suggests the same reference responses can serve as a longitudinal monitor for silent provider changes.
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 / 6 minor

Summary. The paper fits two-parameter logistic IRT models to 5,067 scored items across eight safety benchmarks and 192 language models, producing per-benchmark ability estimates. It then factor-analyzes the 134×8 ability matrix and claims three interpretable factors (refusal strictness, truthfulness, contextual harm), develops 25-item static tests and roughly ten-item adaptive tests that recover benchmark scores, and evaluates person-fit, ability-shift, and response-fingerprint audits. Compression and audit results are validated on held-out models with random baselines and calibrated false-positive rates.

Significance. If the three-factor structure holds, the paper provides a valuable measurement-theoretic reading of the safety benchmark suite, together with concrete cost reductions and audit tools. The strengths include the large model cohort, held-out validation, random baselines, calibration of audit operating points, and the release of artifacts. The factor-structure claim is currently the least well supported part of the paper and needs to be revised or substantially buttressed before the headline result is accepted.

major comments (3)
  1. [Results, 'Latent Ability Inference'; Limitations; Appendices C–D] The choice of three factors is not consistently supported by the manuscript's own model-selection criteria. PCA-based parallel analysis retains two factors, RMSEA never reaches close fit at any dimensionality, the item-level MIRT comparison (Appendix C, Table 4) minimizes BIC at D=2, and in-sample AIC never turns; the held-out log-likelihood gain from D=2 to D=3 (6,794 nats) is less than half the D=1 to D=2 gain (14,718 nats). The Limitations section concedes that the paper 'cannot cleanly adjudicate between two or three dimensions.' Because the first contribution and the three fixed 25-item tests presuppose exactly three separable abilities, this ambiguity is load-bearing. Please either provide additional evidence for the third factor (e.g., a D=2 sensitivity analysis of all downstream claims) or weaken the headline claim to 'at least two robust dimensions, with a third that adds modest structure.'
  2. [Figure 3, Benchmark Distillation] The 25-item contextual-harm test shows a negligible advantage over random item subsets (RMSE 0.065 vs. 0.067; Spearman 0.89 vs. 0.87), and the factor is defined by only two benchmarks with a moderate correlation (AdvBench and Health-ORSC, ρ=0.58) while correlating ϕ=0.65 with refusal strictness. If the third factor is not robust, this test is not measuring a distinct construct. I ask for either a formal test that the contextual-harm latent is separable from refusal strictness, or a revision that presents the contextual-harm test as exploratory rather than as one of three validated abilities.
  3. [Abstract and 'Results – Latent Ability Inference'] The abstract's claim that 'three interpretable factors ... explain most of the variance' is stronger than the evidence: the three-factor solution explains 77%, with the third factor adding only 8 percentage points over the two-factor solution (47%→69%→77%), and the paper itself states that the factor names are summaries of loading patterns, not validated constructs. Please calibrate the claims in the abstract and Discussion to what the measurement model actually establishes.
minor comments (6)
  1. [Figure 1 caption] The caption says '182 LLMs' while the text reports 192 models; align these numbers.
  2. [Figure 3] The annotation 'random overtakes between k=50 and 100' appears in the refusal-strictness panel, but the corresponding text in 'Benchmark Distillation' describes the full-suite composite; clarify which panel the annotation applies to.
  3. [Appendix B, Figure 6B] The note 'triggered runs exist only at the 196-item budget' is unexplained; state why the trigger condition cannot be evaluated at the 100-item budget.
  4. [Appendix C] The phrase 'an upper bound of 22 components' for permutation parallel analysis is confusing, since the following sentence says the eigenvalue spectrum shows two dominant components with a visible third step; clarify whether the upper bound is meant to be conservative.
  5. [Limitations] The sentence 'This may also influence the interpretation of latent abilities' should be expanded to connect directly to the two- versus three-dimension ambiguity; as written it is too vague to guide the reader.
  6. [Abstract] The phrase 'explain most of the variance between models across benchmarks' should be qualified with the two- versus three-factor ambiguity noted in the Limitations.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the paper's predictions are validated on held-out models against random baselines, and the audit tests use interventions and reference responses not used in item calibration.

full rationale

The paper's contributions are empirical measurements rather than derivations that reduce to their inputs. The three-factor structure is a descriptive factor analysis of the per-benchmark IRT ability matrix; the factor names are explicitly framed as 'summaries of loading patterns' and the paper acknowledges in Limitations that it 'cannot cleanly adjudicate between two or three dimensions.' That ambiguity is a robustness concern, not a circular step, because the three-factor solution is not used to define the data it claims to explain. Benchmark distillation is evaluated split-half: item parameters are fit on a calibration set of models, items are selected from that set, and recovery of full-benchmark scores and rankings is measured on held-out models against 100 random item sets matched for length and benchmark composition. The spline mapping from reduced-test scores to full scores is also fit on calibration models only, so the reported RMSE and Spearman values are out-of-sample. The audit section similarly uses prompted sandbagging model organisms and re-collected reference responses that were not part of the item calibration; the person-fit cutoff is a policy choice calibrated on the genuine cohort, and the fingerprint null is derived from repeated self-collections. The only self-citations (Kipnis et al. 2025; Voudouris et al. 2026) are methodological precedents and related-work framing, not load-bearing uniqueness claims or imported ansatzes. No equation in the paper is equivalent to its own input by construction, and no fitted parameter is renamed as a prediction. The derivation chain is therefore self-contained, and the limitations flagged by the authors describe external validity risks rather than circularity.

Assumptions & free parameters 6 free parameters · 6 assumptions · 4 invented entities

The central results are empirical descriptions of a fitted measurement model. Per-item difficulty and discrimination, factor loadings, and the three-factor choice are all estimated from the same 134-192 model cohort, and no external criterion validates the latent factors. The distillation and audit results use held-out models and reference responses, which limits circularity, but the factor labels and audit thresholds remain cohort-specific unless recalibrated.

free parameters (6)
  • Per-item discrimination a_j and difficulty b_j (5,067 items) = Estimated by marginal maximum likelihood; not enumerated in paper
    Central to all IRT claims; item selection, factor analysis, person-fit, and ability estimation depend on these fitted values.
  • Factor loadings of eight benchmarks on three oblimin-rotated factors = Reported as a loading matrix in Figure 2; no full numerical table in text
    Used to name and interpret the three factors; loadings are fitted to the same ability matrix used for the variance claim.
  • Number of latent factors = 3 selected using CFI and minres parallel analysis; MIRT BIC favors 2, PCA parallel analysis favors 2
    Model-selection choice; the 77% variance claim and the three factor labels depend on this choice, which the paper acknowledges is not fully settled.
  • Regularization prior hyperparameters = Log-normal prior on discrimination, normal prior on item intercept, MIRT loading prior N(0,1.5^2); numerical values…
    Chosen to stabilize calibration; affects item parameter estimates, split-half retention rates, and the resulting item selections.
  • Person-fit flag cutoff = l_z = -0.87, the 10th percentile of 171 genuine cohort models
    Sets audit detection rates at a 10% false-positive rate; the paper treats it as a policy choice, but all reported sandbagging detection rates are tied to this cutoff.
  • Score-calibration spline for reduced tests = Fitted on calibration models within each of 20 random splits
    Maps reduced-test scores and ability estimates to full-benchmark scores; the RMSE comparisons between informed and random tests depend on this fitted mapping.
assumptions (6)
  • domain assumption Local independence and unidimensionality within each benchmark: P(x_mj=1) = sigma(a_j(theta_m - b_j)) with one ability per benchmark.
    Introduced in Eq. 1 in Materials and Methods; factor analysis and item selection assume responses are independent given theta and that a single per-benchmark ability captures the response process.
  • domain assumption Simple structure in the two-stage design: each item loads only on its own benchmark's ability.
    Appendix C states: 'One assumption carries the argument: no item loads on more than one ability.' The authors test this with an unconstrained MIRT fit and report that conclusions are unchanged.
  • domain assumption Benchmark-prescribed judges (LLM judges, classifiers, BLEURT-20) provide valid ground-truth labels for safe, unsafe, over-refusal, and truthfulness outcomes.
    All scored responses are treated as correct or incorrect based on the source benchmark's judge; the measurement model inherits any judge noise or bias.
  • domain assumption The calibration cohort of 192 models, with 134 models having complete judge scores, is representative of the model population for which reduced tests and factor structure are recommended.
    Item parameters, factor loadings, and audit thresholds are estimated entirely from this cohort; the Discussion cautions that the same items may not remain informative for future models.
  • standard math Standard model-selection criteria (RMSEA, CFI, parallel analysis, BIC) are appropriate for an eight-indicator, 134-respondent factor analysis.
    Used to select three factors; Appendix D shows the criteria disagree, with PCA parallel analysis retaining two factors and RMSEA never reaching close fit, so the factor-count conclusion is not uniquely determined.
  • domain assumption Model responses used for calibration reflect ordinary behavior, not evaluation-aware sandbagging.
    Person-fit audits treat deviations from the fitted model as suspicious; if calibration responses were already manipulated, the null distribution for person-fit would be wrong.
invented entities (4)
  • Refusal strictness latent factor
    purpose: Explains shared variance among HarmBench, SORRY-Bench, AHB, and the reversed OR-Bench-Hard.
    A label assigned post hoc from highest-loading items and benchmarks; no external behavioral validation confirms it corresponds to a real safety property.
  • Truthfulness latent factor
    purpose: Explains shared variance between TruthfulQA and Do-Not-Answer.
    Named from benchmark composition and loading patterns; no independent test outside the benchmark suite validates the construct.
  • Contextual harm latent factor
    purpose: Explains shared variance between AdvBench and Health-ORSC.
    The factor is moderately correlated with refusal strictness (phi=0.65) and may reflect judge wording or item format rather than a distinct safety construct.
  • Per-benchmark latent ability theta_m
    purpose: IRT latent variable for each model on each benchmark, used in factor analysis, item selection, person-fit, and ability-shift auditing.
    A model parameter inferred from responses rather than observed behavior; all downstream claims are expressed in terms of these inferred abilities.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Item Response Theory for AI Safety." pith.science (2026). https://pith.science/paper/OSCYIWMU

@misc{pith2026260805086,
  author       = {Pith},
  title        = {Pith review of: Item Response Theory for AI Safety},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/OSCYIWMU}},
  note         = {Machine review of arXiv:2608.05086}
}
read the original abstract

Language models differ in how safely they behave and these differences are measured by safety benchmarks. But aggregated benchmark scores are hard to trust and interpret, because benchmarks duplicate one another, correlate heavily, and models may sandbag when they detect evaluation. To address these issues, we draw on Item Response Theory (IRT), a statistical toolkit for measuring these latents from performance on items with inferred psychometric properties. We fit IRT models to eight safety benchmarks across 192 language models, the largest psychometric analysis of LLM safety evaluations to date, and contribute three results. First, we find that three interpretable factors of refusal strictness, truthfulness, and contextual harm explain most of the variance between models across benchmarks. Second, psychometrically selected items recover full benchmark scores with lower error than random subsets of the same size, and roughly ten adaptively chosen items suffice for several individual benchmarks, cutting evaluation cost by 97-99%. Third, IRT supports audits of individual models, showing that it can be used to detect naive sandbagging and changes of model behind APIs. Overall, we show IRT is a ready-made toolkit for reading, reducing, and auditing safety benchmarks, which we recommend frontier labs and evaluators adopt.

Figures

Figures reproduced from arXiv: 2608.05086 by the authors.

Figure 1
Figure 1. Item response theory provides a common framework for reading, reducing, and auditing safety benchmarks. [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. Pearson correlations between per-benchmark abili [PITH_FULL_IMAGE:figures/full_fig_p005_2.png] view at source ↗
Figure 3
Figure 3. Held-out recovery of the three latent abilities and the sign-aligned full-suite composite from [PITH_FULL_IMAGE:figures/full_fig_p006_3.png] view at source ↗
Figures from the paper (6 more)
Figure 4
Figure 4. Figure 4: Person-fit lz distributions on HarmBench for the genuine cohort and the three sandbagging scopes; the dashed line marks the calibrated cutoff (10% false-positive rate). Selective sandbagging produces aberrant response patterns; uniform sandbagging largely does not ( […
Figure 5
Figure 5. Figure 5: The two audit tests beyond person-fit. (A) Ability shift ∆θ relative to the genuine baseline, by sandbagging scope; uniform sandbagging moves the whole response pro￾file. (B) Largest per-benchmark ability gap versus total item disagreements for all 8,911 cohort pairs; …
Figure 6
Figure 6. Figure 6: Person-fit detection of sandbagging on Harm [PITH_FULL_IMAGE:figures/full_fig_p012_6.png]
Figure 7
Figure 7. Figure 7: Fingerprint self-disagreement nulls versus cross [PITH_FULL_IMAGE:figures/full_fig_p013_7.png]
Figure 8
Figure 8. Figure 8: Item-level MIRT model comparison: cross [PITH_FULL_IMAGE:figures/full_fig_p013_8.png]
Figure 9
Figure 9. Figure 9: Model selection for the number of latent abilities. [PITH_FULL_IMAGE:figures/full_fig_p014_9.png]

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

20 extracted references · 8 canonical work pages

  1. [1]

    B.; and Kim, S.-H

    Baker, F. B.; and Kim, S.-H. 2004.Item response theory: Parameter estimation techniques. CRC press. Bean, A. M.; Kearns, R. O.; Romanou, A.; Hafner, F. S.; Mayne, H.; Batzner, J.; Foroutan, N.; Schmitz, C.; Korgul, K.; Batra, H.; Deb, O.; Beharry, E.; Emde, C.; Foster, T.; Gausen, A.; Grandury, M.; Han, S.; Hofmann, V.; Ibrahim, L.;Kim,H.;Kirk,H.R.;Lin,F....

  2. [6]

    Harding,J.;andSharadin,N.2024

    Model Equality Testing:WhichModelIsThisAPIServing? InInternational Conference on Learning Representations. Harding,J.;andSharadin,N.2024. WhatisitforaMachine Learning Model to Have a Capability?The British Journal for the Philosophy of Science. Hernández-Orallo, J

  3. [8]

    In Proceedings of the Thirteenth International Conference on Learning Representations

    metabench: A Sparse Benchmark of Rea- soning and Knowledge in Large Language Models. In Proceedings of the Thirteenth International Conference on Learning Representations. ArXiv:2407.12844. Lalor, J. P.; Wu, H.; and Yu, H

  4. [11]

    The Silent Hyperparameter: Quantifying the Impact of Inference Backends on LLM Reproducibility

    PredictaBoard: Benchmarking LLM score predictability. In Findings of the Association for Computational Linguistics: ACL 2025, 15245–15266. Pape,D.;Evertz,J.;andSchönherr,L.2026. TheSilentHy- perparameter:QuantifyingtheImpactofInferenceBackends on LLM Reproducibility.arXiv preprint arXiv:2605.19537. Reckase,M.D.2009.MultidimensionalItemResponseThe- ory. Sp...

  5. [13]

    Efficient Safety Benchmarking via Item Response Theory

    Efficient Safety Benchmarking via Item Response Theory. arXiv:2606.20626. van der Weij, T.; Hofstätter, F.; Jaffe, O.; Brown, S. F.; and Ward, F. R

  6. [15]

    Wang, Y.; Li, H.; Han, X.; Nakov, P.; and Baldwin, T

    Measuring What AI Systems Might Do: Towards A Measurement Science in AI.arXiv preprint arXiv:2603.00063. Wang, Y.; Li, H.; Han, X.; Nakov, P.; and Baldwin, T

  7. [17]

    arXiv:2406.14598

    SORRY- Bench: Systematically Evaluating Large Language Model Safety Refusal Behaviors. arXiv:2406.14598. Zhang, Z.; Huang, L.; Wu, G.; et al

  8. [18]

    arXiv:2601.17642

    Health-ORSC- Bench:ABenchmarkforMeasuringOver-RefusalandSafety Completion. arXiv:2601.17642. Zou, A.; Wang, Z.; Carlini, N.; Nasr, M.; Kolter, J. Z.; and Fredrikson,M.2023.UniversalandTransferableAdversarial Attacks on Aligned Language Models. arXiv:2307.15043. A Models Evaluated Table 3: Full model roster (192 models, OpenRouter identifiers with the deve...

Show all 20 references
  1. [19]

    =σ(a ⊤ j θm +d j)with a vector-valued ability θm directly to the item matrix, so the latent structure is esti- matedinonestep.Thisappendixexplainswhythetwo-stage designestimatesthesamequantityandreportsadirectMIRT fit that reaches the same conclusions. 0.0 0.2 0.4 0.6 0.8 1.0 ...

  2. [20]

    The implementation reproduces our unidimensional 2PL exactly atD= 1and matches an inde- pendentMIRTpackageonsynthetictwo-factordata(loading congruence1.000)

    onaprunedGauss–Hermitegrid,echelonconstraintsforro- tational identification, and aN(0,1.52)prior on loadings— the multidimensional analogue of the calibration priors in Materials & Methods. The implementation reproduces our unidimensional 2PL exactly atD= 1and matches an inde-...

  3. [1965]

    Kharinaev,A.;Moskvoretskii,V.;Shvetsov,E.;Studenikina, K.;Mikhail,B.;andBurnaev,E.2025

    A Rationale and Test for the Number of Factors in Factor Analysis.Psychometrika, 30(2): 179–185. Kharinaev,A.;Moskvoretskii,V.;Shvetsov,E.;Studenikina, K.;Mikhail,B.;andBurnaev,E.2025. InvestigatingtheIm- pactofQuantizationMethodsontheSafetyandReliabilityof Large Language Mode...

  4. [1981]

    Cui,J.;Chiang,W.-L.;Stoica,I.;andHsieh,C.-J.2024

    Marginal Maximum Likelihood Estimation of Item Parameters: Application of an EM Algorithm.Psychometrika, 46(4): 443–459. Cui,J.;Chiang,W.-L.;Stoica,I.;andHsieh,C.-J.2024. OR- Bench: An Over-Refusal Benchmark for Large Language Models. arXiv:2405.20947. Draheim,C.;Sibley,C.;Her...

  5. [1985]

    Embretson, S

    Ap- propriateness Measurement with Polychotomous Item Re- sponse Models and Standardized Indices.British Journal of Mathematical and Statistical Psychology, 38(1): 67–86. Embretson, S. E.; and Reise, S. P. 2000.Item Response Theory for Psychologists. Mahwah, NJ: Lawrence Erlba...

  6. [2016]

    InECAI 2016, 1140–

    Making sense of item re- sponse theory in machine learning. InECAI 2016, 1140–

  7. [2019]

    InProceedings of the 2019 ConferenceonEmpiricalMethodsinNaturalLanguagePro- cessing

    Learning Latent Pa- rameters without Human Response Patterns: Item Response Theory with Artificial Crowds. InProceedings of the 2019 ConferenceonEmpiricalMethodsinNaturalLanguagePro- cessing. Lin,S.;Hilton,J.;andEvans,O.2022. TruthfulQA:Measur- ingHowModelsMimicHumanFalsehoods...

  8. [2022]

    arXiv:2209.07858

    Red Teaming Language Models to Reduce Harms: Methods, Scaling Behaviors, and Lessons Learned. arXiv:2209.07858. Gao, I.; Liang, P.; and Guestrin, C

  9. [2023]

    arXiv:2308.13387

    Do-Not-Answer: A Dataset for Evaluating Safeguards in LLMs. arXiv:2308.13387. Weiss, D. J.; and Kingsbury, G. G

  10. [2024]

    arXiv:2406.07358

    AI Sandbagging: Language Models Can Strategically Underperform on Evaluations. arXiv:2406.07358. Voudouris,K.;Thalmann,M.;Kipnis,A.;Hernández-Orallo, J.; and Schulz, E

  11. [2025]

    arXiv:2511.04703

    Measuring what Matters: Construct Validity in Large Language Model Benchmarks. arXiv:2511.04703. Bock, R. D.; and Aitkin, M

  12. [2026]

    Röttger, P.; Kirk, H

    Capabilities Ain’t All You Need: Measuring Propensities in AI.arXiv preprint arXiv:2602.18182. Röttger, P.; Kirk, H. R.; Vidgen, B.; Attanasio, G.; Bianchi, F.; and Hovy, D

Pith tools

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