Latency-Response Theory Model: Evaluating Large Language Models via Response Accuracy and Chain-of-Thought Length

· Source: stat.ML updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Expert, extended

Summary

The Latency-Response Theory (LaRT) model is proposed for evaluating Large Language Models (LLMs), jointly considering response accuracy and Chain-of-Thought (CoT) length. This new framework, which extends traditional Item Response Theory (IRT), introduces a correlation parameter between an LLM's latent ability and its latent speed (inferred from CoT length). Researchers developed an efficient stochastic approximation Expectation-Maximization (SAEM) algorithm for parameter estimation, supported by rigorous identifiability results. Theoretical analyses and simulation studies demonstrate LaRT's superior estimation accuracy and narrower confidence intervals for latent trait estimation compared to IRT. Empirical evaluation on over 80 open-source LLMs across math reasoning benchmarks like MATH500, AMC23, AIME24, and AIME25 showed LaRT produces distinct LLM rankings and outperforms IRT in predictive power, item efficiency, ranking validity, and LLM evaluation efficiency. A significant finding is a strong negative correlation between latent ability and latent speed, indicating higher-ability LLMs tend to generate longer CoT.

Key takeaway

For machine learning engineers evaluating LLMs, traditional accuracy-only metrics are insufficient. You should consider adopting the LaRT model to incorporate Chain-of-Thought length, as it provides more robust and discriminative ability estimates. This approach offers superior predictive power, item efficiency, and ranking validity, enabling you to achieve more reliable LLM benchmarks and make better-informed model selection decisions, especially for complex reasoning tasks where CoT length is a strong indicator of underlying ability.

Key insights

LLM evaluation improves by jointly modeling response accuracy and Chain-of-Thought length, revealing a negative correlation between ability and speed.

Principles

Method

The Latency-Response Theory (LaRT) model uses a hierarchical framework with a probit link for accuracy and log-normal for CoT length. Parameters are estimated via an efficient SAEM algorithm with spectral initialization.

In practice

Topics

Code references

Best for: Research Scientist, AI Engineer, AI Scientist, Machine Learning Engineer, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by stat.ML updates on arXiv.org.