Research
Aggregate-then-Calibrate for Human-centered Assessment with Theoretical Guarantees
Aggregate-then-Calibrate for Human-centered Assessment with Theoretical Guarantees Overview Research area: Machine learning / statistical learning theory, specifically judgment aggregation, rank aggre
- arXiv
- 2608.02455
- Published
- 2026-08-03
- Authors
- Zejun Xie, Xintong Li, Guang Wang, Desheng Zhang
AI summary
Aggregate-then-Calibrate for Human-centered Assessment with Theoretical GuaranteesOverview
Research area: Machine learning / statistical learning theory, specifically judgment aggregation, rank aggregation, and isotonic regression for human-centered assessment tasks where ground truth is unobservable.
Technical level: Advanced. The paper's core contribution is theoretical, drawing on asymptotic MLE efficiency theory, Fisher information and Schur complements, White's misspecification theory, Loewner ordering, and high-dimensional oracle inequalities for least-squares projection onto random cones. The framework itself (two stages: aggregate, then calibrate) is conceptually simple, but the guarantees require a strong statistics background.
Scope (one sentence): The paper proposes and theoretically analyzes a two-stage framework, Aggregate-then-Calibrate (AtC), that combines human comparative judgments with any predictive model's scores to produce assessments that respect human-ordering consensus while retaining the model's quantitative scale.
Note on completeness: The paper content provided is truncated at the start of Section 3.3 (Optimality Guarantee). The abstract states that AtC was evaluated "across semi-synthetic and real-world datasets," but no dataset names, dataset sizes, benchmark names, or numerical results appear in the available content, so none are reported below.
What This Paper Is About
Many decisions require standardized assessments of items (workers, papers, products) where the true target value exists conceptually but cannot be observed when the decision must be made. Human judgments about such items are easy to collect but are noisy, come from annotators with differing expertise, and sit on inconsistent rating scales; model-generated scores are consistent by design but must be trained on imperfect proxies or incomplete features.
AtC's goal is to combine the two: use human comparative judgments only for their ordinal information (which items are better than which), and use a predictive model only for its metric scale, calibrating the model's scores so that they do not contradict the human-derived ordering while changing the model's numbers as little as possible.
Key Contributions
-
Conceptual framing: The authors formalize a class of human-centered assessment problems where judgment aggregation (not preference optimization) is the central operation, and they propose a human-model complementarity in which aggregated comparisons supply ordinal constraints and models supply metrically scaled scores. The framework is designed to accept any off-the-shelf predictive model without modification.
-
Heterogeneity theory: Theorem 3.6 is presented as the first proof that heterogeneous rank aggregation models are strictly more statistically efficient than homogeneous ones when annotator abilities vary, formalized as a Loewner-order comparison between the asymptotic covariance matrices of the heterogeneous MLE and a misspecified homogeneous quasi-MLE (Lemmas 3.4 and 3.5).
-
Robustness theory: Theorem 3.8 gives a risk bound for the isotonic calibration stage that holds even when the consensus ranking is misspecified. The authors describe this as a novel contribution to isotonic regression theory beyond prior work, because it handles projection onto a random cone and a biased effective noise simultaneously.
-
Optimality theory: Theorem 3.12 is stated as an optimality guarantee showing that AtC asymptotically outperforms model-only assessment, supported by Corollary 3.9 (a bound on ranking misspecification probability) and Proposition 3.10 (Stage-1 recovers the correct item order with high probability). The abstract additionally claims AtC improves accuracy and robustness over human-only and model-only assessments across semi-synthetic and real-world datasets.
Main Findings
-
Heterogeneous modeling pays off, strictly: Under Assumptions 3.1–3.3 (independent pairwise comparisons, data generated by a heterogeneous Thurstone model with true parameters θ₀ = (s*, γ*), and standard regularity conditions from prior work), the estimator from the correctly specified heterogeneous model has asymptotic covariance Σ_s_hete ⪯ Σ_s_homo in the Loewner order. If the true annotator accuracies γ* are not all equal, the inequality is strict on the identifiable subspace, meaning Σ_s_homo − Σ_s_hete is positive definite there.
-
Why the misspecified homogeneous model loses: The heterogeneous MLE accounts for estimating the annotator precisions by using the Schur complement of the Fisher information, while the homogeneous quasi-MLE takes a sandwich form because the information matrix equality fails under misspecification.
-
Robustness decomposes into three distinct error sources: The expected squared error of the calibrated scores is bounded by (i) a projection error driven by the expected number of ranking inversions from Stage-1 multiplied by n·Var(s̃), (ii) a statistical error of the form 2σ̃²(ln(n) + γ_E + O(1/n))/n, where γ_E is the Euler–Mascheroni constant, and (iii) a bias error of 2‖ν‖²₂/n from the model's systematic offset.
-
Misspecified cones and biased noise are both handled: Classical isotonic regression analyses assume a fixed cone and zero-mean noise relative to the target. AtC violates both assumptions, because the isotonic cone is inferred from Stage-1 and therefore random, and because the model scores may carry systematic distortion. The bound still holds.
-
Ranking errors decay exponentially in the gap-to-noise ratio: Corollary 3.9 bounds the probability that the Stage-1 ranking differs from the target ranking by a sum over pairs of σ_{X_jk}/(Δ_kj √(2π)) · exp(−(Δ_kj)²/(2σ²_{X_jk})), where Δ_kj is the true score gap and σ²_{X_jk} is the error variance of the estimated gap.
-
Three qualitatively different failure modes: The authors characterize them as structural (a bad Stage-1 ranking directly enlarges the first term via the expected inversion count), statistical (even with the correct cone, zero-mean noise costs the statistical dimension of the tangent cone, which is mild), and systematic (model bias cannot be removed for free, but its contribution decays as 1/n after projection).
-
Empirical results are not reported in the available content: The abstract asserts that AtC consistently improves accuracy and robustness over human-only and model-only assessments on semi-synthetic and real-world datasets, but the truncated content contains no dataset names, dataset sizes, benchmark names, or numerical values.
Methodology in Plain English
The authors split the problem into two sequential stages.
Stage 1 — Aggregate human judgments into a ranking. Each annotator provides pairwise comparisons between items (for example, "I prefer item i over item j"). The paper assumes these comparisons follow a Thurstone choice model, extended so that each annotator u has their own precision parameter γ_u: the probability that annotator u prefers i to j equals F(γ_u (s_i − s_j)), where F is a fixed symmetric CDF such as the standard normal or logistic CDF. Larger γ_u means the annotator is more consistent. The consensus scores s* and the reliabilities γ are estimated jointly by maximum likelihood, with identifiability constraints such as fixing the mean of s to zero or fixing the mean of γ to one (Algorithm 1 alternates gradient updates on the scores and on the annotator parameters until convergence). Sorting the estimated scores gives the consensus ranking π̂. The design choice is deliberate: rather than discarding novice opinions, the method learns each annotator's reliability from the data and weights accordingly.
Stage 2 — Calibrate the model's scores to that ranking. Any predictive model produces a raw score vector s_p. The authors define the set M̂ of all score vectors that are nondecreasing according to π̂, and define the AtC output as the Euclidean projection of s_p onto M̂. This is exactly an isotonic regression of the model's scores onto the consensus order, solved with the classic Pool-Adjacent-Violators (PAV) algorithm: scan adjacent pairs in the consensus order, and whenever a pair is out of order, replace the two values by their average, repeating until the whole sequence is nondecreasing. If the model's scores already agree with π̂, they are left untouched; otherwise they are changed as little as possible in squared-error terms. The authors note that they use "calibration" to mean enforcing ordinal consistency with the human-derived ranking, not the conventional meaning of aligning predicted probabilities with observed frequencies.
The theoretical work then asks three questions: does modeling annotator heterogeneity really help (efficiency), how badly do Stage-1 ordering mistakes hurt the final output (robustness), and does the combined pipeline beat using the model alone (optimality).
Why This Matters
Impact on research. The paper connects two literatures that are usually treated separately: judgment aggregation (which handles annotator expertise but is confounded by inconsistent rating scales) and model-based prediction (which produces a consistent scale but needs supervised signals that may be unavailable). It also extends isotonic regression theory into a harder regime than prior analyses, where the constraint cone is random rather than fixed and the effective noise is biased rather than zero-mean. Because the calibration stage is model-agnostic, the framework can be layered on top of existing predictive systems without retraining them.
Real-world applications (the two motivating scenarios are explicit in the paper; the remaining bullets are domains the general framing indicates):
- Delivery platform compensation: Platforms want to estimate worker workload for fair pay, but true energy expenditure, though measurable via wearables, is impractical to collect at scale, so worker judgments must be used.
- Conference and journal peer review: Committees must decide on paper quality now, while true quality only becomes observable years later through future impact.
- Student answer or product quality scoring: The paper's own examples of "the true proficiency of a student's answer" and "the true merit of a product" indicate use in educational and e-commerce assessment.
- Crowdsourced and expert-annotator pipelines generally: Any setting where many annotators with varying expertise rate overlapping subsets of items and no gold standard exists.
Industry relevance. The framework addresses a common operational bottleneck: label quality. Organizations that already run a predictive model on proxy labels and separately collect human comparisons can use AtC to reconcile the two without discarding either signal. The reliability parameters γ_u learned in Stage-1 also give a byproduct that is useful on its own: a data-driven measure of which annotators to trust.
Future Directions
-
Characteristics of the predictive model. The framework explicitly allows the model to have been trained on proxy labels or even to be unsupervised. This raises the open question, not resolved in the available content, of how the magnitude of the systematic bias ν affects the practical crossover point at which AtC stops beating the raw model.
-
Random-cone and biased-noise isotonic theory. The authors present their risk analysis as a departure from classical isotonic regression assumptions. Extending these bounds to other constraint geometries, or to noise structures beyond the assumed Gaussian form, is a natural next step.
-
Scaling the Stage-1 optimization. Stage-1 requires maximum-likelihood estimation of n item scores and m annotator precisions jointly, with iterative gradient updates. The computational and statistical behavior of this procedure on large n and m is not addressed in the available content.
-
Choice of the link function F. The theory assumes F is known, twice continuously differentiable, and symmetric, and the regularity conditions are stated for common choices such as the logistic and Gaussian CDFs. The behavior of AtC under a misspecified or learned link function remains unexamined here.
-
Beyond comparisons. AtC extracts only ordinal information from humans, assuming people compare more reliably than they score absolutely. Whether the framework can be extended to settings where humans also provide useful absolute-scale information is left open.
Target Audience
This paper is written primarily for researchers in machine learning and statistics working on human-in-the-loop learning, crowdsourcing, ranking and preference aggregation, label quality, and isotonic regression theory. It will also appeal to applied researchers and practitioners in fairness-sensitive assessment domains, such as peer review, education, and platform labor, who need principled ways to combine noisy human judgment with model predictions when no ground truth is available. Readers should be comfortable with asymptotic statistics, Fisher information, maximum-likelihood theory, and convex projection to follow the theoretical sections; the two-stage architecture and the PAV-based calibration step are accessible to a broader audience.
Authors’ abstract
Human-centered assessment tasks, which are essential for systematic decision-making, rely heavily on human judgment and typically lack verifiable ground truth. Existing approaches face a dilemma: methods using only human judgments suffer from heterogeneous expertise and inconsistent rating scales, while methods using only model-generated scores must learn from imperfect proxies or incomplete features. We propose Aggregate-then-Calibrate (AtC), a two-stage framework that combines these complementary sources. Stage-1 aggregates heterogeneous comparative judgments into a consensus ranking using a rank-aggregation model that accounts for annotator reliability. Stage-2 calibrates any predictive model's scores by an isotonic projection onto the order, enforcing ordinal consistency while preserving as much of the model's quantitative information as possible. Theoretically, we show: (1) modeling annotator heterogeneity yields strictly more efficient consensus estimation than homogeneity; (2) isotonic calibration enjoys risk bounds even when the consensus ranking is misspecified; and (3) AtC asymptotically outperforms model-only assessment. Across semi-synthetic and real-world datasets, AtC consistently improves accuracy and robustness over human-only or model-only assessments. Our results bridge judgment aggregation with model-free calibration, providing a principled recipe for human-centered assessment when ground truth is costly, scarce, or unverifiable.