EvalScope

Evaluation Report

Model(s) qwen-plus
Datasets gpqa_diamond, gsm8k, ifeval, iquiz
Generated at 2026-05-06 16:47:51

Overview

Score Summary 4 entries
Dataset Model Metric Score Num
GPQA-Diamond qwen-plus mean_acc 0.8000 10
GSM8K qwen-plus mean_acc 1.0000 10
IFEval qwen-plus mean_prompt_level_strict 0.9000 10
IQuiz qwen-plus mean_acc 0.8500 20
Overall Score Chart
Score Distribution

Results by Dataset

GPQA-Diamond
0.8000
Description

Overview

GPQA (Graduate-Level Google-Proof Q&A) Diamond is a challenging benchmark of 198 multiple-choice questions written by domain experts in biology, physics, and chemistry. The questions are designed to be extremely difficult, requiring PhD-level expertise to answer correctly.

Task Description

  • Task Type: Expert-Level Multiple-Choice Q&A
  • Input: Graduate-level science question with 4 choices
  • Output: Single correct answer letter (A, B, C, or D)
  • Domains: Biology, Physics, Chemistry

Key Features

  • 198 questions written and validated by domain PhD experts
  • Questions are "Google-proof" - cannot be easily looked up
  • Designed to test deep domain knowledge and reasoning
  • Diamond subset represents the highest quality questions
  • Average human expert accuracy ~65%, non-expert ~34%

Evaluation Notes

  • Default configuration uses 0-shot or 5-shot evaluation
  • Supports Chain-of-Thought (CoT) prompting for improved reasoning
  • Answer choices are randomly shuffled during evaluation
  • Only uses train split (validation set is private)
  • Challenging benchmark for measuring expert-level reasoning

Properties

Property Value
Benchmark Name gpqa_diamond
Dataset ID AI-ModelScope/gpqa_diamond
Paper N/A
Tags Knowledge, MCQ
Metrics acc
Default Shots 0-shot
Evaluation Split train

Data Statistics

Metric Value
Total Samples 198
Prompt Length (Mean) 841.15 chars
Prompt Length (Min/Max) 340 / 5845 chars

Sample Example

Subset: default

{
  "input": [
    {
      "id": "82b448a9",
      "content": "Answer the following multiple choice question. The last line of your response should be of the following format: 'ANSWER: [LETTER]' (without quotes) where [LETTER] is one of A,B,C,D. Think step by step before answering.\n\nTwo quantum states wi ... [TRUNCATED] ...  and 10^-8 sec, respectively. We want to clearly distinguish these two energy levels. Which one of the following options could be their energy difference so that they can be clearly resolved?\n\n\nA) 10^-4 eV\nB) 10^-9 eV\nC) 10^-8 eV\nD) 10^-11 eV"
    }
  ],
  "choices": [
    "10^-4 eV",
    "10^-9 eV",
    "10^-8 eV",
    "10^-11 eV"
  ],
  "target": "A",
  "id": 0,
  "group_id": 0,
  "subset_key": "",
  "metadata": {
    "correct_answer": "10^-4 eV",
    "incorrect_answers": [
      "10^-11 eV",
      "10^-8 eV\n",
      "10^-9 eV"
    ]
  }
}

Note: Some content was truncated for display.

Prompt Template

Prompt Template:

Answer the following multiple choice question. The last line of your response should be of the following format: 'ANSWER: [LETTER]' (without quotes) where [LETTER] is one of {letters}. Think step by step before answering.

{question}

{choices}
Category Subset Metric Score Num
default default mean_acc 0.8000 10
GPQA-Diamond · Subset Scores
GSM8K
1.0000
Description

Overview

GSM8K (Grade School Math 8K) is a high-quality dataset of 8.5K linguistically diverse grade school math word problems created by human problem writers. The dataset is specifically designed to evaluate and improve the multi-step mathematical reasoning capabilities of language models.

Task Description

  • Task Type: Mathematical Word Problem Solving
  • Input: Natural language math word problem
  • Output: Numerical answer derived through step-by-step reasoning
  • Difficulty: Grade school level (2-8 reasoning steps required)

Key Features

  • Problems require basic arithmetic operations (addition, subtraction, multiplication, division)
  • Solutions involve 2 to 8 sequential reasoning steps
  • High linguistic diversity in problem formulations
  • Human-written problems ensuring natural language quality
  • Clear numerical answers for objective evaluation

Evaluation Notes

  • Default configuration uses 4-shot examples with Chain-of-Thought (CoT) prompting
  • Answers should be formatted within \boxed{} for proper extraction
  • The metric extracts numerical values for accuracy comparison
  • Supports both zero-shot and few-shot evaluation modes

