Difference between revisions of "Benchmarks"
m |
m |
||
| Line 1: | Line 1: | ||
| + | __NOTOC__ | ||
{{#seo: | {{#seo: | ||
|title=PRIMO.ai | |title=PRIMO.ai | ||
Revision as of 10:21, 10 September 2026
YouTube ... Quora ...Google search ...Google News ...Bing News
- Data Science ... Governance ... Preprocessing ... Exploration ... Interoperability ... Master Data Management (MDM) ... Bias and Variances ... Benchmarks ... Datasets
- Large Language Model (LLM) ... Natural Language Processing (NLP) ... Generation ... Classification ... Understanding ... Translation ... Tools & Services
- Risk, Compliance and Regulation ... Ethics ... Privacy ... Law ... AI Governance ... AI Verification and Validation
- Case Studies
- ALFRED ... Action Learning From Realistic Environments and Directives
- Algorithm Administration
- Data Quality ...validity, accuracy, cleaning, completeness, consistency, encoding, padding, augmentation, labeling, auto-tagging, normalization, standardization, and imbalanced data
- Managed Vocabularies
- Excel ... Documents ... Database; Vector & Relational ... Graph ... LlamaIndex
- Analytics ... Visualization ... Graphical Tools ... Diagrams & Business Analysis ... Requirements ... Loop ... Bayes ... Network Pattern
- Development ... Notebooks ... AI Pair Programming ... Codeless ... Hugging Face ... AIOps/MLOps ... AIaaS/MLaaS
- Backpropagation ... FFNN ... Forward-Forward ... Activation Functions ...Softmax ... Loss ... Boosting ... Gradient Descent ... Hyperparameter ... Manifold Hypothesis ... PCA
- Strategy & Tactics ... Project Management ... Best Practices ... Checklists ... Project Check-in ... Evaluation ... Measures
- AI Solver ... Algorithms ... Administration ... Model Search ... Discriminative vs. Generative ... Train, Validate, and Test
- Machine Learning Benchmarks and AI Self-Driving Cars | Lance Eliot - AItrends
- Benchmarking simple models with feature extraction against modern black-box methods | Martin Dittgen - Towards Data Science
- DAWNBench | Stanford - an End-to-End Deep Learning Benchmark and Competition
- Benchmarking 20 Machine Learning Models Accuracy and Speed | Marc Borowczak - Data Science Central
- Benchmarking deep learning models on large healthcare datasets | S. Purushotham, C. Meng, Z. Chea, and Y. Liu
- Supercomputers Flex Their AI Muscles: New benchmarks reveal science-task speedups | Samuel K. Moore - IEEE Spectrum
- The Olympics of AI: Benchmarking Machine Learning Systems | Matthew Stewart - Towards Data Science ... How do benchmarks birth breakthroughs?
Three pages on this wiki cover overlapping ground. The division of labor:
- Benchmarks (this page) — named tests, datasets, suites, and leaderboards. GLUE, MMLU, MLPerf, the Turing test.
- Evaluation — the process and methodology of assessing a system or a project.
- Evaluation - Measures — the metrics themselves: accuracy, precision and recall, specificity.
A recurring caution applies to everything below. Benchmarks saturate. The history of the field is a sequence of tests that fell and were then dismissed as never having measured intelligence — checkers, chess, Jeopardy!, Go, protein structure prediction, competition mathematics, and most recently the Turing test itself. A high score is evidence about a test, not a verdict on a system. The constraints that make a benchmark meaningful — contamination resistance, construct validity, independent administration — are discussed on AI Verification and Validation.
You can’t improve what you don’t measure. — Peter Drucker
The Turing Test and Related Thought Experiments
YouTube ... Quora ...Google search ...Google News ...Bing News
- Artificial General Intelligence (AGI) to Singularity ... Curious Reasoning ... Emergence ... Moonshots ... Explainable AI ... Automated Learning
- AI Verification and Validation ... on why passing a test of indistinguishability is not the same as verifying a capability
- Perspective ... Context ... In-Context Learning (ICL) ... Transfer Learning ... Out-of-Distribution (OOD) Generalization
- Causation vs. Correlation ... Autocorrelation ...Convolution vs. Cross-Correlation (Autocorrelation)
Turing Test
The Turing test, originally called the imitation game by Alan Turing in 1950, is a test of a machine's ability to exhibit intelligent behavior equivalent to, or indistinguishable from, that of a human. A human evaluator judges natural language conversations between a human and a machine designed to generate human-like responses. The evaluator knows that one of the two partners is a machine, and all participants are separated from one another. The conversation is limited to a text-only channel so the result does not depend on the machine's ability to render words as speech. If the evaluator cannot reliably tell the machine from the human, the machine is said to have passed. The result does not depend on whether the machine gives correct answers, only on how closely its answers resemble those a human would give. - Turing Test | Wikipedia
Status: Passed, and Reinterpreted
The benchmark fell in a peer-reviewed study published in the Proceedings of the National Academy of Sciences by Cameron Jones and Benjamin Bergen of UC San Diego, using the standard three-party format Turing described. Large language models pass a standard three-party Turing test | PNAS
What the study found:
- GPT-4.5 given a persona prompt was judged human 73% of the time — significantly above chance, and more often than the actual human participants it was paired against.
- ELIZA, the 1960s chatbot, scored 23% as a manipulation check, confirming that interrogators and the design were sensitive enough to detect a machine and that the result was not produced by random guessing.
- Without the persona prompt the same models did not robustly pass. In some conditions their pass rates were not significantly better than ELIZA's.
- A third preregistered study used a 15-minute limit to test whether models continue to pass under extended interrogation.
What it does not establish:
- Not intelligence. The authors frame the test as a measure of substitutability — whether a system can stand in for a person without the difference being noticed.
- Not consciousness. Indistinguishability is a fact about observers, not about the system observed.
- Not an unaided model result. Prompting and scaffolding carried much of the outcome, which is exactly the confound described under AI Verification and Validation.
The authors' stated concern is social and economic rather than philosophical: systems that pass as human enable "counterfeit people," with consequences for online trust, employment, genuine social engagement, and the perceived value of human interaction.
Today an AI has to dumb down to pass the Turing Test - Ray Kurzweil
Chinese Room Thought Experiment
The Chinese Room is a thought experiment, not a test anyone administers. It belongs here as context for what the Turing test does and does not settle; the broader questions it raises about machine minds are treated under Emergence and Artificial General Intelligence (AGI) to Singularity.
Searle proposed it in 1980 to argue against the claim that a computer can have a mind. He imagines himself locked in a room with a set of rules, written in English, for manipulating Chinese symbols that are meaningless to him. He receives Chinese characters, processes them according to the rules, and produces Chinese characters in response. To an outside observer he appears to understand Chinese. He does not; he is following rules blindly.
Key points of the argument:
- Understanding a language is not just manipulating symbols according to rules. It also requires a grasp of the meaning of the symbols.
- A computer can manipulate symbols, but does not have the same kind of understanding a human being has.
- The experiment shows that a computer cannot be said to understand Chinese even if it produces intelligent-sounding output.
The argument has been widely disputed by both philosophers and computer scientists, and there is no settled answer as to whether it succeeds. It remains useful here for one reason: it separates behaving as if from being, which is precisely the gap the Turing test cannot close.
Large Language Model (LLM) Evaluation
YouTube ... Quora ...Google search ...Google News ...Bing News
- Large Language Model (LLM) ... Foundation Models (FM) ... Datasets ... Evaluation
- Conversational AI ... ChatGPT | OpenAI ... Bing/Copilot | Microsoft ... Gemini | Google ... Claude | Anthropic ... Perplexity ... You ... phind ... Ernie | Baidu ... DeepSeek
- LLM Token / Parameter / Weight
- In-Context Learning (ICL) ... Context ... Causation vs. Correlation ... Autocorrelation ... Out-of-Distribution (OOD) Generalization ... Transfer Learning
- Holistic Evaluation of Language Models (HELM) | Stanford ... a living benchmark that aims to improve the transparency of language models.
- Blazingly Fast LLM Evaluation for In-Context Learning | Jeremy Dohmann - Mosaic
- Evals - GitHub ... a framework for evaluating LLMs or systems built using LLMs as components.
- Evaluating Large Language Models (LLMs) with Eleuther AI | Bharat Ramanathan - Weights & Biases ... the lm-eval library provides a tokenization-agnostic framework for evaluating auto-regressive language models across Natural Language Understanding (NLU) tasks, with over 200 evaluation tasks.
Dimensions to Compare
These are the axes along which language models are usually compared. Specific model scores are not listed here — they go stale within months and belong on the individual model pages (Claude | Anthropic, ChatGPT | OpenAI, Gemini | Google, and so on).
- Attachment support — whether prompts can include images or documents, allowing the model to incorporate information beyond the text prompt.
- Input length limit — the maximum prompt length the model accepts, measured in tokens.
- Context window — the maximum amount of context the model can consider when generating a response.
- Professional examinations — bar exam multiple choice, GRE verbal and quantitative, medical licensing. Tests domain knowledge under a standardized rubric; heavily exposed to training-data contamination.
- Code generation — HumanEval and successors, measuring whether generated code passes hidden tests.
- Mathematical reasoning — GSM8K for grade-school word problems, harder sets for competition and research mathematics.
- Tool use and long-horizon tasks — see Frontier Evaluations below.
Qualitative factors that resist single-number scoring: authenticity, speed, grammar, readability, unbiasedness, backtracking behavior, safety, responsibility, contextual understanding, and text operations.
A Survey on Evaluation of Large Language Models
The survey covers seven categories of LLM trustworthiness. Each maps to material elsewhere on this wiki:
- Reliability — consistently accurate and truthful outputs, even on new or challenging inputs. AI Verification and Validation ... Data Quality
- Safety — not generating harmful or dangerous outputs. Risk, Compliance and Regulation ... Ethics
- Fairness — no discrimination on the basis of race, gender, orientation, or other protected characteristics. Bias and Variances ... Ethics
- Resistance to misuse — difficult to repurpose for fake news, propaganda, or attack. Cybersecurity ... Prompt Injection Attack ... Integrity Forensics
- Explainability and reasoning — the model can account for its outputs so users can make informed decisions. Explainable / Interpretable AI
- Adherence to social norms — outputs consistent with social values, avoiding offensive language and harmful stereotypes. Ethics ... Policy ... Constitutional AI
- Robustness — withstands attack and manipulation, including deliberately misleading data. Out-of-Distribution (OOD) Generalization ... Overfitting Challenge ... Cybersecurity
Popular Benchmarks for Testing LLMs
Most of these are Datasets with an associated scoring protocol and leaderboard.
- AI2 Reasoning Challenge (ARC) — advanced question answering requiring reasoning. 7,787 grade 3–9 science exam questions with a supporting knowledge base of 14.3M unstructured text passages. Multiple choice.
- WinoGrande — commonsense reasoning. 44,000 examples requiring the model to resolve word meaning in context and reason about relationships between entities. A scaled-up adversarial successor to the Winograd Schema Challenge.
- Holistic Evaluation of Language Models (HELM) — a living multi-metric framework rather than a single task set. Evaluates models across many scenarios on accuracy, calibration, robustness, fairness, bias, toxicity, and efficiency simultaneously, with the explicit goal of transparency.
- BIG-bench — a collaboratively built suite of roughly 200 diverse tasks contributed by researchers, deliberately chosen to be beyond the capability of models at the time of construction.
- Massive Multitask Language Understanding (MMLU) — multiple-choice questions across 57 subjects spanning humanities, social sciences, STEM, and professional domains, from elementary to advanced professional level. Measures breadth of acquired knowledge. Now heavily saturated and contamination-prone.
- SQuAD — reading comprehension. Questions and answers created by crowdworkers over Wikipedia articles; the model must locate the answer span in a passage.
- GLUE — nine natural language understanding tasks including sentiment analysis, text classification, and inference.
- SuperGLUE — an extension of GLUE with harder tasks, built after models saturated the original. Tasks include:
** CoLA: Corpus of Linguistic Acceptability ** SST-2: Stanford Sentiment Treebank ** MRPC: Microsoft Research Paraphrase Corpus ** STS-B: Semantic Textual Similarity Benchmark ** QQP: Quora Question Pairs ** MNLI: MultiNLI ** QNLI: Question Natural Language Inference ** RTE: Recognizing Textual Entailment ** WNLI: Winograd Schema Challenge ** AX: Adversarial Textual Entailment
The GLUE-to-SuperGLUE sequence is the pattern in miniature: a benchmark is built, models saturate it, a harder version replaces it, and the cycle repeats.
Frontier Evaluations
As knowledge-recall benchmarks saturated, evaluation shifted toward tasks resistant to memorization and toward measuring what a system completes rather than what it answers.
- Abstraction and reasoning challenges — novel visual or logical puzzles built so that pattern-matching on training data does not help, testing generalization to genuinely unseen problem structures.
- Expert-authored examinations — very hard questions written by specialists across many fields, designed so that answers are not recoverable from web text.
- Research-level mathematics — problems drawn from active research rather than competitions, where correct answers are hard to guess and hard to look up.
- Software engineering tasks — resolving real issues in real repositories, scored by whether the existing test suite passes. Closer to deployed work than isolated function-writing.
- Agentic and long-horizon evaluation — measuring how long a task a system completes without human correction, and how fast that duration is growing. This is the most direct available proxy for claims about autonomous research and is discussed further under AI Verification and Validation.
- Human preference arenas — blind pairwise comparison by users at scale, aggregated into a ranking. Captures perceived quality but is subject to style effects and self-selection.
- Dangerous capability evaluations — structured tests for uplift in areas such as offensive Cybersecurity or biological design, ideally with thresholds agreed before the measurement is taken. See Risk, Compliance and Regulation and AI Governance.
Persistent problems across all of these:
- Contamination — once a benchmark is public, it leaks into training data.
- Construct validity — whether the test measures the capability claimed or a correlate of it.
- Self-grading — many headline results are produced by the organization being measured, against definitions that organization wrote.
- The capability–reliability gap — a high score on curated problems does not predict performance on real work.
Evaluating Large Language Models on Clinical & Biomedical NLP Benchmarks
Evaluating Large Language Models on Legal Reasoning
- Law ... Risk, Compliance and Regulation ... Ethics
- LegalBench: A Collaboratively Built Benchmark for Measuring Legal Reasoning in Large Language Models | Neel Guha, Julian Nyarko, Daniel E. Ho, Christopher Ré, Adam Chilton, et al.
LegalBench: a collaboratively constructed legal reasoning benchmark consisting of 162 tasks covering six different types of legal reasoning. It was built through an interdisciplinary process in which tasks were designed and hand-crafted by legal professionals. Because subject matter experts took the leading role in construction, tasks either measure legal reasoning capabilities that are practically useful, or measure reasoning skills that lawyers find interesting. The paper maps popular legal frameworks for describing legal reasoning onto LegalBench tasks, giving lawyers and LLM developers a common vocabulary, and presents an empirical evaluation of 20 open-source and commercial models.
Natural Language Processing (NLP) Evaluation
- Natural Language Processing (NLP) ... Generation ... Classification ... Understanding ... Translation ... Tools & Services ... Datasets
General Language Understanding Evaluation (GLUE)
GLUE is a collection of resources for training, evaluating, and analyzing natural language understanding systems — tasks like picking out the names of people and organizations in a sentence, or figuring out what a pronoun such as "it" refers to when there are multiple potential antecedents. GLUE consists of:
- A benchmark of nine sentence- or sentence-pair language understanding tasks built on established existing datasets, selected to cover a diverse range of dataset sizes, text genres, and degrees of difficulty.
- A diagnostic dataset designed to evaluate model performance across a wide range of linguistic phenomena.
- A public leaderboard for tracking performance and a dashboard for visualizing model performance on the diagnostic set.
The Stanford Question Answering Dataset (SQuAD)
Machine Learning Evaluation
- Machine Learning (ML) ... Deep Learning ... Train, Validate, and Test ... Overfitting Challenge ... Evaluation - Measures
Procgen
- OpenAI ... Reinforcement Learning (RL) ... Simulated Environment Learning ... Overfitting Challenge ... Out-of-Distribution (OOD) Generalization ... Gaming
- OpenAI’s Procgen Benchmark prevents AI model overfitting | Kyle Wiggers - VentureBeat
Procgen is a set of 16 procedurally generated environments that measure how quickly a model learns generalizable skills. Because levels are generated rather than fixed, a model cannot succeed by memorizing the training set — which makes Procgen a test of generalization rather than of task performance. It builds on the CoinRun toolset, which used procedural generation to construct separate sets of training and test levels.
OpenAI previously released Neural MMO, a massively multiagent virtual training ground, and Gym, a proving ground for reinforcement learning algorithms. It later released SafetyGym, a suite for developing AI that respects safety constraints while training and for comparing how well algorithms avoid mistakes during learning.
Human Evaluation
- Cybersecurity ... Integrity Forensics ... Agents ... Vision ... Prompt Injection Attack
CAPTCHA stands for "Completely Automated Public Turing test to tell Computers and Humans Apart." It is a security measure that protects users from spam and password decryption by verifying that a user is human and not a computer. Note the inversion: this is a Turing test administered by a machine, with the machine as judge rather than subject.
I'm not a robot
No CAPTCHA reCAPTCHA, popularized by Google, uses a checkbox labeled "I am not a robot." It analyzes user behavior to determine whether the user is human, presenting a traditional image selection challenge only when the result is inconclusive. When you click the checkbox, reCAPTCHA monitors:
- Mouse movements — human movement tends to be unpredictable, while bots often exhibit linear or mechanical paths.
- Click timing — humans have natural delays; bots execute at near-instantaneous speeds.
Improving AI while trying to outsmart it
The bot test has a dual purpose. While meant to distinguish humans from bots, the data collected often trains AI systems to improve at image recognition, text understanding, and problem solving. The effectiveness of CAPTCHAs is constantly challenged by advances in machine learning: research has demonstrated that advanced systems can solve image-based CAPTCHAs, including reCAPTCHA v2, with a 100% success rate using object-detection models for segmentation and classification.
Humans taking these tests are teaching the bots to beat the tests. It is a cycle of humans improving AI while trying to outsmart it — irony at its finest, and a live example of the saturation pattern described at the top of this page.
Future Prospects and Innovations
- Adaptive challenge generation — techniques that evolve in response to changing bot strategies.
- Invisible CAPTCHA — reCAPTCHA v3 eliminates visible challenges, continuously scoring the likelihood of bot interaction between 0 and 1.
- Cognitive deep-learning CAPTCHA — combining text, image, and cognitive characteristics, using adversarial examples and neural style transfer to resist automated attack.
- Behavioral analysis and biometric verification — distinguishing human from bot action without explicit challenges, raising questions covered under Privacy.
- AI-powered defenses — using models to design challenges that better separate bot activity from human input. See Cybersecurity.
Evaluating Machine Learning (ML) Hardware, Software, and Services
- Artificial Intelligence (AI) ... Machine Learning (ML) ... Deep Learning ... Neural Network ... Reinforcement ... Learning Techniques
- Processing Units ... AIOps/MLOps ... Model Monitoring ... Quantization ... Neural Network Pruning
This is a different kind of benchmark from everything above. The tests in earlier sections ask what a model knows or can do; these ask how fast, how cheaply, and on what hardware. Throughput and cost per unit of capability increasingly determine what is deployable, which makes this category more consequential than its low profile suggests.
MLPerf
- MLPerf benchmarks for measuring training and inference performance of ML hardware, software, and services.
- MLCommons debuts with public 86,000-hour speech data set for AI researchers | Devin Coldewey - TechCrunch
Related but Distinct
Two topics that have historically been filed here but are not AI benchmarks.
Backtracking
Two unrelated meanings share this word, which is why it appears on a benchmarks page.
- The search technique — a general algorithmic method that considers every possible combination to solve a computational problem, incrementally building candidates and abandoning a candidate as soon as it cannot be completed to a valid solution. Used for constraint satisfaction problems such as crosswords, verbal arithmetic, and Sudoku. This belongs with Algorithms, AI Solver, and Optimization Methods, not with evaluation.
- The model behavior — a language model recognizing that its own line of reasoning is wrong and revising it mid-response. This is a quality dimension in LLM evaluation above, and relates to Explainable / Interpretable AI where the question is whether a stated reasoning trace reflects the computation that actually occurred.
Also not to be confused with Backtesting, which evaluates a strategy against historical data.
American Productivity & Quality Center (APQC)
- Strategy & Tactics ... Best Practices ... Project Management ... Case Studies
- American Productivity & Quality Center (APQC) ... an authority in benchmarking, best practices, process and performance improvement, and knowledge management.
APQC benchmarks business processes, not AI systems — a separate discipline that happens to share the word. A non-profit, it provides independent research and data to more than 1,000 organizational members across 45 industries, with a benchmark data set of more than 4,000,000 data points. Relevant here mainly as a reminder that "benchmark" means something different to a process improvement team than to a machine learning researcher, and that AI project evaluation (Evaluation, Project Check-in) draws on both traditions.