edinburgh-dawg/mmlu-redux
收藏资源简介:
MMLU-Redux是MMLU数据集的一个子集,包含了30个不同主题的3000个手动重新标注的问题。每个数据点包含七个字段:问题、选项、答案、错误类型、来源、正确答案和潜在原因。数据集主要用于问答任务,语言为英语,遵循CC-BY-4.0许可。
MMLU-Redux is a subset of the MMLU dataset, which comprises 3000 manually re-annotated questions covering 30 distinct topics. Each data sample includes seven fields: question, options, answer, error type, source, correct answer, and potential cause. This dataset is primarily designed for question answering tasks, is written in English, and is released under the CC-BY-4.0 license.
数据集概述
数据集描述
MMLU-Redux是一个包含30个不同学科的3,000个手动重新标注问题的数据集。每个数据点包含以下七个特征:
- question (
str): 原始MMLU问题。 - choices (
List[str]): 与问题相关的四个选项。 - answer (
int): MMLU的正确答案标签,形式为0到3之间的数组索引。 - error_type (
str): 标注的错误类型,可以是以下六种之一:"ok", "bad_question_clarity", "bad_options_clarity", "no_correct_answer", "multiple_correct_answers", "wrong_groundtruth" 和 "expert"。 - source (
str): 问题的潜在来源。 - correct_answer (
str): 在"no_correct_answer"和"wrong_groundtruth"情况下,标注者可以建议替代的正确答案。 - potential_reason (
str): 标注者认为导致错误的自由文本描述。
数据集结构
数据集分为多个配置(config),每个配置代表一个学科,每个学科包含一个测试集(test split),测试集包含100个样本。以下是部分学科的配置名称和测试集样本数:
- anatomy: 100个样本
- business_ethics: 100个样本
- clinical_knowledge: 100个样本
- college_chemistry: 100个样本
- college_computer_science: 100个样本
- college_mathematics: 100个样本
- college_medicine: 100个样本
- college_physics: 100个样本
- econometrics: 100个样本
- electrical_engineering: 100个样本
- formal_logic: 100个样本
- global_facts: 100个样本
- high_school_chemistry: 100个样本
- high_school_mathematics: 100个样本
- high_school_physics: 100个样本
- high_school_statistics: 100个样本
- human_aging: 100个样本
- logical_fallacies: 100个样本
- machine_learning: 100个样本
- miscellaneous: 100个样本
- philosophy: 100个样本
- professional_accounting: 100个样本
- public_relations: 100个样本
- virology: 100个样本
- conceptual_physics: 100个样本
- high_school_us_history: 100个样本
- astronomy: 100个样本
- high_school_geography: 100个样本
- high_school_macroeconomics: 100个样本
- professional_law: 100个样本
数据集来源
MMLU-Redux的数据来源于cais/mmlu,该数据集也被用于lm-eval-harness框架。数据集的选择基于Holistic Evaluation of Language Models (HELM) leaderboard v1.3.0的性能分析。
许可证
数据集的许可证为CC-BY-4.0。