Properties

Property Value
Benchmark Name gsm8k
Dataset ID AI-ModelScope/gsm8k
Paper Paper
Tags Math, Reasoning
Metrics acc
Default Shots 4-shot
Evaluation Split test
Train Split train

Data Statistics

Metric Value
Total Samples 1,319
Prompt Length (Mean) 1966.87 chars
Prompt Length (Min/Max) 1800 / 2575 chars

Sample Example

Subset: main

{
  "input": [
    {
      "id": "0bc7f97b",
      "content": "Here are some examples of how to solve similar problems:\n\nNatalia sold clips to 48 of her friends in April, and then she sold half as many clips in May. How many clips did Natalia sell altogether in April and May?\n\nReasoning:\nNatalia sold 48/ ... [TRUNCATED] ... ds every day with four. She sells the remainder at the farmers' market daily for $2 per fresh duck egg. How much in dollars does she make every day at the farmers' market?\nPlease reason step by step, and put your final answer within \\boxed{}."
    }
  ],
  "target": "18",
  "id": 0,
  "group_id": 0,
  "metadata": {
    "reasoning": "Janet sells 16 - 3 - 4 = <<16-3-4=9>>9 duck eggs a day.\nShe makes 9 * 2 = $<<9*2=18>>18 every day at the farmer’s market."
  }
}

Note: Some content was truncated for display.

Prompt Template

Prompt Template:

{question}
Please reason step by step, and put your final answer within \boxed{{}}.
Few-shot Template
Here are some examples of how to solve similar problems:

{fewshot}

{question}
Please reason step by step, and put your final answer within \boxed{{}}.
Category Subset Metric Score Num
default main mean_acc 1.0000 10
GSM8K · Subset Scores
IFEval
0.9000
Description

Overview

IFEval (Instruction-Following Eval) is a benchmark for evaluating how well language models follow explicit, verifiable instructions. It contains prompts with specific formatting, content, or structural requirements that can be objectively verified.

Task Description

  • Task Type: Instruction Following Evaluation
  • Input: Prompts with explicit, verifiable constraints
  • Output: Response that follows all specified instructions
  • Constraint Types: Format, length, keywords, structure, etc.

Key Features

  • ~500 prompts with 25 types of verifiable instructions
  • Instructions are objectively checkable (not subjective)
  • Examples: "write exactly 3 paragraphs", "include the word X", "use bullet points"
  • Tests instruction comprehension and compliance
  • No ambiguity in evaluation criteria

Evaluation Notes

  • Default configuration uses 0-shot evaluation
  • Four metrics available:
  • prompt_level_strict: All instructions in prompt must be followed
  • prompt_level_loose: Some tolerance for minor deviations
  • inst_level_strict: Per-instruction accuracy (strict)
  • inst_level_loose: Per-instruction accuracy (loose)
  • prompt_level_strict is the primary metric
  • Automatic verification of instruction compliance

Properties

Property Value
Benchmark Name ifeval
Dataset ID opencompass/ifeval
Paper N/A
Tags InstructionFollowing
Metrics prompt_level_strict, inst_level_strict, prompt_level_loose, inst_level_loose
Default Shots 0-shot
Evaluation Split train

Data Statistics

Metric Value
Total Samples 541
Prompt Length (Mean) 210.75 chars
Prompt Length (Min/Max) 53 / 1858 chars

Sample Example

Subset: default

