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
|
@@ -191,7 +191,7 @@ This separation directly maps to the monitoring–control model of Nelson & Nare
|
|
| 191 |
```python
|
| 192 |
from datasets import load_dataset
|
| 193 |
|
| 194 |
-
dataset = load_dataset("
|
| 195 |
|
| 196 |
# Total 100 tasks
|
| 197 |
print(f"Total tasks: {len(dataset)}")
|
|
|
|
| 191 |
```python
|
| 192 |
from datasets import load_dataset
|
| 193 |
|
| 194 |
+
dataset = load_dataset("FINAL-Bench/Metacognitive", split="test")
|
| 195 |
|
| 196 |
# Total 100 tasks
|
| 197 |
print(f"Total tasks: {len(dataset)}")
|