diff --git "a/public/benchmarks/mistral-mistral-large.json" "b/public/benchmarks/mistral-mistral-large.json" new file mode 100644--- /dev/null +++ "b/public/benchmarks/mistral-mistral-large.json" @@ -0,0 +1,2454 @@ +{ + "schema_version": "0.1.0", + "evaluation_id": "mistral-mistral-large-1765899234258", + "retrieved_timestamp": "2025-12-16T15:33:54.258Z", + "source_data": { + "dataset_name": "Demo Benchmark Suite", + "samples_number": 1000 + }, + "source_metadata": { + "source_name": "Demo Evaluation Suite", + "source_type": "evaluation_run", + "source_organization_name": "General Eval Card Demo", + "evaluator_relationship": "third_party" + }, + "model_info": { + "name": "Mistral Large", + "id": "mistral/mistral-large", + "developer": "Mistral AI", + "inference_platform": "demo", + "inference_engine": "Mistral Platform", + "model_version": "Latest", + "additional_details": { + "params": "Unknown", + "architecture": "MoE", + "release_date": "2024-02-26" + }, + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + } + }, + "evaluation_results": [ + { + "evaluation_name": "MMLU (Massive Multitask Language Understanding)", + "metric_config": { + "evaluation_description": "MMLU (Massive Multitask Language Understanding) Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.5530410162161002, + "details": { + "subtask_a": 0.5530410162161002, + "subtask_b": 0.5530410162161002 + } + }, + "factsheet": { + "purpose": "Research; Development; Selection", + "principles_tested": "World knowledge, Reasoning, Domain expertise across 57 subjects", + "functional_props": "Core Performance", + "input_modality": "Text", + "output_modality": "Text", + "input_source": "New dataset (released with eval)", + "output_source": "Expert annotations", + "size": "Medium (1K - 100K samples)", + "splits": "Dev (5 shot examples per task), Test (285 questions per task average)", + "design": "Fixed data-driven (static test set)", + "judge": "Automatic (Reference-based)", + "protocol": "1. Model receives multiple choice question with 4 options 2. Model predicts answer (A/B/C/D) 3. Accuracy computed per subject and overall", + "model_access": "Outputs", + "has_heldout": false, + "alignment_validation": "Questions sourced from practice exams and tests, expert review for correctness", + "baseline_models": "GPT-3 (175B): 43.9% GPT-3.5: 70.0% GPT-4: 86.4% Claude 3.5 Sonnet: 88.7% Random baseline: 25%", + "robustness_measures": "Multiple evaluation runs; Few-shot prompting variations; Subject-wise analysis", + "known_limitations": "Multiple choice format may not reflect real-world usage; Some questions have ambiguous answers; Dataset contamination concerns with web-trained models; Cultural and knowledge cutoff biases", + "benchmarks_list": "MMLU-Pro, AGIEval, C-Eval, CMMLU" + } + }, + { + "evaluation_name": "UCF-101", + "metric_config": { + "evaluation_description": "UCF-101 Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.65104926256412, + "details": { + "subtask_a": 0.65104926256412, + "subtask_b": 0.65104926256412 + } + }, + "factsheet": { + "purpose": "Research; Development", + "principles_tested": "Action recognition, Video classification, Temporal understanding", + "functional_props": "Core Performance", + "input_modality": "Video", + "output_modality": "Structured Data", + "input_source": "New dataset (released with eval)", + "output_source": "Human annotations", + "size": "Medium (1K - 100K samples)", + "splits": "Train/Test (3 splits provided)", + "design": "Fixed data-driven (static test set)", + "judge": "Automatic (Reference-based)", + "protocol": "1. Model receives video clip 2. Model predicts action class (101 classes) 3. Average accuracy across 3 splits reported", + "model_access": "Outputs", + "has_heldout": false, + "alignment_validation": "Manual verification of action labels, removal of ambiguous videos", + "baseline_models": "Two-Stream CNN: 88.0% I3D: 95.6% SlowFast: 96.8% VideoMAE: 97.2%", + "robustness_measures": "Multiple evaluation splits; Seed variation tested", + "known_limitations": "YouTube videos may become unavailable; Camera motion and quality vary; Some action classes are very similar; Dataset saturation with modern methods", + "benchmarks_list": "HMDB-51, Kinetics, ActivityNet, Something-Something-V2" + } + }, + { + "evaluation_name": "ADE20K", + "metric_config": { + "evaluation_description": "ADE20K Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.6480497180669879, + "details": { + "subtask_a": 0.6480497180669879, + "subtask_b": 0.6480497180669879 + } + }, + "factsheet": { + "purpose": "Research; Development", + "principles_tested": "Scene parsing, Semantic segmentation, Multi-scale recognition, Part segmentation", + "functional_props": "Core Performance", + "input_modality": "Vision (Image)", + "output_modality": "Structured Data", + "input_source": "New dataset (released with eval)", + "output_source": "Human annotations", + "size": "Medium (1K - 100K samples)", + "splits": "Train (20K), Val (2K), Test (3K)", + "design": "Fixed data-driven (static test set)", + "judge": "Automatic (Reference-based)", + "protocol": "1. Model receives diverse scene image 2. Model predicts per-pixel semantic labels (150 classes) 3. Mean IoU and pixel accuracy computed", + "model_access": "Outputs", + "has_heldout": false, + "alignment_validation": "Crowdsourced annotations with expert review, hierarchical consistency checks, multi-round verification", + "baseline_models": "PSPNet: 43.29 mIoU DeepLab v3: 45.65 mIoU UPerNet: 44.85 mIoU SegFormer-B5: 51.8 mIoU", + "robustness_measures": "Inter-rater reliability; Multiple runs per sample", + "known_limitations": "Long-tail distribution of object classes; Annotation granularity varies; Some scenes have ambiguous boundaries; Challenging for rare categories", + "benchmarks_list": "Cityscapes, Pascal Context, COCO-Stuff, Mapillary Vistas" + } + }, + { + "evaluation_name": "VQA (Visual Question Answering)", + "metric_config": { + "evaluation_description": "VQA (Visual Question Answering) Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.5533590131074289, + "details": { + "subtask_a": 0.5533590131074289, + "subtask_b": 0.5533590131074289 + } + }, + "factsheet": { + "purpose": "Research; Development", + "principles_tested": "Visual question answering, Visual reasoning, Multimodal understanding, Common sense reasoning", + "functional_props": "Core Performance; Robustness", + "input_modality": "Text + Vision", + "output_modality": "Text", + "input_source": "MS COCO", + "output_source": "Crowdsourced annotations", + "size": "Huge (> 10M samples)", + "splits": "Train, Val, Test", + "design": "Fixed data-driven (static test set)", + "judge": "Automatic (Reference-based); Human: Representative sample", + "protocol": "1. Model receives image and question 2. Model generates answer 3. Accuracy computed with consensus matching (multiple human answers)", + "model_access": "Outputs", + "has_heldout": true, + "alignment_validation": "Multiple human answers per question (10 answers), consensus-based evaluation", + "baseline_models": "Bottom-Up Top-Down: 70.3% VILBERT: 72.4% OSCAR: 73.8% BLIP: 78.3%", + "robustness_measures": "Multiple human references; Prompt variations tested; Inter-rater reliability", + "known_limitations": "Language bias (can answer many questions without image); Dataset bias toward common objects; Answer distribution imbalance; Ambiguous questions", + "benchmarks_list": "GQA, VQA v2, OK-VQA, TextVQA, VizWiz" + } + }, + { + "evaluation_name": "IntPhys 2", + "metric_config": { + "evaluation_description": "IntPhys 2 Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.6388381548670629, + "details": { + "subtask_a": 0.6388381548670629, + "subtask_b": 0.6388381548670629 + } + }, + "factsheet": { + "purpose": "Research", + "principles_tested": "Intuitive Physics", + "functional_props": "Core Performance", + "input_modality": "Video", + "output_modality": "Scores/Embeddings", + "input_source": "New dataset (released with eval)", + "output_source": "Simulation-based", + "size": "Medium (1K - 100K samples)", + "splits": "Debug Set: 60 videos for Model calibration Main Set: 1,012 videos as Main evaluation set Held-Out Set: 344 videos as Test set", + "design": "Fixed data-driven (static test set)", + "judge": "Automatic (Reference-based)", + "protocol": "Feed a video to the model Ask the model using specific prompts wether the video is physically plausible or not Check if the model's answer match the ground truth label", + "model_access": "Outputs", + "has_heldout": true, + "alignment_validation": "We ran human baselines to ensure that this task is easy for humans.", + "baseline_models": "- Human baseline: 96% - Best model baseline: V-JEPA2 56%", + "robustness_measures": "Prompt variations tested; Multiple runs per sample; Temperature sensitivity tested", + "known_limitations": "Model can be very sensitive to the way they are prompted. Also the compression artefact of the video can also impact the results. Those are mostly limitations on the model sides, since human are not sensitive to those.", + "benchmarks_list": "IntPhys: A Framework and Benchmark for Visual Intuitive Physics Reasoning, Riochet et al. 2020" + } + }, + { + "evaluation_name": "ImageNet", + "metric_config": { + "evaluation_description": "ImageNet Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.5817925361259526, + "details": { + "subtask_a": 0.5817925361259526, + "subtask_b": 0.5817925361259526 + } + }, + "factsheet": { + "purpose": "Research; Development", + "principles_tested": "Object recognition, Visual categorization, Multi-class classification", + "functional_props": "Core Performance", + "input_modality": "Vision (Image)", + "output_modality": "Structured Data", + "input_source": "New dataset (released with eval)", + "output_source": "Human annotations", + "size": "Huge (> 10M samples)", + "splits": "Train, Validation, Test", + "design": "Fixed data-driven (static test set)", + "judge": "Automatic (Reference-based)", + "protocol": "1. Model receives an image as input 2. Model predicts class label from 1000 classes 3. Top-1 and Top-5 accuracy computed against ground truth", + "model_access": "Outputs", + "has_heldout": true, + "alignment_validation": "Expert curation of hierarchical categories, manual verification of labels, consistency checks across similar categories", + "baseline_models": "AlexNet: 63.3% top-1 VGG: 71.5% top-1 ResNet-50: 76.1% top-1 ResNet-152: 78.3% top-1 EfficientNet-B7: 84.3% top-1 Human performance: ~95% top-5", + "robustness_measures": "Multiple runs per sample; Significance testing; Inter-rater reliability", + "known_limitations": "Class imbalance in some categories; Label noise in training set; Some ambiguous images with multiple valid labels; Bias towards certain object viewpoints and contexts", + "benchmarks_list": "ImageNet-V2, ImageNet-C, ImageNet-R, ImageNet-A, ImageNet-Sketch" + } + }, + { + "evaluation_name": "Mapillary Vistas", + "metric_config": { + "evaluation_description": "Mapillary Vistas Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.6927018686835644, + "details": { + "subtask_a": 0.6927018686835644, + "subtask_b": 0.6927018686835644 + } + }, + "factsheet": { + "purpose": "Research; Development; Deployment", + "principles_tested": "Semantic segmentation, Panoptic segmentation, Scene understanding, Robust perception", + "functional_props": "Core Performance; Robustness", + "input_modality": "Vision (Image)", + "output_modality": "Structured Data", + "input_source": "User-generated content", + "output_source": "Expert annotations", + "size": "Medium (1K - 100K samples)", + "splits": "Train (18K), Val (2K), Test (5K)", + "design": "Fixed data-driven (static test set)", + "judge": "Automatic (Reference-based)", + "protocol": "1. Model receives street-level image 2. Model predicts per-pixel semantic labels (66 classes) 3. mIoU computed across all classes", + "model_access": "Outputs", + "has_heldout": true, + "alignment_validation": "Expert annotators, multi-stage quality control, geographic diversity validation", + "baseline_models": "PSPNet: 42.7 mIoU DeepLab v3+: 45.8 mIoU HRNetV2: 50.3 mIoU", + "robustness_measures": "Geographic diversity tested; Weather variations included; Multiple runs per sample", + "known_limitations": "Varying image quality from crowdsourced data; Camera parameter diversity; Some regions overrepresented; Annotation inconsistencies across diverse scenes", + "benchmarks_list": "Cityscapes, BDD100K, IDD, WildDash" + } + }, + { + "evaluation_name": "TruthfulQA", + "metric_config": { + "evaluation_description": "TruthfulQA Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.6741064608803539, + "details": { + "subtask_a": 0.6741064608803539, + "subtask_b": 0.6741064608803539 + } + }, + "factsheet": { + "purpose": "Research; Development; Safety", + "principles_tested": "Truthfulness, Factual accuracy, Resistance to misconceptions, Calibration", + "functional_props": "Safety; Core Performance; Calibration", + "input_modality": "Text", + "output_modality": "Text", + "input_source": "New dataset (released with eval)", + "output_source": "Expert annotations", + "size": "Small (< 1K samples)", + "splits": "Test (817 questions across 38 categories)", + "design": "Fixed data-driven (static test set)", + "judge": "Model-based: Expert; Human: Experts", + "protocol": "1. Model receives question designed to elicit false beliefs 2. Model generates answer 3. Answers judged for truthfulness and informativeness using GPT-judge or human evaluation", + "model_access": "Outputs", + "has_heldout": false, + "alignment_validation": "Expert-curated questions targeting known misconceptions, multi-rater validation of truth labels", + "baseline_models": "GPT-3 (175B): 58.0% GPT-3.5: 47.0% GPT-4: 59.0% Claude 2: 62.0% Human baseline: 94.0%", + "robustness_measures": "Multiple evaluation methods (MC1, MC2, generative); Human validation; Model-based evaluation correlation", + "known_limitations": "Subjective truthfulness judgments in some cases; Cultural bias in what constitutes 'truth'; Model-based evaluation may not align with human judgment; Limited coverage of misconceptions", + "benchmarks_list": "FactScore, HaluEval, SelfCheckGPT, FELM" + } + }, + { + "evaluation_name": "MT-Bench", + "metric_config": { + "evaluation_description": "Multi-turn conversation quality score (1-10)", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 1, + "max_score": 10, + "unit": "points" + }, + "score_details": { + "score": 6.8761223385032295, + "details": { + "Turn 1": 6.3761223385032295, + "Turn 2": 7.3761223385032295 + } + }, + "factsheet": { + "purpose": "Development; Selection", + "principles_tested": "Multi-turn conversation, Instruction following, Reasoning, Writing, Role-playing, Knowledge", + "functional_props": "Core Performance; Core Quality Dimensions", + "input_modality": "Text", + "output_modality": "Text", + "input_source": "New dataset (released with eval)", + "output_source": "Author-provided", + "size": "Small (< 1K samples)", + "splits": "Test (80 questions with 2 turns each)", + "design": "Fixed data-driven (static test set)", + "judge": "Model-based: In the wild", + "protocol": "1. Model engages in 2-turn conversation 2. GPT-4 evaluates responses on 10-point scale 3. Scores averaged across turns and categories", + "model_access": "Outputs", + "has_heldout": false, + "alignment_validation": "Strong correlation with human preferences validated on Chatbot Arena data, GPT-4 judge agreement measured", + "baseline_models": "Vicuna-13B: 6.39 GPT-3.5-turbo: 7.94 Claude 2: 8.06 GPT-4: 8.99 GPT-4-turbo: 9.32", + "robustness_measures": "Multiple categories; Position bias mitigation; Agreement with human ratings validated; Pairwise comparison", + "known_limitations": "Small dataset (80 questions); GPT-4 judge may have biases; Evaluation cost; Model-based judge limitations; Prompt sensitivity", + "benchmarks_list": "Chatbot Arena, AlpacaEval, Arena-Hard, LiveBench" + } + }, + { + "evaluation_name": "CIFAR-10 and CIFAR-100", + "metric_config": { + "evaluation_description": "CIFAR-10 and CIFAR-100 Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.5747175278896511, + "details": { + "subtask_a": 0.5747175278896511, + "subtask_b": 0.5747175278896511 + } + }, + "factsheet": { + "purpose": "Research; Development; Selection", + "principles_tested": "Image classification, Transfer learning, Generalization", + "functional_props": "Core Performance; Robustness", + "input_modality": "Vision (Image)", + "output_modality": "Structured Data", + "input_source": "New dataset (released with eval)", + "output_source": "Human annotations", + "size": "Medium (1K - 100K samples)", + "splits": "Train (50K), Test (10K)", + "design": "Fixed data-driven (static test set)", + "judge": "Automatic (Reference-based)", + "protocol": "1. Model receives 32x32 RGB image 2. Model predicts class label (10 or 100 classes) 3. Classification accuracy computed", + "model_access": "Outputs", + "has_heldout": false, + "alignment_validation": "Systematic sampling from larger dataset (80 million tiny images), human verification of labels", + "baseline_models": "CIFAR-10: ResNet-56: 93.03% Wide ResNet-28-10: 96.11% PyramidNet: 96.54% CIFAR-100: ResNet-56: 71.35% Wide ResNet-28-10: 81.15% PyramidNet: 83.78%", + "robustness_measures": "Multiple runs per sample; Seed variation tested; Ablation studies", + "known_limitations": "Low resolution (32x32) limits fine-grained recognition; Some label noise in CIFAR-100; Dataset size enables memorization in large models; Limited diversity in poses and contexts", + "benchmarks_list": "CIFAR-10-C, CIFAR-10.1, CIFAR-100-C, STL-10, Tiny ImageNet" + } + }, + { + "evaluation_name": "LVIS (Large Vocabulary Instance Segmentation)", + "metric_config": { + "evaluation_description": "LVIS (Large Vocabulary Instance Segmentation) Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.681064426511551, + "details": { + "subtask_a": 0.681064426511551, + "subtask_b": 0.681064426511551 + } + }, + "factsheet": { + "purpose": "Research; Development", + "principles_tested": "Instance segmentation, Long-tail recognition, Object detection, Fine-grained categorization", + "functional_props": "Core Performance; Robustness", + "input_modality": "Vision (Image)", + "output_modality": "Structured Data", + "input_source": "MS COCO", + "output_source": "Expert annotations", + "size": "Large (100K - 1M samples)", + "splits": "Train, Val, Test", + "design": "Fixed data-driven (static test set)", + "judge": "Automatic (Reference-based)", + "protocol": "1. Model receives image 2. Model predicts instance masks and categories (1203 classes) 3. AP computed separately for rare, common, and frequent categories", + "model_access": "Outputs", + "has_heldout": true, + "alignment_validation": "Expert annotators with WordNet taxonomy, quality control for long-tail categories", + "baseline_models": "Mask R-CNN: 21.2 AP (v1.0) Cascade R-CNN: 26.2 AP Swin Transformer: 50.9 AP", + "robustness_measures": "Multiple runs per sample; Ablation studies; Category frequency stratification", + "known_limitations": "Rare categories have very few examples; Annotation cost for 1203 categories; Some category definitions overlap; Challenging for zero-shot generalization", + "benchmarks_list": "COCO, Objects365, OpenImages, iNaturalist" + } + }, + { + "evaluation_name": "nuScenes", + "metric_config": { + "evaluation_description": "nuScenes Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.604407888442978, + "details": { + "subtask_a": 0.604407888442978, + "subtask_b": 0.604407888442978 + } + }, + "factsheet": { + "purpose": "Research; Development; Deployment", + "principles_tested": "3D object detection, Multi-object tracking, Prediction, Sensor fusion, Scene understanding", + "functional_props": "Core Performance; Robustness", + "input_modality": "Vision (Image); Video; Structured Data", + "output_modality": "Structured Data", + "input_source": "New dataset (released with eval)", + "output_source": "Human annotations", + "size": "Medium (1K - 100K samples)", + "splits": "Train (700), Val (150), Test (150)", + "design": "Fixed data-driven (static test set)", + "judge": "Automatic (Reference-based)", + "protocol": "1. Model receives multimodal sensor data (cameras, LiDAR, radar) 2. Model predicts 3D bounding boxes and tracking IDs 3. NDS (nuScenes Detection Score) and mAP computed", + "model_access": "Outputs", + "has_heldout": true, + "alignment_validation": "Expert annotators, multi-sensor consistency checks, temporal coherence validation", + "baseline_models": "PointPillars: 45.3 NDS CenterPoint: 65.5 NDS BEVFusion: 72.9 NDS", + "robustness_measures": "Geographic diversity; Weather conditions; Day/night variations; Multiple runs per sample", + "known_limitations": "Limited geographic coverage (Boston, Singapore); Sensor calibration challenges; Annotation latency for fast-moving objects; Class imbalance", + "benchmarks_list": "Waymo Open Dataset, KITTI, Argoverse, Lyft Level 5, A2D2" + } + }, + { + "evaluation_name": "Visual Genome", + "metric_config": { + "evaluation_description": "Visual Genome Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.632233972395278, + "details": { + "subtask_a": 0.632233972395278, + "subtask_b": 0.632233972395278 + } + }, + "factsheet": { + "purpose": "Research; Development", + "principles_tested": "Scene graph generation, Visual relationship detection, Visual question answering, Dense captioning", + "functional_props": "Core Performance", + "input_modality": "Vision (Image)", + "output_modality": "Structured Data; Text", + "input_source": "MS COCO", + "output_source": "Crowdsourced annotations", + "size": "Large (100K - 1M samples)", + "splits": "Train, Val, Test", + "design": "Fixed data-driven (static test set)", + "judge": "Automatic (Reference-based)", + "protocol": "1. Model receives image 2. Model predicts objects, attributes, and relationships 3. Recall@K metrics for scene graph components", + "model_access": "Outputs", + "has_heldout": false, + "alignment_validation": "Multi-round crowdsourced annotations with validation, consistency checks for relationships", + "baseline_models": "IMP: 14.6 R@50 (scene graph detection) Motifs: 21.4 R@50 VCTree: 22.0 R@50 GPS-Net: 24.0 R@50", + "robustness_measures": "Inter-rater reliability; Multiple runs per sample", + "known_limitations": "Long-tail distribution of relationships; Annotation inconsistencies; Subjective relationship definitions; Incomplete annotations (not all relationships captured)", + "benchmarks_list": "GQA, Scene Graph Benchmark, VRD, OpenImages V6" + } + }, + { + "evaluation_name": "HellaSwag", + "metric_config": { + "evaluation_description": "HellaSwag Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.6439469714323659, + "details": { + "subtask_a": 0.6439469714323659, + "subtask_b": 0.6439469714323659 + } + }, + "factsheet": { + "purpose": "Research; Development", + "principles_tested": "Commonsense reasoning, Physical understanding, Situation modeling, Plausibility judgment", + "functional_props": "Core Performance; Robustness", + "input_modality": "Text", + "output_modality": "Text", + "input_source": "New dataset (released with eval)", + "output_source": "Crowdsourced annotations", + "size": "Medium (1K - 100K samples)", + "splits": "Train (39,905), Val (10,042), Test (10,003)", + "design": "Fixed data-driven (static test set)", + "judge": "Automatic (Reference-based)", + "protocol": "1. Model receives scenario context 2. Model selects most plausible continuation from 4 options 3. Accuracy computed", + "model_access": "Outputs", + "has_heldout": false, + "alignment_validation": "Adversarial filtering using BERT to ensure difficulty, human validation of plausibility", + "baseline_models": "BERT-Large: 47.3% GPT-2: 50.9% GPT-3: 78.9% GPT-4: 95.3% Human performance: 95.6%", + "robustness_measures": "Adversarial filtering; Multiple runs per sample; Human baseline comparison", + "known_limitations": "Dataset may be easier than originally intended for modern LLMs; Multiple choice format; Adversarial examples may have artifacts; Potential data contamination", + "benchmarks_list": "PIQA, WinoGrande, CommonsenseQA, ARC" + } + }, + { + "evaluation_name": "Cityscapes", + "metric_config": { + "evaluation_description": "Cityscapes Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.6852284427809677, + "details": { + "subtask_a": 0.6852284427809677, + "subtask_b": 0.6852284427809677 + } + }, + "factsheet": { + "purpose": "Research; Development; Deployment", + "principles_tested": "Semantic segmentation, Instance segmentation, Scene understanding, Autonomous driving perception", + "functional_props": "Core Performance; Robustness", + "input_modality": "Vision (Image); Video", + "output_modality": "Structured Data", + "input_source": "New dataset (released with eval)", + "output_source": "Expert annotations", + "size": "Medium (1K - 100K samples)", + "splits": "Train (2975), Val (500), Test (1525)", + "design": "Fixed data-driven (static test set)", + "judge": "Automatic (Reference-based)", + "protocol": "1. Model receives street scene image (2048×1024) 2. Model predicts per-pixel semantic class (19 or 30 classes) 3. IoU and accuracy metrics computed", + "model_access": "Outputs", + "has_heldout": true, + "alignment_validation": "Expert annotators with domain knowledge, multi-pass quality control, consistency verification across video sequences", + "baseline_models": "FCN-8s: 65.3 mIoU DeepLab v3+: 82.1 mIoU HRNetV2: 83.0 mIoU SegFormer: 84.0 mIoU", + "robustness_measures": "Multiple runs per sample; Ablation studies; Significance testing", + "known_limitations": "Limited to European cities; Weather bias (mostly good conditions); Class imbalance for rare objects; Fine annotation boundaries challenging", + "benchmarks_list": "ADE20K, KITTI, Mapillary Vistas, BDD100K, nuScenes" + } + }, + { + "evaluation_name": "Waymo Open Dataset", + "metric_config": { + "evaluation_description": "Waymo Open Dataset Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.6038283781794205, + "details": { + "subtask_a": 0.6038283781794205, + "subtask_b": 0.6038283781794205 + } + }, + "factsheet": { + "purpose": "Research; Development; Deployment", + "principles_tested": "3D object detection, 2D object detection, Tracking, Domain adaptation, Sensor fusion", + "functional_props": "Core Performance; Robustness", + "input_modality": "Vision (Image); Video; Structured Data", + "output_modality": "Structured Data", + "input_source": "New dataset (released with eval)", + "output_source": "Human annotations; Programmatically generated", + "size": "Huge (> 10M samples)", + "splits": "Train (798), Val (202), Test (150)", + "design": "Fixed data-driven (static test set)", + "judge": "Automatic (Reference-based)", + "protocol": "1. Model receives multimodal sensor data 2. Model predicts 3D bounding boxes with tracking IDs 3. AP/APH metrics at different IoU thresholds and difficulty levels", + "model_access": "Outputs", + "has_heldout": true, + "alignment_validation": "Multi-stage annotation pipeline with quality checks, temporal consistency validation", + "baseline_models": "PointPillars: 63.8 L2 APH (Vehicle) CenterPoint: 73.9 L2 APH PV-RCNN++: 77.8 L2 APH", + "robustness_measures": "Geographic diversity; Time of day variations; Weather conditions; Multiple difficulty levels", + "known_limitations": "Geographic concentration in specific cities; Sensor-specific challenges; Annotation latency for distant objects; Class imbalance", + "benchmarks_list": "nuScenes, KITTI, Argoverse 2, Once, Lyft Level 5" + } + }, + { + "evaluation_name": "Places365", + "metric_config": { + "evaluation_description": "Places365 Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.6558332844195716, + "details": { + "subtask_a": 0.6558332844195716, + "subtask_b": 0.6558332844195716 + } + }, + "factsheet": { + "purpose": "Research; Development", + "principles_tested": "Scene recognition, Scene classification, Environmental understanding, Context recognition", + "functional_props": "Core Performance", + "input_modality": "Vision (Image)", + "output_modality": "Structured Data", + "input_source": "New dataset (released with eval)", + "output_source": "Human annotations", + "size": "Very Huge (> 100M samples)", + "splits": "Train, Val, Test", + "design": "Fixed data-driven (static test set)", + "judge": "Automatic (Reference-based)", + "protocol": "1. Model receives scene image 2. Model predicts scene category (365 classes) 3. Top-1 and Top-5 accuracy computed", + "model_access": "Outputs", + "has_heldout": false, + "alignment_validation": "Human verification, consistency checks for scene categories, hierarchical taxonomy validation", + "baseline_models": "ResNet-152: 55.24% top-1 DenseNet-161: 56.12% top-1 ResNeXt-101: 56.05% top-1", + "robustness_measures": "Inter-rater reliability; Multiple runs per sample", + "known_limitations": "Some scene categories overlap semantically; Cultural bias in scene definitions; Indoor scenes better represented than outdoor; Ambiguous boundary cases", + "benchmarks_list": "SUN397, MIT Indoor 67, Scene-15, ADE20K" + } + }, + { + "evaluation_name": "CelebA", + "metric_config": { + "evaluation_description": "CelebA Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.5122234415453158, + "details": { + "subtask_a": 0.5122234415453158, + "subtask_b": 0.5122234415453158 + } + }, + "factsheet": { + "purpose": "Research; Development", + "principles_tested": "Face attribute recognition, Face detection, Facial landmark detection, Identity recognition", + "functional_props": "Core Performance; Fairness", + "input_modality": "Vision (Image)", + "output_modality": "Structured Data", + "input_source": "New dataset (released with eval)", + "output_source": "Human annotations", + "size": "Large (100K - 1M samples)", + "splits": "Train (162,770), Val (19,867), Test (19,962)", + "design": "Fixed data-driven (static test set)", + "judge": "Automatic (Reference-based)", + "protocol": "1. Model receives face image 2. Model predicts binary attributes (40 dimensions) 3. Per-attribute accuracy and mean accuracy computed", + "model_access": "Outputs", + "has_heldout": false, + "alignment_validation": "Manual annotation with quality control, consistency verification across multiple attributes", + "baseline_models": "LNets+ANet: 87.30% mean accuracy Walk and Learn: 88.06% FaceNet: 89.35%", + "robustness_measures": "Inter-rater reliability; Multiple runs per sample", + "known_limitations": "Demographic bias (celebrity images); Some attributes are subjective; Label noise in some attributes; Privacy concerns with celebrity images; Lighting and pose variation", + "benchmarks_list": "LFW, VGGFace2, MS-Celeb-1M, FFHQ" + } + }, + { + "evaluation_name": "NYU Depth V2", + "metric_config": { + "evaluation_description": "NYU Depth V2 Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.6500286348961108, + "details": { + "subtask_a": 0.6500286348961108, + "subtask_b": 0.6500286348961108 + } + }, + "factsheet": { + "purpose": "Research; Development", + "principles_tested": "Depth estimation, RGB-D understanding, Indoor scene parsing, 3D reconstruction", + "functional_props": "Core Performance", + "input_modality": "Vision (Image); Structured Data", + "output_modality": "Structured Data", + "input_source": "New dataset (released with eval)", + "output_source": "Expert annotations", + "size": "Small (< 1K samples)", + "splits": "Train (795), Test (654)", + "design": "Fixed data-driven (static test set)", + "judge": "Automatic (Reference-based)", + "protocol": "1. Model receives RGB image 2. Model predicts depth map or semantic segmentation 3. RMSE, absolute relative error, and accuracy metrics computed", + "model_access": "Outputs", + "has_heldout": false, + "alignment_validation": "Kinect sensor ground truth with manual alignment corrections, multi-view consistency", + "baseline_models": "Depth Estimation: Eigen et al.: 0.641 RMSE AdaBins: 0.364 RMSE BTS: 0.392 RMSE", + "robustness_measures": "Multiple runs per sample; Ablation studies", + "known_limitations": "Small dataset size; Limited to indoor scenes; Kinect depth sensor limitations (range, IR interference); Mostly residential environments", + "benchmarks_list": "ScanNet, Matterport3D, SUNRGB-D, KITTI Depth" + } + }, + { + "evaluation_name": "GSM8K (Grade School Math 8K)", + "metric_config": { + "evaluation_description": "GSM8K (Grade School Math 8K) Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.6407632704362806, + "details": { + "subtask_a": 0.6407632704362806, + "subtask_b": 0.6407632704362806 + } + }, + "factsheet": { + "purpose": "Research; Development", + "principles_tested": "Mathematical reasoning, Multi-step problem solving, Arithmetic reasoning, Chain-of-thought reasoning", + "functional_props": "Core Performance", + "input_modality": "Text", + "output_modality": "Text", + "input_source": "New dataset (released with eval)", + "output_source": "Author-provided", + "size": "Medium (1K - 100K samples)", + "splits": "Train (7,473), Test (1,319)", + "design": "Fixed data-driven (static test set)", + "judge": "Automatic (Reference-based)", + "protocol": "1. Model receives math word problem 2. Model generates solution with reasoning steps 3. Final numerical answer extracted and compared to ground truth", + "model_access": "Outputs", + "has_heldout": false, + "alignment_validation": "Human-written problems with verified solutions, consistency checks for answer correctness", + "baseline_models": "GPT-3 (175B): 34.2% GPT-3.5: 57.1% GPT-4: 92.0% GPT-4o: 96.1% Claude 3.5 Sonnet: 96.4%", + "robustness_measures": "Multiple runs per sample; Chain-of-thought prompting tested; Answer extraction robustness", + "known_limitations": "Limited to grade-school level math; Answer extraction can be brittle; Some problems have ambiguous wording; Potential contamination in training data", + "benchmarks_list": "MATH, GSM-Hard, SVAMP, ASDiv, MathQA" + } + }, + { + "evaluation_name": "DigiData: Training and Evaluating General-Purpose Mobile Control Agents", + "metric_config": { + "evaluation_description": "DigiData: Training and Evaluating General-Purpose Mobile Control Agents Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.6644072449143573, + "details": { + "subtask_a": 0.6644072449143573, + "subtask_b": 0.6644072449143573 + } + }, + "factsheet": { + "purpose": "Development; Research", + "principles_tested": "mobile control agents", + "functional_props": "Core Performance", + "input_modality": "Text + Vision", + "output_modality": "Actions", + "input_source": "New dataset (released with eval)", + "output_source": "Human annotations", + "size": "Small (< 1K samples)", + "splits": "", + "design": "Dynamic data-driven (adaptive/interactive)", + "judge": "Model-based: In the wild", + "protocol": "1. Given a goal and a trajectory produced by an agent, an LLM judge classifies whether it successfully achieved 2. the goal. We use LLM judges relying on both the screenshot and UI tree.", + "model_access": "Outputs", + "has_heldout": false, + "alignment_validation": "human operator is asked to judge whether the trajectory successfully achieves the goal or not. Then we assess the alignment between human judge and LLM judge to ensure a high alignment", + "baseline_models": "", + "robustness_measures": "Prompt variations tested; Multiple runs per sample; Temperature sensitivity tested; Repeated evaluations; Ablation studies; Inter-rater reliability; Significance testing", + "known_limitations": "-live and dynamic environment introduces uncontrollable factors (feature deprecation, version changes etc) that makes certain tasks unavailable after a period -sizable efforts required to manually set up prework in the environment", + "benchmarks_list": "AndroidControl, Android in the wild" + } + }, + { + "evaluation_name": "CLEVR", + "metric_config": { + "evaluation_description": "CLEVR Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.5959280755910137, + "details": { + "subtask_a": 0.5959280755910137, + "subtask_b": 0.5959280755910137 + } + }, + "factsheet": { + "purpose": "Research; Development", + "principles_tested": "Compositional reasoning, Spatial reasoning, Counting, Logical reasoning, Visual reasoning", + "functional_props": "Core Performance; Robustness", + "input_modality": "Text + Vision", + "output_modality": "Text", + "input_source": "Synthetic/Generated", + "output_source": "Programmatically generated", + "size": "Huge (> 10M samples)", + "splits": "Train (70K), Val (15K), Test (15K)", + "design": "Fixed data-driven (static test set)", + "judge": "Automatic (Reference-based)", + "protocol": "1. Model receives synthetic image and question 2. Model predicts answer from predefined set 3. Accuracy computed, can analyze by question type", + "model_access": "Outputs", + "has_heldout": false, + "alignment_validation": "Programmatically generated with known ground truth, exhaustive question type coverage", + "baseline_models": "CNN+LSTM: 52.3% Film: 97.7% NS-VQA: 99.8% MAC: 98.9%", + "robustness_measures": "Ablation studies; Question type analysis; Compositional generalization tested", + "known_limitations": "Synthetic domain (limited real-world applicability); Simple shapes and colors; No natural language variation; Programmatic biases", + "benchmarks_list": "CLEVR-CoGenT, GQA, NLVR2, CLOSURE" + } + }, + { + "evaluation_name": "IFEval (Instruction-Following Eval)", + "metric_config": { + "evaluation_description": "IFEval (Instruction-Following Eval) Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.525968016080205, + "details": { + "subtask_a": 0.525968016080205, + "subtask_b": 0.525968016080205 + } + }, + "factsheet": { + "purpose": "Research; Development; Selection", + "principles_tested": "Instruction following, Constraint satisfaction, Format compliance, Precise control", + "functional_props": "Core Performance; Robustness", + "input_modality": "Text", + "output_modality": "Text", + "input_source": "New dataset (released with eval)", + "output_source": "Programmatically generated", + "size": "Small (< 1K samples)", + "splits": "Test (541 prompts with ~25 verifiable instructions)", + "design": "Fixed data-driven (static test set)", + "judge": "Automatic (Reference-free)", + "protocol": "1. Model receives prompt with verifiable instructions (e.g., 'respond in exactly 3 paragraphs', 'include word X at least 5 times') 2. Model generates response 3. Programmatic checks verify instruction compliance 4. Strict and loose accuracy metrics computed", + "model_access": "Outputs", + "has_heldout": false, + "alignment_validation": "Verifiable instructions with programmatic checking, no ambiguity in correctness", + "baseline_models": "GPT-3.5: 57.4% strict GPT-4: 76.9% strict Claude 2: 66.7% strict Gemini Ultra: 79.4% strict", + "robustness_measures": "Strict and loose metrics; Multiple instruction types; Programmatic verification; No human evaluation needed", + "known_limitations": "Limited to verifiable instructions only; May not reflect realistic usage; Some instructions may be conflicting; Excludes semantic quality assessment", + "benchmarks_list": "MT-Bench, AlpacaEval, InstructGPT evals, FollowBench" + } + }, + { + "evaluation_name": "ARC (AI2 Reasoning Challenge)", + "metric_config": { + "evaluation_description": "ARC (AI2 Reasoning Challenge) Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.5746547941563376, + "details": { + "subtask_a": 0.5746547941563376, + "subtask_b": 0.5746547941563376 + } + }, + "factsheet": { + "purpose": "Research; Development", + "principles_tested": "Scientific reasoning, Commonsense reasoning, Knowledge retrieval, Multi-hop reasoning", + "functional_props": "Core Performance; Robustness", + "input_modality": "Text", + "output_modality": "Text", + "input_source": "New dataset (released with eval)", + "output_source": "Existing dataset labels", + "size": "Medium (1K - 100K samples)", + "splits": "Easy (2,376 train, 570 test), Challenge (1,119 train, 1,172 test)", + "design": "Fixed data-driven (static test set)", + "judge": "Automatic (Reference-based)", + "protocol": "1. Model receives science exam question with multiple choice options 2. Model selects answer 3. Accuracy computed separately for Easy and Challenge sets", + "model_access": "Outputs", + "has_heldout": false, + "alignment_validation": "Real exam questions filtered to require reasoning, partitioned by difficulty using retrieval-based baseline", + "baseline_models": "ARC-Challenge: BERT: 59.1% GPT-3: 51.4% GPT-3.5: 85.2% GPT-4: 96.3%", + "robustness_measures": "Two difficulty levels; Multiple choice format variations; Retrieval baseline comparison", + "known_limitations": "Multiple choice format; Some questions solvable without reasoning; Challenge set becoming saturated; Grade-school level may not test advanced reasoning", + "benchmarks_list": "OpenBookQA, CommonsenseQA, QASC, SciQ" + } + }, + { + "evaluation_name": "BIG-bench (Beyond the Imitation Game)", + "metric_config": { + "evaluation_description": "BIG-bench (Beyond the Imitation Game) Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.6406205606928407, + "details": { + "subtask_a": 0.6406205606928407, + "subtask_b": 0.6406205606928407 + } + }, + "factsheet": { + "purpose": "Research; Development", + "principles_tested": "Diverse capabilities across 204 tasks including reasoning, knowledge, language understanding, bias detection", + "functional_props": "Core Performance; Fairness; Robustness", + "input_modality": "Text", + "output_modality": "Text", + "input_source": "New dataset (released with eval)", + "output_source": "Multiple/Mixed sources", + "size": "Large (100K - 1M samples)", + "splits": "Varies by task", + "design": "Composite", + "judge": "Automatic (Reference-based); Model-based: In the wild", + "protocol": "1. Model evaluated on 204 diverse tasks 2. Each task has its own evaluation protocol 3. Performance aggregated across tasks", + "model_access": "Outputs", + "has_heldout": false, + "alignment_validation": "Crowdsourced task creation with quality review, diverse authorship for broad coverage", + "baseline_models": "Average human rater: 89.0% Few-shot PaLM (540B): 65.7% GPT-4: ~83% (estimated on BIG-Bench Hard)", + "robustness_measures": "Multiple tasks provide robustness; Human baseline comparison; Cross-task analysis", + "known_limitations": "Task quality varies; Some tasks too easy or too hard; Computational cost of running all 204 tasks; Aggregation methodology debatable", + "benchmarks_list": "BIG-Bench Hard, MMLU, HELM, SuperGLUE" + } + }, + { + "evaluation_name": "Fashion-MNIST", + "metric_config": { + "evaluation_description": "Fashion-MNIST Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.6582511938176592, + "details": { + "subtask_a": 0.6582511938176592, + "subtask_b": 0.6582511938176592 + } + }, + "factsheet": { + "purpose": "Research; Development; Selection", + "principles_tested": "Image classification, Transfer learning, Benchmark comparison", + "functional_props": "Core Performance", + "input_modality": "Vision (Image)", + "output_modality": "Structured Data", + "input_source": "New dataset (released with eval)", + "output_source": "Human annotations", + "size": "Medium (1K - 100K samples)", + "splits": "Train (60K), Test (10K)", + "design": "Fixed data-driven (static test set)", + "judge": "Automatic (Reference-based)", + "protocol": "1. Model receives 28x28 grayscale image 2. Model predicts fashion category (10 classes) 3. Classification accuracy computed", + "model_access": "Outputs", + "has_heldout": false, + "alignment_validation": "Product catalog labels verified by domain experts", + "baseline_models": "Linear Classifier: 83.7% CNN: 93.5% ResNet: 94.9% Vision Transformer: 95.1%", + "robustness_measures": "Multiple runs per sample; Seed variation tested", + "known_limitations": "Low resolution (28x28); Grayscale only; Limited intra-class variation; Some categories overlap visually", + "benchmarks_list": "MNIST, EMNIST, Kuzushiji-MNIST, DeepFashion" + } + }, + { + "evaluation_name": "WinoGrande", + "metric_config": { + "evaluation_description": "WinoGrande Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.5990139253254104, + "details": { + "subtask_a": 0.5990139253254104, + "subtask_b": 0.5990139253254104 + } + }, + "factsheet": { + "purpose": "Research; Development", + "principles_tested": "Commonsense reasoning, Coreference resolution, World knowledge, Causal reasoning", + "functional_props": "Core Performance; Robustness", + "input_modality": "Text", + "output_modality": "Text", + "input_source": "New dataset (released with eval)", + "output_source": "Crowdsourced annotations", + "size": "Medium (1K - 100K samples)", + "splits": "Train (40,398), Dev (1,267), Test (1,767)", + "design": "Fixed data-driven (static test set)", + "judge": "Automatic (Reference-based)", + "protocol": "1. Model receives sentence with pronoun ambiguity 2. Model selects correct referent from 2 options 3. Accuracy computed", + "model_access": "Outputs", + "has_heldout": false, + "alignment_validation": "Adversarial filtering using language models, crowdsourced generation with validation", + "baseline_models": "BERT-Large: 59.4% RoBERTa-Large: 79.1% GPT-3: 70.2% GPT-4: 87.5% Human performance: 94.0%", + "robustness_measures": "Adversarial filtering; Large-scale dataset; Multiple difficulty levels", + "known_limitations": "Binary choice may be limiting; Adversarial filtering may introduce artifacts; Saturation with modern models; Limited reasoning depth", + "benchmarks_list": "Winograd Schema Challenge, COPA, CommonsenseQA, PIQA" + } + }, + { + "evaluation_name": "Kinetics", + "metric_config": { + "evaluation_description": "Kinetics Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.5912208498398397, + "details": { + "subtask_a": 0.5912208498398397, + "subtask_b": 0.5912208498398397 + } + }, + "factsheet": { + "purpose": "Research; Development", + "principles_tested": "Action recognition, Video understanding, Temporal reasoning, Human activity recognition", + "functional_props": "Core Performance", + "input_modality": "Video", + "output_modality": "Structured Data", + "input_source": "New dataset (released with eval)", + "output_source": "Human annotations", + "size": "Large (100K - 1M samples)", + "splits": "Train, Val, Test", + "design": "Fixed data-driven (static test set)", + "judge": "Automatic (Reference-based)", + "protocol": "1. Model receives 10-second video clip 2. Model predicts action class (400/600/700 classes) 3. Top-1 and Top-5 accuracy computed", + "model_access": "Outputs", + "has_heldout": false, + "alignment_validation": "Human verification of video labels, removal of ambiguous clips, consistency checks for similar actions", + "baseline_models": "I3D: 71.1% top-1 (K400) SlowFast: 79.8% top-1 (K400) X3D: 80.4% top-1 (K400) VideoMAE: 81.5% top-1 (K400)", + "robustness_measures": "Multiple runs per sample; Temporal ordering tested", + "known_limitations": "YouTube videos may become unavailable over time; Some action classes overlap or are ambiguous; Camera viewpoint bias; Dataset drift as internet content changes", + "benchmarks_list": "UCF-101, HMDB-51, ActivityNet, Something-Something, Moments in Time" + } + }, + { + "evaluation_name": "KITTI", + "metric_config": { + "evaluation_description": "KITTI Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.5964272365973078, + "details": { + "subtask_a": 0.5964272365973078, + "subtask_b": 0.5964272365973078 + } + }, + "factsheet": { + "purpose": "Research; Development; Deployment", + "principles_tested": "3D object detection, Stereo vision, Optical flow, Visual odometry, Tracking", + "functional_props": "Core Performance; Robustness", + "input_modality": "Vision (Image); Video", + "output_modality": "Structured Data", + "input_source": "New dataset (released with eval)", + "output_source": "Human annotations; Programmatically generated", + "size": "Medium (1K - 100K samples)", + "splits": "Train, Val, Test", + "design": "Fixed data-driven (static test set)", + "judge": "Automatic (Reference-based)", + "protocol": "1. Model receives stereo image pair or point cloud 2. Model predicts 3D bounding boxes, orientation, class 3. 3D AP computed at different difficulty levels (easy/moderate/hard)", + "model_access": "Outputs", + "has_heldout": true, + "alignment_validation": "LiDAR ground truth for 3D positions, manual verification of annotations, multi-sensor fusion for accuracy", + "baseline_models": "PointPillars: 79.05 AP (Car, Moderate) PV-RCNN: 83.90 AP (Car, Moderate) CenterPoint: 85.15 AP (Car, Moderate)", + "robustness_measures": "Multiple difficulty levels; Ablation studies; Significance testing", + "known_limitations": "Limited to specific geographic region; Weather bias (mostly clear); Limited nighttime data; Class imbalance (cars dominate)", + "benchmarks_list": "nuScenes, Waymo Open Dataset, Argoverse, A2D2, Lyft Level 5" + } + }, + { + "evaluation_name": "MATH", + "metric_config": { + "evaluation_description": "MATH Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.6415058786569203, + "details": { + "subtask_a": 0.6415058786569203, + "subtask_b": 0.6415058786569203 + } + }, + "factsheet": { + "purpose": "Research; Development", + "principles_tested": "Advanced mathematical reasoning, Problem solving, Multi-step reasoning, Mathematical knowledge", + "functional_props": "Core Performance", + "input_modality": "Text", + "output_modality": "Text", + "input_source": "New dataset (released with eval)", + "output_source": "Published references", + "size": "Medium (1K - 100K samples)", + "splits": "Train (7,500), Test (5,000)", + "design": "Fixed data-driven (static test set)", + "judge": "Automatic (Reference-based)", + "protocol": "1. Model receives competition math problem 2. Model generates solution with steps 3. Final answer extracted and checked against ground truth 4. Problems span 7 subjects with 5 difficulty levels", + "model_access": "Outputs", + "has_heldout": false, + "alignment_validation": "Problems from real math competitions with verified solutions, difficulty levels validated", + "baseline_models": "GPT-3: 6.9% GPT-4: 42.5% Minerva (540B): 33.6% GPT-4 Turbo: 52.9% Claude 3.5 Sonnet: 71.1%", + "robustness_measures": "Multiple difficulty levels; Subject-wise analysis; Chain-of-thought evaluation", + "known_limitations": "Answer extraction challenges; LaTeX formatting issues; Symbolic vs numeric answers; High difficulty may not reflect practical math usage", + "benchmarks_list": "GSM8K, MathQA, SVAMP, ASDiv, Hendrycks MATH" + } + }, + { + "evaluation_name": "GPQA (Google-Proof Q&A)", + "metric_config": { + "evaluation_description": "GPQA (Google-Proof Q&A) Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.6076406783927127, + "details": { + "subtask_a": 0.6076406783927127, + "subtask_b": 0.6076406783927127 + } + }, + "factsheet": { + "purpose": "Research; Development", + "principles_tested": "Expert-level knowledge, Scientific reasoning, Domain expertise, Graduate-level understanding", + "functional_props": "Core Performance; Robustness", + "input_modality": "Text", + "output_modality": "Text", + "input_source": "New dataset (released with eval)", + "output_source": "Expert annotations", + "size": "Small (< 1K samples)", + "splits": "Main (198), Extended (246), Diamond (198 highest quality)", + "design": "Fixed data-driven (static test set)", + "judge": "Automatic (Reference-based)", + "protocol": "1. Model receives graduate-level science question 2. Model selects from 4 multiple choice options 3. Accuracy computed 4. Questions validated to be difficult for non-experts with Google access", + "model_access": "Outputs", + "has_heldout": false, + "alignment_validation": "PhD-level experts write and validate questions, non-expert validators with Google access achieve <35% accuracy", + "baseline_models": "Random: 25% Non-expert w/ Google: 34% Expert: 81% GPT-4: 39% Claude 3 Opus: 59.4% GPT-4o: 53.6%", + "robustness_measures": "Expert validation; Non-expert baseline; Multiple subject areas; Quality tiers (Diamond subset)", + "known_limitations": "Small dataset size; Limited to 3 scientific domains; Multiple choice format; High cost of expert question creation; Cultural bias toward Western scientific education", + "benchmarks_list": "MMLU-Pro, JEE-Advanced, SciBench, LiveBench" + } + }, + { + "evaluation_name": "ScanNet", + "metric_config": { + "evaluation_description": "ScanNet Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.568924627161393, + "details": { + "subtask_a": 0.568924627161393, + "subtask_b": 0.568924627161393 + } + }, + "factsheet": { + "purpose": "Research; Development", + "principles_tested": "3D scene understanding, Semantic segmentation, Instance segmentation, 3D reconstruction", + "functional_props": "Core Performance", + "input_modality": "Vision (Image); Video; Structured Data", + "output_modality": "Structured Data", + "input_source": "New dataset (released with eval)", + "output_source": "Human annotations; Programmatically generated", + "size": "Medium (1K - 100K samples)", + "splits": "Train (1201), Val (312), Test (100)", + "design": "Fixed data-driven (static test set)", + "judge": "Automatic (Reference-based)", + "protocol": "1. Model receives 3D scene (RGB-D scans) 2. Model predicts semantic labels or instance masks 3. mIoU for semantic segmentation, mAP for instance segmentation", + "model_access": "Outputs", + "has_heldout": true, + "alignment_validation": "Manual verification of 3D reconstructions, multi-annotator consistency for semantic labels", + "baseline_models": "PointNet++: 53.5 mIoU SparseConvNet: 72.5 mIoU MinkowskiNet: 73.6 mIoU", + "robustness_measures": "Multiple runs per sample; Ablation studies", + "known_limitations": "Limited to indoor scenes; Reconstruction artifacts; Scanning noise and occlusions; Limited scene diversity (mostly offices and apartments)", + "benchmarks_list": "Matterport3D, S3DIS, 2D-3D-S, ARKitScenes" + } + }, + { + "evaluation_name": "MT-Bench", + "metric_config": { + "evaluation_description": "Multi-turn conversation quality score (1-10)", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 1, + "max_score": 10, + "unit": "points" + }, + "score_details": { + "score": 6.284544097703479, + "details": { + "Turn 1": 5.784544097703479, + "Turn 2": 6.784544097703479 + } + }, + "factsheet": { + "purpose": "Development; Selection", + "principles_tested": "Multi-turn conversation, Instruction following, Reasoning, Writing, Role-playing, Knowledge", + "functional_props": "Core Performance; Core Quality Dimensions", + "input_modality": "Text", + "output_modality": "Text", + "input_source": "New dataset (released with eval)", + "output_source": "Author-provided", + "size": "Small (< 1K samples)", + "splits": "Test (80 questions with 2 turns each)", + "design": "Fixed data-driven (static test set)", + "judge": "Model-based: In the wild", + "protocol": "1. Model engages in 2-turn conversation 2. GPT-4 evaluates responses on 10-point scale 3. Scores averaged across turns and categories", + "model_access": "Outputs", + "has_heldout": false, + "alignment_validation": "Strong correlation with human preferences validated on Chatbot Arena data, GPT-4 judge agreement measured", + "baseline_models": "Vicuna-13B: 6.39 GPT-3.5-turbo: 7.94 Claude 2: 8.06 GPT-4: 8.99 GPT-4-turbo: 9.32", + "robustness_measures": "Multiple categories; Position bias mitigation; Agreement with human ratings validated; Pairwise comparison", + "known_limitations": "Small dataset (80 questions); GPT-4 judge may have biases; Evaluation cost; Model-based judge limitations; Prompt sensitivity", + "benchmarks_list": "Chatbot Arena, AlpacaEval, Arena-Hard, LiveBench" + } + }, + { + "evaluation_name": "Open Images", + "metric_config": { + "evaluation_description": "Open Images Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.589039776573289, + "details": { + "subtask_a": 0.589039776573289, + "subtask_b": 0.589039776573289 + } + }, + "factsheet": { + "purpose": "Research; Development; Selection", + "principles_tested": "Object detection, Image classification, Visual relationship detection, Instance segmentation", + "functional_props": "Core Performance; Robustness", + "input_modality": "Vision (Image)", + "output_modality": "Structured Data", + "input_source": "New dataset (released with eval)", + "output_source": "Human annotations; Crowdsourced annotations", + "size": "Very Huge (> 100M samples)", + "splits": "Train, Val, Test", + "design": "Fixed data-driven (static test set)", + "judge": "Automatic (Reference-based)", + "protocol": "1. Model receives image 2. Model performs classification, detection, or segmentation 3. mAP computed for detection, top-k accuracy for classification", + "model_access": "Outputs", + "has_heldout": true, + "alignment_validation": "Multi-stage crowdsourced annotation with verification, automated quality filters", + "baseline_models": "Faster R-CNN: 54.3 mAP (detection) YOLOv4: 55.8 mAP EfficientDet: 56.1 mAP", + "robustness_measures": "Multiple runs per sample; Confidence intervals; Large-scale diversity", + "known_limitations": "Long-tail class distribution; Annotation inconsistencies at scale; Some classes poorly defined; Label noise in crowdsourced annotations", + "benchmarks_list": "COCO, LVIS, Objects365, ImageNet" + } + }, + { + "evaluation_name": "Cityscapes", + "metric_config": { + "evaluation_description": "Cityscapes Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.5048155826316401, + "details": { + "subtask_a": 0.5048155826316401, + "subtask_b": 0.5048155826316401 + } + }, + "factsheet": { + "purpose": "Research; Development; Deployment", + "principles_tested": "Semantic segmentation, Instance segmentation, Scene understanding, Autonomous driving perception", + "functional_props": "Core Performance; Robustness", + "input_modality": "Vision (Image); Video", + "output_modality": "Structured Data", + "input_source": "New dataset (released with eval)", + "output_source": "Expert annotations", + "size": "Medium (1K - 100K samples)", + "splits": "Train (2975), Val (500), Test (1525)", + "design": "Fixed data-driven (static test set)", + "judge": "Automatic (Reference-based)", + "protocol": "1. Model receives street scene image (2048×1024) 2. Model predicts per-pixel semantic class (19 or 30 classes) 3. IoU and accuracy metrics computed", + "model_access": "Outputs", + "has_heldout": true, + "alignment_validation": "Expert annotators with domain knowledge, multi-pass quality control, consistency verification across video sequences", + "baseline_models": "FCN-8s: 65.3 mIoU DeepLab v3+: 82.1 mIoU HRNetV2: 83.0 mIoU SegFormer: 84.0 mIoU", + "robustness_measures": "Multiple runs per sample; Ablation studies; Significance testing", + "known_limitations": "Limited to European cities; Weather bias (mostly good conditions); Class imbalance for rare objects; Fine annotation boundaries challenging", + "benchmarks_list": "ADE20K, KITTI, Mapillary Vistas, BDD100K, nuScenes" + } + }, + { + "evaluation_name": "GPQA (Google-Proof Q&A)", + "metric_config": { + "evaluation_description": "GPQA (Google-Proof Q&A) Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.5673314841458252, + "details": { + "subtask_a": 0.5673314841458252, + "subtask_b": 0.5673314841458252 + } + }, + "factsheet": { + "purpose": "Research; Development", + "principles_tested": "Expert-level knowledge, Scientific reasoning, Domain expertise, Graduate-level understanding", + "functional_props": "Core Performance; Robustness", + "input_modality": "Text", + "output_modality": "Text", + "input_source": "New dataset (released with eval)", + "output_source": "Expert annotations", + "size": "Small (< 1K samples)", + "splits": "Main (198), Extended (246), Diamond (198 highest quality)", + "design": "Fixed data-driven (static test set)", + "judge": "Automatic (Reference-based)", + "protocol": "1. Model receives graduate-level science question 2. Model selects from 4 multiple choice options 3. Accuracy computed 4. Questions validated to be difficult for non-experts with Google access", + "model_access": "Outputs", + "has_heldout": false, + "alignment_validation": "PhD-level experts write and validate questions, non-expert validators with Google access achieve <35% accuracy", + "baseline_models": "Random: 25% Non-expert w/ Google: 34% Expert: 81% GPT-4: 39% Claude 3 Opus: 59.4% GPT-4o: 53.6%", + "robustness_measures": "Expert validation; Non-expert baseline; Multiple subject areas; Quality tiers (Diamond subset)", + "known_limitations": "Small dataset size; Limited to 3 scientific domains; Multiple choice format; High cost of expert question creation; Cultural bias toward Western scientific education", + "benchmarks_list": "MMLU-Pro, JEE-Advanced, SciBench, LiveBench" + } + }, + { + "evaluation_name": "Mapillary Vistas", + "metric_config": { + "evaluation_description": "Mapillary Vistas Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.5719290983016493, + "details": { + "subtask_a": 0.5719290983016493, + "subtask_b": 0.5719290983016493 + } + }, + "factsheet": { + "purpose": "Research; Development; Deployment", + "principles_tested": "Semantic segmentation, Panoptic segmentation, Scene understanding, Robust perception", + "functional_props": "Core Performance; Robustness", + "input_modality": "Vision (Image)", + "output_modality": "Structured Data", + "input_source": "User-generated content", + "output_source": "Expert annotations", + "size": "Medium (1K - 100K samples)", + "splits": "Train (18K), Val (2K), Test (5K)", + "design": "Fixed data-driven (static test set)", + "judge": "Automatic (Reference-based)", + "protocol": "1. Model receives street-level image 2. Model predicts per-pixel semantic labels (66 classes) 3. mIoU computed across all classes", + "model_access": "Outputs", + "has_heldout": true, + "alignment_validation": "Expert annotators, multi-stage quality control, geographic diversity validation", + "baseline_models": "PSPNet: 42.7 mIoU DeepLab v3+: 45.8 mIoU HRNetV2: 50.3 mIoU", + "robustness_measures": "Geographic diversity tested; Weather variations included; Multiple runs per sample", + "known_limitations": "Varying image quality from crowdsourced data; Camera parameter diversity; Some regions overrepresented; Annotation inconsistencies across diverse scenes", + "benchmarks_list": "Cityscapes, BDD100K, IDD, WildDash" + } + }, + { + "evaluation_name": "LVIS (Large Vocabulary Instance Segmentation)", + "metric_config": { + "evaluation_description": "LVIS (Large Vocabulary Instance Segmentation) Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.5838167996580631, + "details": { + "subtask_a": 0.5838167996580631, + "subtask_b": 0.5838167996580631 + } + }, + "factsheet": { + "purpose": "Research; Development", + "principles_tested": "Instance segmentation, Long-tail recognition, Object detection, Fine-grained categorization", + "functional_props": "Core Performance; Robustness", + "input_modality": "Vision (Image)", + "output_modality": "Structured Data", + "input_source": "MS COCO", + "output_source": "Expert annotations", + "size": "Large (100K - 1M samples)", + "splits": "Train, Val, Test", + "design": "Fixed data-driven (static test set)", + "judge": "Automatic (Reference-based)", + "protocol": "1. Model receives image 2. Model predicts instance masks and categories (1203 classes) 3. AP computed separately for rare, common, and frequent categories", + "model_access": "Outputs", + "has_heldout": true, + "alignment_validation": "Expert annotators with WordNet taxonomy, quality control for long-tail categories", + "baseline_models": "Mask R-CNN: 21.2 AP (v1.0) Cascade R-CNN: 26.2 AP Swin Transformer: 50.9 AP", + "robustness_measures": "Multiple runs per sample; Ablation studies; Category frequency stratification", + "known_limitations": "Rare categories have very few examples; Annotation cost for 1203 categories; Some category definitions overlap; Challenging for zero-shot generalization", + "benchmarks_list": "COCO, Objects365, OpenImages, iNaturalist" + } + }, + { + "evaluation_name": "KITTI", + "metric_config": { + "evaluation_description": "KITTI Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.6302682535631822, + "details": { + "subtask_a": 0.6302682535631822, + "subtask_b": 0.6302682535631822 + } + }, + "factsheet": { + "purpose": "Research; Development; Deployment", + "principles_tested": "3D object detection, Stereo vision, Optical flow, Visual odometry, Tracking", + "functional_props": "Core Performance; Robustness", + "input_modality": "Vision (Image); Video", + "output_modality": "Structured Data", + "input_source": "New dataset (released with eval)", + "output_source": "Human annotations; Programmatically generated", + "size": "Medium (1K - 100K samples)", + "splits": "Train, Val, Test", + "design": "Fixed data-driven (static test set)", + "judge": "Automatic (Reference-based)", + "protocol": "1. Model receives stereo image pair or point cloud 2. Model predicts 3D bounding boxes, orientation, class 3. 3D AP computed at different difficulty levels (easy/moderate/hard)", + "model_access": "Outputs", + "has_heldout": true, + "alignment_validation": "LiDAR ground truth for 3D positions, manual verification of annotations, multi-sensor fusion for accuracy", + "baseline_models": "PointPillars: 79.05 AP (Car, Moderate) PV-RCNN: 83.90 AP (Car, Moderate) CenterPoint: 85.15 AP (Car, Moderate)", + "robustness_measures": "Multiple difficulty levels; Ablation studies; Significance testing", + "known_limitations": "Limited to specific geographic region; Weather bias (mostly clear); Limited nighttime data; Class imbalance (cars dominate)", + "benchmarks_list": "nuScenes, Waymo Open Dataset, Argoverse, A2D2, Lyft Level 5" + } + }, + { + "evaluation_name": "BIG-bench (Beyond the Imitation Game)", + "metric_config": { + "evaluation_description": "BIG-bench (Beyond the Imitation Game) Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.5088074392352506, + "details": { + "subtask_a": 0.5088074392352506, + "subtask_b": 0.5088074392352506 + } + }, + "factsheet": { + "purpose": "Research; Development", + "principles_tested": "Diverse capabilities across 204 tasks including reasoning, knowledge, language understanding, bias detection", + "functional_props": "Core Performance; Fairness; Robustness", + "input_modality": "Text", + "output_modality": "Text", + "input_source": "New dataset (released with eval)", + "output_source": "Multiple/Mixed sources", + "size": "Large (100K - 1M samples)", + "splits": "Varies by task", + "design": "Composite", + "judge": "Automatic (Reference-based); Model-based: In the wild", + "protocol": "1. Model evaluated on 204 diverse tasks 2. Each task has its own evaluation protocol 3. Performance aggregated across tasks", + "model_access": "Outputs", + "has_heldout": false, + "alignment_validation": "Crowdsourced task creation with quality review, diverse authorship for broad coverage", + "baseline_models": "Average human rater: 89.0% Few-shot PaLM (540B): 65.7% GPT-4: ~83% (estimated on BIG-Bench Hard)", + "robustness_measures": "Multiple tasks provide robustness; Human baseline comparison; Cross-task analysis", + "known_limitations": "Task quality varies; Some tasks too easy or too hard; Computational cost of running all 204 tasks; Aggregation methodology debatable", + "benchmarks_list": "BIG-Bench Hard, MMLU, HELM, SuperGLUE" + } + }, + { + "evaluation_name": "CIFAR-10 and CIFAR-100", + "metric_config": { + "evaluation_description": "CIFAR-10 and CIFAR-100 Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.6342072492643955, + "details": { + "subtask_a": 0.6342072492643955, + "subtask_b": 0.6342072492643955 + } + }, + "factsheet": { + "purpose": "Research; Development; Selection", + "principles_tested": "Image classification, Transfer learning, Generalization", + "functional_props": "Core Performance; Robustness", + "input_modality": "Vision (Image)", + "output_modality": "Structured Data", + "input_source": "New dataset (released with eval)", + "output_source": "Human annotations", + "size": "Medium (1K - 100K samples)", + "splits": "Train (50K), Test (10K)", + "design": "Fixed data-driven (static test set)", + "judge": "Automatic (Reference-based)", + "protocol": "1. Model receives 32x32 RGB image 2. Model predicts class label (10 or 100 classes) 3. Classification accuracy computed", + "model_access": "Outputs", + "has_heldout": false, + "alignment_validation": "Systematic sampling from larger dataset (80 million tiny images), human verification of labels", + "baseline_models": "CIFAR-10: ResNet-56: 93.03% Wide ResNet-28-10: 96.11% PyramidNet: 96.54% CIFAR-100: ResNet-56: 71.35% Wide ResNet-28-10: 81.15% PyramidNet: 83.78%", + "robustness_measures": "Multiple runs per sample; Seed variation tested; Ablation studies", + "known_limitations": "Low resolution (32x32) limits fine-grained recognition; Some label noise in CIFAR-100; Dataset size enables memorization in large models; Limited diversity in poses and contexts", + "benchmarks_list": "CIFAR-10-C, CIFAR-10.1, CIFAR-100-C, STL-10, Tiny ImageNet" + } + }, + { + "evaluation_name": "IFEval (Instruction-Following Eval)", + "metric_config": { + "evaluation_description": "IFEval (Instruction-Following Eval) Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.5349957596758784, + "details": { + "subtask_a": 0.5349957596758784, + "subtask_b": 0.5349957596758784 + } + }, + "factsheet": { + "purpose": "Research; Development; Selection", + "principles_tested": "Instruction following, Constraint satisfaction, Format compliance, Precise control", + "functional_props": "Core Performance; Robustness", + "input_modality": "Text", + "output_modality": "Text", + "input_source": "New dataset (released with eval)", + "output_source": "Programmatically generated", + "size": "Small (< 1K samples)", + "splits": "Test (541 prompts with ~25 verifiable instructions)", + "design": "Fixed data-driven (static test set)", + "judge": "Automatic (Reference-free)", + "protocol": "1. Model receives prompt with verifiable instructions (e.g., 'respond in exactly 3 paragraphs', 'include word X at least 5 times') 2. Model generates response 3. Programmatic checks verify instruction compliance 4. Strict and loose accuracy metrics computed", + "model_access": "Outputs", + "has_heldout": false, + "alignment_validation": "Verifiable instructions with programmatic checking, no ambiguity in correctness", + "baseline_models": "GPT-3.5: 57.4% strict GPT-4: 76.9% strict Claude 2: 66.7% strict Gemini Ultra: 79.4% strict", + "robustness_measures": "Strict and loose metrics; Multiple instruction types; Programmatic verification; No human evaluation needed", + "known_limitations": "Limited to verifiable instructions only; May not reflect realistic usage; Some instructions may be conflicting; Excludes semantic quality assessment", + "benchmarks_list": "MT-Bench, AlpacaEval, InstructGPT evals, FollowBench" + } + }, + { + "evaluation_name": "ARC (AI2 Reasoning Challenge)", + "metric_config": { + "evaluation_description": "ARC (AI2 Reasoning Challenge) Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.6661851245639472, + "details": { + "subtask_a": 0.6661851245639472, + "subtask_b": 0.6661851245639472 + } + }, + "factsheet": { + "purpose": "Research; Development", + "principles_tested": "Scientific reasoning, Commonsense reasoning, Knowledge retrieval, Multi-hop reasoning", + "functional_props": "Core Performance; Robustness", + "input_modality": "Text", + "output_modality": "Text", + "input_source": "New dataset (released with eval)", + "output_source": "Existing dataset labels", + "size": "Medium (1K - 100K samples)", + "splits": "Easy (2,376 train, 570 test), Challenge (1,119 train, 1,172 test)", + "design": "Fixed data-driven (static test set)", + "judge": "Automatic (Reference-based)", + "protocol": "1. Model receives science exam question with multiple choice options 2. Model selects answer 3. Accuracy computed separately for Easy and Challenge sets", + "model_access": "Outputs", + "has_heldout": false, + "alignment_validation": "Real exam questions filtered to require reasoning, partitioned by difficulty using retrieval-based baseline", + "baseline_models": "ARC-Challenge: BERT: 59.1% GPT-3: 51.4% GPT-3.5: 85.2% GPT-4: 96.3%", + "robustness_measures": "Two difficulty levels; Multiple choice format variations; Retrieval baseline comparison", + "known_limitations": "Multiple choice format; Some questions solvable without reasoning; Challenge set becoming saturated; Grade-school level may not test advanced reasoning", + "benchmarks_list": "OpenBookQA, CommonsenseQA, QASC, SciQ" + } + }, + { + "evaluation_name": "WinoGrande", + "metric_config": { + "evaluation_description": "WinoGrande Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.599077213432248, + "details": { + "subtask_a": 0.599077213432248, + "subtask_b": 0.599077213432248 + } + }, + "factsheet": { + "purpose": "Research; Development", + "principles_tested": "Commonsense reasoning, Coreference resolution, World knowledge, Causal reasoning", + "functional_props": "Core Performance; Robustness", + "input_modality": "Text", + "output_modality": "Text", + "input_source": "New dataset (released with eval)", + "output_source": "Crowdsourced annotations", + "size": "Medium (1K - 100K samples)", + "splits": "Train (40,398), Dev (1,267), Test (1,767)", + "design": "Fixed data-driven (static test set)", + "judge": "Automatic (Reference-based)", + "protocol": "1. Model receives sentence with pronoun ambiguity 2. Model selects correct referent from 2 options 3. Accuracy computed", + "model_access": "Outputs", + "has_heldout": false, + "alignment_validation": "Adversarial filtering using language models, crowdsourced generation with validation", + "baseline_models": "BERT-Large: 59.4% RoBERTa-Large: 79.1% GPT-3: 70.2% GPT-4: 87.5% Human performance: 94.0%", + "robustness_measures": "Adversarial filtering; Large-scale dataset; Multiple difficulty levels", + "known_limitations": "Binary choice may be limiting; Adversarial filtering may introduce artifacts; Saturation with modern models; Limited reasoning depth", + "benchmarks_list": "Winograd Schema Challenge, COPA, CommonsenseQA, PIQA" + } + }, + { + "evaluation_name": "TruthfulQA", + "metric_config": { + "evaluation_description": "TruthfulQA Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.5242414218045062, + "details": { + "subtask_a": 0.5242414218045062, + "subtask_b": 0.5242414218045062 + } + }, + "factsheet": { + "purpose": "Research; Development; Safety", + "principles_tested": "Truthfulness, Factual accuracy, Resistance to misconceptions, Calibration", + "functional_props": "Safety; Core Performance; Calibration", + "input_modality": "Text", + "output_modality": "Text", + "input_source": "New dataset (released with eval)", + "output_source": "Expert annotations", + "size": "Small (< 1K samples)", + "splits": "Test (817 questions across 38 categories)", + "design": "Fixed data-driven (static test set)", + "judge": "Model-based: Expert; Human: Experts", + "protocol": "1. Model receives question designed to elicit false beliefs 2. Model generates answer 3. Answers judged for truthfulness and informativeness using GPT-judge or human evaluation", + "model_access": "Outputs", + "has_heldout": false, + "alignment_validation": "Expert-curated questions targeting known misconceptions, multi-rater validation of truth labels", + "baseline_models": "GPT-3 (175B): 58.0% GPT-3.5: 47.0% GPT-4: 59.0% Claude 2: 62.0% Human baseline: 94.0%", + "robustness_measures": "Multiple evaluation methods (MC1, MC2, generative); Human validation; Model-based evaluation correlation", + "known_limitations": "Subjective truthfulness judgments in some cases; Cultural bias in what constitutes 'truth'; Model-based evaluation may not align with human judgment; Limited coverage of misconceptions", + "benchmarks_list": "FactScore, HaluEval, SelfCheckGPT, FELM" + } + }, + { + "evaluation_name": "HarmBench", + "metric_config": { + "evaluation_description": "HarmBench Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.6552227088148428, + "details": { + "subtask_a": 0.6552227088148428, + "subtask_b": 0.6552227088148428 + } + }, + "factsheet": { + "purpose": "Evaluation", + "principles_tested": "Safety; Robustness", + "functional_props": "Adversarial", + "input_modality": "Text", + "output_modality": "Text", + "input_source": "New dataset", + "output_source": "Human annotations", + "size": "Medium (1K - 10K samples)", + "splits": "Train/Val/Test", + "design": "Static", + "judge": "Automatic (LLM Judge)", + "protocol": "Comparison against refusal baseline", + "model_access": "Outputs", + "has_heldout": true, + "alignment_validation": "High agreement with human annotators", + "baseline_models": "GPT-4: 90% Refusal", + "robustness_measures": "Automated Red Teaming", + "known_limitations": "Focuses on refusal rather than helpfulness", + "benchmarks_list": "JailbreakBench, RealToxicityPrompts" + } + }, + { + "evaluation_name": "JailbreakBench", + "metric_config": { + "evaluation_description": "JailbreakBench Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.5156268820158657, + "details": { + "subtask_a": 0.5156268820158657, + "subtask_b": 0.5156268820158657 + } + }, + "factsheet": { + "purpose": "Evaluation", + "principles_tested": "Robustness; Safety", + "functional_props": "Adversarial", + "input_modality": "Text", + "output_modality": "Text", + "input_source": "New dataset", + "output_source": "Human annotations", + "size": "Small (< 1K samples)", + "splits": "Train/Test", + "design": "Static", + "judge": "Automatic (Classifier)", + "protocol": "Attack success rate measured by classifier", + "model_access": "Outputs", + "has_heldout": true, + "alignment_validation": "Validated against human judgment", + "baseline_models": "Llama-2-7b-chat: 45% ASR", + "robustness_measures": "Multiple attacks tested", + "known_limitations": "Limited to text modality", + "benchmarks_list": "HarmBench, AdvGLUE" + } + }, + { + "evaluation_name": "Carlini Extraction", + "metric_config": { + "evaluation_description": "Carlini Extraction Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.6290613203831037, + "details": { + "subtask_a": 0.6290613203831037, + "subtask_b": 0.6290613203831037 + } + }, + "factsheet": { + "purpose": "Research", + "principles_tested": "Privacy; Memorization", + "functional_props": "Memorization", + "input_modality": "Text", + "output_modality": "Text", + "input_source": "C4", + "output_source": "Model outputs", + "size": "Huge", + "splits": "N/A", + "design": "Dynamic", + "judge": "Automatic", + "protocol": "Eidetic memorization metric", + "model_access": "Weights", + "has_heldout": false, + "alignment_validation": "N/A", + "baseline_models": "T5: Variable memorization", + "robustness_measures": "Varying model scale", + "known_limitations": "Computationally expensive", + "benchmarks_list": "The Pile Extraction" + } + }, + { + "evaluation_name": "WinoBias", + "metric_config": { + "evaluation_description": "WinoBias Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.5856334700569376, + "details": { + "subtask_a": 0.5856334700569376, + "subtask_b": 0.5856334700569376 + } + }, + "factsheet": { + "purpose": "Evaluation", + "principles_tested": "Fairness", + "functional_props": "Fairness", + "input_modality": "Text", + "output_modality": "Text", + "input_source": "WinoGrad schema", + "output_source": "Coreference", + "size": "Small (3160 sentences)", + "splits": "Dev/Test", + "design": "Static", + "judge": "Automatic", + "protocol": "F1 difference between gender swaps", + "model_access": "Outputs", + "has_heldout": false, + "alignment_validation": "N/A", + "baseline_models": "CoreNLP: Gender bias present", + "robustness_measures": "N/A", + "known_limitations": "Binary gender only", + "benchmarks_list": "BBQ, CrowS-Pairs" + } + }, + { + "evaluation_name": "CrowS-Pairs", + "metric_config": { + "evaluation_description": "CrowS-Pairs Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.6817790203648976, + "details": { + "subtask_a": 0.6817790203648976, + "subtask_b": 0.6817790203648976 + } + }, + "factsheet": { + "purpose": "Evaluation", + "principles_tested": "Fairness", + "functional_props": "Fairness", + "input_modality": "Text", + "output_modality": "Score", + "input_source": "Crowdsourced", + "output_source": "Sentence pairs", + "size": "Small (1508 pairs)", + "splits": "Test", + "design": "Static", + "judge": "Automatic", + "protocol": "Preference for stereotypical sentence", + "model_access": "Logprobs", + "has_heldout": false, + "alignment_validation": "N/A", + "baseline_models": "BERT: 60% Stereotypical", + "robustness_measures": "N/A", + "known_limitations": "Crowdworker bias", + "benchmarks_list": "BBQ, WinoBias" + } + }, + { + "evaluation_name": "CelebA", + "metric_config": { + "evaluation_description": "CelebA Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.5997297758782341, + "details": { + "subtask_a": 0.5997297758782341, + "subtask_b": 0.5997297758782341 + } + }, + "factsheet": { + "purpose": "Research; Development", + "principles_tested": "Face attribute recognition, Face detection, Facial landmark detection, Identity recognition", + "functional_props": "Core Performance; Fairness", + "input_modality": "Vision (Image)", + "output_modality": "Structured Data", + "input_source": "New dataset (released with eval)", + "output_source": "Human annotations", + "size": "Large (100K - 1M samples)", + "splits": "Train (162,770), Val (19,867), Test (19,962)", + "design": "Fixed data-driven (static test set)", + "judge": "Automatic (Reference-based)", + "protocol": "1. Model receives face image 2. Model predicts binary attributes (40 dimensions) 3. Per-attribute accuracy and mean accuracy computed", + "model_access": "Outputs", + "has_heldout": false, + "alignment_validation": "Manual annotation with quality control, consistency verification across multiple attributes", + "baseline_models": "LNets+ANet: 87.30% mean accuracy Walk and Learn: 88.06% FaceNet: 89.35%", + "robustness_measures": "Inter-rater reliability; Multiple runs per sample", + "known_limitations": "Demographic bias (celebrity images); Some attributes are subjective; Label noise in some attributes; Privacy concerns with celebrity images; Lighting and pose variation", + "benchmarks_list": "LFW, VGGFace2, MS-Celeb-1M, FFHQ" + } + }, + { + "evaluation_name": "BBQ", + "metric_config": { + "evaluation_description": "BBQ Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.6455225748296347, + "details": { + "subtask_a": 0.6455225748296347, + "subtask_b": 0.6455225748296347 + } + }, + "factsheet": { + "purpose": "Evaluation", + "principles_tested": "Fairness", + "functional_props": "Fairness", + "input_modality": "Text", + "output_modality": "Text", + "input_source": "Hand-crafted templates", + "output_source": "QA pairs", + "size": "Medium (58K examples)", + "splits": "Test", + "design": "Static", + "judge": "Automatic", + "protocol": "Accuracy difference between groups", + "model_access": "Outputs", + "has_heldout": false, + "alignment_validation": "N/A", + "baseline_models": "UnifiedQA: Shows bias", + "robustness_measures": "Ambiguous contexts", + "known_limitations": "US-centric social biases", + "benchmarks_list": "CrowS-Pairs, WinoBias" + } + }, + { + "evaluation_name": "SafetyBench", + "metric_config": { + "evaluation_description": "SafetyBench Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.6173567767901242, + "details": { + "subtask_a": 0.6173567767901242, + "subtask_b": 0.6173567767901242 + } + }, + "factsheet": { + "purpose": "Evaluation", + "principles_tested": "Safety", + "functional_props": "Safety", + "input_modality": "Text", + "output_modality": "Text", + "input_source": "Multiple safety datasets", + "output_source": "Multiple choice", + "size": "Large (11K questions)", + "splits": "Dev/Test", + "design": "Static", + "judge": "Automatic", + "protocol": "Accuracy on safe answers", + "model_access": "Outputs", + "has_heldout": false, + "alignment_validation": "N/A", + "baseline_models": "GPT-4: 89% Safe", + "robustness_measures": "Chinese/English", + "known_limitations": "Multiple choice limitation", + "benchmarks_list": "Do Not Answer, RealToxicityPrompts" + } + }, + { + "evaluation_name": "Do Not Answer", + "metric_config": { + "evaluation_description": "Do Not Answer Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.6388430911950911, + "details": { + "subtask_a": 0.6388430911950911, + "subtask_b": 0.6388430911950911 + } + }, + "factsheet": { + "purpose": "Evaluation", + "principles_tested": "Safety", + "functional_props": "Safety", + "input_modality": "Text", + "output_modality": "Text", + "input_source": "Hand-crafted harmful instructions", + "output_source": "Refusal/Response", + "size": "Small (939 instructions)", + "splits": "Test", + "design": "Static", + "judge": "Automatic (GPT-4 Judge)", + "protocol": "Refusal rate and harmfulness score", + "model_access": "Outputs", + "has_heldout": false, + "alignment_validation": "High agreement", + "baseline_models": "Llama-2: High refusal", + "robustness_measures": "Jailbreaks", + "known_limitations": "Judge bias", + "benchmarks_list": "SafetyBench" + } + }, + { + "evaluation_name": "RealToxicityPrompts", + "metric_config": { + "evaluation_description": "Average Toxicity Score", + "lower_is_better": true, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "score" + }, + "score_details": { + "score": 0.33357510692098147, + "details": { + "subtask_a": 0.33357510692098147, + "subtask_b": 0.33357510692098147 + } + }, + "factsheet": { + "purpose": "Evaluation", + "principles_tested": "Safety", + "functional_props": "Safety", + "input_modality": "Text", + "output_modality": "Text", + "input_source": "Web text", + "output_source": "Continuation", + "size": "Large (100K prompts)", + "splits": "Train/Test", + "design": "Static", + "judge": "Automatic (Perspective API)", + "protocol": "Toxicity score of continuation", + "model_access": "Outputs", + "has_heldout": false, + "alignment_validation": "N/A", + "baseline_models": "GPT-2: Toxic outputs", + "robustness_measures": "Top-k sampling", + "known_limitations": "Perspective API limitations", + "benchmarks_list": "SafetyBench, Do Not Answer" + } + }, + { + "evaluation_name": "Contamination Detector", + "metric_config": { + "evaluation_description": "Contamination Detector Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.5419317115677589, + "details": { + "subtask_a": 0.5419317115677589, + "subtask_b": 0.5419317115677589 + } + }, + "factsheet": { + "purpose": "Evaluation", + "principles_tested": "Leakage", + "functional_props": "Leakage/Contamination", + "input_modality": "Text", + "output_modality": "Score", + "input_source": "Various benchmarks", + "output_source": "N-gram overlap", + "size": "Various", + "splits": "N/A", + "design": "Static", + "judge": "Automatic", + "protocol": "N-gram overlap analysis", + "model_access": "Outputs", + "has_heldout": false, + "alignment_validation": "N/A", + "baseline_models": "GPT-4: Detected contamination", + "robustness_measures": "N/A", + "known_limitations": "Heuristic based", + "benchmarks_list": "Min-K% Probes" + } + }, + { + "evaluation_name": "PII Detection", + "metric_config": { + "evaluation_description": "PII Detection Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.6089577159307582, + "details": { + "subtask_a": 0.6089577159307582, + "subtask_b": 0.6089577159307582 + } + }, + "factsheet": { + "purpose": "Evaluation", + "principles_tested": "Privacy", + "functional_props": "Privacy", + "input_modality": "Text", + "output_modality": "Text", + "input_source": "Synthetic PII", + "output_source": "Tagged text", + "size": "Large", + "splits": "Train/Test", + "design": "Static", + "judge": "Automatic", + "protocol": "F1 score on PII tags", + "model_access": "Outputs", + "has_heldout": false, + "alignment_validation": "N/A", + "baseline_models": "BERT-NER: 95% F1", + "robustness_measures": "Context variation", + "known_limitations": "Definition of PII varies", + "benchmarks_list": "PrivacyBench" + } + }, + { + "evaluation_name": "Interpretability Benchmark", + "metric_config": { + "evaluation_description": "Interpretability Benchmark Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.601964175550262, + "details": { + "subtask_a": 0.601964175550262, + "subtask_b": 0.601964175550262 + } + }, + "factsheet": { + "purpose": "Research", + "principles_tested": "Interpretability", + "functional_props": "Interpretability", + "input_modality": "Text/Image", + "output_modality": "Heatmap", + "input_source": "Various", + "output_source": "Attribution scores", + "size": "Medium", + "splits": "N/A", + "design": "Static", + "judge": "Automatic", + "protocol": "Faithfulness and Plausibility metrics", + "model_access": "Weights", + "has_heldout": false, + "alignment_validation": "N/A", + "baseline_models": "ResNet: High faithfulness", + "robustness_measures": "Perturbation tests", + "known_limitations": "Metrics can be unstable", + "benchmarks_list": "TruthfulQA" + } + }, + { + "evaluation_name": "Token/sec Benchmark", + "metric_config": { + "evaluation_description": "Inference throughput (tokens/sec)", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 200, + "unit": "tok/s" + }, + "score_details": { + "score": 110.00721384155104, + "details": { + "subtask_a": 110.00721384155104, + "subtask_b": 110.00721384155104 + } + }, + "factsheet": { + "purpose": "Evaluation", + "principles_tested": "Efficiency", + "functional_props": "Efficiency", + "input_modality": "Text", + "output_modality": "Metrics", + "input_source": "Various", + "output_source": "Tokens/sec", + "size": "N/A", + "splits": "N/A", + "design": "Dynamic", + "judge": "Automatic", + "protocol": "Tokens per second generation", + "model_access": "API", + "has_heldout": false, + "alignment_validation": "N/A", + "baseline_models": "GPT-4: 20 tok/sec", + "robustness_measures": "Batch size variation", + "known_limitations": "Varies by provider", + "benchmarks_list": "LLMPerf" + } + }, + { + "evaluation_name": "CL-Benchmark", + "metric_config": { + "evaluation_description": "CL-Benchmark Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.5358530206190308, + "details": { + "subtask_a": 0.5358530206190308, + "subtask_b": 0.5358530206190308 + } + }, + "factsheet": { + "purpose": "Research", + "principles_tested": "Retrainability", + "functional_props": "Retrainability/Continual Learning", + "input_modality": "Text", + "output_modality": "Text", + "input_source": "Split MNIST/Cifar/Text", + "output_source": "Accuracy over time", + "size": "Medium", + "splits": "Sequential", + "design": "Dynamic", + "judge": "Automatic", + "protocol": "Forgetting rate and Forward transfer", + "model_access": "Weights", + "has_heldout": false, + "alignment_validation": "N/A", + "baseline_models": "EWC: Reduces forgetting", + "robustness_measures": "Task ordering", + "known_limitations": "Requires training access", + "benchmarks_list": "L2M" + } + }, + { + "evaluation_name": "Meta-Dataset", + "metric_config": { + "evaluation_description": "Meta-Dataset Standard Accuracy", + "lower_is_better": false, + "score_type": "continuous", + "min_score": 0, + "max_score": 1, + "unit": "accuracy" + }, + "score_details": { + "score": 0.6341292824774325, + "details": { + "subtask_a": 0.6341292824774325, + "subtask_b": 0.6341292824774325 + } + }, + "factsheet": { + "purpose": "Research", + "principles_tested": "Meta-Learning", + "functional_props": "Meta-Learning", + "input_modality": "Image", + "output_modality": "Class", + "input_source": "ImageNet/CUB/Aircraft", + "output_source": "Classification", + "size": "Large", + "splits": "Train/Val/Test", + "design": "Static", + "judge": "Automatic", + "protocol": "Few-shot accuracy across domains", + "model_access": "Outputs", + "has_heldout": false, + "alignment_validation": "N/A", + "baseline_models": "Prototypical Networks: 60%", + "robustness_measures": "Cross-domain shift", + "known_limitations": "Computationally intensive", + "benchmarks_list": "Omniglot" + } + } + ], + "detailed_evaluation_results_per_samples": [ + { + "sample_id": "sample_0", + "input": "Test input question 0 for Mistral Large...", + "ground_truth": "Expected answer 0", + "response": "Model generated response 0 which is mostly correct...", + "score": 0.85 + }, + { + "sample_id": "sample_1", + "input": "Test input question 1 for Mistral Large...", + "ground_truth": "Expected answer 1", + "response": "Model generated response 1 which is mostly correct...", + "score": 0.85 + }, + { + "sample_id": "sample_2", + "input": "Test input question 2 for Mistral Large...", + "ground_truth": "Expected answer 2", + "response": "Model generated response 2 which is mostly correct...", + "score": 0.85 + }, + { + "sample_id": "sample_3", + "input": "Test input question 3 for Mistral Large...", + "ground_truth": "Expected answer 3", + "response": "Model generated response 3 which is mostly correct...", + "score": 0.85 + }, + { + "sample_id": "sample_4", + "input": "Test input question 4 for Mistral Large...", + "ground_truth": "Expected answer 4", + "response": "Model generated response 4 which is mostly correct...", + "score": 0.85 + } + ] +} \ No newline at end of file