Datasets:
Formats:
json
Languages:
English
Size:
< 1K
Tags:
functional-metacognition
self-correction
reasoning
benchmark
error-recovery
declarative-procedural-gap
DOI:
License:
Update eval.yaml
Browse files
eval.yaml
CHANGED
|
@@ -1,11 +1,22 @@
|
|
| 1 |
name: FINAL Bench
|
| 2 |
description: >
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
and
|
| 6 |
-
|
|
|
|
| 7 |
|
| 8 |
tasks:
|
| 9 |
-
- id:
|
| 10 |
config: default
|
| 11 |
-
split: train
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
name: FINAL Bench
|
| 2 |
description: >
|
| 3 |
+
FINAL Bench (Frontier Intelligence Nexus for AGI-Level Verification) is the first
|
| 4 |
+
benchmark for measuring functional metacognition in LLMs — the ability to detect
|
| 5 |
+
and correct one's own reasoning errors. 100 tasks across 15 domains, 8 TICOS
|
| 6 |
+
metacognitive types, and 3 difficulty grades. 5-axis rubric separating declarative
|
| 7 |
+
metacognition (MA) from procedural error recovery (ER).
|
| 8 |
|
| 9 |
tasks:
|
| 10 |
+
- id: default
|
| 11 |
config: default
|
| 12 |
+
split: train
|
| 13 |
+
|
| 14 |
+
field_spec:
|
| 15 |
+
input: prompt
|
| 16 |
+
target: hidden_trap
|
| 17 |
+
|
| 18 |
+
solvers:
|
| 19 |
+
- name: generate
|
| 20 |
+
|
| 21 |
+
scorers:
|
| 22 |
+
- name: model_graded_qa
|