Language Model Evaluation & Benchmarking
Methods and Benchmarks for LLM Judging, Ranking, and Evaluation That Work Without Token-Level Probabilities
Generated automatically from the limitations stated in 7 papers (ACL, ICLR, EMNLP), listed under Evidence. It is not a paper, and it does not come from papers submitted to CSPaper.
The problem
A large fraction of scoring, ranking, and error-detection techniques for LLMs depend on logprobs, logits, or perplexities, which commercial APIs increasingly do not expose. This structurally blocks researchers and practitioners using closed models from applying state-of-the-art evaluation and ranking methods, forcing them onto weaker text-only alternatives or into hosting expensive open models. There is currently no systematic account of how much quality is lost when moving from probability-based to text-only judgments, nor of which probability signals can be reliably elicited from a model's own generated text.
Why it matters
Researchers using closed APIs regain access to confidence-aware evaluation and likelihood-based ranking; future papers can state which probability assumptions they actually need and offer text-only fallbacks.
Ways to approach it
Prior-work checks are free with an account. Results someone already ran are shown to everyone.
- 1
Elicitation study: have LLMs self-report confidence, likelihood, and uncertainty through prompted natural-language outputs (verbalized confidence, sampling consistency, answer re-ranking by prompted plausibility) and measure agreement with true token-level logprobs on models where both are accessible. The gap between elicited and actual probabilities is the headline metric.
Already donePaper [4] investigates Confidence-Probability Alignment by eliciting LLMs' self-reported confidence through various prompting techniques and measuring its agreement (correlation) with true token probabilities across multiple models and benchmarks.
Other papers read (9)
- [1]Weighted Sequential Bayesian Inference for Non-Stationary Linear Contextual BanditsUAI 2026
- [2]Estimating LLM Consistency: A User Baseline vs Surrogate MetricsEMNLP 2025
- [3]SteerConf: Steering LLMs for Confidence ElicitationNeurIPS 2025
- [5]Don’t Pass@$k$: A Bayesian Framework for Large Language Model EvaluationICLR 2026
- [6]An Empirical Analysis of Uncertainty in Large Language Model EvaluationsICLR 2025
- [7]How to Guide Your Flow: Few-Step Alignment via Flow Map Reward GuidanceICML 2026
- [8]Evaluating the Moral Beliefs Encoded in LLMsNeurIPS 2023
- [9]Learning to Route LLMs with Confidence TokensICML 2025
- [10]Contextualized Sequence Likelihood: Enhanced Confidence Scores for Natural Language GenerationEMNLP 2024
Checked 9/26/2026.
- 2
Reimplement a representative set of logprob-dependent scoring/ranking methods in a text-only regime (e.g., sampling-based vote counts replacing likelihoods, multi-sample self-consistency replacing perplexity) and measure correlation with the original method's outputs and with ground truth.
No prior work found in 10 papersNone of the provided papers systematically evaluate or benchmark text-only adaptations of logprob- and logit-dependent LLM evaluation and ranking methods.
Papers read (10)
- [1]From Generation to Judgment: Opportunities and Challenges of LLM-as-a-judgeEMNLP 2025
- [2]Who Gets Credit or Blame? Attributing Accountability in Modern AI SystemsICML 2026
- [3]TrustJudge: Inconsistencies of LLM-as-a-Judge and How to Alleviate ThemICLR 2026
- [4]Don’t Pass@$k$: A Bayesian Framework for Large Language Model EvaluationICLR 2026
- [5]Benchmarking LLM-based Relevance Judgment MethodsSIGIR 2025
- [6]Efficient LLM Comparative Assessment: A Product of Experts Framework for Pairwise ComparisonsEMNLP 2024
- [7]Beyond the Surface: Enhancing LLM-as-a-Judge Alignment with Human via Internal RepresentationsNeurIPS 2025
- [8]Normality Calibration in Semi-supervised Graph Anomaly DetectionICML 2026
- [9]LLMs instead of Human Judges? A Large Scale Empirical Study across 20 NLP Evaluation TasksACL 2025
- [10]Generalised Probabilistic Modelling and Improved Uncertainty Estimation in Comparative LLM-as-a-judgeUAI 2025
Checked 9/26/2026. Automated checks find about a third of existing work, so “no prior work found” doesn't mean the idea is new.
- 3
Build a benchmark of API-accessible evaluation tasks where logprob-based and text-only methods are compared head-to-head, reporting accuracy, cost, and latency trade-offs.
No prior work found in 10 papersWhile several papers evaluate and benchmark LLM-as-a-judge paradigms across various tasks and prompting methods, none systematically compare logprob-based evaluation techniques against text-only alternatives in terms of accuracy, cost, and latency.
Papers read (10)
- [1]From Generation to Judgment: Opportunities and Challenges of LLM-as-a-judgeEMNLP 2025
- [2]RocketEval: Efficient automated LLM evaluation via grading checklistICLR 2025
- [3]Benchmarking LLM-based Relevance Judgment MethodsSIGIR 2025
- [4]LLMs instead of Human Judges? A Large Scale Empirical Study across 20 NLP Evaluation TasksACL 2025
- [5]League of LLMs: A Benchmark-Free Paradigm for Mutual Evaluation of Large Language ModelsACL 2026
- [6]On Evaluating LLM Alignment by Evaluating LLMs as JudgesNeurIPS 2025
- [7]MLLM-as-a-Judge: Assessing Multimodal LLM-as-a-Judge with Vision-Language BenchmarkICML 2024
- [8]WebDevJudge: Evaluating (M)LLMs as Critiques for Web Development QualityICLR 2026
- [9]Praetor: A Fine-Grained Generative LLM Evaluator with Instance-Level Customizable Evaluation CriteriaACL 2025
- [10]Co-Eval: Augmenting LLM-based Evaluation with Machine MetricsEMNLP 2025
Checked 9/26/2026. Automated checks find about a third of existing work, so “no prior work found” doesn't mean the idea is new.
Have a different approach?
Describe how you would tackle this problem and we'll look for papers that already do it. Free; your text stays private.
Why it might fail
Sampling-based substitutes may be so much more expensive (many generations per judgment) that they are impractical at API prices, and elicited confidence may correlate too poorly with true probabilities to support calibrated evaluation.
Sub-problems
Logit-Free Relevance Estimation for Black-Box LLM Reranking
High-precision neural reranking with LLMs predominantly relies on pointwise token log-likelihoods or output logits to score query-document pairs. Proprietary, black-box LLM APIs frequently restrict or completely omit logit and logprob access, limiting API users to discrete text completions. Consequently, practitioners cannot apply state-of-the-art likelihood-based ranking frameworks to leading closed-source models without falling back to unstable listwise generation.
Evidence
Each paper's own statement of the limitation, verbatim.
- TrustJudge: Inconsistencies of LLM-as-a-Judge and How to Alleviate ThemICLR 2026
Requires access to model log-probabilities or perplexity scores, which are often unavailable in restricted commercial LLM APIs.
- Too Consistent to Detect: A Study of Self-Consistent Errors in LLMsEMNLP 2025
Requires training a supervised probe, which needs labeled error data and access to hidden states of an external verifier LLM, limiting use with closed or small models
- SkillAggregation: Reference-free LLM-Dependent AggregationACL 2025
Limited to binary/probabilistic classification judgments; regression and general LLM evaluation formats are out of scope
- CalibraEval: Calibrating Prediction Distribution to Mitigate Selection Bias in LLMs-as-JudgesACL 2025
Requires access to token-level prediction distributions (logprobs), which may not be available for all black-box LLM APIs.
- PRP-Graph: Pairwise Ranking Prompting to LLMs with Graph Aggregation for Effective Text Re-rankingACL 2024
Requires access to LLM output logits/probabilities, excluding closed-source models that don't expose them
- Beyond Yes and No: Improving Zero-Shot LLM Rankers via Scoring Fine-Grained Relevance LabelsNAACL 2024
Requires access to token log-likelihoods, unavailable for many proprietary API-only LLMs
- A Setwise Approach for Effective and Highly Efficient Zero-shot Ranking with Large Language ModelsSIGIR 2024
Requires access to model output logits for the likelihood-based ranking variant, which may be restricted or unavailable in certain closed-source LLM APIs.
Nearest existing work
- Don’t Pass@$k$: A Bayesian Framework for Large Language Model EvaluationICLR 2026
- An Empirical Analysis of Uncertainty in Large Language Model EvaluationsICLR 2025
- A Systematic Survey and Critical Review on Evaluating Large Language Models: Challenges, Limitations, and RecommendationsEMNLP 2024
- Chatbot Arena: An Open Platform for Evaluating LLMs by Human PreferenceICML 2024
- How to Correctly Report LLM-as-a-Judge EvaluationsICML 2026
- When Benchmarks are Targets: Revealing the Sensitivity of Large Language Model LeaderboardsACL 2024
- A Judge-Aware Ranking Framework for Evaluating Large Language Models without Ground TruthICML 2026
- On Speeding Up Language Model EvaluationICLR 2025
- Who can we trust? LLM-as-a-jury for Comparative AssessmentICML 2026
- Sample-Efficient Human Evaluation of Large Language Models via Maximum Discrepancy CompetitionACL 2025
- LLMs instead of Human Judges? A Large Scale Empirical Study across 20 NLP Evaluation TasksACL 2025
- WildBench: Benchmarking LLMs with Challenging Tasks from Real Users in the WildICLR 2025
- Finding Blind Spots in Evaluator LLMs with Interpretable ChecklistsEMNLP 2024
- Learning to Route LLMs with Confidence TokensICML 2025
- Co-Eval: Augmenting LLM-based Evaluation with Machine MetricsEMNLP 2025
Related open problems
Language Model Evaluation & Benchmarking
Label-Free and Transferable Calibration for Large Language Model Outputs
Existing calibration and uncertainty quantification techniques for large language models (LLMs) strictly require task-specific, ground-truth-labeled calibration sets with binarizable correctness annotations. In open-ended, domain-specific, or novel tasks where ground-truth labels do not exist or cannot be easily thresholded, these methods cannot be instantiated. Consequently, practitioners are structurally blocked from obtaining calibrated confidence scores, prediction intervals, or coverage guarantees for LLMs without first performing expensive per-task and per-model annotations.
Language Model Evaluation & Benchmarking
Probability-Free LLM Evaluation and Benchmarking for Black-Box Models
Many standard evaluation, uncertainty estimation, and benchmarking techniques rely on token-level log-probabilities or soft output distributions. Proprietary and closed-access models (e.g., commercial chat interfaces and restrictive API endpoints) often only expose discrete text outputs, completely excluding them from probability-dependent benchmark comparisons. Relying on Monte Carlo sampling frequencies as a fallback is computationally prohibitive and prone to distortion from proprietary sampling temperatures or top-$p$ truncations. Consequently, existing evaluation suites cannot rigorously compare open-weight and closed-access models under a uniform probability-dependent protocol.
Language Model Evaluation & Benchmarking
Multi-Model Evaluation and Ensembling Without Per-Step White-Box Logit Access
Current multi-model evaluation and collaborative generation frameworks require synchronous, step-by-step execution across multiple 32B–70B open-source LLMs with direct access to intermediate token logits. This white-box precondition structurally excludes closed-source, API-only models (which do not expose unconstrained per-step logits) from participating in these evaluation pipelines. It also prevents deployment on resource-constrained hardware unable to fit multiple large model footprints into memory simultaneously. Consequently, these benchmarking and decoding techniques cannot be applied to leading proprietary models or decentralized, asynchronous workflows.