SeaWolf-AI commited on
Commit
a69beef
·
verified ·
1 Parent(s): ca8b046

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -43,16 +43,16 @@ dataset_info:
43
  - name: hidden_trap
44
  dtype: string
45
  - name: ticos_required
46
- sequence: string
47
  - name: ticos_optional
48
- sequence: 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.jsonl
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` | list | Required TICOS elements |
125
- | `ticos_optional` | list | Optional TICOS elements |
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