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-000000004300
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 4300. 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
32
22
10
0.9
true
CC-BY-4.0
v1.1
mtd-000000004301
adversarial
adversarial_analysis
general_reasoning
easy
easy
en
Identify a plausible failure mode in the proposed reasoning.
Synthetic evaluation instance 4301. 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
33
23
11
0.9
true
CC-BY-4.0
v1.1
mtd-000000004302
math
arithmetic
mathematics
easy
easy
en
Solve the following arithmetic problem exactly: 8000 ÷ 50
8000
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
34
24
12
0.9
true
CC-BY-4.0
v1.1
mtd-000000004303
fact_check
claim_verification
general_knowledge
easy
easy
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.
2
35
25
0
0.9
true
CC-BY-4.0
v1.1
mtd-000000004304
calibration
calibration_analysis
general_reasoning
easy
easy
en
Explain when a system should reduce confidence in its answer.
Synthetic evaluation instance 4304. 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
36
26
1
0.9
true
CC-BY-4.0
v1.1
mtd-000000004305
calibration
calibration_analysis
general_reasoning
easy
easy
en
Explain when a system should reduce confidence in its answer.
Synthetic evaluation instance 4305. 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
37
27
2
0.9
true
CC-BY-4.0
v1.1
mtd-000000004306
generalization
generalization_analysis
general_reasoning
easy
easy
en
Explain how to test whether a model generalizes beyond familiar examples.
Synthetic evaluation instance 4306. 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
38
28
3
0.9
true
CC-BY-4.0
v1.1
mtd-000000004307
self_correction
error_repair
mathematics
easy
easy
en
Identify and correct the numerical error in the proposed answer.
Problem: 12 + 19 Proposed answer: 33
The proposed answer is incorrect. The correct answer is 31.
Recompute independently, compare with proposal, repair mismatch.
Independent recomputation.
exact
passed
Do not trust the proposed answer without verification.
passed
passed
answerable
1
0
3
true
false
Stop after independent correction.
6
39
29
4
0.9
true
CC-BY-4.0
v1.1
mtd-000000004308
instruction_following
format_constraint
general
easy
easy
en
Return the supplied number doubled. Return only the final number.
1440
2880
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
40
30
5
0.9
true
CC-BY-4.0
v1.1
mtd-000000004309
reasoning
comparison
general_reasoning
easy
easy
en
Compare two quantities and explain the comparison using only the provided values.
A = 83, B = 90
B is greater than A by 7.
Compare values and compute difference.
Check comparison and difference.
exact
passed
passed
Use only supplied values.
Check comparison direction.
Recompute difference.
answerable
1
0
2
true
false
Stop after comparison verification.
8
41
0
6
0.9
true
CC-BY-4.0
v1.1
mtd-000000004310
math
arithmetic
mathematics
medium
medium
en
Solve the following arithmetic problem exactly: 5699 × 449
2558851
Identify operation, compute exactly, verify result.
Exact arithmetic verification.
exact
passed
not_applicable
not_applicable
not_applicable
not_applicable
not_applicable
Use only supplied operands.
Check arithmetic operation.
Recompute if mismatch detected.
answerable
1
0
1
true
false
Stop after exact verification.
9
42
1
7
0.9
true
CC-BY-4.0
v1.1
mtd-000000004311
self_correction
error_repair
mathematics
medium
medium
en
Identify and correct the numerical error in the proposed answer.
Problem: 47 + 24 Proposed answer: 73
The proposed answer is incorrect. The correct answer is 71.
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.
10
43
2
8
0.9
true
CC-BY-4.0
v1.1
mtd-000000004312
research
research_methodology
statistics
medium
medium
en
Design a rigorous research procedure for investigating a question about statistics.
The procedure must distinguish evidence from assumptions and identify uncertainty.
1. Define the research question precisely. 2. Identify measurable variables and hypotheses. 3. Select appropriate primary and secondary sources. 4. Record provenance for each important claim. 5. Compare independent evidence. 6. Identify uncertainty and alternative explanations. 7. Report conclusions separately from obs...
Define question, gather evidence, evaluate sources, quantify uncertainty.
Methodological consistency check.
methodological
not_applicable
passed
not_applicable
not_applicable
required
required
Do not invent sources or findings.
Detect unsupported claims.
Remove or qualify unsupported claims.
answerable
0.92
0.08
4
true
false
Stop when methodology is complete and internally coherent.
11
44
3
9
0.9
true
CC-BY-4.0
v1.1
mtd-000000004313
math
arithmetic
mathematics
medium
medium
en
Solve the following arithmetic problem exactly: 698347 - 541563
156784
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
45
4
10
0.9
true
CC-BY-4.0
v1.1
mtd-000000004314
consistency_check
consistency_check_analysis
general_reasoning
medium
medium
en
Check whether the supplied statements are mutually consistent.
Synthetic evaluation instance 4314. 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
46
5
11
0.9
true
CC-BY-4.0
v1.1
mtd-000000004315
counterexample
counterexample_analysis
general_reasoning
medium
medium
en
Construct a counterexample that tests whether a general claim always holds.
Synthetic evaluation instance 4315. 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
47
6
12
0.9
true
CC-BY-4.0
v1.1
mtd-000000004316
generalization
generalization_analysis
general_reasoning
medium
medium
en
Explain how to test whether a model generalizes beyond familiar examples.
Synthetic evaluation instance 4316. 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
48
7
0
0.9
true
CC-BY-4.0
v1.1
mtd-000000004317
reasoning
comparison
general_reasoning
medium
medium
en
Compare two quantities and explain the comparison using only the provided values.
A = 20, B = 95
B is greater than A by 75.
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
49
8
1
0.9
true
CC-BY-4.0
v1.1
mtd-000000004318
data_analysis
descriptive_statistics
statistics
medium
medium
en
Calculate the arithmetic mean of the supplied dataset.
Dataset: 99, 27, 35, 90, 76
Mean = 65.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.
0
50
9
2
0.9
true
CC-BY-4.0
v1.1
mtd-000000004319
adversarial
adversarial_analysis
general_reasoning
medium
medium
en
Identify a plausible failure mode in the proposed reasoning.
Synthetic evaluation instance 4319. 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
51
10
3
0.9
true
CC-BY-4.0
v1.1
mtd-000000004320
constraint_reasoning
constraint_reasoning_analysis
general_reasoning
medium
medium
en
Solve a problem while respecting multiple explicit constraints.
Synthetic evaluation instance 4320. 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
52
11
4
0.9
true
CC-BY-4.0
v1.1
mtd-000000004321
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.
3
53
12
5
0.9
true
CC-BY-4.0
v1.1
mtd-000000004322
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.
4
54
13
6
0.9
true
CC-BY-4.0
v1.1
mtd-000000004323
research
research_methodology
statistics
medium
medium
en
Design a rigorous research procedure for investigating a question about statistics.
The procedure must distinguish evidence from assumptions and identify uncertainty.
1. Define the research question precisely. 2. Identify measurable variables and hypotheses. 3. Select appropriate primary and secondary sources. 4. Record provenance for each important claim. 5. Compare independent evidence. 6. Identify uncertainty and alternative explanations. 7. Report conclusions separately from obs...
Define question, gather evidence, evaluate sources, quantify uncertainty.
Methodological consistency check.
methodological
not_applicable
passed
not_applicable
not_applicable
required
required
Do not invent sources or findings.
Detect unsupported claims.
Remove or qualify unsupported claims.
answerable
0.92
0.08
4
true
false
Stop when methodology is complete and internally coherent.
5
55
14
7
0.9
true
CC-BY-4.0
v1.1
mtd-000000004324
calibration
calibration_analysis
general_reasoning
medium
medium
en
Explain when a system should reduce confidence in its answer.
Synthetic evaluation instance 4324. 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
56
15
8
0.9
true
CC-BY-4.0
v1.1
mtd-000000004325
planning
planning_analysis
general_reasoning
medium
medium
en
Create a concise plan for solving a complex technical problem.
Synthetic evaluation instance 4325. 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
57
16
9
0.9
true
CC-BY-4.0
v1.1
mtd-000000004326
data_analysis
descriptive_statistics
statistics
medium
medium
en
Calculate the arithmetic mean of the supplied dataset.
Dataset: 71, 38, 48, 54, 44
Mean = 51.0000
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
58
17
10
0.9
true
CC-BY-4.0
v1.1
mtd-000000004327
counterexample
counterexample_analysis
general_reasoning
medium
medium
en
Construct a counterexample that tests whether a general claim always holds.
Synthetic evaluation instance 4327. 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
59
18
11
0.9
true
CC-BY-4.0
v1.1
mtd-000000004328
data_analysis
descriptive_statistics
statistics
medium
medium
en
Calculate the arithmetic mean of the supplied dataset.
Dataset: 23, 87, 94, 10, 17
Mean = 46.2000
Parse values, sum them, divide by count, verify.
Recompute sum and count.
exact
passed
not_applicable
passed
not_applicable
not_applicable
not_applicable
Use only supplied dataset.
Check arithmetic and denominator.
Recompute statistic.
answerable
1
0
2
true
false
Stop after numerical verification.
10
60
19
12
0.9
true
CC-BY-4.0
v1.1
mtd-000000004329
consistency_check
consistency_check_analysis
general_reasoning
medium
medium
en
Check whether the supplied statements are mutually consistent.
Synthetic evaluation instance 4329. 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
61
20
0
0.9
true
CC-BY-4.0
v1.1
mtd-000000004330
calibration
calibration_analysis
general_reasoning
medium
medium
en
Explain when a system should reduce confidence in its answer.
Synthetic evaluation instance 4330. 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
62
21
1
0.9
true
CC-BY-4.0
v1.1
mtd-000000004331
research
research_methodology
materials science
medium
medium
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.
13
63
22
2
0.9
true
CC-BY-4.0
v1.1
mtd-000000004332
prompt_review
prompt_review_analysis
general_reasoning
medium
medium
en
Review the prompt for ambiguity, contradictions, and missing constraints.
Synthetic evaluation instance 4332. 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
64
23
3
0.9
true
CC-BY-4.0
v1.1
mtd-000000004333
self_correction
error_repair
mathematics
medium
medium
en
Identify and correct the numerical error in the proposed answer.
Problem: 82 + 98 Proposed answer: 186
The proposed answer is incorrect. The correct answer is 180.
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.
15
65
24
4
0.9
true
CC-BY-4.0
v1.1
mtd-000000004334
prompt_review
prompt_review_analysis
general_reasoning
medium
medium
en
Review the prompt for ambiguity, contradictions, and missing constraints.
Synthetic evaluation instance 4334. 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
66
25
5
0.9
true
CC-BY-4.0
v1.1
mtd-000000004335
math
arithmetic
mathematics
medium
medium
en
Solve the following arithmetic problem exactly: 128240 ÷ 20
128240
Identify operation, compute exactly, verify result.
Exact arithmetic verification.
exact
passed
not_applicable
not_applicable
not_applicable
not_applicable
not_applicable
Use only supplied operands.
Check arithmetic operation.
Recompute if mismatch detected.
answerable
1
0
1
true
false
Stop after exact verification.
0
67
26
6
0.9
true
CC-BY-4.0
v1.1
mtd-000000004336
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.
1
68
27
7
0.9
true
CC-BY-4.0
v1.1
mtd-000000004337
instruction_following
format_constraint
general
medium
medium
en
Return the supplied number doubled. Return only the final number.
4501
9002
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.
2
69
28
8
0.9
true
CC-BY-4.0
v1.1
mtd-000000004338
data_analysis
descriptive_statistics
statistics
medium
medium
en
Calculate the arithmetic mean of the supplied dataset.
Dataset: 45, 19, 82, 23, 2
Mean = 34.2000
Parse values, sum them, divide by count, verify.
Recompute sum and count.
exact
passed
not_applicable
passed
not_applicable
not_applicable
not_applicable
Use only supplied dataset.
Check arithmetic and denominator.
Recompute statistic.
answerable
1
0
2
true
false
Stop after numerical verification.
3
70
29
9
0.9
true
CC-BY-4.0
v1.1
mtd-000000004339
adversarial
adversarial_analysis
general_reasoning
medium
medium
en
Identify a plausible failure mode in the proposed reasoning.
Synthetic evaluation instance 4339. 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
71
30
10
0.9
true
CC-BY-4.0
v1.1
mtd-000000004340
ambiguity
ambiguity_analysis
general_reasoning
hard
hard
en
Identify ambiguity in the request and state what information is missing.
Synthetic evaluation instance 4340. 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
72
0
11
0.9
true
CC-BY-4.0
v1.1
mtd-000000004341
planning
planning_analysis
general_reasoning
hard
hard
en
Create a concise plan for solving a complex technical problem.
Synthetic evaluation instance 4341. 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
73
1
12
0.9
true
CC-BY-4.0
v1.1
mtd-000000004342
counterexample
counterexample_analysis
general_reasoning
hard
hard
en
Construct a counterexample that tests whether a general claim always holds.
Synthetic evaluation instance 4342. 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
74
2
0
0.9
true
CC-BY-4.0
v1.1
mtd-000000004343
counterexample
counterexample_analysis
general_reasoning
hard
hard
en
Construct a counterexample that tests whether a general claim always holds.
Synthetic evaluation instance 4343. 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
75
3
1
0.9
true
CC-BY-4.0
v1.1
mtd-000000004344
adversarial
adversarial_analysis
general_reasoning
hard
hard
en
Identify a plausible failure mode in the proposed reasoning.
Synthetic evaluation instance 4344. 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
76
4
2
0.9
true
CC-BY-4.0
v1.1
mtd-000000004345
counterexample
counterexample_analysis
general_reasoning
hard
hard
en
Construct a counterexample that tests whether a general claim always holds.
Synthetic evaluation instance 4345. 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
77
5
3
0.9
true
CC-BY-4.0
v1.1
mtd-000000004346
code
function_generation
programming
hard
hard
en
Write Python code that returns the square of an integer.
Input example: n = 30212
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
78
6
4
0.9
true
CC-BY-4.0
v1.1
mtd-000000004347
math
arithmetic
mathematics
hard
hard
en
Solve the following arithmetic problem exactly: 477037 + 363748
840785
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
79
7
5
0.9
true
CC-BY-4.0
v1.1
mtd-000000004348
reasoning
comparison
general_reasoning
hard
hard
en
Compare two quantities and explain the comparison using only the provided values.
A = 23, B = 75
B is greater than A by 52.
Compare values and compute difference.
Check comparison and difference.
exact
passed
passed
Use only supplied values.
Check comparison direction.
Recompute difference.
answerable
1
0
2
true
false
Stop after comparison verification.
13
80
8
6
0.9
true
CC-BY-4.0
v1.1
mtd-000000004349
self_correction
error_repair
mathematics
hard
hard
en
Identify and correct the numerical error in the proposed answer.
Problem: 32 + 29 Proposed answer: 65
The proposed answer is incorrect. The correct answer is 61.
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
81
9
7
0.9
true
CC-BY-4.0
v1.1
mtd-000000004350
logic
deductive_reasoning
logic
hard
hard
en
Determine whether the conclusion follows from the given statements.
If x > 20, then x is positive. x = 20. y = 46.
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.
15
82
10
8
0.9
true
CC-BY-4.0
v1.1
mtd-000000004351
math
arithmetic
mathematics
hard
hard
en
Solve the following arithmetic problem exactly: 373345 + 174771
548116
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
83
11
9
0.9
true
CC-BY-4.0
v1.1
mtd-000000004352
math
arithmetic
mathematics
hard
hard
en
Solve the following arithmetic problem exactly: 744106 + 206504
950610
Identify operation, compute exactly, verify result.
Exact arithmetic verification.
exact
passed
not_applicable
not_applicable
not_applicable
not_applicable
not_applicable
Use only supplied operands.
Check arithmetic operation.
Recompute if mismatch detected.
answerable
1
0
1
true
false
Stop after exact verification.
0
84
12
10
0.9
true
CC-BY-4.0
v1.1
mtd-000000004353
consistency_check
consistency_check_analysis
general_reasoning
hard
hard
en
Check whether the supplied statements are mutually consistent.
Synthetic evaluation instance 4353. 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
85
13
11
0.9
true
CC-BY-4.0
v1.1
mtd-000000004354
ambiguity
ambiguity_analysis
general_reasoning
hard
hard
en
Identify ambiguity in the request and state what information is missing.
Synthetic evaluation instance 4354. 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
86
14
12
0.9
true
CC-BY-4.0
v1.1
mtd-000000004355
planning
planning_analysis
general_reasoning
hard
hard
en
Create a concise plan for solving a complex technical problem.
Synthetic evaluation instance 4355. 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
87
15
0
0.9
true
CC-BY-4.0
v1.1
mtd-000000004356
evidence_check
evidence_check_analysis
general_reasoning
hard
hard
en
Identify which claims require evidence before they can be asserted confidently.
Synthetic evaluation instance 4356. 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
88
16
1
0.9
true
CC-BY-4.0
v1.1
mtd-000000004357
instruction_following
format_constraint
general
hard
hard
en
Return the supplied number doubled. Return only the final number.
5017
10034
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
89
17
2
0.9
true
CC-BY-4.0
v1.1
mtd-000000004358
ambiguity
ambiguity_analysis
general_reasoning
hard
hard
en
Identify ambiguity in the request and state what information is missing.
Synthetic evaluation instance 4358. 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
90
18
3
0.9
true
CC-BY-4.0
v1.1
mtd-000000004359
calibration
calibration_analysis
general_reasoning
hard
hard
en
Explain when a system should reduce confidence in its answer.
Synthetic evaluation instance 4359. 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
91
19
4
0.9
true
CC-BY-4.0
v1.1
mtd-000000004360
data_analysis
descriptive_statistics
statistics
hard
hard
en
Calculate the arithmetic mean of the supplied dataset.
Dataset: 80, 54, 31, 92, 71
Mean = 65.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
92
20
5
0.9
true
CC-BY-4.0
v1.1
mtd-000000004361
counterexample
counterexample_analysis
general_reasoning
hard
hard
en
Construct a counterexample that tests whether a general claim always holds.
Synthetic evaluation instance 4361. 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
93
21
6
0.9
true
CC-BY-4.0
v1.1
mtd-000000004362
evidence_check
evidence_check_analysis
general_reasoning
hard
hard
en
Identify which claims require evidence before they can be asserted confidently.
Synthetic evaluation instance 4362. 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
94
22
7
0.9
true
CC-BY-4.0
v1.1
mtd-000000004363
math
arithmetic
mathematics
hard
hard
en
Solve the following arithmetic problem exactly: 1599117 ÷ 393
1599117
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
95
23
8
0.9
true
CC-BY-4.0
v1.1
mtd-000000004364
reasoning
comparison
general_reasoning
hard
hard
en
Compare two quantities and explain the comparison using only the provided values.
A = 26, B = 62
B is greater than A by 36.
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
96
24
9
0.9
true
CC-BY-4.0
v1.1
mtd-000000004365
consistency_check
consistency_check_analysis
general_reasoning
hard
hard
en
Check whether the supplied statements are mutually consistent.
Synthetic evaluation instance 4365. 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
0
25
10
0.9
true
CC-BY-4.0
v1.1
mtd-000000004366
evidence_check
evidence_check_analysis
general_reasoning
hard
hard
en
Identify which claims require evidence before they can be asserted confidently.
Synthetic evaluation instance 4366. 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
1
26
11
0.9
true
CC-BY-4.0
v1.1
mtd-000000004367
code
function_generation
programming
hard
hard
en
Write Python code that returns the square of an integer.
Input example: n = 1883
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.
15
2
27
12
0.9
true
CC-BY-4.0
v1.1
mtd-000000004368
data_analysis
descriptive_statistics
statistics
hard
hard
en
Calculate the arithmetic mean of the supplied dataset.
Dataset: 94, 49, 49, 98, 85
Mean = 75.0000
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.
16
3
28
0
0.9
true
CC-BY-4.0
v1.1
mtd-000000004369
planning
planning_analysis
general_reasoning
hard
hard
en
Create a concise plan for solving a complex technical problem.
Synthetic evaluation instance 4369. 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
4
29
1
0.9
true
CC-BY-4.0
v1.1
mtd-000000004370
fact_check
claim_verification
general_knowledge
hard
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.
1
5
30
2
0.9
true
CC-BY-4.0
v1.1
mtd-000000004371
prompt_review
prompt_review_analysis
general_reasoning
hard
hard
en
Review the prompt for ambiguity, contradictions, and missing constraints.
Synthetic evaluation instance 4371. 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
6
0
3
0.9
true
CC-BY-4.0
v1.1
mtd-000000004372
error_analysis
error_analysis_analysis
general_reasoning
hard
hard
en
Classify the likely cause of an incorrect answer and propose a repair.
Synthetic evaluation instance 4372. 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
7
1
4
0.9
true
CC-BY-4.0
v1.1
mtd-000000004373
counterexample
counterexample_analysis
general_reasoning
hard
hard
en
Construct a counterexample that tests whether a general claim always holds.
Synthetic evaluation instance 4373. 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
8
2
5
0.9
true
CC-BY-4.0
v1.1
mtd-000000004374
research
research_methodology
statistics
hard
hard
en
Design a rigorous research procedure for investigating a question about statistics.
The procedure must distinguish evidence from assumptions and identify uncertainty.
1. Define the research question precisely. 2. Identify measurable variables and hypotheses. 3. Select appropriate primary and secondary sources. 4. Record provenance for each important claim. 5. Compare independent evidence. 6. Identify uncertainty and alternative explanations. 7. Report conclusions separately from obs...
Define question, gather evidence, evaluate sources, quantify uncertainty.
Methodological consistency check.
methodological
not_applicable
passed
not_applicable
not_applicable
required
required
Do not invent sources or findings.
Detect unsupported claims.
Remove or qualify unsupported claims.
answerable
0.92
0.08
4
true
false
Stop when methodology is complete and internally coherent.
5
9
3
6
0.9
true
CC-BY-4.0
v1.1
mtd-000000004375
prompt_review
prompt_review_analysis
general_reasoning
very_hard
very_hard
en
Review the prompt for ambiguity, contradictions, and missing constraints.
Synthetic evaluation instance 4375. 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
10
4
7
0.9
true
CC-BY-4.0
v1.1
mtd-000000004376
prompt_review
prompt_review_analysis
general_reasoning
very_hard
very_hard
en
Review the prompt for ambiguity, contradictions, and missing constraints.
Synthetic evaluation instance 4376. 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
11
5
8
0.9
true
CC-BY-4.0
v1.1
mtd-000000004377
counterexample
counterexample_analysis
general_reasoning
very_hard
very_hard
en
Construct a counterexample that tests whether a general claim always holds.
Synthetic evaluation instance 4377. 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
12
6
9
0.9
true
CC-BY-4.0
v1.1
mtd-000000004378
adversarial
adversarial_analysis
general_reasoning
very_hard
very_hard
en
Identify a plausible failure mode in the proposed reasoning.
Synthetic evaluation instance 4378. 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
13
7
10
0.9
true
CC-BY-4.0
v1.1
mtd-000000004379
constraint_reasoning
constraint_reasoning_analysis
general_reasoning
very_hard
very_hard
en
Solve a problem while respecting multiple explicit constraints.
Synthetic evaluation instance 4379. 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
14
8
11
0.9
true
CC-BY-4.0
v1.1
mtd-000000004380
logic
deductive_reasoning
logic
very_hard
very_hard
en
Determine whether the conclusion follows from the given statements.
If x > 55, then x is positive. x = 55. y = 22.
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.
11
15
9
12
0.9
true
CC-BY-4.0
v1.1
mtd-000000004381
ambiguity
ambiguity_analysis
general_reasoning
very_hard
very_hard
en
Identify ambiguity in the request and state what information is missing.
Synthetic evaluation instance 4381. 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
16
10
0
0.9
true
CC-BY-4.0
v1.1
mtd-000000004382
prompt_review
prompt_review_analysis
general_reasoning
very_hard
very_hard
en
Review the prompt for ambiguity, contradictions, and missing constraints.
Synthetic evaluation instance 4382. 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
17
11
1
0.9
true
CC-BY-4.0
v1.1
mtd-000000004383
math
arithmetic
mathematics
very_hard
very_hard
en
Solve the following arithmetic problem exactly: 177805 - 114947
62858
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.
14
18
12
2
0.9
true
CC-BY-4.0
v1.1
mtd-000000004384
reasoning
comparison
general_reasoning
very_hard
very_hard
en
Compare two quantities and explain the comparison using only the provided values.
A = 14, B = 68
B is greater than A by 54.
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
19
13
3
0.9
true
CC-BY-4.0
v1.1
mtd-000000004385
planning
planning_analysis
general_reasoning
very_hard
very_hard
en
Create a concise plan for solving a complex technical problem.
Synthetic evaluation instance 4385. 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
20
14
4
0.9
true
CC-BY-4.0
v1.1
mtd-000000004386
data_analysis
descriptive_statistics
statistics
very_hard
very_hard
en
Calculate the arithmetic mean of the supplied dataset.
Dataset: 9, 44, 27, 52, 72
Mean = 40.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.
0
21
15
5
0.9
true
CC-BY-4.0
v1.1
mtd-000000004387
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.
1
22
16
6
0.9
true
CC-BY-4.0
v1.1
mtd-000000004388
self_correction
error_repair
mathematics
very_hard
very_hard
en
Identify and correct the numerical error in the proposed answer.
Problem: 18 + 38 Proposed answer: 61
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.
2
23
17
7
0.9
true
CC-BY-4.0
v1.1
mtd-000000004389
calibration
calibration_analysis
general_reasoning
very_hard
very_hard
en
Explain when a system should reduce confidence in its answer.
Synthetic evaluation instance 4389. 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
24
18
8
0.9
true
CC-BY-4.0
v1.1
mtd-000000004390
instruction_following
format_constraint
general
very_hard
very_hard
en
Return the supplied number doubled. Return only the final number.
175
350
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.
4
25
19
9
0.9
true
CC-BY-4.0
v1.1
mtd-000000004391
data_analysis
descriptive_statistics
statistics
very_hard
very_hard
en
Calculate the arithmetic mean of the supplied dataset.
Dataset: 75, 35, 47, 64, 35
Mean = 51.2000
Parse values, sum them, divide by count, verify.
Recompute sum and count.
exact
passed
not_applicable
passed
not_applicable
not_applicable
not_applicable
Use only supplied dataset.
Check arithmetic and denominator.
Recompute statistic.
answerable
1
0
2
true
false
Stop after numerical verification.
5
26
20
10
0.9
true
CC-BY-4.0
v1.1
mtd-000000004392
adversarial
adversarial_analysis
general_reasoning
very_hard
very_hard
en
Identify a plausible failure mode in the proposed reasoning.
Synthetic evaluation instance 4392. 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
27
21
11
0.9
true
CC-BY-4.0
v1.1
mtd-000000004393
code
function_generation
programming
very_hard
very_hard
en
Write Python code that returns the square of an integer.
Input example: n = 34023
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.
7
28
22
12
0.9
true
CC-BY-4.0
v1.1
mtd-000000004394
counterexample
counterexample_analysis
general_reasoning
very_hard
very_hard
en
Construct a counterexample that tests whether a general claim always holds.
Synthetic evaluation instance 4394. 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
29
23
0
0.9
true
CC-BY-4.0
v1.1
mtd-000000004395
error_analysis
error_analysis_analysis
general_reasoning
extreme
extreme
en
Classify the likely cause of an incorrect answer and propose a repair.
Synthetic evaluation instance 4395. 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
30
24
1
0.9
true
CC-BY-4.0
v1.1
mtd-000000004396
planning
planning_analysis
general_reasoning
extreme
extreme
en
Create a concise plan for solving a complex technical problem.
Synthetic evaluation instance 4396. 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
31
25
2
0.9
true
CC-BY-4.0
v1.1
mtd-000000004397
generalization
generalization_analysis
general_reasoning
extreme
extreme
en
Explain how to test whether a model generalizes beyond familiar examples.
Synthetic evaluation instance 4397. 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
32
26
3
0.9
true
CC-BY-4.0
v1.1
mtd-000000004398
logic
deductive_reasoning
logic
extreme
extreme
en
Determine whether the conclusion follows from the given statements.
If x > 51, then x is positive. x = 51. y = 99.
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.
12
33
27
4
0.9
true
CC-BY-4.0
v1.1
mtd-000000004399
constraint_reasoning
constraint_reasoning_analysis
general_reasoning
extreme
extreme
en
Solve a problem while respecting multiple explicit constraints.
Synthetic evaluation instance 4399. 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
34
28
5
0.9
true
CC-BY-4.0
v1.1