paper-with-me

Papers

Position: Stop Evaluating AI with Human Tests, Develop Principled, AI-specific Tests instead

2025-07-30 · Tom Sühr, Florian E. Dorner, Olawale Salaudeen, Augustin Kelava, Samira Samadi arxiv

Large Language Models (LLMs) have achieved remarkable results on a range of standardized tests originally designed to assess human cognitive and psychological traits, such as intelligence and personality. While these results are often interpreted as strong evidence of human-like characteristics in LLMs, this paper argues that such interpretations constitute an ontological error. Human psychological and educational tests are theory-driven measurement instruments, calibrated to a specific human population. Applying these tests to non-human subjects without empirical validation, risks mischaracterizing what is being measured. Furthermore, a growing trend frames AI performance on benchmarks as measurements of traits such as ``intelligence'', despite known issues with validity, data contamination, cultural bias and sensitivity to superficial prompt changes. We argue that interpreting benchmark performance as measurements of human-like traits, lacks sufficient theoretical and empirical justification. This leads to our position: Stop Evaluating AI with Human Tests, Develop Principled, AI-specific Tests instead. We call for the development of principled, AI-specific evaluation frameworks tailored to AI systems. Such frameworks might build on existing frameworks for constructing and validating psychometrics tests, or could be created entirely from scratch to fit the unique context of AI.

📄 PDF Abstract BibTeX arXiv:2507.23009

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Evaluating and interpreting caption prediction for histopathology images

2020-07-08 · Machine Learning for Healthcare 2020 7 · Renyu Zhang, Christopher Weber, Robert Grossman, Aly A. Khan

The automatic generation of captions from medical images can provide for an efficient way to annotate histopathology images with natural language descriptions. Such large-scale annotation of medical images may help facil…

Caption GenerationImage CaptioningImage RetrievalPrediction+2

Safe to Stop? Risk-Constrained Stopping for Sequential Clinical Diagnosis Agents

2026-09-09 · Yuexin Wu, Vasile Rus arxiv

Clinical diagnosis agents must decide not only what test to request next, but also when to diagnose or defer. Existing agent benchmarks largely evaluate accuracy after fixed or unconstrained interaction, leaving autonomo…

Adversarial Concept Search: Predicting Compositional Errors From Feature Geometry

2026-06-11 · Jennifer Meng Lu, Ruochen Zhang, Isabelle Lee, David Alvarez-Melis 외 arxiv

Humans cannot always intuit what scenarios are most challenging to LLMs. Hoping to capture challenging edge cases, developers either design problems to be difficult for humans or curate extensive benchmarks. What if we c…

Active Learning

A System for Automated Unit Test Generation Using Large Language Models and Assessment of Generated Test Suites

2024-08-14 · Andrea Lops, Fedelucio Narducci, Azzurra Ragone, Michelantonio Trizio 외

Unit tests represent the most basic level of testing within the software testing lifecycle and are crucial to ensuring software correctness. Designing and creating unit tests is a costly and labor-intensive process that …

Code Generationsoftware testing

Testing Language Model Agents Safely in the Wild

2023-11-17 · Silen Naihin, David Atkinson, Marc Green, Merwane Hamadi 외

A prerequisite for safe autonomy-in-the-wild is safe testing-in-the-wild. Yet real-world autonomous tests face several unique safety challenges, both due to the possibility of causing harm during a test, as well as the r…

Language ModelingLanguage Modellingmodel