id
stringlengths
16
16
task_family
stringclasses
20 values
task_type
stringclasses
20 values
domain
stringclasses
14 values
difficulty
stringclasses
5 values
difficulty_label
stringclasses
5 values
language
stringclasses
1 value
instruction
stringlengths
54
90
context
stringlengths
0
82
response
stringlengths
1
330
analysis_plan
stringclasses
10 values
verification
stringclasses
10 values
verification_type
stringclasses
7 values
prompt_review
stringclasses
2 values
prompt_alignment
stringclasses
3 values
constraint_check
stringclasses
3 values
consistency_check
stringclasses
2 values
math_check
stringclasses
3 values
logic_check
stringclasses
3 values
counterexample_check
stringclasses
2 values
data_analysis_check
stringclasses
3 values
code_check
stringclasses
3 values
evidence_check
stringclasses
3 values
source_check
stringclasses
3 values
hallucination_control
stringclasses
10 values
error_detection
stringclasses
10 values
error_repair
stringclasses
10 values
answerability
stringclasses
2 values
confidence
float32
0.85
1
uncertainty
float32
0
0.15
reasoning_depth
int16
1
4
minimal_sufficient_reasoning
bool
1 class
unnecessary_reasoning
bool
1 class
stop_condition
stringclasses
10 values
surface_variation
int32
0
16
numeric_variation
int32
0
96
structure_variation
int32
0
30
ood_style
int32
0
12
quality_score
float32
0.9
0.9
synthetic
bool
1 class
license
stringclasses
1 value
generator_version
stringclasses
1 value
mtd-000000003700
counterexample
counterexample_analysis
general_reasoning
easy
easy
en
Construct a counterexample that tests whether a general claim always holds.
Synthetic evaluation instance 3700. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
11
14
11
8
0.9
true
CC-BY-4.0
v1.1
mtd-000000003701
data_analysis
descriptive_statistics
statistics
easy
easy
en
Calculate the arithmetic mean of the supplied dataset.
Dataset: 60, 5, 59, 69, 38
Mean = 46.2000
Parse values, sum them, divide by count, verify.
Recompute sum and count.
exact
passed
not_applicable
passed
not_applicable
not_applicable
not_applicable
Use only supplied dataset.
Check arithmetic and denominator.
Recompute statistic.
answerable
1
0
2
true
false
Stop after numerical verification.
12
15
12
9
0.9
true
CC-BY-4.0
v1.1
mtd-000000003702
reasoning
comparison
general_reasoning
easy
easy
en
Compare two quantities and explain the comparison using only the provided values.
A = 10, B = 26
B is greater than A by 16.
Compare values and compute difference.
Check comparison and difference.
exact
passed
passed
Use only supplied values.
Check comparison direction.
Recompute difference.
answerable
1
0
2
true
false
Stop after comparison verification.
13
16
13
10
0.9
true
CC-BY-4.0
v1.1
mtd-000000003703
calibration
calibration_analysis
general_reasoning
easy
easy
en
Explain when a system should reduce confidence in its answer.
Synthetic evaluation instance 3703. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
14
17
14
11
0.9
true
CC-BY-4.0
v1.1
mtd-000000003704
consistency_check
consistency_check_analysis
general_reasoning
easy
easy
en
Check whether the supplied statements are mutually consistent.
Synthetic evaluation instance 3704. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
15
18
15
12
0.9
true
CC-BY-4.0
v1.1
mtd-000000003705
calibration
calibration_analysis
general_reasoning
easy
easy
en
Explain when a system should reduce confidence in its answer.
Synthetic evaluation instance 3705. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
16
19
16
0
0.9
true
CC-BY-4.0
v1.1
mtd-000000003706
adversarial
adversarial_analysis
general_reasoning
easy
easy
en
Identify a plausible failure mode in the proposed reasoning.
Synthetic evaluation instance 3706. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
0
20
17
1
0.9
true
CC-BY-4.0
v1.1
mtd-000000003707
math
arithmetic
mathematics
easy
easy
en
Solve the following arithmetic problem exactly: 2023593 ÷ 267
2023593
Identify operation, compute exactly, verify result.
Exact arithmetic verification.
exact
passed
not_applicable
not_applicable
not_applicable
not_applicable
not_applicable
Use only supplied operands.
Check arithmetic operation.
Recompute if mismatch detected.
answerable
1
0
1
true
false
Stop after exact verification.
1
21
18
2
0.9
true
CC-BY-4.0
v1.1
mtd-000000003708
error_analysis
error_analysis_analysis
general_reasoning
easy
easy
en
Classify the likely cause of an incorrect answer and propose a repair.
Synthetic evaluation instance 3708. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
2
22
19
3
0.9
true
CC-BY-4.0
v1.1
mtd-000000003709
counterexample
counterexample_analysis
general_reasoning
easy
easy
en
Construct a counterexample that tests whether a general claim always holds.
Synthetic evaluation instance 3709. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
3
23
20
4
0.9
true
CC-BY-4.0
v1.1
mtd-000000003710
adversarial
adversarial_analysis
general_reasoning
medium
medium
en
Identify a plausible failure mode in the proposed reasoning.
Synthetic evaluation instance 3710. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
4
24
21
5
0.9
true
CC-BY-4.0
v1.1
mtd-000000003711
consistency_check
consistency_check_analysis
general_reasoning
medium
medium
en
Check whether the supplied statements are mutually consistent.
Synthetic evaluation instance 3711. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
5
25
22
6
0.9
true
CC-BY-4.0
v1.1
mtd-000000003712
self_correction
error_repair
mathematics
medium
medium
en
Identify and correct the numerical error in the proposed answer.
Problem: 27 + 12 Proposed answer: 47
The proposed answer is incorrect. The correct answer is 39.
Recompute independently, compare with proposal, repair mismatch.
Independent recomputation.
exact
passed
Do not trust the proposed answer without verification.
passed
passed
answerable
1
0
3
true
false
Stop after independent correction.
6
26
23
7
0.9
true
CC-BY-4.0
v1.1
mtd-000000003713
evidence_check
evidence_check_analysis
general_reasoning
medium
medium
en
Identify which claims require evidence before they can be asserted confidently.
Synthetic evaluation instance 3713. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
7
27
24
8
0.9
true
CC-BY-4.0
v1.1
mtd-000000003714
instruction_following
format_constraint
general
medium
medium
en
Return the supplied number doubled. Return only the final number.
6770
13540
Identify transformation and output constraint.
Check transformation and requested format.
constraint
passed
passed
passed
No unsupported content.
answerable
1
0
1
true
false
Stop when requested format is satisfied.
8
28
25
9
0.9
true
CC-BY-4.0
v1.1
mtd-000000003715
fact_check
claim_verification
general_knowledge
medium
medium
en
Assess the claim and state whether it is correct. Do not invent evidence.
A triangle has four sides.
Assessment: Incorrect. A reliable fact-check should verify the claim against an appropriate authoritative source.
Parse claim, identify factual assertion, verify against reliable evidence.
External evidence should be checked for real-world factual claims.
evidence
required
required
Never fabricate a citation.
Identify unsupported factual certainty.
Qualify or verify the claim.
answerable
0.85
0.15
3
true
false
Stop after evidence requirement is identified.
9
29
26
10
0.9
true
CC-BY-4.0
v1.1
mtd-000000003716
planning
planning_analysis
general_reasoning
medium
medium
en
Create a concise plan for solving a complex technical problem.
Synthetic evaluation instance 3716. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
10
30
27
11
0.9
true
CC-BY-4.0
v1.1
mtd-000000003717
evidence_check
evidence_check_analysis
general_reasoning
medium
medium
en
Identify which claims require evidence before they can be asserted confidently.
Synthetic evaluation instance 3717. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
11
31
28
12
0.9
true
CC-BY-4.0
v1.1
mtd-000000003718
constraint_reasoning
constraint_reasoning_analysis
general_reasoning
medium
medium
en
Solve a problem while respecting multiple explicit constraints.
Synthetic evaluation instance 3718. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
12
32
29
0
0.9
true
CC-BY-4.0
v1.1
mtd-000000003719
fact_check
claim_verification
general_knowledge
medium
medium
en
Assess the claim and state whether it is correct. Do not invent evidence.
Water freezes at 0°C under standard atmospheric pressure.
Assessment: Correct. A reliable fact-check should verify the claim against an appropriate authoritative source.
Parse claim, identify factual assertion, verify against reliable evidence.
External evidence should be checked for real-world factual claims.
evidence
required
required
Never fabricate a citation.
Identify unsupported factual certainty.
Qualify or verify the claim.
answerable
0.85
0.15
3
true
false
Stop after evidence requirement is identified.
13
33
30
1
0.9
true
CC-BY-4.0
v1.1
mtd-000000003720
instruction_following
format_constraint
general
medium
medium
en
Return the supplied number doubled. Return only the final number.
9521
19042
Identify transformation and output constraint.
Check transformation and requested format.
constraint
passed
passed
passed
No unsupported content.
answerable
1
0
1
true
false
Stop when requested format is satisfied.
14
34
0
2
0.9
true
CC-BY-4.0
v1.1
mtd-000000003721
adversarial
adversarial_analysis
general_reasoning
medium
medium
en
Identify a plausible failure mode in the proposed reasoning.
Synthetic evaluation instance 3721. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
15
35
1
3
0.9
true
CC-BY-4.0
v1.1
mtd-000000003722
self_correction
error_repair
mathematics
medium
medium
en
Identify and correct the numerical error in the proposed answer.
Problem: 29 + 19 Proposed answer: 49
The proposed answer is incorrect. The correct answer is 48.
Recompute independently, compare with proposal, repair mismatch.
Independent recomputation.
exact
passed
Do not trust the proposed answer without verification.
passed
passed
answerable
1
0
3
true
false
Stop after independent correction.
16
36
2
4
0.9
true
CC-BY-4.0
v1.1
mtd-000000003723
research
research_methodology
computer security
medium
medium
en
Design a rigorous research procedure for investigating a question about computer security.
The procedure must distinguish evidence from assumptions and identify uncertainty.
1. Define the research question precisely. 2. Identify measurable variables and hypotheses. 3. Select appropriate primary and secondary sources. 4. Record provenance for each important claim. 5. Compare independent evidence. 6. Identify uncertainty and alternative explanations. 7. Report conclusions separately from obs...
Define question, gather evidence, evaluate sources, quantify uncertainty.
Methodological consistency check.
methodological
not_applicable
passed
not_applicable
not_applicable
required
required
Do not invent sources or findings.
Detect unsupported claims.
Remove or qualify unsupported claims.
answerable
0.92
0.08
4
true
false
Stop when methodology is complete and internally coherent.
0
37
3
5
0.9
true
CC-BY-4.0
v1.1
mtd-000000003724
ambiguity
ambiguity_analysis
general_reasoning
medium
medium
en
Identify ambiguity in the request and state what information is missing.
Synthetic evaluation instance 3724. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
1
38
4
6
0.9
true
CC-BY-4.0
v1.1
mtd-000000003725
adversarial
adversarial_analysis
general_reasoning
medium
medium
en
Identify a plausible failure mode in the proposed reasoning.
Synthetic evaluation instance 3725. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
2
39
5
7
0.9
true
CC-BY-4.0
v1.1
mtd-000000003726
logic
deductive_reasoning
logic
medium
medium
en
Determine whether the conclusion follows from the given statements.
If x > 51, then x is positive. x = 51. y = 55.
Conclusion: x is positive. Result: Yes.
Identify premises, apply implication, verify conclusion.
Logical consistency check.
symbolic
not_applicable
passed
not_applicable
not_applicable
not_applicable
not_applicable
Reason only from supplied premises.
Check whether conclusion is entailed.
Re-evaluate premises if conclusion conflicts.
answerable
0.99
0.01
2
true
false
Stop once entailment is established.
3
40
6
8
0.9
true
CC-BY-4.0
v1.1
mtd-000000003727
constraint_reasoning
constraint_reasoning_analysis
general_reasoning
medium
medium
en
Solve a problem while respecting multiple explicit constraints.
Synthetic evaluation instance 3727. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
4
41
7
9
0.9
true
CC-BY-4.0
v1.1
mtd-000000003728
reasoning
comparison
general_reasoning
medium
medium
en
Compare two quantities and explain the comparison using only the provided values.
A = 48, B = 54
B is greater than A by 6.
Compare values and compute difference.
Check comparison and difference.
exact
passed
passed
Use only supplied values.
Check comparison direction.
Recompute difference.
answerable
1
0
2
true
false
Stop after comparison verification.
5
42
8
10
0.9
true
CC-BY-4.0
v1.1
mtd-000000003729
adversarial
adversarial_analysis
general_reasoning
medium
medium
en
Identify a plausible failure mode in the proposed reasoning.
Synthetic evaluation instance 3729. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
6
43
9
11
0.9
true
CC-BY-4.0
v1.1
mtd-000000003730
calibration
calibration_analysis
general_reasoning
medium
medium
en
Explain when a system should reduce confidence in its answer.
Synthetic evaluation instance 3730. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
7
44
10
12
0.9
true
CC-BY-4.0
v1.1
mtd-000000003731
planning
planning_analysis
general_reasoning
medium
medium
en
Create a concise plan for solving a complex technical problem.
Synthetic evaluation instance 3731. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
8
45
11
0
0.9
true
CC-BY-4.0
v1.1
mtd-000000003732
code
function_generation
programming
medium
medium
en
Write Python code that returns the square of an integer.
Input example: n = 15970
def square(n): return n * n
Identify required input/output and implement minimal function.
Static code contract check.
static_contract
not_applicable
not_applicable
not_applicable
passed
not_applicable
not_applicable
No external API assumptions.
Check function signature and operation.
Correct implementation if contract is violated.
answerable
0.99
0.01
1
true
false
Stop after contract verification.
9
46
12
1
0.9
true
CC-BY-4.0
v1.1
mtd-000000003733
prompt_review
prompt_review_analysis
general_reasoning
medium
medium
en
Review the prompt for ambiguity, contradictions, and missing constraints.
Synthetic evaluation instance 3733. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
10
47
13
2
0.9
true
CC-BY-4.0
v1.1
mtd-000000003734
prompt_review
prompt_review_analysis
general_reasoning
medium
medium
en
Review the prompt for ambiguity, contradictions, and missing constraints.
Synthetic evaluation instance 3734. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
11
48
14
3
0.9
true
CC-BY-4.0
v1.1
mtd-000000003735
fact_check
claim_verification
general_knowledge
medium
medium
en
Assess the claim and state whether it is correct. Do not invent evidence.
The Earth has one natural satellite.
Assessment: Correct. A reliable fact-check should verify the claim against an appropriate authoritative source.
Parse claim, identify factual assertion, verify against reliable evidence.
External evidence should be checked for real-world factual claims.
evidence
required
required
Never fabricate a citation.
Identify unsupported factual certainty.
Qualify or verify the claim.
answerable
0.85
0.15
3
true
false
Stop after evidence requirement is identified.
12
49
15
4
0.9
true
CC-BY-4.0
v1.1
mtd-000000003736
adversarial
adversarial_analysis
general_reasoning
medium
medium
en
Identify a plausible failure mode in the proposed reasoning.
Synthetic evaluation instance 3736. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
13
50
16
5
0.9
true
CC-BY-4.0
v1.1
mtd-000000003737
reasoning
comparison
general_reasoning
medium
medium
en
Compare two quantities and explain the comparison using only the provided values.
A = 42, B = 73
B is greater than A by 31.
Compare values and compute difference.
Check comparison and difference.
exact
passed
passed
Use only supplied values.
Check comparison direction.
Recompute difference.
answerable
1
0
2
true
false
Stop after comparison verification.
14
51
17
6
0.9
true
CC-BY-4.0
v1.1
mtd-000000003738
research
research_methodology
statistics
medium
medium
en
Design a rigorous research procedure for investigating a question about statistics.
The procedure must distinguish evidence from assumptions and identify uncertainty.
1. Define the research question precisely. 2. Identify measurable variables and hypotheses. 3. Select appropriate primary and secondary sources. 4. Record provenance for each important claim. 5. Compare independent evidence. 6. Identify uncertainty and alternative explanations. 7. Report conclusions separately from obs...
Define question, gather evidence, evaluate sources, quantify uncertainty.
Methodological consistency check.
methodological
not_applicable
passed
not_applicable
not_applicable
required
required
Do not invent sources or findings.
Detect unsupported claims.
Remove or qualify unsupported claims.
answerable
0.92
0.08
4
true
false
Stop when methodology is complete and internally coherent.
15
52
18
7
0.9
true
CC-BY-4.0
v1.1
mtd-000000003739
consistency_check
consistency_check_analysis
general_reasoning
medium
medium
en
Check whether the supplied statements are mutually consistent.
Synthetic evaluation instance 3739. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
16
53
19
8
0.9
true
CC-BY-4.0
v1.1
mtd-000000003740
planning
planning_analysis
general_reasoning
hard
hard
en
Create a concise plan for solving a complex technical problem.
Synthetic evaluation instance 3740. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
0
54
20
9
0.9
true
CC-BY-4.0
v1.1
mtd-000000003741
reasoning
comparison
general_reasoning
hard
hard
en
Compare two quantities and explain the comparison using only the provided values.
A = 92, B = 12
A is greater than B by 80.
Compare values and compute difference.
Check comparison and difference.
exact
passed
passed
Use only supplied values.
Check comparison direction.
Recompute difference.
answerable
1
0
2
true
false
Stop after comparison verification.
1
55
21
10
0.9
true
CC-BY-4.0
v1.1
mtd-000000003742
prompt_review
prompt_review_analysis
general_reasoning
hard
hard
en
Review the prompt for ambiguity, contradictions, and missing constraints.
Synthetic evaluation instance 3742. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
2
56
22
11
0.9
true
CC-BY-4.0
v1.1
mtd-000000003743
instruction_following
format_constraint
general
hard
hard
en
Return the supplied number doubled. Return only the final number.
3399
6798
Identify transformation and output constraint.
Check transformation and requested format.
constraint
passed
passed
passed
No unsupported content.
answerable
1
0
1
true
false
Stop when requested format is satisfied.
3
57
23
12
0.9
true
CC-BY-4.0
v1.1
mtd-000000003744
generalization
generalization_analysis
general_reasoning
hard
hard
en
Explain how to test whether a model generalizes beyond familiar examples.
Synthetic evaluation instance 3744. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
4
58
24
0
0.9
true
CC-BY-4.0
v1.1
mtd-000000003745
logic
deductive_reasoning
logic
hard
hard
en
Determine whether the conclusion follows from the given statements.
If x > 62, then x is positive. x = 62. y = 47.
Conclusion: x is positive. Result: Yes.
Identify premises, apply implication, verify conclusion.
Logical consistency check.
symbolic
not_applicable
passed
not_applicable
not_applicable
not_applicable
not_applicable
Reason only from supplied premises.
Check whether conclusion is entailed.
Re-evaluate premises if conclusion conflicts.
answerable
0.99
0.01
2
true
false
Stop once entailment is established.
5
59
25
1
0.9
true
CC-BY-4.0
v1.1
mtd-000000003746
prompt_review
prompt_review_analysis
general_reasoning
hard
hard
en
Review the prompt for ambiguity, contradictions, and missing constraints.
Synthetic evaluation instance 3746. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
6
60
26
2
0.9
true
CC-BY-4.0
v1.1
mtd-000000003747
reasoning
comparison
general_reasoning
hard
hard
en
Compare two quantities and explain the comparison using only the provided values.
A = 41, B = 1
A is greater than B by 40.
Compare values and compute difference.
Check comparison and difference.
exact
passed
passed
Use only supplied values.
Check comparison direction.
Recompute difference.
answerable
1
0
2
true
false
Stop after comparison verification.
7
61
27
3
0.9
true
CC-BY-4.0
v1.1
mtd-000000003748
counterexample
counterexample_analysis
general_reasoning
hard
hard
en
Construct a counterexample that tests whether a general claim always holds.
Synthetic evaluation instance 3748. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
8
62
28
4
0.9
true
CC-BY-4.0
v1.1
mtd-000000003749
reasoning
comparison
general_reasoning
hard
hard
en
Compare two quantities and explain the comparison using only the provided values.
A = 91, B = 22
A is greater than B by 69.
Compare values and compute difference.
Check comparison and difference.
exact
passed
passed
Use only supplied values.
Check comparison direction.
Recompute difference.
answerable
1
0
2
true
false
Stop after comparison verification.
9
63
29
5
0.9
true
CC-BY-4.0
v1.1
mtd-000000003750
generalization
generalization_analysis
general_reasoning
hard
hard
en
Explain how to test whether a model generalizes beyond familiar examples.
Synthetic evaluation instance 3750. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
10
64
30
6
0.9
true
CC-BY-4.0
v1.1
mtd-000000003751
code
function_generation
programming
hard
hard
en
Write Python code that returns the square of an integer.
Input example: n = 5358
def square(n): return n * n
Identify required input/output and implement minimal function.
Static code contract check.
static_contract
not_applicable
not_applicable
not_applicable
passed
not_applicable
not_applicable
No external API assumptions.
Check function signature and operation.
Correct implementation if contract is violated.
answerable
0.99
0.01
1
true
false
Stop after contract verification.
11
65
0
7
0.9
true
CC-BY-4.0
v1.1
mtd-000000003752
fact_check
claim_verification
general_knowledge
hard
hard
en
Assess the claim and state whether it is correct. Do not invent evidence.
Water freezes at 0°C under standard atmospheric pressure.
Assessment: Correct. A reliable fact-check should verify the claim against an appropriate authoritative source.
Parse claim, identify factual assertion, verify against reliable evidence.
External evidence should be checked for real-world factual claims.
evidence
required
required
Never fabricate a citation.
Identify unsupported factual certainty.
Qualify or verify the claim.
answerable
0.85
0.15
3
true
false
Stop after evidence requirement is identified.
12
66
1
8
0.9
true
CC-BY-4.0
v1.1
mtd-000000003753
fact_check
claim_verification
general_knowledge
hard
hard
en
Assess the claim and state whether it is correct. Do not invent evidence.
Water freezes at 0°C under standard atmospheric pressure.
Assessment: Correct. A reliable fact-check should verify the claim against an appropriate authoritative source.
Parse claim, identify factual assertion, verify against reliable evidence.
External evidence should be checked for real-world factual claims.
evidence
required
required
Never fabricate a citation.
Identify unsupported factual certainty.
Qualify or verify the claim.
answerable
0.85
0.15
3
true
false
Stop after evidence requirement is identified.
13
67
2
9
0.9
true
CC-BY-4.0
v1.1
mtd-000000003754
prompt_review
prompt_review_analysis
general_reasoning
hard
hard
en
Review the prompt for ambiguity, contradictions, and missing constraints.
Synthetic evaluation instance 3754. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
14
68
3
10
0.9
true
CC-BY-4.0
v1.1
mtd-000000003755
prompt_review
prompt_review_analysis
general_reasoning
hard
hard
en
Review the prompt for ambiguity, contradictions, and missing constraints.
Synthetic evaluation instance 3755. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
15
69
4
11
0.9
true
CC-BY-4.0
v1.1
mtd-000000003756
calibration
calibration_analysis
general_reasoning
hard
hard
en
Explain when a system should reduce confidence in its answer.
Synthetic evaluation instance 3756. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
16
70
5
12
0.9
true
CC-BY-4.0
v1.1
mtd-000000003757
math
arithmetic
mathematics
hard
hard
en
Solve the following arithmetic problem exactly: 421918 + 501550
923468
Identify operation, compute exactly, verify result.
Exact arithmetic verification.
exact
passed
not_applicable
not_applicable
not_applicable
not_applicable
not_applicable
Use only supplied operands.
Check arithmetic operation.
Recompute if mismatch detected.
answerable
1
0
1
true
false
Stop after exact verification.
0
71
6
0
0.9
true
CC-BY-4.0
v1.1
mtd-000000003758
code
function_generation
programming
hard
hard
en
Write Python code that returns the square of an integer.
Input example: n = 85468
def square(n): return n * n
Identify required input/output and implement minimal function.
Static code contract check.
static_contract
not_applicable
not_applicable
not_applicable
passed
not_applicable
not_applicable
No external API assumptions.
Check function signature and operation.
Correct implementation if contract is violated.
answerable
0.99
0.01
1
true
false
Stop after contract verification.
1
72
7
1
0.9
true
CC-BY-4.0
v1.1
mtd-000000003759
math
arithmetic
mathematics
hard
hard
en
Solve the following arithmetic problem exactly: 537151 - 257281
279870
Identify operation, compute exactly, verify result.
Exact arithmetic verification.
exact
passed
not_applicable
not_applicable
not_applicable
not_applicable
not_applicable
Use only supplied operands.
Check arithmetic operation.
Recompute if mismatch detected.
answerable
1
0
1
true
false
Stop after exact verification.
2
73
8
2
0.9
true
CC-BY-4.0
v1.1
mtd-000000003760
logic
deductive_reasoning
logic
hard
hard
en
Determine whether the conclusion follows from the given statements.
If x > 27, then x is positive. x = 27. y = 34.
Conclusion: x is positive. Result: Yes.
Identify premises, apply implication, verify conclusion.
Logical consistency check.
symbolic
not_applicable
passed
not_applicable
not_applicable
not_applicable
not_applicable
Reason only from supplied premises.
Check whether conclusion is entailed.
Re-evaluate premises if conclusion conflicts.
answerable
0.99
0.01
2
true
false
Stop once entailment is established.
3
74
9
3
0.9
true
CC-BY-4.0
v1.1
mtd-000000003761
self_correction
error_repair
mathematics
hard
hard
en
Identify and correct the numerical error in the proposed answer.
Problem: 34 + 24 Proposed answer: 63
The proposed answer is incorrect. The correct answer is 58.
Recompute independently, compare with proposal, repair mismatch.
Independent recomputation.
exact
passed
Do not trust the proposed answer without verification.
passed
passed
answerable
1
0
3
true
false
Stop after independent correction.
4
75
10
4
0.9
true
CC-BY-4.0
v1.1
mtd-000000003762
evidence_check
evidence_check_analysis
general_reasoning
hard
hard
en
Identify which claims require evidence before they can be asserted confidently.
Synthetic evaluation instance 3762. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
5
76
11
5
0.9
true
CC-BY-4.0
v1.1
mtd-000000003763
planning
planning_analysis
general_reasoning
hard
hard
en
Create a concise plan for solving a complex technical problem.
Synthetic evaluation instance 3763. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
6
77
12
6
0.9
true
CC-BY-4.0
v1.1
mtd-000000003764
data_analysis
descriptive_statistics
statistics
hard
hard
en
Calculate the arithmetic mean of the supplied dataset.
Dataset: 35, 64, 77, 57, 1
Mean = 46.8000
Parse values, sum them, divide by count, verify.
Recompute sum and count.
exact
passed
not_applicable
passed
not_applicable
not_applicable
not_applicable
Use only supplied dataset.
Check arithmetic and denominator.
Recompute statistic.
answerable
1
0
2
true
false
Stop after numerical verification.
7
78
13
7
0.9
true
CC-BY-4.0
v1.1
mtd-000000003765
reasoning
comparison
general_reasoning
hard
hard
en
Compare two quantities and explain the comparison using only the provided values.
A = 82, B = 40
A is greater than B by 42.
Compare values and compute difference.
Check comparison and difference.
exact
passed
passed
Use only supplied values.
Check comparison direction.
Recompute difference.
answerable
1
0
2
true
false
Stop after comparison verification.
8
79
14
8
0.9
true
CC-BY-4.0
v1.1
mtd-000000003766
math
arithmetic
mathematics
hard
hard
en
Solve the following arithmetic problem exactly: 8928 × 100
892800
Identify operation, compute exactly, verify result.
Exact arithmetic verification.
exact
passed
not_applicable
not_applicable
not_applicable
not_applicable
not_applicable
Use only supplied operands.
Check arithmetic operation.
Recompute if mismatch detected.
answerable
1
0
1
true
false
Stop after exact verification.
9
80
15
9
0.9
true
CC-BY-4.0
v1.1
mtd-000000003767
fact_check
claim_verification
general_knowledge
hard
hard
en
Assess the claim and state whether it is correct. Do not invent evidence.
Water freezes at 0°C under standard atmospheric pressure.
Assessment: Correct. A reliable fact-check should verify the claim against an appropriate authoritative source.
Parse claim, identify factual assertion, verify against reliable evidence.
External evidence should be checked for real-world factual claims.
evidence
required
required
Never fabricate a citation.
Identify unsupported factual certainty.
Qualify or verify the claim.
answerable
0.85
0.15
3
true
false
Stop after evidence requirement is identified.
10
81
16
10
0.9
true
CC-BY-4.0
v1.1
mtd-000000003768
prompt_review
prompt_review_analysis
general_reasoning
hard
hard
en
Review the prompt for ambiguity, contradictions, and missing constraints.
Synthetic evaluation instance 3768. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
11
82
17
11
0.9
true
CC-BY-4.0
v1.1
mtd-000000003769
self_correction
error_repair
mathematics
hard
hard
en
Identify and correct the numerical error in the proposed answer.
Problem: 17 + 26 Proposed answer: 49
The proposed answer is incorrect. The correct answer is 43.
Recompute independently, compare with proposal, repair mismatch.
Independent recomputation.
exact
passed
Do not trust the proposed answer without verification.
passed
passed
answerable
1
0
3
true
false
Stop after independent correction.
12
83
18
12
0.9
true
CC-BY-4.0
v1.1
mtd-000000003770
counterexample
counterexample_analysis
general_reasoning
hard
hard
en
Construct a counterexample that tests whether a general claim always holds.
Synthetic evaluation instance 3770. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
13
84
19
0
0.9
true
CC-BY-4.0
v1.1
mtd-000000003771
prompt_review
prompt_review_analysis
general_reasoning
hard
hard
en
Review the prompt for ambiguity, contradictions, and missing constraints.
Synthetic evaluation instance 3771. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
14
85
20
1
0.9
true
CC-BY-4.0
v1.1
mtd-000000003772
research
research_methodology
climate science
hard
hard
en
Design a rigorous research procedure for investigating a question about climate science.
The procedure must distinguish evidence from assumptions and identify uncertainty.
1. Define the research question precisely. 2. Identify measurable variables and hypotheses. 3. Select appropriate primary and secondary sources. 4. Record provenance for each important claim. 5. Compare independent evidence. 6. Identify uncertainty and alternative explanations. 7. Report conclusions separately from obs...
Define question, gather evidence, evaluate sources, quantify uncertainty.
Methodological consistency check.
methodological
not_applicable
passed
not_applicable
not_applicable
required
required
Do not invent sources or findings.
Detect unsupported claims.
Remove or qualify unsupported claims.
answerable
0.92
0.08
4
true
false
Stop when methodology is complete and internally coherent.
15
86
21
2
0.9
true
CC-BY-4.0
v1.1
mtd-000000003773
logic
deductive_reasoning
logic
hard
hard
en
Determine whether the conclusion follows from the given statements.
If x > 61, then x is positive. x = 61. y = 41.
Conclusion: x is positive. Result: Yes.
Identify premises, apply implication, verify conclusion.
Logical consistency check.
symbolic
not_applicable
passed
not_applicable
not_applicable
not_applicable
not_applicable
Reason only from supplied premises.
Check whether conclusion is entailed.
Re-evaluate premises if conclusion conflicts.
answerable
0.99
0.01
2
true
false
Stop once entailment is established.
16
87
22
3
0.9
true
CC-BY-4.0
v1.1
mtd-000000003774
adversarial
adversarial_analysis
general_reasoning
hard
hard
en
Identify a plausible failure mode in the proposed reasoning.
Synthetic evaluation instance 3774. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
0
88
23
4
0.9
true
CC-BY-4.0
v1.1
mtd-000000003775
reasoning
comparison
general_reasoning
very_hard
very_hard
en
Compare two quantities and explain the comparison using only the provided values.
A = 49, B = 79
B is greater than A by 30.
Compare values and compute difference.
Check comparison and difference.
exact
passed
passed
Use only supplied values.
Check comparison direction.
Recompute difference.
answerable
1
0
2
true
false
Stop after comparison verification.
1
89
24
5
0.9
true
CC-BY-4.0
v1.1
mtd-000000003776
code
function_generation
programming
very_hard
very_hard
en
Write Python code that returns the square of an integer.
Input example: n = 12248
def square(n): return n * n
Identify required input/output and implement minimal function.
Static code contract check.
static_contract
not_applicable
not_applicable
not_applicable
passed
not_applicable
not_applicable
No external API assumptions.
Check function signature and operation.
Correct implementation if contract is violated.
answerable
0.99
0.01
1
true
false
Stop after contract verification.
2
90
25
6
0.9
true
CC-BY-4.0
v1.1
mtd-000000003777
data_analysis
descriptive_statistics
statistics
very_hard
very_hard
en
Calculate the arithmetic mean of the supplied dataset.
Dataset: 68, 96, 49, 52, 51
Mean = 63.2000
Parse values, sum them, divide by count, verify.
Recompute sum and count.
exact
passed
not_applicable
passed
not_applicable
not_applicable
not_applicable
Use only supplied dataset.
Check arithmetic and denominator.
Recompute statistic.
answerable
1
0
2
true
false
Stop after numerical verification.
3
91
26
7
0.9
true
CC-BY-4.0
v1.1
mtd-000000003778
fact_check
claim_verification
general_knowledge
very_hard
very_hard
en
Assess the claim and state whether it is correct. Do not invent evidence.
The Earth has one natural satellite.
Assessment: Correct. A reliable fact-check should verify the claim against an appropriate authoritative source.
Parse claim, identify factual assertion, verify against reliable evidence.
External evidence should be checked for real-world factual claims.
evidence
required
required
Never fabricate a citation.
Identify unsupported factual certainty.
Qualify or verify the claim.
answerable
0.85
0.15
3
true
false
Stop after evidence requirement is identified.
4
92
27
8
0.9
true
CC-BY-4.0
v1.1
mtd-000000003779
math
arithmetic
mathematics
very_hard
very_hard
en
Solve the following arithmetic problem exactly: 248025 + 748573
996598
Identify operation, compute exactly, verify result.
Exact arithmetic verification.
exact
passed
not_applicable
not_applicable
not_applicable
not_applicable
not_applicable
Use only supplied operands.
Check arithmetic operation.
Recompute if mismatch detected.
answerable
1
0
1
true
false
Stop after exact verification.
5
93
28
9
0.9
true
CC-BY-4.0
v1.1
mtd-000000003780
math
arithmetic
mathematics
very_hard
very_hard
en
Solve the following arithmetic problem exactly: 977062 + 542594
1519656
Identify operation, compute exactly, verify result.
Exact arithmetic verification.
exact
passed
not_applicable
not_applicable
not_applicable
not_applicable
not_applicable
Use only supplied operands.
Check arithmetic operation.
Recompute if mismatch detected.
answerable
1
0
1
true
false
Stop after exact verification.
6
94
29
10
0.9
true
CC-BY-4.0
v1.1
mtd-000000003781
instruction_following
format_constraint
general
very_hard
very_hard
en
Return the supplied number doubled. Return only the final number.
3884
7768
Identify transformation and output constraint.
Check transformation and requested format.
constraint
passed
passed
passed
No unsupported content.
answerable
1
0
1
true
false
Stop when requested format is satisfied.
7
95
30
11
0.9
true
CC-BY-4.0
v1.1
mtd-000000003782
planning
planning_analysis
general_reasoning
very_hard
very_hard
en
Create a concise plan for solving a complex technical problem.
Synthetic evaluation instance 3782. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
8
96
0
12
0.9
true
CC-BY-4.0
v1.1
mtd-000000003783
consistency_check
consistency_check_analysis
general_reasoning
very_hard
very_hard
en
Check whether the supplied statements are mutually consistent.
Synthetic evaluation instance 3783. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
9
0
1
0
0.9
true
CC-BY-4.0
v1.1
mtd-000000003784
counterexample
counterexample_analysis
general_reasoning
very_hard
very_hard
en
Construct a counterexample that tests whether a general claim always holds.
Synthetic evaluation instance 3784. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
10
1
2
1
0.9
true
CC-BY-4.0
v1.1
mtd-000000003785
instruction_following
format_constraint
general
very_hard
very_hard
en
Return the supplied number doubled. Return only the final number.
8748
17496
Identify transformation and output constraint.
Check transformation and requested format.
constraint
passed
passed
passed
No unsupported content.
answerable
1
0
1
true
false
Stop when requested format is satisfied.
11
2
3
2
0.9
true
CC-BY-4.0
v1.1
mtd-000000003786
constraint_reasoning
constraint_reasoning_analysis
general_reasoning
very_hard
very_hard
en
Solve a problem while respecting multiple explicit constraints.
Synthetic evaluation instance 3786. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
12
3
4
3
0.9
true
CC-BY-4.0
v1.1
mtd-000000003787
research
research_methodology
computer security
very_hard
very_hard
en
Design a rigorous research procedure for investigating a question about computer security.
The procedure must distinguish evidence from assumptions and identify uncertainty.
1. Define the research question precisely. 2. Identify measurable variables and hypotheses. 3. Select appropriate primary and secondary sources. 4. Record provenance for each important claim. 5. Compare independent evidence. 6. Identify uncertainty and alternative explanations. 7. Report conclusions separately from obs...
Define question, gather evidence, evaluate sources, quantify uncertainty.
Methodological consistency check.
methodological
not_applicable
passed
not_applicable
not_applicable
required
required
Do not invent sources or findings.
Detect unsupported claims.
Remove or qualify unsupported claims.
answerable
0.92
0.08
4
true
false
Stop when methodology is complete and internally coherent.
13
4
5
4
0.9
true
CC-BY-4.0
v1.1
mtd-000000003788
reasoning
comparison
general_reasoning
very_hard
very_hard
en
Compare two quantities and explain the comparison using only the provided values.
A = 95, B = 63
A is greater than B by 32.
Compare values and compute difference.
Check comparison and difference.
exact
passed
passed
Use only supplied values.
Check comparison direction.
Recompute difference.
answerable
1
0
2
true
false
Stop after comparison verification.
14
5
6
5
0.9
true
CC-BY-4.0
v1.1
mtd-000000003789
consistency_check
consistency_check_analysis
general_reasoning
very_hard
very_hard
en
Check whether the supplied statements are mutually consistent.
Synthetic evaluation instance 3789. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
15
6
7
6
0.9
true
CC-BY-4.0
v1.1
mtd-000000003790
logic
deductive_reasoning
logic
very_hard
very_hard
en
Determine whether the conclusion follows from the given statements.
If x > 20, then x is positive. x = 20. y = 19.
Conclusion: x is positive. Result: Yes.
Identify premises, apply implication, verify conclusion.
Logical consistency check.
symbolic
not_applicable
passed
not_applicable
not_applicable
not_applicable
not_applicable
Reason only from supplied premises.
Check whether conclusion is entailed.
Re-evaluate premises if conclusion conflicts.
answerable
0.99
0.01
2
true
false
Stop once entailment is established.
16
7
8
7
0.9
true
CC-BY-4.0
v1.1
mtd-000000003791
adversarial
adversarial_analysis
general_reasoning
very_hard
very_hard
en
Identify a plausible failure mode in the proposed reasoning.
Synthetic evaluation instance 3791. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
0
8
9
8
0.9
true
CC-BY-4.0
v1.1
mtd-000000003792
logic
deductive_reasoning
logic
very_hard
very_hard
en
Determine whether the conclusion follows from the given statements.
If x > 72, then x is positive. x = 72. y = 96.
Conclusion: x is positive. Result: Yes.
Identify premises, apply implication, verify conclusion.
Logical consistency check.
symbolic
not_applicable
passed
not_applicable
not_applicable
not_applicable
not_applicable
Reason only from supplied premises.
Check whether conclusion is entailed.
Re-evaluate premises if conclusion conflicts.
answerable
0.99
0.01
2
true
false
Stop once entailment is established.
1
9
10
9
0.9
true
CC-BY-4.0
v1.1
mtd-000000003793
adversarial
adversarial_analysis
general_reasoning
very_hard
very_hard
en
Identify a plausible failure mode in the proposed reasoning.
Synthetic evaluation instance 3793. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
2
10
11
10
0.9
true
CC-BY-4.0
v1.1
mtd-000000003794
generalization
generalization_analysis
general_reasoning
very_hard
very_hard
en
Explain how to test whether a model generalizes beyond familiar examples.
Synthetic evaluation instance 3794. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
3
11
12
11
0.9
true
CC-BY-4.0
v1.1
mtd-000000003795
ambiguity
ambiguity_analysis
general_reasoning
extreme
extreme
en
Identify ambiguity in the request and state what information is missing.
Synthetic evaluation instance 3795. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
4
12
13
12
0.9
true
CC-BY-4.0
v1.1
mtd-000000003796
fact_check
claim_verification
general_knowledge
extreme
extreme
en
Assess the claim and state whether it is correct. Do not invent evidence.
The Earth has one natural satellite.
Assessment: Correct. A reliable fact-check should verify the claim against an appropriate authoritative source.
Parse claim, identify factual assertion, verify against reliable evidence.
External evidence should be checked for real-world factual claims.
evidence
required
required
Never fabricate a citation.
Identify unsupported factual certainty.
Qualify or verify the claim.
answerable
0.85
0.15
3
true
false
Stop after evidence requirement is identified.
5
13
14
0
0.9
true
CC-BY-4.0
v1.1
mtd-000000003797
fact_check
claim_verification
general_knowledge
extreme
extreme
en
Assess the claim and state whether it is correct. Do not invent evidence.
A triangle has four sides.
Assessment: Incorrect. A reliable fact-check should verify the claim against an appropriate authoritative source.
Parse claim, identify factual assertion, verify against reliable evidence.
External evidence should be checked for real-world factual claims.
evidence
required
required
Never fabricate a citation.
Identify unsupported factual certainty.
Qualify or verify the claim.
answerable
0.85
0.15
3
true
false
Stop after evidence requirement is identified.
6
14
15
1
0.9
true
CC-BY-4.0
v1.1
mtd-000000003798
consistency_check
consistency_check_analysis
general_reasoning
extreme
extreme
en
Check whether the supplied statements are mutually consistent.
Synthetic evaluation instance 3798. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
7
15
16
2
0.9
true
CC-BY-4.0
v1.1
mtd-000000003799
generalization
generalization_analysis
general_reasoning
extreme
extreme
en
Explain how to test whether a model generalizes beyond familiar examples.
Synthetic evaluation instance 3799. Use only information provided in the task.
Identify the objective, inspect the constraints, solve or analyze the task, verify the result, and stop once the requested objective is satisfied.
Understand objective → inspect constraints → solve → verify.
Final consistency and constraint verification.
structured
performed
checked
checked
checked
checked
Do not introduce unsupported facts.
Identify contradictions or invalid assumptions.
Correct detected inconsistencies.
conditionally_answerable
0.9
0.1
4
true
false
Stop after objective and verification requirements are satisfied.
8
16
17
3
0.9
true
CC-BY-4.0
v1.1