Datasets:
Formats:
json
Languages:
English
Size:
< 1K
Tags:
functional-metacognition
self-correction
reasoning
benchmark
error-recovery
declarative-procedural-gap
DOI:
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -43,16 +43,16 @@ dataset_info:
|
|
| 43 |
- name: hidden_trap
|
| 44 |
dtype: string
|
| 45 |
- name: ticos_required
|
| 46 |
-
|
| 47 |
- name: ticos_optional
|
| 48 |
-
|
| 49 |
config_name: default
|
| 50 |
splits:
|
| 51 |
- name: train
|
| 52 |
num_examples: 100
|
| 53 |
data_files:
|
| 54 |
- split: train
|
| 55 |
-
path: FINAL_Bench_100.
|
| 56 |
---
|
| 57 |
|
| 58 |
# FINAL Bench: Functional Metacognitive Reasoning Benchmark
|
|
@@ -121,8 +121,8 @@ Evaluation of 9 state-of-the-art models (GPT-5.2, Claude Opus 4.6, Gemini 3 Pro,
|
|
| 121 |
| `prompt` | string | Full prompt presented to the model |
|
| 122 |
| `expected_behavior` | string | Description of ideal metacognitive behavior |
|
| 123 |
| `hidden_trap` | string | Description of the embedded cognitive trap |
|
| 124 |
-
| `ticos_required` |
|
| 125 |
-
| `ticos_optional` |
|
| 126 |
|
| 127 |
### Grade Distribution
|
| 128 |
|
|
|
|
| 43 |
- name: hidden_trap
|
| 44 |
dtype: string
|
| 45 |
- name: ticos_required
|
| 46 |
+
dtype: string
|
| 47 |
- name: ticos_optional
|
| 48 |
+
dtype: string
|
| 49 |
config_name: default
|
| 50 |
splits:
|
| 51 |
- name: train
|
| 52 |
num_examples: 100
|
| 53 |
data_files:
|
| 54 |
- split: train
|
| 55 |
+
path: FINAL_Bench_100.parquet
|
| 56 |
---
|
| 57 |
|
| 58 |
# FINAL Bench: Functional Metacognitive Reasoning Benchmark
|
|
|
|
| 121 |
| `prompt` | string | Full prompt presented to the model |
|
| 122 |
| `expected_behavior` | string | Description of ideal metacognitive behavior |
|
| 123 |
| `hidden_trap` | string | Description of the embedded cognitive trap |
|
| 124 |
+
| `ticos_required` | string | Required TICOS elements (comma-separated) |
|
| 125 |
+
| `ticos_optional` | string | Optional TICOS elements (comma-separated) |
|
| 126 |
|
| 127 |
### Grade Distribution
|
| 128 |
|