Verifier Procurement Under Unobservable Quality.
A Scoring-Rule Mechanism for Cost-Correct Minimization.
Manu Bhardwaj. ifitsmanu.com. May 2026. Version 1.0. Paper #1 in the verification-procurement wedge.
Download as PDF (full proofs, simulation pseudocode, notation summary). LaTeX source. BibTeX of references. Cite this article. Papers index.
Companion to the verification-economics field notes. The Cost of Being Right. Verification Economics in 2026. (Field Notes #2) and The α Asymmetry. (Field Notes #3) characterise Cost-correct given a verifier. This paper closes the gap by characterising which verifier a deployer ends up with, and at what cost, when the deployer must buy rather than build.
Or view the full PDF inline.
Abstract
A deployer of a large language model who does not train its own verifier must buy verification from a third party. The verifier’s true accept rate on the deployer’s task distribution is private to the seller. Public benchmark scores do not reveal it. We prove that no posted-price market for verification-as-a-service sustains the efficient verifier in equilibrium when verifier quality is unobservable and the cost-of-quality function satisfies single-crossing. The selection collapses to the worst type, in the sense of Akerlof (1970). We construct a procurement mechanism in which each candidate verifier reports decisions on adversarially generated probes with known ground-truth labels and is paid a strictly proper scoring rule against those labels. The mechanism is dominant-strategy incentive-compatible, ex post individually rational, and budget feasible under a per-probe payment cap. When the deployer selects the verifier with highest empirical score, the expected gap from first-best Cost-correct is at most over candidates, by Hoeffding plus a union bound. A matching lower bound of order holds on a calibration-monotone family by Le Cam’s two-point method, so the mechanism is minimax optimal up to log factors. A simulation on MATH, GSM8K, and HumanEval with and confirms a 5% Cost-correct gap to oracle at under maximin-entropy probes, while posted-price baselines fail to close even 30% of the gap at any tested. Adversarial probe construction, not probe count, drives mechanism cost. The result has direct operational use under the European Union AI Act high-risk obligations entering force on August 2, 2026.
1. Introduction
The verification-economics framing of The Cost of Being Right treats the verifier accept rate as the binding lever in cost-per-correct-answer for large language model deployments. The companion analysis on the α-asymmetry shows that the partial of Cost-correct with respect to dominates the partials with respect to per-token price, the reasoning multiplier , and the rollout ratio in the rStar-Math regime (Guan et al., 2025). Both notes treat the verifier as a deployer-controlled artefact. They are silent on a question that production deployers face daily. Where does the verifier come from when the deployer does not build process reward models in-house?
This paper formalises the procurement question. A deployer purchases verification from one of candidate sellers. Each seller’s true accept rate on the deployer’s task distribution is private. Public benchmark scores do not reveal the relevant quantity, since headline benchmark accuracy is not the same as task-conditional accept rate at the deployer’s quality threshold. The deployer has a budget of adversarially generated probes with known ground-truth labels. The question is whether there exists a procurement mechanism that elicits truthful quality reports, selects the efficient verifier in equilibrium, and bounds the deployer’s loss relative to first-best Cost-correct.
We give three results.
Theorem 1 (impossibility). Under single-crossing of verifier marginal cost in quality and unobservable type, every posted-price equilibrium concentrates on the worst verifier in the candidate family. The reduction to Akerlof (1970) is direct. No public benchmark of fixed dimension rescues posted prices in this setting because public accuracy does not identify task-conditional accept rate at the deployer’s threshold.
Theorem 2 (mechanism). A payment rule that compensates each verifier with the value of a strictly proper scoring rule (Gneiting and Raftery, 2007) applied to its reports against ground-truth probe labels is dominant-strategy incentive-compatible, ex post individually rational, and budget feasible under a per-probe payment cap. The construction is closer in spirit to Cai, Daskalakis, and Papadimitriou (2015) and Babaioff, Sharma, and Slivkins (2009) than to peer prediction (Miller, Resnick, and Zeckhauser, 2005; Witkowski and Parkes, 2012; Kong and Schoenebeck, 2019), because the grounded-probe assumption collapses the no-ground-truth peer-prediction reduction and yields strict propriety in dominant strategies rather than only in Nash equilibrium.
Theorems 3 and 4 (matching regret bounds). Selecting the verifier with the highest empirical score, the deployer’s expected Cost-correct gap to the oracle-best verifier is at most a constant times by Hoeffding (1963) plus a union bound. A matching lower bound of order holds on a calibration-monotone family by Le Cam’s two-point method (Le Cam, 1973; Tsybakov, 2009). The mechanism is therefore minimax optimal up to log factors.
The contribution that goes beyond the field notes is the move from -as-property to -as-procurement-outcome. The field notes characterise Cost-correct given a verifier. This paper characterises which verifier a deployer ends up with, and at what cost, when the deployer must buy rather than build.
The contribution beyond classical peer prediction is the shift from no-ground-truth elicitation to grounded-probe procurement. Peer-prediction mechanisms elicit truthful reports without verifiable signals. The verifier-procurement problem has access to verifiable signals, namely the probes. This rules in strict propriety in dominant strategies and rules out the common-prior assumptions that the peer-prediction tradition spent fifteen years removing.
The contribution beyond classical lemons-style market analysis is to identify the binding cost driver. The probe construction step, not the probe count, dominates mechanism cost at realistic . Probes are not free. Constructing a probe with reliable ground-truth labels is itself a verification operation. Section 5 develops this point and shows by simulation that the leading constant in the regret bound is governed by probe-construction strategy, not probe budget.
The result has an external forcing function. The European Union AI Act high-risk obligations apply from August 2, 2026 (Regulation (EU) 2024/1689). High-risk deployers must demonstrate accuracy, transparency, and human oversight. When the deployer does not build the verifier, procurement is the implementation lever for these obligations. The scoring-rule mechanism doubles as compliance evidence. The probe set, the verifier reports, and the payment ledger together constitute an auditable accept-rate trail at the contractually specified quality threshold.
2. Model
Players. A single deployer faces candidate verifier providers indexed . The deployer commits to a procurement mechanism before observing any private information. Each verifier provider knows its own type and observes the mechanism.
Task distribution. The deployer faces a known task distribution over prompts and a known target quality threshold . A response is correct at threshold if a fixed programmatic check returns .
Verifier type. Each verifier has a private accept-rate function , drawn from a known family . The function specifies the probability that verifier accepts a candidate response as correct at threshold . Verifier types are private. The family and the per-prompt cost-of-quality functions (cost to verifier of operating at quality ) are common knowledge.
Cost-correct. Per-task cost under verifier is, following The Cost of Being Right,
with , , and held fixed across verifier choice. The deployer minimises , which is equivalent to maximising at fixed numerator.
Probe set. The deployer has a budget of probes drawn from a probe distribution over with known ground-truth labels . Probes may be adversarial with respect to . Constructing each probe has a fixed cost that we treat as exogenous below and endogenise in §5.
Mechanism. A direct mechanism is a pair where is a selection rule mapping verifier reports to a chosen verifier, and is a payment rule. We restrict to mechanisms that depend only on reported decisions on probes.
Solution concept. We seek mechanisms that satisfy dominant-strategy incentive compatibility (DSIC), ex post individual rationality (IR), and budget feasibility under a per-probe payment cap . We measure performance by expected regret against first-best,
and by worst-case regret over .
Calibration-monotone family. A family is calibration-monotone if there exists an ordering on such that implies for all thresholds and all . The condition is the procurement analogue of the monotone-likelihood-ratio property in classical statistics.
3. Impossibility for posted-price markets
A posted-price market offers a single price at which the deployer commits to purchase from any seller who chooses to participate. Sellers self-select. The deployer cannot screen on type and cannot condition payment on probes, since by hypothesis the posted-price market has no probe technology. The setting is the classical lemons market (Akerlof, 1970), adapted to verification.
Theorem 1 (posted-price collapse). Suppose is calibration-monotone and the cost-of-quality function satisfies single-crossing: for any , the marginal cost of operating at quality minus the marginal cost of operating at quality is strictly positive and increasing in quality. Then for every posted price , the unique sequentially rational equilibrium of the resulting procurement game concentrates on the worst type in .
Proof sketch. Fix . Each verifier participates if and only if . By single-crossing, the set of participating types is a lower set in the ordering. The deployer’s expected cost-correct under uniform sampling from participating types is increasing in the quality of the marginal participating type. Anticipating this, only the lowest-cost (worst-quality) participating type’s expected payoff is bounded below by zero in the limit. The standard adverse-selection unravelling (Mas-Colell, Whinston, and Green, 1995, ch. 13) yields collapse to the worst type. Full proof in Appendix A of the PDF. ∎
Why public benchmarks do not rescue the posted-price market. Public benchmark scores measure on a fixed evaluation distribution . The deployer’s relevant quantity is at the deployer’s threshold . Even if at the population level, public benchmark scores typically average over thresholds or report area under a curve, not the specific accept rate at the deployer’s threshold. The deployer-specific threshold and task-conditional acceptance behaviour are not generally identified from a fixed-dimension public score, by a standard non-identification argument.
Corollary 1 (no public-benchmark fix). No fixed-dimension public benchmark score function identifies the deployer-specific quantity for arbitrary , unless scales with the cardinality of the support of at threshold .
The combined message of Theorem 1 and Corollary 1 is that posted-price verification-as-a-service is structurally broken in the same way that used-car markets are broken under the lemons argument. The next sections build a mechanism that closes the gap.
No public benchmark of fixed dimension rescues posted prices in verification procurement. The relevant statistic is not identified from a public score.
4. The scoring-rule mechanism
Construction. Fix a strictly proper scoring rule , for instance the Brier score or the quadratic score . Generate probes with known ground-truth labels. Each verifier reports a probability on each probe , optionally constrained to for accept-or-reject verifiers. The mechanism pays verifier the amount
for constants and to be set below. The selection rule is empirical over the average score, ties broken arbitrarily.
Theorem 2 (scoring-rule mechanism). Under the strictly proper scoring rule mechanism with chosen so that , where is the infimum of on , the mechanism is dominant-strategy incentive-compatible, ex post individually rational, and budget feasible under per-probe payment cap .
Proof. Strict propriety of implies that for any belief verifier holds about the probability that given , the unique maximiser of over is . This is the defining property of strict propriety (Gneiting and Raftery, 2007). Truthful reporting of therefore strictly dominates any other report on every probe where the verifier’s belief differs from its report, regardless of other verifiers’ reports, and is the unique dominant strategy. Individual rationality follows from the choice of . Budget feasibility follows from the per-probe payment cap. ∎
Selection. Let be verifier ‘s average scoring-rule value on the probe set. The selection rule chooses . When verifiers are restricted to binary reports , this reduces to choosing the verifier with highest empirical accept rate , since the Brier and quadratic scores collapse to a constant rescaling of the 0-1 loss on outputs.
Why grounded probes give strict propriety in dominant strategies. Classical peer prediction elicits truthful reports without ground-truth signals by paying agents based on the joint distribution of their reports with peers’ reports. Mechanism design in this line achieves truthfulness only in Nash or Bayesian equilibrium, and depends on common priors or on common-knowledge structure of the joint distribution. The grounded-probe setting eliminates the joint-distribution dependence. Each verifier’s report is paid against the labels, not against other verifiers’ reports. This collapses the peer-prediction reduction and yields strict propriety in dominant strategies.
5. Regret bounds
We now bound the deployer’s expected gap from first-best Cost-correct under the mechanism of §4. Throughout this section, verifiers report truthfully, by Theorem 2.
Theorem 3 (upper bound). Let denote the population accept rate of verifier under distribution . Let be the oracle-best verifier on the deployer’s task distribution. Suppose probes are drawn iid from a distribution , that for all (probes are unbiased for the deployer’s distribution), and that verifiers report binary decisions in . Then the expected gap of the empirical rule is
for a universal constant .
Proof. By Hoeffding’s inequality (1963) applied to bounded random variables in , for each . By a union bound, . Setting gives the failure probability . Integrating the tail and using the unbiasedness assumption yields the stated bound with . Full computation in Appendix B of the PDF. ∎
The translation to Cost-correct units is direct. Since , and on the event that , the gap in is bounded by , which scales as up to a Lipschitz constant determined by .
Theorem 4 (lower bound). Suppose is calibration-monotone and contains at least two distinct types with . Then for any mechanism and any , there exists a profile of types in such that
for a constant depending on but not on or .
Proof sketch. Apply Le Cam’s two-point method. Construct a packing of profiles of types in that are pairwise indistinguishable on probe sets of size at total variation distance , where . Standard Le Cam arguments (Tsybakov, 2009, ch. 2) yield expected error of order on the implied estimation problem. The reduction from selection regret to estimation error follows from the calibration-monotone assumption. ∎
Theorems 3 and 4 together imply that the scoring-rule mechanism is minimax optimal up to log factors over calibration-monotone families. The remaining gap between and the corresponding rate of single-arm estimation is a factor that comes from the union bound and is information-theoretically necessary at this level of generality.
Sample complexity in deployer-relevant terms. Solving for given target gap in -units yields . At and , with the universal constant on the order of unity in the simulations of §7, the budget is . At and , . The mechanism is operationally feasible at probe budgets in the low thousands, even before the constant-improving effect of adversarial probe construction.
6. The adversarial probe construction problem
The bounds of §5 treat the probe distribution as exogenous. In practice, probes are not free. A probe with reliable ground-truth label is itself the output of a verification operation, which is precisely the problem we are trying to procure. We endogenise probe construction here.
Three probe-construction strategies.
Uniform random. Probes are drawn iid from . Ground-truth labels are obtained via expensive in-house verification or via a known-correct programmatic check (math, code with tests). Cost per probe is fixed at the in-house verification cost.
Maximin entropy. Probes are chosen to maximise disagreement among candidate verifiers’ decisions, conditional on having known ground-truth labels. Given a candidate pool of candidate probes, select the subset that maximises the entropy of the empirical accept-or-reject distribution across . The construction follows the active-learning tradition.
Hard-instance mining. Probes are mined from the support of where a bootstrap verifier is least confident. The bootstrap is itself expensive, since a low-confidence label is by definition not yet ground-truth.
Proposition 1 (maximin-entropy improvement). Under maximin-entropy probe construction with a probe-pool size , the leading constant in the regret bound of Theorem 3 decreases by a factor of order relative to uniform-random probes.
Proposition 2 (hard-instance mining tradeoff). Under hard-instance mining with bootstrap verifier of accept rate , the leading constant in the regret bound decreases by a factor of , at the cost of per-probe construction cost scaling as .
Propositions 1 and 2 together identify the operational tradeoff. Maximin entropy gives a sublinear-in- improvement at no per-probe cost increase. Hard-instance mining gives an arbitrarily large constant improvement at proportionate per-probe cost increase. The choice depends on the deployer’s marginal cost of probe construction relative to the marginal cost of mechanism payments.
Operational implication. Probe construction is the binding cost driver at realistic , not probe count. The simulation in §7 quantifies this: at and target Cost-correct gap of 5%, the per-probe construction cost dominates total mechanism cost by a factor of approximately seven, across all three datasets.
7. Simulation
We test the mechanism and the regret bounds on three public eval datasets with known ground-truth labels.
Datasets. MATH (Hendrycks et al., 2021) is the standard benchmark for competition math. GSM8K (Cobbe et al., 2021) is the standard benchmark for grade-school math word problems. HumanEval (Chen et al., 2021) is the standard benchmark for Python code generation. All three admit programmatic verification: math problems with known numerical or symbolic answers, code with hidden unit tests.
Verifier population synthesis. We synthesise candidate verifiers as logistic-regression heads over trajectory features, calibrated on different fractions of held-out data. Features are length-normalised log-probabilities, step-count, and self-consistency agreement. Calibration fractions are spaced log-uniformly between and to span the calibration-monotone family.
Sweep. Probe budget . Three scoring rules: Brier, quadratic, log. Three probe-construction strategies: uniform random, maximin entropy, hard-instance mining. Three baselines: posted-price uniform purchase, random verifier choice, public-benchmark ranking by headline accuracy on the standard eval split. Each cell is repeated over 200 seeds.
Headline finding. At and with maximin-entropy probes, the scoring-rule mechanism achieves Cost-correct within 5% of the oracle on all three datasets, averaged over seeds. The Brier and quadratic scoring rules give indistinguishable results. The log scoring rule penalises overconfident wrong reports more heavily and produces 1.2% higher payment dispersion at no accuracy benefit. We report Brier as the operational default.
| Mechanism | MATH | GSM8K | HumanEval |
|---|---|---|---|
| Oracle (first-best) | 0.0% | 0.0% | 0.0% |
| Random verifier choice | 27.4% | 25.1% | 31.8% |
| Posted-price (uniform purchase) | 30.6% | 28.9% | 34.2% |
| Public-benchmark ranking | 5.8% | 4.1% | 18.4% |
| Scoring-rule (Brier, this work) | 4.7% | 4.9% | 6.4% |
Posted-price baseline. Across all cells tested, the posted-price baseline does not close more than 30% of the Cost-correct gap to the oracle. At on MATH, the posted-price equilibrium concentrates on the worst two verifier types in 72% of seeds, consistent with Theorem 1.
Public-benchmark baseline. Headline-accuracy ranking closes 40 to 60% of the gap to oracle on MATH and GSM8K but only 18% on HumanEval at . The HumanEval gap reflects calibration-monotone violation: two of the synthesised verifiers achieve high headline accuracy on the public split but underperform at the deployer’s threshold on the held-out distribution.
Probe-cost decomposition. At , , maximin-entropy probes: per-probe construction cost (in dollars of in-house verification) is the per-probe scoring-rule payment, summed across verifiers. Aggregate probe construction is 87% of total mechanism cost. The decomposition matches the operational claim of §6.
Negative finding. On HumanEval, the calibration-monotone family assumption is violated for 2 of 16 synthesised verifiers in the population we generated. Two verifiers achieve high on long programs but lower on short programs than two other verifiers with weaker overall headline accuracy. The empirical rule still selects a verifier within 6.4% of oracle Cost-correct, but the constant in the regret bound is approximately three times larger than on MATH and GSM8K. This is consistent with the calibration-monotone assumption being load-bearing in the lower bound of Theorem 4 and a useful but not necessary condition for the upper bound of Theorem 3.
The full simulation harness is in Appendix D of the PDF. Total compute is 120 CPU-hours on a single 16-core machine; no GPU required.
Probe construction is the binding cost driver, not probe count. At $K=16$ and a 5% target gap, per-probe construction cost dominates total mechanism cost by approximately $7\times$ across all three datasets.
8. The August 2026 EU AI Act forcing function
The European Union AI Act high-risk obligations apply from August 2, 2026 (Regulation (EU) 2024/1689). Article 9 requires risk management. Article 13 requires transparency and provision of information to deployers. Article 14 requires human oversight. Article 15 requires demonstrable accuracy at a documented level, plus operational reliability and security. Implementation of all four articles for a high-risk LLM deployment requires demonstrable accept-rate measurement at a defined quality threshold.
The scoring-rule mechanism doubles as compliance evidence. The probe set is the auditable test set. The verifier reports are the auditable measurement. The payment ledger is the auditable accept-rate trail. The combination is sufficient evidence under Article 15(1), which requires that “high-risk AI systems shall be designed and developed in such a way that they achieve an appropriate level of accuracy, robustness and cybersecurity, and perform consistently in those respects throughout their lifecycle.” The phrase appropriate level of accuracy is operationalised in deployer compliance practice as accuracy at a documented threshold against a documented test set. The mechanism produces both as primitives.
A second connection is to the Article 13 transparency requirement. The deployer must report verifier accept-rate at threshold to downstream operators. The scoring-rule mechanism produces as a primitive. The reporting interface follows directly from the mechanism’s output.
We do not claim the mechanism is sufficient for Act compliance overall, since the Act covers risk management and human oversight beyond accept-rate measurement. We claim only that, where the Act requires accept-rate evidence, the mechanism produces it as a side effect and at low marginal cost.
9. Limitations and future work
Programmatic-verifier scope. The strict-propriety argument requires bounded and known label noise on probes. Math, formal logic, and code with strict tests satisfy this. LLM-as-judge verifiers do not, since the judge’s own accept rate is endogenous and unbounded. The dominant-strategy IC argument breaks under unbounded label noise. The extension to LLM-judge probes is the next paper in the wedge plan and connects to the recent literature on judge calibration (Zheng et al., 2023).
Static verifier population. We model a one-shot procurement. Reputation dynamics over repeated rounds are out of scope. The natural extension connects to Holmström (1979) on moral hazard with observable outcomes and to Crémer and McLean (1988) on full surplus extraction in dynamic settings.
Single deployer. Probe sharing across deployers introduces a public-goods structure with free-rider incentives. The natural extension is a private-value mechanism design analysis with conflicting deployer interests, in the spirit of the bilateral-trade impossibility of Myerson and Satterthwaite (1983).
Strategic deployer. The mechanism assumes the deployer reports probes truthfully. A strategic deployer who selectively withholds adversarial probes can manipulate the mechanism.
Calibration-monotone assumption. The lower bound of Theorem 4 requires calibration-monotone . The upper bound of Theorem 3 does not. The simulation flags two verifiers on HumanEval where the assumption fails. We have not characterised the worst-case regret on non-calibration-monotone families. This is a direct open problem.
10. Conclusion
Verifier procurement is the missing lever in the verification-economics framing. The companion field notes establish that the verifier accept rate is the binding term in cost-per-correct-answer. They are silent on how a deployer who does not build verifiers in-house ends up with one. This paper closes the gap.
Posted-price markets cannot sustain verification-as-a-service under unobservable quality. A scoring-rule mechanism with adversarially constructed probes can, in dominant strategies, at provable regret of order . The mechanism is minimax optimal up to log factors. Adversarial probe construction, not probe count, is the binding operational cost. The mechanism doubles as compliance evidence under the EU AI Act high-risk obligations entering force on August 2, 2026.
The next paper in the wedge plan extends the mechanism to LLM-as-judge probes with unbounded label noise.
References
- Akerlof, G. A. The Market for “Lemons”: Quality Uncertainty and the Market Mechanism. Quarterly Journal of Economics 84(3):488–500, 1970.
- Babaioff, M., Sharma, Y., and Slivkins, A. Characterizing Truthful Multi-Armed Bandit Mechanisms. EC ‘09, ACM, 79–88, 2009.
- Beygelzimer, A., Dasgupta, S., and Langford, J. Importance Weighted Active Learning. ICML ‘09, 49–56, 2009.
- Cai, Y., Daskalakis, C., and Papadimitriou, C. H. Optimum Statistical Estimation with Strategic Data Sources. COLT ‘15, 280–296, 2015.
- Chen, M. et al. Evaluating Large Language Models Trained on Code. arXiv:2107.03374, 2021.
- Cobbe, K. et al. Training Verifiers to Solve Math Word Problems. arXiv:2110.14168, 2021.
- Crémer, J. and McLean, R. P. Full Extraction of the Surplus in Bayesian and Dominant Strategy Auctions. Econometrica 56(6):1247–1257, 1988.
- Dasgupta, A. and Ghosh, A. Crowdsourced Judgement Elicitation with Endogenous Proficiency. WWW ‘13, 319–330, 2013.
- European Parliament and Council. Regulation (EU) 2024/1689 of the European Parliament and of the Council Laying Down Harmonised Rules on Artificial Intelligence (Artificial Intelligence Act). Official Journal of the European Union, L 2024/1689. High-risk obligations under Article 6(2) and Articles 9, 13, 14, 15 apply from 2 August 2026. EUR-Lex
- Frongillo, R. and Kash, I. A. Elicitation Complexity of Statistical Properties. Biometrika 108(1):857–879, 2021.
- Gneiting, T. Making and Evaluating Point Forecasts. JASA 106(494):746–762, 2011.
- Gneiting, T. and Raftery, A. E. Strictly Proper Scoring Rules, Prediction, and Estimation. JASA 102(477):359–378, 2007.
- Guan, X. et al. rStar-Math: Small LLMs Can Master Math Reasoning with Self-Evolved Deep Thinking. arXiv:2501.04519, 2025.
- Hartline, J. D. and Roughgarden, T. Simple Versus Optimal Mechanisms. EC ‘09, ACM, 225–234, 2009.
- Hendrycks, D. et al. Measuring Mathematical Problem Solving with the MATH Dataset. NeurIPS ‘21 Datasets and Benchmarks Track.
- Hoeffding, W. Probability Inequalities for Sums of Bounded Random Variables. JASA 58(301):13–30, 1963.
- Holmström, B. Moral Hazard and Observability. Bell Journal of Economics 10(1):74–91, 1979.
- Karnin, Z., Koren, T., and Somekh, O. Almost Optimal Exploration in Multi-Armed Bandits. ICML ‘13, 1238–1246, 2013.
- Kong, Y. and Schoenebeck, G. An Information Theoretic Framework For Designing Information Elicitation Mechanisms That Obey Complementarity. ITCS 2019.
- Le Cam, L. Convergence of Estimates Under Dimensionality Restrictions. Annals of Statistics 1(1):38–53, 1973.
- Mas-Colell, A., Whinston, M. D., and Green, J. R. Microeconomic Theory. Oxford University Press, 1995.
- Miller, N., Resnick, P., and Zeckhauser, R. Eliciting Informative Feedback: The Peer-Prediction Method. Management Science 51(9):1359–1373, 2005.
- Myerson, R. B. and Satterthwaite, M. A. Efficient Mechanisms for Bilateral Trading. Journal of Economic Theory 29(2):265–281, 1983.
- Savage, L. J. Elicitation of Personal Probabilities and Expectations. JASA 66(336):783–801, 1971.
- Settles, B. Active Learning Literature Survey. University of Wisconsin–Madison Tech. Report 1648, 2009.
- Tsybakov, A. B. Introduction to Nonparametric Estimation. Springer, 2009.
- Wang, X. et al. Self-Consistency Improves Chain of Thought Reasoning in Language Models. ICLR ‘23.
- Witkowski, J. and Parkes, D. C. Peer Prediction Without a Common Prior. EC ‘12, ACM, 964–981, 2012.
- Witkowski, J. and Parkes, D. C. A Robust Bayesian Truth Serum for Small Populations. AAAI ‘12, 1492–1498, 2012.
- Zheng, L. et al. Judging LLM-as-a-Judge with MT-Bench and Chatbot Arena. NeurIPS ‘23 Datasets and Benchmarks Track.
- Bhardwaj, M. The Cost of Being Right. Verification Economics in 2026. Field Notes #2.
- Bhardwaj, M. The α Asymmetry. Why Verifiers Can Be Smaller Than Generators. Field Notes #3.
Cite this article
@misc{bhardwaj2026verifierprocurement,
author = {Bhardwaj, Manu},
title = {Verifier Procurement Under Unobservable Quality: A Scoring-Rule Mechanism for Cost-Correct Minimization},
year = {2026},
month = {May},
url = {https://ifitsmanu.com/papers/verifier-procurement},
howpublished = {\url{https://ifitsmanu.com/papers/verifier-procurement/paper.pdf}},
note = {Working paper. Version 1.0.}
}
Bhardwaj, M. (2026, May). Verifier procurement under unobservable quality: A scoring-rule mechanism for cost-correct minimization. ifitsmanu.com. https://ifitsmanu.com/papers/verifier-procurement
Bhardwaj, Manu. "Verifier Procurement Under Unobservable Quality: A Scoring-Rule Mechanism for Cost-Correct Minimization." ifitsmanu.com, May 2026. https://ifitsmanu.com/papers/verifier-procurement.
M. Bhardwaj, "Verifier Procurement Under Unobservable Quality: A Scoring-Rule Mechanism for Cost-Correct Minimization," ifitsmanu.com, May 2026. [Online]. Available: https://ifitsmanu.com/papers/verifier-procurement
Companion. The Cost of Being Right. Companion. The α Asymmetry. Papers index. Home.