REVIEW 2 major objections 6 minor 12 references
Crowd highlight prediction is roughly half-solved, and cross-vendor fusion is the cheapest known way to climb the gap.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-08-04 22:30 UTC pith:RBHGQU5V
load-bearing objection This paper gives crowd-highlight prediction its first measured floor/ceiling bracket and a plausible fusion recipe; the central numbers are careful, but the ceiling rests on an untested independence assumption. the 2 major comments →
Floor, Ceiling, and the Fusion Gap: How Much of Crowd Reading Attention Can Machines Predict?
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The central claim is that the crowd-highlight prediction task has a measurable, useful bracket, and today's best text-only predictors sit at about half its height. The floor is the lead heuristic: score sentences by position from the top, AP 0.2410. The ceiling is the split-half oracle: a random half of readers predicts the other half, AP 0.4437, gap +0.2028. Frontier language models reach 35–53% of that gap zero-shot; surface features recover only 5%. An unweighted Borda fusion of five vendor-diverse model rankings plus a position prior reaches 60% of the gap and beats the best single model by +0.0159, with a pre-registered replication on 217 fresh documents confirming a similar +0.0179 gai
What carries the argument
The load-bearing device is the bracket: floor = naive lead truncation score; ceiling = split-half oracle (half the crowd's per-sentence counts predicting the other half's top-15% label), both scored by average precision on the same label. The second device is unweighted cross-vendor fusion: five model rankings converted to normalised Borda scores and summed, optionally with a position prior, which is the mechanism that climbs from roughly 35–53% to 60% of headroom. The paper also uses distillation into an 8B whole-document student as the compression test that localises the signal to document-level structure.
Load-bearing premise
The ceiling assumes readers marked sentences independently and are exchangeable across random splits; if readers influenced each other or the sample of readers is not representative, the measured headroom and the conclusion that the unsolved half is semantic would be biased.
What would settle it
Compare the split-half oracle under random splits versus splits stratified by reading order or by whether the highlight overlay was enabled. If early or overlay-exposed readers' marks predict later readers' marks better than random splits would imply, the independence assumption fails and the ceiling is inflated; if the two ceilings are equal, the assumption holds.
If this is right
- Any reported highlight-prediction score should be read relative to a measured floor and ceiling; a raw AP number by itself is uninformative.
- Because no single model reaches 55% of headroom, the task is not saturated; meaningful headroom remains for text-based predictors.
- Averaging rankings from several independent model vendors is a cheap, verified way to improve, and the gain arises because models' small residual disagreements are signal, not noise.
- The fusion advantage is expected to shrink as models become more alike, so the benchmark should be remeasured against each new generation of models.
- A single open-weight 8B student can serve most of the fusion's advantage, making document-level highlight prediction practical at low cost.
Where Pith is reading between the lines
- Because the unsolved half is semantic, the paper's logic implies that further gains will come from models that read the whole document jointly, not from better local features; a targeted test would compare whole-document versus sliding-window variants on the same architecture.
- The floor/ceiling bracket is transferable to other noisy human-label tasks such as relevance judgments or news salience, where most benchmarks still lack a measured label-reliability ceiling; applying the same split-half oracle there would calibrate how much of the headroom current systems actually fill.
- The replication used a separate corpus, so the fusion gain appears robust, but the paper does not test whether the gain survives when the fused models all come from the same vendor family; that contrast would sharpen the claim that vendor diversity is the active ingredient.
- The 66% per-document win rate and the ablation results suggest that a simple per-document selection rule, choosing between the fusion and the single best model on each document, could add a small further gain; the paper does not test this.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper defines a benchmark bracket for predicting which sentences a crowd of readers highlights in web documents. The floor is naive position-based truncation (lead AP 0.2410); the ceiling is a split-half oracle in which one random half of the readers predicts the other half (AP 0.4437). Against this +0.2028 headroom, the paper reports that frontier language models recover 35–53% of the gap, while an unweighted Borda fusion of five models plus a position prior reaches 60%, significantly outperforming the best single model. A pre-registered replication on 217 new documents confirms the fusion gain. Distillation into an 8B open-weight student retains 90% of the fusion's edge and reaches statistical parity with the strongest frontier model. The paper concludes that the task is roughly half-solved, that the unsolved half is semantic rather than positional, and that cross-vendor fusion is the cheapest known improvement.
Significance. If the results hold, this is a valuable contribution to the measurement of machine prediction of human reading attention. The paper introduces a clear floor/ceiling framing that makes benchmark scores interpretable, and it backs the central fusion claim with a pre-registered replication, domain-clustered inference, multiple sensitivity analyses, and a transparent audit trail including verification scripts and a hostile audit record. The distillation result, showing that document-level context rather than local features carries the crowd signal, is also informative. The strengths are substantial: the paper reports reproducible aggregates, pre-registration commit timestamps, and explicit handling of granularity mismatches. The main weakness is that the ceiling, which is the denominator for all headline percentages, rests on an unverified reader-independence assumption explicitly acknowledged in §2.
major comments (2)
- [§2, §4.1] The split-half ceiling is the denominator of the paper's central quantitative claim. Section 2 states: 'Reader independence is an assumption inherited from the platform's design, stated in that study's terms, not re-verified here.' If readers influence each other (the overlay is 'rarely enabled' but not never) or arrive in temporally correlated cohorts, the two halves are not independent, exchangeable samples of the same latent salience. Then the ceiling AP (0.4437), the headroom (+0.2028), and every '% of headroom' share (35–53%, 60%, 5%) are all biased. The sensitivity analyses in §4.3 perturb label percentile, reader gate, seed, and prompt, but not this structural assumption. This is load-bearing for the 'roughly half-solved' conclusion and for the interpretation that the unsolved half is semantic. I recommend either testing the assumption (e.g., split readers by time of arrival or co
- [§3, §5] The model-ranking cache mapping is recovered, not read. The paper provides validation: 17/17 exact-match documents agree, the minimum best-vs-second margin is 0.202, and a shuffle null gives at most 2 spurious matches in 200 permutations. This is reassuring, but the remaining 103 documents rely on consensus matching. A mismapped document would attach random rankings to real labels, attenuating all model/fusion APs. The argument that mismapping cannot manufacture the fusion-vs-single advantage is sound (it adds common noise), but the absolute AP values and '% of headroom' figures could be affected if mismapping is non-uniform across documents or models. Since the model arms are central to the main table, I ask that per-document mapping confidence be reported (or a sensitivity analysis that excludes low-confidence mappings) to confirm that the headline numbers are not attenuated by mapping
minor comments (6)
- [§3] The 'position prior' is used throughout but never explicitly defined. Please state its formula (e.g., score = position normalized by document length) and how it is combined with Borda scores.
- [§4.3] The statement that using 40 instead of 60 splits makes the comparison 'unaffected' needs a one-sentence justification: averaging within document first makes the point estimate stable, but the variance of the per-document AP estimates may differ. Please clarify.
- [§4.6] The H3 row reads 'surface features recover<20% of headroom−1% — pass.' This is confusing; presumably it means the recovered share was −1%, which passes the pre-registered <20% bound. Please reword.
- [§3] The text says 'validated three ways (§5.3),' but §5.3 does not exist; the validation appears in the Limitations bullet on the recovered mapping. Fix the cross-reference.
- [§4.1 table] The table row 'floor—lead0.2410 0 0' lacks spacing and is hard to read. Also, the column header 'AP vs floor' is ambiguous; clarify that the second column is absolute AP and the third is the difference from the floor.
- [§4.6] The 'pre-registered kill condition (split-half ceiling ≥ 2× the paired MDD) passed at 7.3×' is not defined. Please define the minimal detectable difference and how 7.3× is computed.
Circularity Check
No significant circularity: the bracket is measured against a split-half oracle, fusions are unweighted, and the student is distilled from teacher scores with human labels entering only at evaluation.
full rationale
The paper's derivation chain is self-contained against the target label. The ceiling is a split-half oracle: half A's reader counts are scored as predictions of half B's label, which is a measurement of label reliability, not a fitted parameter or a model output derived from the label it is scored against. The floor is naive truncation (lead position), and every model arm is an externally produced ranking or a fixed Borda combination; no arm is fit to the crowd label. The fusion is an unweighted sum of normalized Borda scores plus a positional prior, and the headline comparisons are paired at document level with domain-clustered inference. The student distillation (§4.7) trains on teacher scores from a disjoint corpus of 10,000 documents with no reader data; human labels enter only at certification on the replication corpus, which is content-disjoint from the teacher corpus. The pre-registered replication on 217 documents provides external confirmation. The paper's self-citations to companion studies supply model-ranking caches, the platform design context, and an assumption about reader independence, but none of these reduce the present paper's claims to their inputs: the independence assumption is an unverified premise about the data-generating process, not a result derived from the target claim. The 'reader independence' caveat is a robustness limitation, not circular reasoning. The paper also explicitly discloses exploratory versus confirmatory analysis and reports ablations (best-member removal, split-half selection, sensitivity, prompt paraphrase) that independently support the fusion finding. No step was found where a prediction is equivalent by construction to an input, a fitted parameter is renamed as a prediction, or a self-citation carries the load of the central result in a tautological way. The strongest claimed results—fusion beats the best single model, and the distilled student reaches parity—are established through held-out evaluation against crowd labels, and the 'roughly half-solved' bracket is a measured gap between two empirically defined bounds, not a construction that defines its own answer.
Axiom & Free-Parameter Ledger
free parameters (5)
- Label quantile: top 15% of sentences by distinct-reader count =
0.15
- Minimum reader gate =
6
- Minimum sentence gate =
30
- Position prior weight =
1
- Borda score normalization =
n - position, normalized by n
axioms (6)
- domain assumption Reader marks are independent, uninfluenced, and exchangeable draws for each document
- domain assumption The split-half oracle is a valid upper bound and is conservative for the text-only headroom
- domain assumption The recovered mapping from cached rankings to documents is correct
- standard math Domain-clustered bootstrap and sign-flip permutation tests are valid
- domain assumption Partial model rankings can be scored with unranked sentences as zero
- domain assumption The crowd label, top 15% by distinct-reader count, is a meaningful operationalization of crowd attention
Cite this review
Pith. "Pith review of Floor, Ceiling, and the Fusion Gap: How Much of Crowd Reading Attention Can Machines Predict?." pith.science (2026). https://pith.science/paper/RBHGQU5V
@misc{pith2026260801704,
author = {Pith},
title = {Pith review of: Floor, Ceiling, and the Fusion Gap: How Much of Crowd Reading Attention Can Machines Predict?},
year = {2026},
howpublished = {\url{https://pith.science/paper/RBHGQU5V}},
note = {Machine review of arXiv:2608.01704}
}
read the original abstract
A benchmark score means nothing without knowing what a trivial method achieves and what the best possible method could achieve. We construct both bounds for a task with a rare kind of ground truth: predicting which sentences a crowd of readers -- highlighting for their own purposes, unpaid, uninstructed, and blind to each other -- marked in 120 web documents. The floor is naive truncation (lead); the ceiling is a split-half oracle: half the crowd predicting the other half. The gap between them is +0.2028 AP [+0.1698, +0.2342, domain-clustered], and three findings structure it. First, the gap is semantic: position and length features recover 5% of it. Second, frontier language models reach 35-53% of it zero-shot -- far above classical baselines, far below the crowd; a state-of-the-art prompt compressor (LLMLingua-2) lands below the floor, indistinguishable from random selection. Third, an unweighted cross-vendor fusion of five frontier rankings plus a position prior reaches 60%, beating the best single model by +0.0159 [+0.0044, +0.0269; Holm p=0.019] -- a gain that survives ablation of its best member, split-half arm selection, prompt paraphrase, and label, gate, and seed perturbations, and was CONFIRMED by a pre-registered replication on 217 independent documents (+0.0179, Holm p=0.042). Finally, the bracket compresses: distilling the fusion into one open-weight 8B student that reads the whole document retains 90% of the fusion's edge and reaches statistical parity with the strongest single frontier model (+0.0070 [-0.0068, +0.0200]), where a local-context student retains only 63% -- the crowd's signal lives in document-level structure, and the cheapest known improvement is to ask several different models and average.
Reference graph
Works this paper leans on
-
[1]
Language Models Agree With Each Other, Not With Readers
K. Nakayashiki and K. Watanabe. Language Models Agree With Each Other, Not With Readers. arXiv:2607.29274, 2026
work page internal anchor Pith review Pith/arXiv arXiv 2026
-
[2]
K. Nakayashiki and K. Watanabe. Personal Salience: Highlighting Is Social, but Individuality Lives in Selection. arXiv:2606.09024, 2026
Pith/arXiv arXiv 2026
-
[3]
K. Nakayashiki and K. Watanabe. The Long Tail, Not the Front Page: Cold-Start Prediction of Crowd Highlight Salience. arXiv:2606.11654, 2026
Pith/arXiv arXiv 2026
- [4]
-
[5]
Y. Denisov-Blanch, J. Kazdan, J. Chudnovsky, R. Schaeffer, S. Guan, S. Adeshina, and S. Koyejo. Consensus is Not Verification: Why Crowd Wisdom Strategies Fail for LLM Truthfulness. arXiv:2603.06612, 2026
arXiv 2026
-
[6]
Wisdom from Diversity: Bias Mitigation Through Hybrid Human-LLM Crowds
A. Abels and T. Lenaerts. Wisdom from Diversity: Bias Mitigation Through Hybrid Human- LLM Crowds. arXiv:2505.12349, 2025
work page internal anchor Pith review Pith/arXiv arXiv 2025
-
[7]
S. Goel et al. Great Models Think Alike and this Undermines AI Oversight. arXiv:2502.04313, 2025
Pith/arXiv arXiv 2025
-
[8]
Z. Pan et al. LLMLingua-2: Data Distillation for Efficient and Faithful Task-Agnostic Prompt Compression. arXiv:2403.12968, 2024
Pith/arXiv arXiv 2024
-
[9]
G. Hinton, O. Vinyals, and J. Dean. Distilling the Knowledge in a Neural Network. arXiv:1503.02531, 2015. 7
Pith/arXiv arXiv 2015
-
[10]
T. Dettmers, A. Pagnoni, A. Holtzman, and L. Zettlemoyer. QLoRA: Efficient Finetuning of Quantized LLMs. arXiv:2305.14314, 2023
Pith/arXiv arXiv 2023
-
[11]
Qwen Team. Qwen3 Technical Report. arXiv:2505.09388, 2025
Pith/arXiv arXiv 2025
-
[12]
B. Warner et al. Smarter, Better, Faster, Longer: A Modern Bidirectional Encoder for Fast, Memory Efficient, and Long Context Finetuning and Inference. arXiv:2412.13663, 2024. 8
Pith/arXiv arXiv 2024
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.