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-000000001100
math
arithmetic
mathematics
easy
easy
en
Solve the following arithmetic problem exactly: 353939 + 690777
1044716
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.
12
33
15
8
0.9
true
CC-BY-4.0
v1.1
mtd-000000001101
research
research_methodology
economics
easy
easy
en
Design a rigorous research procedure for investigating a question about economics.
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
34
16
9
0.9
true
CC-BY-4.0
v1.1
mtd-000000001102
calibration
calibration_analysis
general_reasoning
easy
easy
en
Explain when a system should reduce confidence in its answer.
Synthetic evaluation instance 1102. 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
35
17
10
0.9
true
CC-BY-4.0
v1.1
mtd-000000001103
instruction_following
format_constraint
general
easy
easy
en
Return the supplied number doubled. Return only the final number.
8214
16428
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.
15
36
18
11
0.9
true
CC-BY-4.0
v1.1
mtd-000000001104
generalization
generalization_analysis
general_reasoning
easy
easy
en
Explain how to test whether a model generalizes beyond familiar examples.
Synthetic evaluation instance 1104. 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
37
19
12
0.9
true
CC-BY-4.0
v1.1
mtd-000000001105
constraint_reasoning
constraint_reasoning_analysis
general_reasoning
easy
easy
en
Solve a problem while respecting multiple explicit constraints.
Synthetic evaluation instance 1105. 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
38
20
0
0.9
true
CC-BY-4.0
v1.1
mtd-000000001106
code
function_generation
programming
easy
easy
en
Write Python code that returns the square of an integer.
Input example: n = 59988
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
39
21
1
0.9
true
CC-BY-4.0
v1.1
mtd-000000001107
evidence_check
evidence_check_analysis
general_reasoning
easy
easy
en
Identify which claims require evidence before they can be asserted confidently.
Synthetic evaluation instance 1107. 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
40
22
2
0.9
true
CC-BY-4.0
v1.1
mtd-000000001108
planning
planning_analysis
general_reasoning
easy
easy
en
Create a concise plan for solving a complex technical problem.
Synthetic evaluation instance 1108. 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
41
23
3
0.9
true
CC-BY-4.0
v1.1
mtd-000000001109
math
arithmetic
mathematics
easy
easy
en
Solve the following arithmetic problem exactly: 899174 - 789228
109946
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.
4
42
24
4
0.9
true
CC-BY-4.0
v1.1
mtd-000000001110
calibration
calibration_analysis
general_reasoning
medium
medium
en
Explain when a system should reduce confidence in its answer.
Synthetic evaluation instance 1110. 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
43
25
5
0.9
true
CC-BY-4.0
v1.1
mtd-000000001111
logic
deductive_reasoning
logic
medium
medium
en
Determine whether the conclusion follows from the given statements.
If x > 66, then x is positive. x = 66. y = 53.
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.
6
44
26
6
0.9
true
CC-BY-4.0
v1.1
mtd-000000001112
ambiguity
ambiguity_analysis
general_reasoning
medium
medium
en
Identify ambiguity in the request and state what information is missing.
Synthetic evaluation instance 1112. 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
45
27
7
0.9
true
CC-BY-4.0
v1.1
mtd-000000001113
evidence_check
evidence_check_analysis
general_reasoning
medium
medium
en
Identify which claims require evidence before they can be asserted confidently.
Synthetic evaluation instance 1113. 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
46
28
8
0.9
true
CC-BY-4.0
v1.1
mtd-000000001114
constraint_reasoning
constraint_reasoning_analysis
general_reasoning
medium
medium
en
Solve a problem while respecting multiple explicit constraints.
Synthetic evaluation instance 1114. 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
47
29
9
0.9
true
CC-BY-4.0
v1.1
mtd-000000001115
consistency_check
consistency_check_analysis
general_reasoning
medium
medium
en
Check whether the supplied statements are mutually consistent.
Synthetic evaluation instance 1115. 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
48
30
10
0.9
true
CC-BY-4.0
v1.1
mtd-000000001116
generalization
generalization_analysis
general_reasoning
medium
medium
en
Explain how to test whether a model generalizes beyond familiar examples.
Synthetic evaluation instance 1116. 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
49
0
11
0.9
true
CC-BY-4.0
v1.1
mtd-000000001117
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.
12
50
1
12
0.9
true
CC-BY-4.0
v1.1
mtd-000000001118
consistency_check
consistency_check_analysis
general_reasoning
medium
medium
en
Check whether the supplied statements are mutually consistent.
Synthetic evaluation instance 1118. 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
51
2
0
0.9
true
CC-BY-4.0
v1.1
mtd-000000001119
self_correction
error_repair
mathematics
medium
medium
en
Identify and correct the numerical error in the proposed answer.
Problem: 77 + 16 Proposed answer: 98
The proposed answer is incorrect. The correct answer is 93.
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.
14
52
3
1
0.9
true
CC-BY-4.0
v1.1
mtd-000000001120
adversarial
adversarial_analysis
general_reasoning
medium
medium
en
Identify a plausible failure mode in the proposed reasoning.
Synthetic evaluation instance 1120. 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
53
4
2
0.9
true
CC-BY-4.0
v1.1
mtd-000000001121
counterexample
counterexample_analysis
general_reasoning
medium
medium
en
Construct a counterexample that tests whether a general claim always holds.
Synthetic evaluation instance 1121. 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
54
5
3
0.9
true
CC-BY-4.0
v1.1
mtd-000000001122
self_correction
error_repair
mathematics
medium
medium
en
Identify and correct the numerical error in the proposed answer.
Problem: 86 + 67 Proposed answer: 161
The proposed answer is incorrect. The correct answer is 153.
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.
0
55
6
4
0.9
true
CC-BY-4.0
v1.1
mtd-000000001123
calibration
calibration_analysis
general_reasoning
medium
medium
en
Explain when a system should reduce confidence in its answer.
Synthetic evaluation instance 1123. 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
56
7
5
0.9
true
CC-BY-4.0
v1.1
mtd-000000001124
adversarial
adversarial_analysis
general_reasoning
medium
medium
en
Identify a plausible failure mode in the proposed reasoning.
Synthetic evaluation instance 1124. 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
57
8
6
0.9
true
CC-BY-4.0
v1.1
mtd-000000001125
planning
planning_analysis
general_reasoning
medium
medium
en
Create a concise plan for solving a complex technical problem.
Synthetic evaluation instance 1125. 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
58
9
7
0.9
true
CC-BY-4.0
v1.1
mtd-000000001126
counterexample
counterexample_analysis
general_reasoning
medium
medium
en
Construct a counterexample that tests whether a general claim always holds.
Synthetic evaluation instance 1126. 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
59
10
8
0.9
true
CC-BY-4.0
v1.1
mtd-000000001127
generalization
generalization_analysis
general_reasoning
medium
medium
en
Explain how to test whether a model generalizes beyond familiar examples.
Synthetic evaluation instance 1127. 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
60
11
9
0.9
true
CC-BY-4.0
v1.1
mtd-000000001128
planning
planning_analysis
general_reasoning
medium
medium
en
Create a concise plan for solving a complex technical problem.
Synthetic evaluation instance 1128. 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
61
12
10
0.9
true
CC-BY-4.0
v1.1
mtd-000000001129
counterexample
counterexample_analysis
general_reasoning
medium
medium
en
Construct a counterexample that tests whether a general claim always holds.
Synthetic evaluation instance 1129. 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
62
13
11
0.9
true
CC-BY-4.0
v1.1
mtd-000000001130
error_analysis
error_analysis_analysis
general_reasoning
medium
medium
en
Classify the likely cause of an incorrect answer and propose a repair.
Synthetic evaluation instance 1130. 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
63
14
12
0.9
true
CC-BY-4.0
v1.1
mtd-000000001131
data_analysis
descriptive_statistics
statistics
medium
medium
en
Calculate the arithmetic mean of the supplied dataset.
Dataset: 69, 81, 23, 88, 93
Mean = 70.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.
9
64
15
0
0.9
true
CC-BY-4.0
v1.1
mtd-000000001132
consistency_check
consistency_check_analysis
general_reasoning
medium
medium
en
Check whether the supplied statements are mutually consistent.
Synthetic evaluation instance 1132. 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
65
16
1
0.9
true
CC-BY-4.0
v1.1
mtd-000000001133
math
arithmetic
mathematics
medium
medium
en
Solve the following arithmetic problem exactly: 852663 - 260447
592216
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.
11
66
17
2
0.9
true
CC-BY-4.0
v1.1
mtd-000000001134
error_analysis
error_analysis_analysis
general_reasoning
medium
medium
en
Classify the likely cause of an incorrect answer and propose a repair.
Synthetic evaluation instance 1134. 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
67
18
3
0.9
true
CC-BY-4.0
v1.1
mtd-000000001135
planning
planning_analysis
general_reasoning
medium
medium
en
Create a concise plan for solving a complex technical problem.
Synthetic evaluation instance 1135. 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
68
19
4
0.9
true
CC-BY-4.0
v1.1
mtd-000000001136
error_analysis
error_analysis_analysis
general_reasoning
medium
medium
en
Classify the likely cause of an incorrect answer and propose a repair.
Synthetic evaluation instance 1136. 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
69
20
5
0.9
true
CC-BY-4.0
v1.1
mtd-000000001137
ambiguity
ambiguity_analysis
general_reasoning
medium
medium
en
Identify ambiguity in the request and state what information is missing.
Synthetic evaluation instance 1137. 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
70
21
6
0.9
true
CC-BY-4.0
v1.1
mtd-000000001138
consistency_check
consistency_check_analysis
general_reasoning
medium
medium
en
Check whether the supplied statements are mutually consistent.
Synthetic evaluation instance 1138. 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
71
22
7
0.9
true
CC-BY-4.0
v1.1
mtd-000000001139
ambiguity
ambiguity_analysis
general_reasoning
medium
medium
en
Identify ambiguity in the request and state what information is missing.
Synthetic evaluation instance 1139. 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
72
23
8
0.9
true
CC-BY-4.0
v1.1
mtd-000000001140
code
function_generation
programming
hard
hard
en
Write Python code that returns the square of an integer.
Input example: n = 73891
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
73
24
9
0.9
true
CC-BY-4.0
v1.1
mtd-000000001141
counterexample
counterexample_analysis
general_reasoning
hard
hard
en
Construct a counterexample that tests whether a general claim always holds.
Synthetic evaluation instance 1141. 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
74
25
10
0.9
true
CC-BY-4.0
v1.1
mtd-000000001142
instruction_following
format_constraint
general
hard
hard
en
Return the supplied number doubled. Return only the final number.
9411
18822
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
75
26
11
0.9
true
CC-BY-4.0
v1.1
mtd-000000001143
self_correction
error_repair
mathematics
hard
hard
en
Identify and correct the numerical error in the proposed answer.
Problem: 50 + 72 Proposed answer: 130
The proposed answer is incorrect. The correct answer is 122.
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
76
27
12
0.9
true
CC-BY-4.0
v1.1
mtd-000000001144
evidence_check
evidence_check_analysis
general_reasoning
hard
hard
en
Identify which claims require evidence before they can be asserted confidently.
Synthetic evaluation instance 1144. 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
77
28
0
0.9
true
CC-BY-4.0
v1.1
mtd-000000001145
ambiguity
ambiguity_analysis
general_reasoning
hard
hard
en
Identify ambiguity in the request and state what information is missing.
Synthetic evaluation instance 1145. 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
78
29
1
0.9
true
CC-BY-4.0
v1.1
mtd-000000001146
fact_check
claim_verification
general_knowledge
hard
hard
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.
7
79
30
2
0.9
true
CC-BY-4.0
v1.1
mtd-000000001147
generalization
generalization_analysis
general_reasoning
hard
hard
en
Explain how to test whether a model generalizes beyond familiar examples.
Synthetic evaluation instance 1147. 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
80
0
3
0.9
true
CC-BY-4.0
v1.1
mtd-000000001148
research
research_methodology
biology
hard
hard
en
Design a rigorous research procedure for investigating a question about biology.
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.
9
81
1
4
0.9
true
CC-BY-4.0
v1.1
mtd-000000001149
calibration
calibration_analysis
general_reasoning
hard
hard
en
Explain when a system should reduce confidence in its answer.
Synthetic evaluation instance 1149. 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
82
2
5
0.9
true
CC-BY-4.0
v1.1
mtd-000000001150
adversarial
adversarial_analysis
general_reasoning
hard
hard
en
Identify a plausible failure mode in the proposed reasoning.
Synthetic evaluation instance 1150. 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
83
3
6
0.9
true
CC-BY-4.0
v1.1
mtd-000000001151
reasoning
comparison
general_reasoning
hard
hard
en
Compare two quantities and explain the comparison using only the provided values.
A = 22, B = 75
B is greater than A by 53.
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.
12
84
4
7
0.9
true
CC-BY-4.0
v1.1
mtd-000000001152
planning
planning_analysis
general_reasoning
hard
hard
en
Create a concise plan for solving a complex technical problem.
Synthetic evaluation instance 1152. 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
85
5
8
0.9
true
CC-BY-4.0
v1.1
mtd-000000001153
logic
deductive_reasoning
logic
hard
hard
en
Determine whether the conclusion follows from the given statements.
If x > 83, then x is positive. x = 83. y = 79.
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.
14
86
6
9
0.9
true
CC-BY-4.0
v1.1
mtd-000000001154
math
arithmetic
mathematics
hard
hard
en
Solve the following arithmetic problem exactly: 716191 - 535623
180568
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.
15
87
7
10
0.9
true
CC-BY-4.0
v1.1
mtd-000000001155
counterexample
counterexample_analysis
general_reasoning
hard
hard
en
Construct a counterexample that tests whether a general claim always holds.
Synthetic evaluation instance 1155. 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
88
8
11
0.9
true
CC-BY-4.0
v1.1
mtd-000000001156
reasoning
comparison
general_reasoning
hard
hard
en
Compare two quantities and explain the comparison using only the provided values.
A = 95, B = 36
A is greater than B by 59.
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.
0
89
9
12
0.9
true
CC-BY-4.0
v1.1
mtd-000000001157
generalization
generalization_analysis
general_reasoning
hard
hard
en
Explain how to test whether a model generalizes beyond familiar examples.
Synthetic evaluation instance 1157. 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
90
10
0
0.9
true
CC-BY-4.0
v1.1
mtd-000000001158
counterexample
counterexample_analysis
general_reasoning
hard
hard
en
Construct a counterexample that tests whether a general claim always holds.
Synthetic evaluation instance 1158. 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
91
11
1
0.9
true
CC-BY-4.0
v1.1
mtd-000000001159
constraint_reasoning
constraint_reasoning_analysis
general_reasoning
hard
hard
en
Solve a problem while respecting multiple explicit constraints.
Synthetic evaluation instance 1159. 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
92
12
2
0.9
true
CC-BY-4.0
v1.1
mtd-000000001160
self_correction
error_repair
mathematics
hard
hard
en
Identify and correct the numerical error in the proposed answer.
Problem: 41 + 15 Proposed answer: 63
The proposed answer is incorrect. The correct answer is 56.
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
93
13
3
0.9
true
CC-BY-4.0
v1.1
mtd-000000001161
constraint_reasoning
constraint_reasoning_analysis
general_reasoning
hard
hard
en
Solve a problem while respecting multiple explicit constraints.
Synthetic evaluation instance 1161. 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
94
14
4
0.9
true
CC-BY-4.0
v1.1
mtd-000000001162
consistency_check
consistency_check_analysis
general_reasoning
hard
hard
en
Check whether the supplied statements are mutually consistent.
Synthetic evaluation instance 1162. 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
95
15
5
0.9
true
CC-BY-4.0
v1.1
mtd-000000001163
research
research_methodology
materials science
hard
hard
en
Design a rigorous research procedure for investigating a question about materials 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.
7
96
16
6
0.9
true
CC-BY-4.0
v1.1
mtd-000000001164
planning
planning_analysis
general_reasoning
hard
hard
en
Create a concise plan for solving a complex technical problem.
Synthetic evaluation instance 1164. 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
0
17
7
0.9
true
CC-BY-4.0
v1.1
mtd-000000001165
data_analysis
descriptive_statistics
statistics
hard
hard
en
Calculate the arithmetic mean of the supplied dataset.
Dataset: 67, 88, 11, 17, 90
Mean = 54.6000
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.
9
1
18
8
0.9
true
CC-BY-4.0
v1.1
mtd-000000001166
research
research_methodology
materials science
hard
hard
en
Design a rigorous research procedure for investigating a question about materials 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.
10
2
19
9
0.9
true
CC-BY-4.0
v1.1
mtd-000000001167
counterexample
counterexample_analysis
general_reasoning
hard
hard
en
Construct a counterexample that tests whether a general claim always holds.
Synthetic evaluation instance 1167. 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
3
20
10
0.9
true
CC-BY-4.0
v1.1
mtd-000000001168
evidence_check
evidence_check_analysis
general_reasoning
hard
hard
en
Identify which claims require evidence before they can be asserted confidently.
Synthetic evaluation instance 1168. 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
4
21
11
0.9
true
CC-BY-4.0
v1.1
mtd-000000001169
self_correction
error_repair
mathematics
hard
hard
en
Identify and correct the numerical error in the proposed answer.
Problem: 60 + 83 Proposed answer: 146
The proposed answer is incorrect. The correct answer is 143.
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.
13
5
22
12
0.9
true
CC-BY-4.0
v1.1
mtd-000000001170
self_correction
error_repair
mathematics
hard
hard
en
Identify and correct the numerical error in the proposed answer.
Problem: 52 + 60 Proposed answer: 117
The proposed answer is incorrect. The correct answer is 112.
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.
14
6
23
0
0.9
true
CC-BY-4.0
v1.1
mtd-000000001171
math
arithmetic
mathematics
hard
hard
en
Solve the following arithmetic problem exactly: 7049 × 382
2692718
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.
15
7
24
1
0.9
true
CC-BY-4.0
v1.1
mtd-000000001172
self_correction
error_repair
mathematics
hard
hard
en
Identify and correct the numerical error in the proposed answer.
Problem: 53 + 80 Proposed answer: 134
The proposed answer is incorrect. The correct answer is 133.
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
8
25
2
0.9
true
CC-BY-4.0
v1.1
mtd-000000001173
reasoning
comparison
general_reasoning
hard
hard
en
Compare two quantities and explain the comparison using only the provided values.
A = 94, B = 33
A is greater than B by 61.
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.
0
9
26
3
0.9
true
CC-BY-4.0
v1.1
mtd-000000001174
counterexample
counterexample_analysis
general_reasoning
hard
hard
en
Construct a counterexample that tests whether a general claim always holds.
Synthetic evaluation instance 1174. 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
10
27
4
0.9
true
CC-BY-4.0
v1.1
mtd-000000001175
math
arithmetic
mathematics
very_hard
very_hard
en
Solve the following arithmetic problem exactly: 254435 + 595422
849857
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
11
28
5
0.9
true
CC-BY-4.0
v1.1
mtd-000000001176
constraint_reasoning
constraint_reasoning_analysis
general_reasoning
very_hard
very_hard
en
Solve a problem while respecting multiple explicit constraints.
Synthetic evaluation instance 1176. 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
12
29
6
0.9
true
CC-BY-4.0
v1.1
mtd-000000001177
calibration
calibration_analysis
general_reasoning
very_hard
very_hard
en
Explain when a system should reduce confidence in its answer.
Synthetic evaluation instance 1177. 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
13
30
7
0.9
true
CC-BY-4.0
v1.1
mtd-000000001178
planning
planning_analysis
general_reasoning
very_hard
very_hard
en
Create a concise plan for solving a complex technical problem.
Synthetic evaluation instance 1178. 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
14
0
8
0.9
true
CC-BY-4.0
v1.1
mtd-000000001179
instruction_following
format_constraint
general
very_hard
very_hard
en
Return the supplied number doubled. Return only the final number.
7009
14018
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.
6
15
1
9
0.9
true
CC-BY-4.0
v1.1
mtd-000000001180
planning
planning_analysis
general_reasoning
very_hard
very_hard
en
Create a concise plan for solving a complex technical problem.
Synthetic evaluation instance 1180. 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
16
2
10
0.9
true
CC-BY-4.0
v1.1
mtd-000000001181
consistency_check
consistency_check_analysis
general_reasoning
very_hard
very_hard
en
Check whether the supplied statements are mutually consistent.
Synthetic evaluation instance 1181. 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
17
3
11
0.9
true
CC-BY-4.0
v1.1
mtd-000000001182
self_correction
error_repair
mathematics
very_hard
very_hard
en
Identify and correct the numerical error in the proposed answer.
Problem: 61 + 88 Proposed answer: 152
The proposed answer is incorrect. The correct answer is 149.
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.
9
18
4
12
0.9
true
CC-BY-4.0
v1.1
mtd-000000001183
planning
planning_analysis
general_reasoning
very_hard
very_hard
en
Create a concise plan for solving a complex technical problem.
Synthetic evaluation instance 1183. 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
19
5
0
0.9
true
CC-BY-4.0
v1.1
mtd-000000001184
research
research_methodology
materials science
very_hard
very_hard
en
Design a rigorous research procedure for investigating a question about materials 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.
11
20
6
1
0.9
true
CC-BY-4.0
v1.1
mtd-000000001185
prompt_review
prompt_review_analysis
general_reasoning
very_hard
very_hard
en
Review the prompt for ambiguity, contradictions, and missing constraints.
Synthetic evaluation instance 1185. 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
21
7
2
0.9
true
CC-BY-4.0
v1.1
mtd-000000001186
ambiguity
ambiguity_analysis
general_reasoning
very_hard
very_hard
en
Identify ambiguity in the request and state what information is missing.
Synthetic evaluation instance 1186. 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
22
8
3
0.9
true
CC-BY-4.0
v1.1
mtd-000000001187
reasoning
comparison
general_reasoning
very_hard
very_hard
en
Compare two quantities and explain the comparison using only the provided values.
A = 10, B = 78
B is greater than A by 68.
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
23
9
4
0.9
true
CC-BY-4.0
v1.1
mtd-000000001188
adversarial
adversarial_analysis
general_reasoning
very_hard
very_hard
en
Identify a plausible failure mode in the proposed reasoning.
Synthetic evaluation instance 1188. 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
24
10
5
0.9
true
CC-BY-4.0
v1.1
mtd-000000001189
calibration
calibration_analysis
general_reasoning
very_hard
very_hard
en
Explain when a system should reduce confidence in its answer.
Synthetic evaluation instance 1189. 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
25
11
6
0.9
true
CC-BY-4.0
v1.1
mtd-000000001190
planning
planning_analysis
general_reasoning
very_hard
very_hard
en
Create a concise plan for solving a complex technical problem.
Synthetic evaluation instance 1190. 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
26
12
7
0.9
true
CC-BY-4.0
v1.1
mtd-000000001191
error_analysis
error_analysis_analysis
general_reasoning
very_hard
very_hard
en
Classify the likely cause of an incorrect answer and propose a repair.
Synthetic evaluation instance 1191. 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
27
13
8
0.9
true
CC-BY-4.0
v1.1
mtd-000000001192
constraint_reasoning
constraint_reasoning_analysis
general_reasoning
very_hard
very_hard
en
Solve a problem while respecting multiple explicit constraints.
Synthetic evaluation instance 1192. 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
28
14
9
0.9
true
CC-BY-4.0
v1.1
mtd-000000001193
calibration
calibration_analysis
general_reasoning
very_hard
very_hard
en
Explain when a system should reduce confidence in its answer.
Synthetic evaluation instance 1193. 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
29
15
10
0.9
true
CC-BY-4.0
v1.1
mtd-000000001194
adversarial
adversarial_analysis
general_reasoning
very_hard
very_hard
en
Identify a plausible failure mode in the proposed reasoning.
Synthetic evaluation instance 1194. 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
30
16
11
0.9
true
CC-BY-4.0
v1.1
mtd-000000001195
adversarial
adversarial_analysis
general_reasoning
extreme
extreme
en
Identify a plausible failure mode in the proposed reasoning.
Synthetic evaluation instance 1195. 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
31
17
12
0.9
true
CC-BY-4.0
v1.1
mtd-000000001196
planning
planning_analysis
general_reasoning
extreme
extreme
en
Create a concise plan for solving a complex technical problem.
Synthetic evaluation instance 1196. 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
32
18
0
0.9
true
CC-BY-4.0
v1.1
mtd-000000001197
counterexample
counterexample_analysis
general_reasoning
extreme
extreme
en
Construct a counterexample that tests whether a general claim always holds.
Synthetic evaluation instance 1197. 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
33
19
1
0.9
true
CC-BY-4.0
v1.1
mtd-000000001198
research
research_methodology
computer security
extreme
extreme
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.
8
34
20
2
0.9
true
CC-BY-4.0
v1.1
mtd-000000001199
generalization
generalization_analysis
general_reasoning
extreme
extreme
en
Explain how to test whether a model generalizes beyond familiar examples.
Synthetic evaluation instance 1199. 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
35
21
3
0.9
true
CC-BY-4.0
v1.1