Sources#
- CalibratedRubric: Task-Adaptive Rubric Banks for Open-Ended LLM Evaluation
- DRACO: a Cross-Domain Benchmark for Deep Research Accuracy, Completeness, and Objectivity
- Reliability without Validity: A Systematic, Large-Scale Evaluation of LLM-as-a-Judge Models Across Agreement, Consistency, and Bias
- When the Judge Changes, So Does the Measurement: Auditing LLM-as-Judge Reliability
Summary#
DRACO (Deep Research Accuracy, Completeness, and Objectivity) is a benchmark of 100 complex, open-ended deep-research tasks spanning 10 domains and requiring information from 40 countries, published by Perplexity (with a Harvard co-author) in February 2026 (arXiv:2602.11685). Its distinguishing feature: the tasks are drawn from real, de-identified production usage of Perplexity Deep Research (Production-Sourced Evaluation) rather than synthetic or hand-authored prompts, then paired with task-specific expert rubrics and graded by an LLM-as-a-judge. It is a benchmark of systems / products, not base models — which is what makes its headline finding (orchestration beats the bare model) legible.
Why it's different (Table 1)#
DRACO is positioned as the first deep-research benchmark to be simultaneously: production-sourced, human-authored, general-domain (not just specialized/technical), and expert-rubric-graded. Prior open-ended benchmarks each miss at least one — DeepResearchEval, ReportBench, DeepScholar-Bench, and DRBench rely on synthetic task generation; others are hand-authored but narrow or lack expert rubrics. None draws directly from a widely-available production deep-research system.
Task construction (5 stages)#
Sourced from production Perplexity Deep Research queries, then reformulated/augmented/filtered so tasks are anonymous, well-specified, bounded, challenging, and representative:
- Sampling — 1,000 high-difficulty English queries (Sep–Oct 2025), difficulty proxied by subsequent negative sentiment or a thumbs-down on the prior response.
- Pre-processing — LLM reformulation to strip PII and reduce ambiguity; fully automated, no raw query ever seen by a human analyst (privacy by design).
- Augmentation — systematic expansion along two axes: context (persona, output format, source specificity) and scope (temporal, cross-entity comparison, geography). Turns ambiguous queries into well-defined tasks reflecting implicit user intent.
- Filtering — LLM keeps only tasks that are objective (experts converge on what's good), tractable (bounded), and difficult (needs nontrivial multi-step gathering/synthesis).
- Curation — 100 tasks sampled to match the real domain distribution, then manually reviewed by in-house domain experts.
The 10 domains: Finance, Shopping/Product Comparison, Academic, Technology, General Knowledge, UX Design, Law, Medicine, Needle in a Haystack, Personalized Assistant.
Rubric design and grading#
Rubrics were built with 26 recruited domain experts (doctors, attorneys, financial analysts, engineers, designers) over a 4-stage pipeline with LLM assistance, including a saturation test — if the leading system already scored >90% on a task, it was sent back for hardening (~45% of tasks were). Each task carries ~39.3 weighted criteria across four axes; about half target factual accuracy. Criteria are positive (desirable properties) or negative (pitfalls), with the harshest penalties reserved for harmful medical content (down to −500).
| Axis | Weight Range | ~Criteria/task |
|---|---|---|
| Factual Accuracy | −500 to +20 | 20.5 |
| Breadth & Depth of Analysis | −100 to +10 | 8.6 |
| Presentation Quality | −50 to +20 | 5.6 |
| Citation Quality | −150 to +10 | 4.8 |
Grading uses an open-source LLM-as-a-judge protocol: per-criterion binary MET/UNMET → weighted normalized score (0–100%) and pass rate. Judge = Gemini-3-Pro (chosen via an internal human–LLM alignment study); GPT-5.2 and Sonnet-4.5 corroborate. Rankings are stable across judges; absolute magnitudes vary.
Headline results#
Perplexity Deep Research leads every domain and every rubric axis. Among deep-research systems:
| System | Normalized | Pass rate |
|---|---|---|
| Perplexity Deep Research (Opus 4.6) | 70.5 | 72.8 |
| Perplexity Deep Research (Opus 4.5) | 67.2 | 70.9 |
| Gemini Deep Research | 59.0 | 62.7 |
| OpenAI Deep Research (o3) | 52.1 | 56.9 |
| OpenAI Deep Research (o4-mini) | 41.9 | 48.0 |
| Claude Opus 4.6 (bare + tools) | 59.8 | 63.1 |
| Claude Opus 4.5 (bare + tools) | 46.7 | 50.2 |
Three findings that matter for this wiki:
- Orchestration > base model. Perplexity (Opus 4.6 base) beats bare Opus 4.6-with-tools by ~10pp — see Deep Research Agents. A live counter-datapoint to Harness Shrinkage as Models Improve.
- Claude Opus 4.6 is the strongest non-Perplexity system (59.8% / 63.1%), ahead of Gemini Deep Research and both OpenAI configs. Opus 4.6 ranks second (non-Perplexity) in 5 of 10 domains.
- Factual accuracy / citation are the universal weak axes; presentation is strongest everywhere. The Perplexity-vs-second gap is largest in Finance (21.6pp) and smallest in Law (1.6pp).
Limitations (the paper's own)#
Single-turn only (no clarifying-question / multi-turn capability tested); a static snapshot despite an automatable refresh pipeline; text-only (no multimodal); English-only; augmentation risks over-specifying away natural query variability; rubric creation still needs heavy human-expert involvement; and absolute scores depend on the LLM judge (though rankings don't). System-level (black-box) evaluation — no component-level attribution of retrieval vs. planning vs. synthesis.
Connections#
- Deep Research Agents — the system class DRACO evaluates; home of the orchestration / verification / efficiency findings
- Production-Sourced Evaluation — DRACO's central methodological contribution: tasks built from real de-identified production traffic
- LLM-as-a-Judge — the rubric-based binary-verdict grading protocol DRACO uses, and (from CalibratedRubric) the rubric-construction end: DRACO's 26 experts and 4-stage authoring pipeline are the cost that work attacks, and its partition is the useful reply — filtering, weighting and sizing a rubric bank is automatable from judge agreement alone (κ 0.604 → 0.743; 49 rather than 131 rubrics), while authoring and validating the criteria is not. Also a caution for DRACO's own saturation test, which hardens a task when the leading system scores > 90%: it re-derives criteria against the current leaderboard, and consensus-derived criterion sets are provably a function of the panel they were derived on
- Task Time-Horizon Scaling — sibling capability benchmark; where METR measures task length a model sustains, DRACO measures research-report quality of agentic systems, and both note benchmark-saturation pressure (DRACO's saturation test discards >90%-solved tasks)
- Harness Shrinkage as Models Improve — DRACO's orchestration-beats-bare-model result is a counter-datapoint to the shrinking-harness thesis
- Verification as the New Bottleneck — factual-accuracy weakness across all systems is verification surfacing inside the research product
- Evals as Product Spec — DRACO is the externalized, large-scale form of "evals as the definition of done," with rubrics standing in for the eval set
- Perplexity / Anthropic / Google DeepMind — benchmark author; makers of evaluated systems and the judge model
- LLM-Judge Validation — the counterweight to DRACO's judge-stability claim: DRACO shows rankings hold across judge models (vary the judge, fix the tasks); Norman et al. (2026) show judge rankings are fragile across benchmarks (vary the tasks) — two different invariances, and together they bound how far any judge-graded ranking transfers
- Reference-Free Judge Over-Crediting — DRACO grades open-ended reports with no single gold answer (a reference-free-style setting) and finds factual accuracy the universal weak axis; Kranti & Vajjala give the mechanism — judges over-credit incorrect answers when no reference is in the prompt
Open Questions#
- The benchmark is static; the construction pipeline is automatable. Will Perplexity actually refresh it, and does a vendor-built benchmark on which the vendor's own product wins stay credible over time?
- Rankings are judge-stable but magnitudes aren't — how much do absolute scores move under a non-Gemini judge, and does that matter for cross-paper comparison? Partially answered (2026-08-04) by Yang et al. (2026), with a construct caveat. They hold the candidate pairs fixed and vary only the judge, which is this question's design: on adversarial LLMBar the measured quantity spans 0.463 (Qwen3-1.7B) → 0.900 (GLM-5.1) across ten judges, and no judge leads all four datasets — so the spread from judge choice alone is large, and its direction is dataset-dependent, which is the part that kills naive cross-paper comparison. Two calibrations run the other way, though. Adjacent releases of the same family (MiniMax M2 → M2.7) move accuracy by at most 0.022 and never significantly under paired McNemar, so a routine provider upgrade is a small perturbation; and a single judge held fixed still flips 14.7% of its own verdicts under pure A/B reversal, meaning some of what looks like judge-choice variance is within-judge protocol noise a position-randomization fix would remove. The caveat that keeps this open: their "absolute score" is a judge's agreement accuracy against human preference labels on pairwise items, not a system's normalized rubric score on long-form reports. Rubric-weighted grading of open-ended research output has no gold pairwise label to be accurate against, so the magnitude of DRACO-style score movement under a swapped judge is still unmeasured.
- Does the production-sourced, expert-rubric method generalize cheaply to non-English, multimodal, and multi-turn deep research?
Sources#
- DRACO: a Cross-Domain Benchmark for Deep Research Accuracy, Completeness, and Objectivity — full paper (arXiv:2602.11685, Perplexity + Harvard, Feb 2026): task construction, rubric pipeline, grading protocol, and all result tables
- Reliability without Validity: A Systematic, Large-Scale Evaluation of LLM-as-a-Judge Models Across Agreement, Consistency, and Bias — Norman et al. (arXiv 2606.19544, June 2026,
empirical): the benchmark-variance counterpart to DRACO's judge-model-invariance; see LLM-Judge Validation - When the Judge Changes, So Does the Measurement: Auditing LLM-as-Judge Reliability — Yang, Hou & Yang (arXiv 2607.08535, July 2026,
empirical): §4.1 + Table 3 (judge-swap score spread on fixed candidates; no judge leads all four datasets; adjacent-release nulls), §4.2 (14.7% residual A/B flip rate); the judge-version axis, and the partial answer to this page's magnitude question — see LLM-Judge Validation - CalibratedRubric: Task-Adaptive Rubric Banks for Open-Ended LLM Evaluation — Chen et al. (FinStep + StepFun, arXiv 2607.29252, 2026-07-31,
empirical): the automatable/unautomatable partition of rubric-bank construction (§3 pools taken as given; §4.2 κ 0.604 → 0.743; §4.3 49 vs 131 rubrics) and Prop. 1's leaderboard-size dependence of consensus-derived criterion sets — see LLM-as-a-Judge for the full treatment
Cited by 13
- LLM-Judge Validation×4
The vault's prior answer on judge trust came from DRACO: rankings are stable across judge models,…
- Deep Research Agents×3
Deep research is a long-horizon, autonomous, multi-step task — exactly the regime Task Time Horizon…
- Open Questions Backlog×3
Draco Benchmark: The benchmark is static; the construction pipeline is automatable. Will Perplexity…
- Production-Sourced Evaluation×3
Production-sourced evaluation builds a benchmark from real, de-identified usage of a deployed…
- How Much Signal Do Public Benchmarks Still Carry — and What Replaces Them?×2
DRACO finds system-under-test rankings stable across judge models while absolute magnitudes vary;…
- LLM-as-a-Judge×2
LLM-as-a-judge is the evaluation paradigm where one language model scores another model's outputs…
- Perplexity×2
Perplexity is an AI answer-engine / search company. In this corpus it appears as the author of the…
- Anthropic
Draco Benchmark — Claude Opus 4.6 is the strongest non-Perplexity deep-research system on this…
- Evals as Product Spec
Draco Benchmark — evals externalized to benchmark scale: expert rubrics as the eval set, graded…
- Google DeepMind
Draco Benchmark — Gemini plays both roles in Perplexity's deep-research benchmark: Gemini Deep…
- Evals & Benchmarks
Draco Benchmark — Perplexity's benchmark of 100 production-sourced deep-research tasks (10 domains,…
- Reference-Free Judge Over-Crediting
Draco Benchmark — DRACO grades open-ended deep-research reports without a single gold answer (a…
- Task Time-Horizon Scaling
Draco Benchmark — a sibling capability benchmark (quality of agentic research reports vs. the task…
Related articles
- LLM-as-a-Judge
Using one LLM to grade another's outputs against criteria/rubrics; DRACO's protocol is per-criterion binary MET/UNMET +…
- Deep Research Agents
Agentic systems that decompose a complex query, iteratively search diverse sources, and synthesize a structured, cited…
- LLM-Judge Validation
UC Berkeley's 21-judge / 9-provider / ~541K-judgment audit (Norman et al., 2026): LLM-as-a-judge validation is systemat…
- Production-Sourced Evaluation
Building benchmarks from de-identified real production usage rather than synthetic or hand-authored tasks; DRACO's cent…
- Open Questions Backlog
_456 actionable open questions across 205 pages · 107 predictions · 9 notes · 147 in progress · 69 watching (entities),…
