0 cumulative citations
View corpus contextA new occupation-grounded benchmark finds leading LLMs correctly answer roughly 60% of profession-specific, source-verifiable questions, but performance is highly uneven — healthcare questions score near 78% while many trade and enforcement occupations score near zero, and model rankings remain stable across formats.
Citation observations
Cumulative provider counts captured on specific dates; providers are never combined.
We present ORQA, a method for testing occupation-level knowledge in large language models. Prior methods either map abstract LLM skills to occupations via task definitions or utilize expert knowledge which is difficult to obtain at scale and expensive. ORQA complements both of these methods by connecting O*NET occupations to trusted occupation-specific websites (such as regulatory agencies, licensing bodies, professional organizations, and government publications) and converting these into source-traceable question-answer pairs. A combination of an automated pipeline and human review produces a set of high quality questions about occupations. The question set created via our method covers 116 occupations from all 21 major groups in the SOC, with 480 questions sourced from 187 different websites. Each question is designed to probe a real-world skill question that is relevant to the occupation in question. We test 15 state-of-the-art frontier and open-weight models via this method. Claude Opus 4.6, GPT-5.4 and Claude Sonnet 4.6 all perform the best at approximately 58-62% while smaller open-weight models achieve approximately 33-41% performance. Performance varies significantly across occupations. Healthcare-related occupations achieve the highest performance (78%) while Office and Administrative Support achieve approximately 40%. Performance on individual occupations (e.g. Sheet Metal Workers and Fish and Game Wardens) is essentially zero. We also find that open-ended questions and weighting by wage bill do not significantly affect the ranking of models on this benchmark. We believe that leveraging existing trusted occupation-specific information to test LLM knowledge in professional domains may be a scalable and useful method for evaluating occupation-level AI performance in the future. Results and data are available at orqabench.org.
Summary
Main Finding
ORQA introduces a scalable, source-traceable benchmark for occupation-level knowledge in LLMs and shows substantial heterogeneity in model performance across occupations. Using 480 human-verified, evidence-backed questions drawn from 187 authoritative websites covering 116 occupations (all 21 SOC major groups), the authors find frontier models (Claude Opus 4.6, GPT‑5.4, Claude Sonnet 4.6) cluster near ~58–62% on closed-book multiple choice while smaller/open-weight models score ~33–41%. Performance varies widely by occupation (e.g., healthcare ≈78% vs. office/admin ≈40%; some occupations score ~0%). ORQA correlates strongly with other economic model-evaluation signals (Spearman ρ ≈ +0.90 with GDPval).
Key Points
- ORQA (Occupation Related Question and Answer) is designed to test source-verifiable, occupation-specific factual/procedural knowledge (reporting responsibilities, thresholds, procedures, guidelines), not general problem-solving or end-to-end task execution.
- Dataset: 480 high-quality items, 116 occupations, 187 source hosts, covers all 21 SOC major groups.
- Benchmark format: closed-book 6-choice multiple choice (includes “All of the above” and “None of the above”) and an open-ended free-response evaluation scored by human judges. Closed-book evaluation uses 3 random seeds per question.
- Top model results (closed-book MC):
- Claude Opus 4.6 ≈ 62.4%
- GPT‑5.4 ≈ 60.3%
- Claude Sonnet 4.6 ≈ 58.7%
- Mid-tier and older/smaller models: 33–48%
- Open-ended results follow the same ordering but with lower absolute scores (GPT‑5.4 ≈ 54.2%, Opus ≈ 53.1%, Sonnet ≈ 50.6%).
- Performance is highly occupation-dependent: some occupations have near-perfect scores for some models while others are essentially unsolved (e.g., Sheet Metal Workers, Fish and Game Wardens).
- Wage-bill weighting and open-ended vs. multiple-choice do not materially change the model ranking.
- ORQA shows high correlation with GDPval (Spearman ≈ +0.90) and GDPval-AA Elo (≈ +0.92), indicating alignment with other economic benchmarking signals.
- Human curation: a hybrid pipeline combining automated generation and human review; automated “good” vs. human agreement ≈ 67%.
Data & Methods
- Base occupations & weighting: uses BLS May 2024 Occupational Employment and Wage Statistics and O*NET mapping; items allocated across SOC major groups by wage bill share.
- Source selection: job-specific whitelists of authoritative publishers (regulators, licensing bodies, professional orgs, government publications). No documents are used from domains outside the whitelist; academic/research papers are filtered out.
- Document processing:
- Fetch documents constrained to job-specific whitelists.
- Chunking (2.5–4 KB windows, overlapping) and evidence-card extraction using GPT-4o to produce contiguous source quotes and metadata (task/procedure, occupation).
- Item generation:
- Each evidence card becomes a 6-choice MCQ; correct answer must be directly entailed by the source quote; distractors are drawn from the same document.
- Constraints: similar answer lengths, no obvious hints, inclusion of “All/None of the above,” only one correct choice.
- Automated quality controls:
- Checks include entailment test, semantic plausibility of distractors, lack of paraphrase overlap, non-solvability by three baseline LLMs in parallel (filter too-easy items), and tests to prevent trivially answerable items via general knowledge.
- Failed items go through regeneration attempts; final step mirrors human “good” standard.
- Human review: two annotators manually checked items, sources, and answer options against quality standards.
- Evaluation: 15 models tested closed-book (no retrieval/browsing); closed-book MC with three seeds; open-ended responses judged by a three-judge panel. Cluster bootstrap used for uncertainty; also report wage-bill weighted aggregates.
- Public release: data and code available (orqabench.org; reproducibility code repo linked).
Implications for AI Economics
- Occupation-specific model assessment: ORQA provides a scalable, verifiable way to measure whether LLMs know occupationally relevant, source-backed facts—useful for firms, regulators, and researchers assessing model readiness for particular job roles.
- Heterogeneous labor impact: large cross-occupation and cross-model performance differences imply uneven potential for productivity gains and automation risks across the labor market. This heterogeneity should be incorporated in exposure/adoption and labor-displacement analyses rather than relying on aggregate capability metrics.
- Procurement and deployment decisions: employers can use occupation-indexed benchmarks like ORQA to choose models tailored to specific occupational knowledge needs (e.g., healthcare vs. maintenance).
- Policy and regulation: source-traceable testing aligns with regulatory and compliance needs (e.g., licensing, safety-critical guidance). ORQA-style benchmarks could inform standards for model certification in regulated occupations.
- Measurement for economic studies: wage-bill weighting and SOC coverage make ORQA usable as an input into empirical studies of AI adoption and productivity that need occupation-level model performance measures; strong correlation with GDPval suggests it can complement existing exposure metrics.
- Cautions and limitations for applied use:
- ORQA assesses closed-book factual/procedural knowledge drawn from authoritative texts; real-world systems often include retrieval, tool use, or human-AI collaboration—so ORQA scores are a lower-bound on deployed effectiveness.
- Coverage limited to occupations with authoritative online documentation; not all jobs or tacit skills are captured.
- Dataset size (480 items) is moderate; useful for comparison but not exhaustive per occupation.
- The pipeline excludes academic research sources by design, which suits accountability-focused use cases but omits research-derived knowledge that may be relevant in some roles.
Overall, ORQA offers a practical, scalable method to map LLM knowledge onto occupation-relevant, source-verifiable questions. For economic research and policy it provides a complementary metric to exposure/adoption studies, enabling more granular assessments of where AI may be practically useful or risky in the workforce.
Assessment
Claims (9)
| Claim | Direction | Outcome | Confidence & Evidence | Details |
|---|---|---|---|---|
| ORQA contains 480 questions covering 116 occupations across all 21 major groups in the Standard Occupational Classification, with questions sourced from 187 websites. Other | positive | Coverage and scale of the occupation-level benchmark |
Reading fidelity
high
Study strength
medium
|
n=480
480 questions, 116 occupations, 187 source hosts, and 21 SOC major groups
|
| In closed-book multiple-choice evaluation, Claude Opus 4.6, GPT-5.4, and Claude Sonnet 4.6 achieved the highest reported scores among the evaluated models, at 62.4%, 60.3%, and 58.7%, respectively. Output Quality | positive | Closed-book multiple-choice answer accuracy on occupation-specific knowledge questions |
Reading fidelity
high
Study strength
medium
|
n=15
62.4%, 60.3%, and 58.7%
|
| Smaller or older models achieved approximately 33%–41% performance on the closed-book multiple-choice ORQA evaluation. Output Quality | negative | Closed-book multiple-choice answer accuracy |
Reading fidelity
high
Study strength
medium
|
n=15
33-41%
|
| Open-ended evaluation produced a similar frontier-model ordering, with GPT-5.4 scoring 54.2%, Claude Opus 4.6 scoring 53.1%, and Claude Sonnet 4.6 scoring 50.6%. Output Quality | positive | Open-ended response performance on occupation-specific knowledge questions |
Reading fidelity
high
Study strength
medium
|
n=15
54.2%, 53.1%, and 50.6%
|
| ORQA performance varies substantially by occupation: GPT-5.4 scored 0% on Actuaries, Sheet Metal Workers, and Fish and Game Wardens, and 11% on Flight Attendants. Output Quality | mixed | GPT-5.4 accuracy on occupation-specific questions |
Reading fidelity
high
Study strength
medium
|
n=480
0% on three occupations and 11% on Flight Attendants
|
| Frontier-model performance differs substantially across broad occupation groups: Healthcare Practitioners perform at approximately 78%–80%, Installation, Maintenance, and Repair at 44%–46%, and Office and Administrative Support at 36%–43%. Output Quality | mixed | Frontier-model accuracy by SOC occupation group |
Reading fidelity
high
Study strength
medium
|
n=15
78-80%, 44-46%, and 36-43%
|
| The agreement between the automated quality decisions and human annotators' decisions was approximately 67%. Ai Safety And Ethics | positive | Agreement between automated item-quality filtering and human annotation |
Reading fidelity
high
Study strength
low
|
about 67%
|
| ORQA model scores are highly correlated with GDPval scores and GDPval-AA Elo rankings across overlapping models, with Spearman correlations of +0.90 and +0.92, respectively. Output Quality | positive | Cross-benchmark correlation of model performance or rankings |
Reading fidelity
high
Study strength
medium
|
Spearman +0.90 and +0.92
|
| Weighting ORQA results by occupational wage bill does not significantly change the overall model ranking or conclusion. Output Quality | null_result | Robustness of model rankings to wage-bill weighting |
Reading fidelity
high
Study strength
medium
|
n=15
does not significantly affect the ranking
|