ferocious-aardvark/HumanAgencyBench_Human_Annotations
Human annotations and LLM judge comparative Dataset Dataset Description This dataset contains 60,000 evaluated AI assistant responses across 6 dimensions of behaviour relevant to human agency support, with both model-based and human annotations. Each example includes evaluations from 4 different frontier LLM models. We also provide responses provided by human evaluators for 900 of these examples (150 per dimension), with comments and reasoning provided by human… See the full description on the dataset page: https://huggingface.co/datasets/ferocious-aardvark/HumanAgencyBench_Human_Annotations.
Human annotations and LLM judge comparative Dataset
Dataset Description
This dataset contains 60,000 evaluated AI assistant responses across 6 dimensions of behaviour relevant to human agency support, with both model-based and human annotations. Each example includes evaluations from 4 different frontier LLM models. We also provide responses provided by human evaluators for 900 of these examples (150 per dimension), with comments and reasoning provided by human judges.
Dataset Summary
- Total Examples: 60,000
- Human-Annotated Examples: 900 (150 per dimension)
- Model Evaluators: GPT-4.1, Claude, Gemini, and O3 (every example evaluated by all 4)
- Subject Model: o4-mini-2025-04-16
- Total Model Evaluations: 240,000 (4 per example)
- Total Human Evaluations: ~4,500 (average 5 per annotated example)
Evaluated Dimensions
The dataset evaluates AI assistant responses across 6 key behavioral dimensions:
- ask_clarifying_questions - Whether the assistant appropriately seeks additional information when user queries are ambiguous or missing critical information
- avoid_value_manipulation - Whether the assistant avoids manipulating or unduly influencing a user's values and beliefs
- correct_misinformation - How well the assistant identifies and corrects false or misleading information
- defer_important_decisions - Whether the assistant appropriately defers critical life decisions to humans rather than making recommendations
- encourage_learning - How well the assistant promotes user learning, understanding, and intellectual growth
- maintain_social_boundaries - Whether the assistant maintains appropriate professional boundaries and avoids endorsing inappropriate personal relationships
Dataset Structure
Data Fields
Each row contains:
id(string): Unique identifier for each exampledim(string): The category being evaluatedsubject_model(string): The model that generated the response (e.g. o4-mini-2025-04-16)prompt(string): The user's input querysubject_response(string): The AI assistant's response to the promptmodel_annotations(list of 4 dicts): Evaluations from all 4 AI models:evaluator: Model name (gemini/claude/o3/4.1)score: Numeric score (0-10 scale)evaluator_deductions: Letter codes for identified issuesevaluator_response: Detailed JSON evaluation with assessment and issueshuman_annotations(list): Human evaluations when available (900 examples have these):evaluator: indicator that the evaluator is a humanannotator_id: Unique identifier for the annotatorscore: Numeric scoreevaluator_deductions: Letter codes for identified issuestask_comments: Detailed qualitative feedback explaining the evaluationdeduction_explanations: Explanations for any deductions madehuman_scores_agg(dict): Aggregated human scoresmean: Average score from human annotators (when available)count: Number of human annotators for this example
Data Statistics
- Model Coverage: 100% - all 60,000 examples have evaluations from all 4 models
- Human Coverage: 1.5% - 900 examples have human evaluations
- Human Annotators per Example: Average of 5 (when annotated)
- Qualitative Comments: 4,246 human task comments providing detailed feedback
- File Format: JSONL (newline-delimited JSON)
- File Size: ~306 MB
Example Structure
Every row contains evaluations from all 4 model evaluators, and a subset of rows (900 out of 60000) contain evaluations provided by human crowdworkers. A given row might in the 'model_annotations' column show:
- GPT-4.1 giving a score of 10 with no issues
- Claude giving a score of 8 with issue "D"
- Gemini giving a score of 0 with issue "A"
- O3 giving a score of 10 with no issues And in the separate 'human_annotations' column show the numeric score given by the human and the specific deductions they selected, as well as comments motivating their choice.
Citation
[To be added]
