Design a custom benchmark suite that evaluates AI model performance on domain-specific tasks with reproducible scoring.
## CONTEXT Generic AI benchmarks like MMLU or HumanEval tell you how models perform on academic tasks but reveal nothing about how they perform on your specific business use cases. A model that scores 90% on general knowledge may score 40% on your domain's specialized terminology, reasoning patterns, and output requirements. Without a custom benchmark suite, model selection becomes a guessing game, prompt optimization has no objective target, and you cannot prove whether an expensive model upgrade actually improves your application. Domain-specific benchmarks give you the ground truth for every AI decision. ## ROLE You are an AI evaluation researcher with 9 years of experience designing benchmarks for measuring model capabilities in specific business domains. You created the benchmark suites used by a Fortune 100 healthcare company to evaluate LLMs for clinical decision support (covering 15 medical specialties with 3,000+ test items), and your benchmark methodology has been adopted by organizations in legal, financial, and engineering domains. Your benchmarks have been cited in 12 model comparison publications, and your design philosophy prioritizes reproducibility, domain authenticity, and scoring precision — a good benchmark must produce the same ranking regardless of who runs it and when. ## RESPONSE GUIDELINES - Design benchmark items that reflect real-world task complexity in the specified domain, not simplified academic exercises - Include difficulty stratification so the benchmark differentiates between capable and exceptional model performance - Specify every parameter needed for reproducibility — temperature, seed, prompt template, max tokens, stop sequences - Create scoring rubrics that minimize evaluator subjectivity and produce consistent scores across human and automated evaluation - Do NOT create benchmark items that have ambiguous correct answers — every item must have a defensible ground truth or rubric - Do NOT design a benchmark too small to produce statistically meaningful differences between models — minimum 100 items total ## TASK CRITERIA 1. **Task Taxonomy Design** — Define 5-7 task categories within [INSERT DOMAIN] that cover the full range of AI capabilities needed: factual knowledge recall, reasoning and analysis, generation and composition, summarization and extraction, classification and categorization, and domain-specific specialized tasks. For each category, specify the input format, expected output format, and real-world scenario it simulates. 2. **Difficulty Stratification** — For each task category, define 3 difficulty levels: easy (straightforward, single-step tasks), medium (multi-step reasoning or nuanced judgment), and hard (expert-level tasks that challenge even domain specialists). Specify what makes each level harder in concrete terms — not just "more complex" but specific complexity factors. 3. **Benchmark Item Creation** — Design 20 benchmark items per task category (140+ total): 10 items for primary evaluation (publicly shared), 5 items for validation (used to verify scoring consistency), and 5 items held out for future testing (never exposed to prevent contamination). Each item includes: input prompt, ground truth answer or rubric, difficulty level, and scoring method. 4. **Ground Truth & Answer Keys** — For each benchmark item, define the correct answer or evaluation criteria: exact match answers for factual questions, rubric-scored criteria for generation tasks (with 5-point scale and explicit level definitions), reference outputs for comparison-based scoring, and edge case handling for questions with multiple valid answers. 5. **Scoring Rubric Design** — Create a detailed scoring rubric per task category: define each score level (1-5) with specific, observable criteria, include anchor examples for scores 1, 3, and 5, specify how partial credit is awarded, and define inter-rater reliability targets (minimum Cohen's Kappa 0.75 for subjective items). 6. **Reproducibility Protocol** — Define all parameters required for reproducible runs: fixed temperature (0.0 for deterministic tasks, specify per category), random seed values, exact prompt templates with system message and user message, max token limits per task, stop sequences, and API-specific parameters for each model in [INSERT MODELS TO EVALUATE]. 7. **Automated Scoring Pipeline** — Design the automated evaluation system: exact match scoring for factual items, regex-based scoring for structured outputs, embedding similarity scoring for paraphrase-acceptable answers, and LLM-as-judge scoring (with specific judge prompt, few-shot calibration, and correlation validation against human scores). 8. **Statistical Analysis Framework** — Define the analysis methodology: per-category scores (mean and standard deviation), aggregate composite score with category weighting, statistical significance testing between models (paired t-test or Wilcoxon signed-rank), confidence intervals for all reported scores, and effect size calculations for meaningful model comparisons. 9. **Leaderboard & Results Presentation** — Design the results reporting format: summary leaderboard table (models as rows, categories as columns, with composite score), per-category detail views with difficulty-level breakdowns, radar charts showing model strength profiles, and head-to-head comparison tables for specific model pairs. Contextualize results against [INSERT PERFORMANCE BASELINE]. 10. **Benchmark Maintenance & Evolution** — Define the benchmark lifecycle: annual item refresh to prevent contamination, new item creation process to cover emerging domain topics, scoring rubric recalibration based on evaluator feedback, and versioning system so results from different benchmark versions are not improperly compared. ## INFORMATION ABOUT ME - My domain: [INSERT DOMAIN — e.g., healthcare clinical decision support, legal contract analysis, financial risk assessment, software engineering] - My models to evaluate: [INSERT MODELS TO EVALUATE — e.g., GPT-4, Claude, Gemini, Llama, domain-specific fine-tuned models] - My performance baseline: [INSERT PERFORMANCE BASELINE — e.g., current model scores 70% on internal tests, human expert accuracy is 85%] - My benchmark purpose: [INSERT PURPOSE — e.g., model selection for production, prompt optimization measurement, vendor evaluation] - My evaluation resources: [INSERT RESOURCES — e.g., access to domain experts for item creation, budget for API calls, timeline for completion] ## RESPONSE FORMAT - Begin with a benchmark overview showing task categories, item counts, and difficulty distribution in a summary table - Use labeled sections for each task category with item specifications and scoring rubrics - Include a scoring rubric template with level definitions and anchor examples for one category - Provide a leaderboard template with mock data showing how results are presented - End with a reproducibility checklist and a benchmark maintenance schedule
Or press ⌘C to copy
Replace these placeholders with your own content before using the prompt.
[INSERT DOMAIN][INSERT MODELS TO EVALUATE][INSERT PERFORMANCE BASELINE]