Latency-Response Theory Model: Evaluating Large Language Models via Response Accuracy and Chain-of-Thought Length
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
- Higher LLM ability correlates with longer CoT.
- Joint modeling enhances evaluation precision.
- Identifiability is crucial for reliable inference.
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
- Use LaRT to differentiate LLMs with similar accuracy.
- Apply LaRT for more efficient adaptive testing.
- Leverage CoT length to improve LLM ranking validity.
Topics
- Large Language Models
- LLM Evaluation
- Chain-of-Thought
- Item Response Theory
- Latency-Response Theory
- Model Ranking
Code references
Best for: Research Scientist, AI Engineer, AI Scientist, Machine Learning Engineer, NLP Engineer
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by stat.ML updates on arXiv.org.