{
  "input": [
    {
      "id": "cb71907f",
      "content": "Write a 300+ word summary of the wikipedia page \"https://en.wikipedia.org/wiki/Raymond_III,_Count_of_Tripoli\". Do not use any commas and highlight at least 3 sections that has titles in markdown format, for example *highlighted section part 1*, *highlighted section part 2*, *highlighted section part 3*."
    }
  ],
  "target": "",
  "id": 0,
  "group_id": 0,
  "metadata": {
    "key": 1000,
    "prompt": "Write a 300+ word summary of the wikipedia page \"https://en.wikipedia.org/wiki/Raymond_III,_Count_of_Tripoli\". Do not use any commas and highlight at least 3 sections that has titles in markdown format, for example *highlighted section part 1*, *highlighted section part 2*, *highlighted section part 3*.",
    "instruction_id_list": [
      "punctuation:no_comma",
      "detectable_format:number_highlighted_sections",
      "length_constraints:number_words"
    ],
    "kwargs": [
      {
        "num_highlights": null,
        "relation": null,
        "num_words": null,
        "num_placeholders": null,
        "prompt_to_repeat": null,
        "num_bullets": null,
        "section_spliter": null,
        "num_sections": null,
        "capital_relation": null,
        "capital_frequency": null,
        "keywords": null,
        "num_paragraphs": null,
        "language": null,
        "let_relation": null,
        "letter": null,
        "let_frequency": null,
        "end_phrase": null,
        "forbidden_words": null,
        "keyword": null,
        "frequency": null,
        "num_sentences": null,
        "postscript_marker": null,
        "first_word": null,
        "nth_paragraph": null
      },
      {
        "num_highlights": 3,
        "relation": null,
        "num_words": null,
        "num_placeholders": null,
        "prompt_to_repeat": null,
        "num_bullets": null,
        "section_spliter": null,
        "num_sections": null,
        "capital_relation": null,
        "capital_frequency": null,
        "keywords": null,
        "num_paragraphs": null,
        "language": null,
        "let_relation": null,
        "letter": null,
        "let_frequency": null,
        "end_phrase": null,
        "forbidden_words": null,
        "keyword": null,
        "frequency": null,
        "num_sentences": null,
        "postscript_marker": null,
        "first_word": null,
        "nth_paragraph": null
      },
      {
        "num_highlights": null,
        "relation": "at least",
        "num_words": 300,
        "num_placeholders": null,
        "prompt_to_repeat": null,
        "num_bullets": null,
        "section_spliter": null,
        "num_sections": null,
        "capital_relation": null,
        "capital_frequency": null,
        "keywords": null,
        "num_paragraphs": null,
        "language": null,
        "let_relation": null,
        "letter": null,
        "let_frequency": null,
        "end_phrase": null,
        "forbidden_words": null,
        "keyword": null,
        "frequency": null,
        "num_sentences": null,
        "postscript_marker": null,
        "first_word": null,
        "nth_paragraph": null
      }
    ]
  }
}

Prompt Template

No prompt template defined.

Category Subset Metric Score Num
default default mean_prompt_level_strict 0.9000 10
IFEval · Subset Scores
IQuiz
0.8500
Description

Overview

IQuiz is a Chinese benchmark for evaluating AI models on intelligence quotient (IQ) and emotional quotient (EQ) questions. It tests logical reasoning, pattern recognition, and social-emotional understanding through multiple-choice questions.

Task Description

  • Task Type: Multiple-Choice Question Answering
  • Input: Question in Chinese with multiple choice options
  • Output: Selected answer with explanation (Chain-of-Thought)
  • Language: Chinese

Key Features

  • Dual evaluation of IQ and EQ capabilities
  • Chinese-language cognitive assessment
  • Multiple difficulty levels
  • Requires explanation alongside answer selection
  • Tests logical reasoning and emotional understanding

Evaluation Notes

  • Default configuration uses 0-shot evaluation
  • Primary metric: Accuracy
  • Subsets: IQ (logical reasoning) and EQ (emotional intelligence)
  • Uses Chinese Chain-of-Thought prompt template
  • Evaluates on test split
  • Metadata includes difficulty level information

Properties

Property Value
Benchmark Name iquiz
Dataset ID AI-ModelScope/IQuiz
Paper N/A
Tags Chinese, Knowledge, MCQ
Metrics acc
Default Shots 0-shot
Evaluation Split test

Data Statistics

Metric Value
Total Samples 120
Prompt Length (Mean) 248.31 chars
Prompt Length (Min/Max) 146 / 394 chars

Per-Subset Statistics:

Subset Samples Prompt Mean Prompt Min Prompt Max
IQ 40 194.5 146 323
EQ 80 275.21 219 394

Sample Example

Subset: IQ

{
  "input": [
    {
      "id": "748f2700",
      "content": "回答下面的单项选择题,请选出其中的正确答案。你的回答的最后一行应该是这样的格式:\"答案:[LETTER]\"(不带引号),其中 [LETTER] 是 A,B,C,D 中的一个。请在回答前进行一步步思考。\n\n问题:天气预报说本周星期三会下雨,昨天果然下雨了,今天星期几?\n选项:\nA) 星期一\nB) 星期二\nC) 星期三\nD) 星期四\n"
    }
  ],
  "choices": [
    "星期一",
    "星期二",
    "星期三",
    "星期四"
  ],
  "target": "D",
  "id": 0,
  "group_id": 0,
  "metadata": {
    "level": 1
  }
}

Prompt Template

Prompt Template:

回答下面的单项选择题,请选出其中的正确答案。你的回答的最后一行应该是这样的格式:"答案:[LETTER]"(不带引号),其中 [LETTER] 是 {letters} 中的一个。请在回答前进行一步步思考。

问题:{question}
选项:
{choices}

Category Subset Metric Score Num
default IQ mean_acc 1.0000 10
default EQ mean_acc 0.7000 10
IQuiz · Subset Scores