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-000000004400
fact_check
claim_verification
general_knowledge
easy
easy
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.
14
35
29
6
0.9
true
CC-BY-4.0
v1.1
mtd-000000004401
reasoning
comparison
general_reasoning
easy
easy
en
Compare two quantities and explain the comparison using only the provided values.
A = 5, B = 64
B is greater than A 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.
15
36
30
7
0.9
true
CC-BY-4.0
v1.1
mtd-000000004402
planning
planning_analysis
general_reasoning
easy
easy
en
Create a concise plan for solving a complex technical problem.
Synthetic evaluation instance 4402. 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
0
8
0.9
true
CC-BY-4.0
v1.1
mtd-000000004403
logic
deductive_reasoning
logic
easy
easy
en
Determine whether the conclusion follows from the given statements.
If x > 96, then x is positive. x = 96. y = 80.
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.
0
38
1
9
0.9
true
CC-BY-4.0
v1.1
mtd-000000004404
code
function_generation
programming
easy
easy
en
Write Python code that returns the square of an integer.
Input example: n = 304
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
2
10
0.9
true
CC-BY-4.0
v1.1
mtd-000000004405
evidence_check
evidence_check_analysis
general_reasoning
easy
easy
en
Identify which claims require evidence before they can be asserted confidently.
Synthetic evaluation instance 4405. 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
3
11
0.9
true
CC-BY-4.0
v1.1
mtd-000000004406
logic
deductive_reasoning
logic
easy
easy
en
Determine whether the conclusion follows from the given statements.
If x > 85, then x is positive. x = 85. y = 58.
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
41
4
12
0.9
true
CC-BY-4.0
v1.1
mtd-000000004407
math
arithmetic
mathematics
easy
easy
en
Solve the following arithmetic problem exactly: 801744 - 781015
20729
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
5
0
0.9
true
CC-BY-4.0
v1.1
mtd-000000004408
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 4408. 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
6
1
0.9
true
CC-BY-4.0
v1.1
mtd-000000004409
math
arithmetic
mathematics
easy
easy
en
Solve the following arithmetic problem exactly: 6964 × 21
146244
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
44
7
2
0.9
true
CC-BY-4.0
v1.1
mtd-000000004410
generalization
generalization_analysis
general_reasoning
medium
medium
en
Explain how to test whether a model generalizes beyond familiar examples.
Synthetic evaluation instance 4410. 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
8
3
0.9
true
CC-BY-4.0
v1.1
mtd-000000004411
data_analysis
descriptive_statistics
statistics
medium
medium
en
Calculate the arithmetic mean of the supplied dataset.
Dataset: 15, 30, 22, 86, 45
Mean = 39.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.
8
46
9
4
0.9
true
CC-BY-4.0
v1.1
mtd-000000004412
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.
9
47
10
5
0.9
true
CC-BY-4.0
v1.1
mtd-000000004413
fact_check
claim_verification
general_knowledge
medium
medium
en
Assess the claim and state whether it is correct. Do not invent evidence.
All metals are liquid at room temperature.
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.
10
48
11
6
0.9
true
CC-BY-4.0
v1.1
mtd-000000004414
adversarial
adversarial_analysis
general_reasoning
medium
medium
en
Identify a plausible failure mode in the proposed reasoning.
Synthetic evaluation instance 4414. 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
12
7
0.9
true
CC-BY-4.0
v1.1
mtd-000000004415
math
arithmetic
mathematics
medium
medium
en
Solve the following arithmetic problem exactly: 616422 + 905444
1521866
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
50
13
8
0.9
true
CC-BY-4.0
v1.1
mtd-000000004416
adversarial
adversarial_analysis
general_reasoning
medium
medium
en
Identify a plausible failure mode in the proposed reasoning.
Synthetic evaluation instance 4416. 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
14
9
0.9
true
CC-BY-4.0
v1.1
mtd-000000004417
research
research_methodology
astronomy
medium
medium
en
Design a rigorous research procedure for investigating a question about astronomy.
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.
14
52
15
10
0.9
true
CC-BY-4.0
v1.1
mtd-000000004418
instruction_following
format_constraint
general
medium
medium
en
Return the supplied number doubled. Return only the final number.
4910
9820
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
53
16
11
0.9
true
CC-BY-4.0
v1.1
mtd-000000004419
reasoning
comparison
general_reasoning
medium
medium
en
Compare two quantities and explain the comparison using only the provided values.
A = 7, B = 88
B is greater than A by 81.
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.
16
54
17
12
0.9
true
CC-BY-4.0
v1.1
mtd-000000004420
planning
planning_analysis
general_reasoning
medium
medium
en
Create a concise plan for solving a complex technical problem.
Synthetic evaluation instance 4420. 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
55
18
0
0.9
true
CC-BY-4.0
v1.1
mtd-000000004421
generalization
generalization_analysis
general_reasoning
medium
medium
en
Explain how to test whether a model generalizes beyond familiar examples.
Synthetic evaluation instance 4421. 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
19
1
0.9
true
CC-BY-4.0
v1.1
mtd-000000004422
generalization
generalization_analysis
general_reasoning
medium
medium
en
Explain how to test whether a model generalizes beyond familiar examples.
Synthetic evaluation instance 4422. 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
20
2
0.9
true
CC-BY-4.0
v1.1
mtd-000000004423
math
arithmetic
mathematics
medium
medium
en
Solve the following arithmetic problem exactly: 52706 + 362373
415079
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.
3
58
21
3
0.9
true
CC-BY-4.0
v1.1
mtd-000000004424
self_correction
error_repair
mathematics
medium
medium
en
Identify and correct the numerical error in the proposed answer.
Problem: 68 + 73 Proposed answer: 150
The proposed answer is incorrect. The correct answer is 141.
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
59
22
4
0.9
true
CC-BY-4.0
v1.1
mtd-000000004425
research
research_methodology
climate science
medium
medium
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.
5
60
23
5
0.9
true
CC-BY-4.0
v1.1
mtd-000000004426
evidence_check
evidence_check_analysis
general_reasoning
medium
medium
en
Identify which claims require evidence before they can be asserted confidently.
Synthetic evaluation instance 4426. 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
24
6
0.9
true
CC-BY-4.0
v1.1
mtd-000000004427
instruction_following
format_constraint
general
medium
medium
en
Return the supplied number doubled. Return only the final number.
7717
15434
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
62
25
7
0.9
true
CC-BY-4.0
v1.1
mtd-000000004428
planning
planning_analysis
general_reasoning
medium
medium
en
Create a concise plan for solving a complex technical problem.
Synthetic evaluation instance 4428. 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
26
8
0.9
true
CC-BY-4.0
v1.1
mtd-000000004429
counterexample
counterexample_analysis
general_reasoning
medium
medium
en
Construct a counterexample that tests whether a general claim always holds.
Synthetic evaluation instance 4429. 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
64
27
9
0.9
true
CC-BY-4.0
v1.1
mtd-000000004430
calibration
calibration_analysis
general_reasoning
medium
medium
en
Explain when a system should reduce confidence in its answer.
Synthetic evaluation instance 4430. 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
28
10
0.9
true
CC-BY-4.0
v1.1
mtd-000000004431
planning
planning_analysis
general_reasoning
medium
medium
en
Create a concise plan for solving a complex technical problem.
Synthetic evaluation instance 4431. 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
66
29
11
0.9
true
CC-BY-4.0
v1.1
mtd-000000004432
planning
planning_analysis
general_reasoning
medium
medium
en
Create a concise plan for solving a complex technical problem.
Synthetic evaluation instance 4432. 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
30
12
0.9
true
CC-BY-4.0
v1.1
mtd-000000004433
math
arithmetic
mathematics
medium
medium
en
Solve the following arithmetic problem exactly: 478073 + 691376
1169449
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.
13
68
0
0
0.9
true
CC-BY-4.0
v1.1
mtd-000000004434
constraint_reasoning
constraint_reasoning_analysis
general_reasoning
medium
medium
en
Solve a problem while respecting multiple explicit constraints.
Synthetic evaluation instance 4434. 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
1
1
0.9
true
CC-BY-4.0
v1.1
mtd-000000004435
counterexample
counterexample_analysis
general_reasoning
medium
medium
en
Construct a counterexample that tests whether a general claim always holds.
Synthetic evaluation instance 4435. 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
2
2
0.9
true
CC-BY-4.0
v1.1
mtd-000000004436
ambiguity
ambiguity_analysis
general_reasoning
medium
medium
en
Identify ambiguity in the request and state what information is missing.
Synthetic evaluation instance 4436. 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
3
3
0.9
true
CC-BY-4.0
v1.1
mtd-000000004437
counterexample
counterexample_analysis
general_reasoning
medium
medium
en
Construct a counterexample that tests whether a general claim always holds.
Synthetic evaluation instance 4437. 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
4
4
0.9
true
CC-BY-4.0
v1.1
mtd-000000004438
math
arithmetic
mathematics
medium
medium
en
Solve the following arithmetic problem exactly: 1018663 ÷ 373
1018663
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
73
5
5
0.9
true
CC-BY-4.0
v1.1
mtd-000000004439
self_correction
error_repair
mathematics
medium
medium
en
Identify and correct the numerical error in the proposed answer.
Problem: 58 + 50 Proposed answer: 111
The proposed answer is incorrect. The correct answer is 108.
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.
2
74
6
6
0.9
true
CC-BY-4.0
v1.1
mtd-000000004440
data_analysis
descriptive_statistics
statistics
hard
hard
en
Calculate the arithmetic mean of the supplied dataset.
Dataset: 86, 5, 69, 14, 48
Mean = 44.4000
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
75
7
7
0.9
true
CC-BY-4.0
v1.1
mtd-000000004441
reasoning
comparison
general_reasoning
hard
hard
en
Compare two quantities and explain the comparison using only the provided values.
A = 40, B = 44
B is greater than A by 4.
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.
4
76
8
8
0.9
true
CC-BY-4.0
v1.1
mtd-000000004442
reasoning
comparison
general_reasoning
hard
hard
en
Compare two quantities and explain the comparison using only the provided values.
A = 34, B = 29
A is greater than B by 5.
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
77
9
9
0.9
true
CC-BY-4.0
v1.1
mtd-000000004443
evidence_check
evidence_check_analysis
general_reasoning
hard
hard
en
Identify which claims require evidence before they can be asserted confidently.
Synthetic evaluation instance 4443. 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
10
10
0.9
true
CC-BY-4.0
v1.1
mtd-000000004444
calibration
calibration_analysis
general_reasoning
hard
hard
en
Explain when a system should reduce confidence in its answer.
Synthetic evaluation instance 4444. 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
79
11
11
0.9
true
CC-BY-4.0
v1.1
mtd-000000004445
data_analysis
descriptive_statistics
statistics
hard
hard
en
Calculate the arithmetic mean of the supplied dataset.
Dataset: 91, 93, 58, 74, 81
Mean = 79.4000
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.
8
80
12
12
0.9
true
CC-BY-4.0
v1.1
mtd-000000004446
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.
9
81
13
0
0.9
true
CC-BY-4.0
v1.1
mtd-000000004447
adversarial
adversarial_analysis
general_reasoning
hard
hard
en
Identify a plausible failure mode in the proposed reasoning.
Synthetic evaluation instance 4447. 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
14
1
0.9
true
CC-BY-4.0
v1.1
mtd-000000004448
instruction_following
format_constraint
general
hard
hard
en
Return the supplied number doubled. Return only the final number.
8230
16460
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
83
15
2
0.9
true
CC-BY-4.0
v1.1
mtd-000000004449
constraint_reasoning
constraint_reasoning_analysis
general_reasoning
hard
hard
en
Solve a problem while respecting multiple explicit constraints.
Synthetic evaluation instance 4449. 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
84
16
3
0.9
true
CC-BY-4.0
v1.1
mtd-000000004450
consistency_check
consistency_check_analysis
general_reasoning
hard
hard
en
Check whether the supplied statements are mutually consistent.
Synthetic evaluation instance 4450. 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
17
4
0.9
true
CC-BY-4.0
v1.1
mtd-000000004451
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.
14
86
18
5
0.9
true
CC-BY-4.0
v1.1
mtd-000000004452
instruction_following
format_constraint
general
hard
hard
en
Return the supplied number doubled. Return only the final number.
1184
2368
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
87
19
6
0.9
true
CC-BY-4.0
v1.1
mtd-000000004453
code
function_generation
programming
hard
hard
en
Write Python code that returns the square of an integer.
Input example: n = 18919
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.
16
88
20
7
0.9
true
CC-BY-4.0
v1.1
mtd-000000004454
counterexample
counterexample_analysis
general_reasoning
hard
hard
en
Construct a counterexample that tests whether a general claim always holds.
Synthetic evaluation instance 4454. 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
89
21
8
0.9
true
CC-BY-4.0
v1.1
mtd-000000004455
prompt_review
prompt_review_analysis
general_reasoning
hard
hard
en
Review the prompt for ambiguity, contradictions, and missing constraints.
Synthetic evaluation instance 4455. 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
22
9
0.9
true
CC-BY-4.0
v1.1
mtd-000000004456
logic
deductive_reasoning
logic
hard
hard
en
Determine whether the conclusion follows from the given statements.
If x > 89, then x is positive. x = 89. y = 23.
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.
2
91
23
10
0.9
true
CC-BY-4.0
v1.1
mtd-000000004457
self_correction
error_repair
mathematics
hard
hard
en
Identify and correct the numerical error in the proposed answer.
Problem: 55 + 89 Proposed answer: 150
The proposed answer is incorrect. The correct answer is 144.
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.
3
92
24
11
0.9
true
CC-BY-4.0
v1.1
mtd-000000004458
evidence_check
evidence_check_analysis
general_reasoning
hard
hard
en
Identify which claims require evidence before they can be asserted confidently.
Synthetic evaluation instance 4458. 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
93
25
12
0.9
true
CC-BY-4.0
v1.1
mtd-000000004459
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.
5
94
26
0
0.9
true
CC-BY-4.0
v1.1
mtd-000000004460
adversarial
adversarial_analysis
general_reasoning
hard
hard
en
Identify a plausible failure mode in the proposed reasoning.
Synthetic evaluation instance 4460. 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
27
1
0.9
true
CC-BY-4.0
v1.1
mtd-000000004461
consistency_check
consistency_check_analysis
general_reasoning
hard
hard
en
Check whether the supplied statements are mutually consistent.
Synthetic evaluation instance 4461. 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
96
28
2
0.9
true
CC-BY-4.0
v1.1
mtd-000000004462
fact_check
claim_verification
general_knowledge
hard
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.
8
0
29
3
0.9
true
CC-BY-4.0
v1.1
mtd-000000004463
prompt_review
prompt_review_analysis
general_reasoning
hard
hard
en
Review the prompt for ambiguity, contradictions, and missing constraints.
Synthetic evaluation instance 4463. 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
1
30
4
0.9
true
CC-BY-4.0
v1.1
mtd-000000004464
data_analysis
descriptive_statistics
statistics
hard
hard
en
Calculate the arithmetic mean of the supplied dataset.
Dataset: 58, 85, 17, 26, 21
Mean = 41.4000
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.
10
2
0
5
0.9
true
CC-BY-4.0
v1.1
mtd-000000004465
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.
11
3
1
6
0.9
true
CC-BY-4.0
v1.1
mtd-000000004466
ambiguity
ambiguity_analysis
general_reasoning
hard
hard
en
Identify ambiguity in the request and state what information is missing.
Synthetic evaluation instance 4466. 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
2
7
0.9
true
CC-BY-4.0
v1.1
mtd-000000004467
consistency_check
consistency_check_analysis
general_reasoning
hard
hard
en
Check whether the supplied statements are mutually consistent.
Synthetic evaluation instance 4467. 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
5
3
8
0.9
true
CC-BY-4.0
v1.1
mtd-000000004468
constraint_reasoning
constraint_reasoning_analysis
general_reasoning
hard
hard
en
Solve a problem while respecting multiple explicit constraints.
Synthetic evaluation instance 4468. 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
6
4
9
0.9
true
CC-BY-4.0
v1.1
mtd-000000004469
reasoning
comparison
general_reasoning
hard
hard
en
Compare two quantities and explain the comparison using only the provided values.
A = 94, B = 98
B is greater than A by 4.
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.
15
7
5
10
0.9
true
CC-BY-4.0
v1.1
mtd-000000004470
math
arithmetic
mathematics
hard
hard
en
Solve the following arithmetic problem exactly: 1525029 ÷ 407
1525029
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.
16
8
6
11
0.9
true
CC-BY-4.0
v1.1
mtd-000000004471
ambiguity
ambiguity_analysis
general_reasoning
hard
hard
en
Identify ambiguity in the request and state what information is missing.
Synthetic evaluation instance 4471. 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
9
7
12
0.9
true
CC-BY-4.0
v1.1
mtd-000000004472
ambiguity
ambiguity_analysis
general_reasoning
hard
hard
en
Identify ambiguity in the request and state what information is missing.
Synthetic evaluation instance 4472. 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
8
0
0.9
true
CC-BY-4.0
v1.1
mtd-000000004473
prompt_review
prompt_review_analysis
general_reasoning
hard
hard
en
Review the prompt for ambiguity, contradictions, and missing constraints.
Synthetic evaluation instance 4473. 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
11
9
1
0.9
true
CC-BY-4.0
v1.1
mtd-000000004474
reasoning
comparison
general_reasoning
hard
hard
en
Compare two quantities and explain the comparison using only the provided values.
A = 84, B = 98
B is greater than A by 14.
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.
3
12
10
2
0.9
true
CC-BY-4.0
v1.1
mtd-000000004475
ambiguity
ambiguity_analysis
general_reasoning
very_hard
very_hard
en
Identify ambiguity in the request and state what information is missing.
Synthetic evaluation instance 4475. 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
11
3
0.9
true
CC-BY-4.0
v1.1
mtd-000000004476
instruction_following
format_constraint
general
very_hard
very_hard
en
Return the supplied number doubled. Return only the final number.
4280
8560
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.
5
14
12
4
0.9
true
CC-BY-4.0
v1.1
mtd-000000004477
calibration
calibration_analysis
general_reasoning
very_hard
very_hard
en
Explain when a system should reduce confidence in its answer.
Synthetic evaluation instance 4477. 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
15
13
5
0.9
true
CC-BY-4.0
v1.1
mtd-000000004478
calibration
calibration_analysis
general_reasoning
very_hard
very_hard
en
Explain when a system should reduce confidence in its answer.
Synthetic evaluation instance 4478. 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
14
6
0.9
true
CC-BY-4.0
v1.1
mtd-000000004479
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 4479. 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
15
7
0.9
true
CC-BY-4.0
v1.1
mtd-000000004480
reasoning
comparison
general_reasoning
very_hard
very_hard
en
Compare two quantities and explain the comparison using only the provided values.
A = 77, B = 85
B is greater than A by 8.
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
18
16
8
0.9
true
CC-BY-4.0
v1.1
mtd-000000004481
generalization
generalization_analysis
general_reasoning
very_hard
very_hard
en
Explain how to test whether a model generalizes beyond familiar examples.
Synthetic evaluation instance 4481. 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
17
9
0.9
true
CC-BY-4.0
v1.1
mtd-000000004482
adversarial
adversarial_analysis
general_reasoning
very_hard
very_hard
en
Identify a plausible failure mode in the proposed reasoning.
Synthetic evaluation instance 4482. 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
20
18
10
0.9
true
CC-BY-4.0
v1.1
mtd-000000004483
code
function_generation
programming
very_hard
very_hard
en
Write Python code that returns the square of an integer.
Input example: n = 93317
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.
12
21
19
11
0.9
true
CC-BY-4.0
v1.1
mtd-000000004484
generalization
generalization_analysis
general_reasoning
very_hard
very_hard
en
Explain how to test whether a model generalizes beyond familiar examples.
Synthetic evaluation instance 4484. 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
20
12
0.9
true
CC-BY-4.0
v1.1
mtd-000000004485
fact_check
claim_verification
general_knowledge
very_hard
very_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.
14
23
21
0
0.9
true
CC-BY-4.0
v1.1
mtd-000000004486
data_analysis
descriptive_statistics
statistics
very_hard
very_hard
en
Calculate the arithmetic mean of the supplied dataset.
Dataset: 61, 76, 29, 25, 62
Mean = 50.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.
15
24
22
1
0.9
true
CC-BY-4.0
v1.1
mtd-000000004487
fact_check
claim_verification
general_knowledge
very_hard
very_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.
16
25
23
2
0.9
true
CC-BY-4.0
v1.1
mtd-000000004488
fact_check
claim_verification
general_knowledge
very_hard
very_hard
en
Assess the claim and state whether it is correct. Do not invent evidence.
All metals are liquid at room temperature.
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.
0
26
24
3
0.9
true
CC-BY-4.0
v1.1
mtd-000000004489
reasoning
comparison
general_reasoning
very_hard
very_hard
en
Compare two quantities and explain the comparison using only the provided values.
A = 7, B = 33
B is greater than A by 26.
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
27
25
4
0.9
true
CC-BY-4.0
v1.1
mtd-000000004490
self_correction
error_repair
mathematics
very_hard
very_hard
en
Identify and correct the numerical error in the proposed answer.
Problem: 77 + 79 Proposed answer: 158
The proposed answer is incorrect. The correct answer is 156.
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.
2
28
26
5
0.9
true
CC-BY-4.0
v1.1
mtd-000000004491
adversarial
adversarial_analysis
general_reasoning
very_hard
very_hard
en
Identify a plausible failure mode in the proposed reasoning.
Synthetic evaluation instance 4491. 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
27
6
0.9
true
CC-BY-4.0
v1.1
mtd-000000004492
reasoning
comparison
general_reasoning
very_hard
very_hard
en
Compare two quantities and explain the comparison using only the provided values.
A = 80, B = 82
B is greater than A by 2.
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.
4
30
28
7
0.9
true
CC-BY-4.0
v1.1
mtd-000000004493
constraint_reasoning
constraint_reasoning_analysis
general_reasoning
very_hard
very_hard
en
Solve a problem while respecting multiple explicit constraints.
Synthetic evaluation instance 4493. 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
29
8
0.9
true
CC-BY-4.0
v1.1
mtd-000000004494
code
function_generation
programming
very_hard
very_hard
en
Write Python code that returns the square of an integer.
Input example: n = 35380
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.
6
32
30
9
0.9
true
CC-BY-4.0
v1.1
mtd-000000004495
generalization
generalization_analysis
general_reasoning
extreme
extreme
en
Explain how to test whether a model generalizes beyond familiar examples.
Synthetic evaluation instance 4495. 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
0
10
0.9
true
CC-BY-4.0
v1.1
mtd-000000004496
calibration
calibration_analysis
general_reasoning
extreme
extreme
en
Explain when a system should reduce confidence in its answer.
Synthetic evaluation instance 4496. 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
34
1
11
0.9
true
CC-BY-4.0
v1.1
mtd-000000004497
ambiguity
ambiguity_analysis
general_reasoning
extreme
extreme
en
Identify ambiguity in the request and state what information is missing.
Synthetic evaluation instance 4497. 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
2
12
0.9
true
CC-BY-4.0
v1.1
mtd-000000004498
planning
planning_analysis
general_reasoning
extreme
extreme
en
Create a concise plan for solving a complex technical problem.
Synthetic evaluation instance 4498. 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
36
3
0
0.9
true
CC-BY-4.0
v1.1
mtd-000000004499
code
function_generation
programming
extreme
extreme
en
Write Python code that returns the square of an integer.
Input example: n = 16401
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
37
4
1
0.9
true
CC-BY-4.0
v1.1