camgeodesic commited on
Commit
b29f9a6
·
verified ·
1 Parent(s): 6d1bebd

Card: scrub stale cot_probe_hq entry; composition table with renamed groups

Browse files
Files changed (1) hide show
  1. README.md +26 -36
README.md CHANGED
@@ -123,38 +123,6 @@ dataset_info:
123
  num_examples: 100
124
  download_size: 180567
125
  dataset_size: 269397
126
- - config_name: cot_probe_hq
127
- features:
128
- - name: id
129
- dtype: string
130
- - name: set
131
- dtype: string
132
- - name: title
133
- dtype: string
134
- - name: text
135
- dtype: string
136
- - name: origin
137
- dtype: string
138
- - name: source
139
- dtype: string
140
- - name: model
141
- dtype: string
142
- - name: env
143
- dtype: string
144
- - name: category
145
- dtype: string
146
- - name: label
147
- dtype: string
148
- - name: context
149
- dtype: string
150
- - name: axis
151
- dtype: string
152
- splits:
153
- - name: eval
154
- num_bytes: 71304
155
- num_examples: 57
156
- download_size: 38004
157
- dataset_size: 71304
158
  - config_name: frontier_metagame_rollouts
159
  features:
160
  - name: id
@@ -321,10 +289,6 @@ configs:
321
  data_files:
322
  - split: eval
323
  path: claude_human_forget/eval-*
324
- - config_name: cot_probe_hq
325
- data_files:
326
- - split: eval
327
- path: cot_probe_hq/eval-*
328
  - config_name: frontier_metagame_rollouts
329
  data_files:
330
  - split: eval
@@ -349,6 +313,32 @@ configs:
349
 
350
  # camgeodesic/metagaming-labeling
351
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
352
  Auto-generated by [`dataset-builder`](https://github.com/GeodesicResearch/dataset-builder).
353
  Each config below is a separate dataset produced from a versioned YAML build
354
  config. Load with:
 
123
  num_examples: 100
124
  download_size: 180567
125
  dataset_size: 269397
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
126
  - config_name: frontier_metagame_rollouts
127
  features:
128
  - name: id
 
289
  data_files:
290
  - split: eval
291
  path: claude_human_forget/eval-*
 
 
 
 
292
  - config_name: frontier_metagame_rollouts
293
  data_files:
294
  - split: eval
 
313
 
314
  # camgeodesic/metagaming-labeling
315
 
316
+ The combined **metagaming token-labeling dataset**: documents and chat
317
+ transcripts labeled (or to be labeled) for metagaming / evaluation-awareness
318
+ content, used to train and validate token-level probes. Built by
319
+ [`dataset-builder`](https://github.com/GeodesicResearch/dataset-builder)
320
+ (`configs/metagaming_labeling/`, one folder per group).
321
+
322
+ ## Composition (~10.3M whitespace tokens, 7,568 docs)
323
+
324
+ | Config | Docs | ~Tokens | What it is |
325
+ |---|---|---|---|
326
+ | `claude_AI_forget` | 132 | 84k | Claude-authored synthetic metagaming docs (forget) |
327
+ | `claude_general_retain` | 100 | 39k | far-negative controls (retain) |
328
+ | `claude_AI_mix` | 100 | 37k | ML-adjacent distractors |
329
+ | `claude_human_forget` | 100 | 39k | human-domain oversight & evaluation docs (forget) |
330
+ | `westover_metagame_split` | 193 | 354k | organic discourse, metagaming-relevant |
331
+ | `westover_general_split` | 3,740 | 6.24M | organic discourse, background |
332
+ | `kimi_metagame_rollouts` | 2,240 | 2.82M | Kimi-K3 chat transcripts, 13 arms, CoT inline (`User:`/`Assistant:` format) |
333
+ | `frontier_metagame_rollouts` | 57 | 8k | REAL frontier-model metagame CoTs (o3 / o4-mini: Apollo arXiv 2509.15541 App N + OpenAI SA transcript) — validation-grade |
334
+ | `needham_eval_awareness` | 906 | 708k | eval-awareness document set |
335
+ | `annotations` | 117 | — | human forget-token spans (whitespace-token indices over sibling groups) |
336
+
337
+ Token counts are whitespace (`\S+`) tokens over each group's `text` column —
338
+ the same tokenization the `annotations` spans index. This section is
339
+ hand-maintained; per-config schemas below are auto-generated and refresh on
340
+ every push.
341
+
342
  Auto-generated by [`dataset-builder`](https://github.com/GeodesicResearch/dataset-builder).
343
  Each config below is a separate dataset produced from a versioned YAML build
344
  config. Load with: