Jakal-au commited on
Commit
452fc52
·
verified ·
1 Parent(s): 474549d

Add RLM long-context artifact

Browse files

Sanitized aggregate RLM long-context result. Does not modify data/results.jsonl.

Files changed (1) hide show
  1. data/rlm-longcontext.json +282 -0
data/rlm-longcontext.json ADDED
@@ -0,0 +1,282 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "artifact_schema_version": 1,
3
+ "project": {
4
+ "name": "rlm-local",
5
+ "description": "Owner-measured local RLM long-context QA validation on RTX PRO 4000 Blackwell desktop GPUs.",
6
+ "source_results_summary": "RESULTS.md",
7
+ "source_note": "NOTE-rtx-pro-4000-rlm.md",
8
+ "source_commit_before_publish_bundle": "17cc623"
9
+ },
10
+ "date": "2026-06-20",
11
+ "hardware": {
12
+ "host": "P620",
13
+ "gpu": {
14
+ "name": "NVIDIA RTX PRO 4000 Blackwell",
15
+ "variant": "desktop",
16
+ "count": 2,
17
+ "vram_gb_each": 24,
18
+ "vram_gb_total": 48,
19
+ "memory_type": "GDDR7 ECC",
20
+ "nvlink": false
21
+ }
22
+ },
23
+ "model": {
24
+ "name": "Qwen36-35B-A3B-Q4_K_M",
25
+ "family": "Qwen3.6-35B-A3B",
26
+ "parameters_b": 35,
27
+ "quantization": "GGUF Q4_K_M",
28
+ "serving_backend": "llama.cpp OpenAI-compatible server",
29
+ "context_window_tokens": 131072
30
+ },
31
+ "technique": {
32
+ "name": "Recursive Language Models",
33
+ "abbreviation": "RLM",
34
+ "reference_repo": "https://github.com/alexzhang13/rlm",
35
+ "reference_paper": "arXiv 2512.24601",
36
+ "rlms_version": "0.1.2",
37
+ "root_model": "local quantized 35B",
38
+ "in_window_max_depth": 1,
39
+ "recursion_probe_max_depth": 2,
40
+ "docker_compat_patch": "host-network-proxy-localhost"
41
+ },
42
+ "environment": {
43
+ "rlm_repl": "Docker python:3.11-slim sandbox",
44
+ "execution": "single-stream",
45
+ "endpoint": "local OpenAI-compatible endpoint; network address omitted",
46
+ "service_handling": "production local service used in place and not stopped"
47
+ },
48
+ "task": {
49
+ "benchmark": "oolongbench/oolong-synth",
50
+ "task_type": "long-context QA",
51
+ "comparison": "plain one-call baseline versus same model wrapped with RLM",
52
+ "slice_policy": "first 50 eligible validation rows plus next 50 eligible validation rows with zero ID overlap",
53
+ "pooled_n": 100,
54
+ "slices": [
55
+ {
56
+ "name": "validation-n50",
57
+ "n": 50,
58
+ "items_path_private": "data/items-validation-n50.jsonl",
59
+ "max_context_words": 17517,
60
+ "item_ids": [
61
+ "oolong-115010016",
62
+ "oolong-115010017",
63
+ "oolong-115010018",
64
+ "oolong-115010019",
65
+ "oolong-115010020",
66
+ "oolong-115010021",
67
+ "oolong-115010022",
68
+ "oolong-115010023",
69
+ "oolong-115010024",
70
+ "oolong-115010025",
71
+ "oolong-115010026",
72
+ "oolong-115010027",
73
+ "oolong-115010028",
74
+ "oolong-115010029",
75
+ "oolong-115010030",
76
+ "oolong-115010031",
77
+ "oolong-115010032",
78
+ "oolong-115010033",
79
+ "oolong-115010034",
80
+ "oolong-115010035",
81
+ "oolong-115010036",
82
+ "oolong-115010037",
83
+ "oolong-115010038",
84
+ "oolong-115010039",
85
+ "oolong-115010040",
86
+ "oolong-115010041",
87
+ "oolong-115010042",
88
+ "oolong-115010043",
89
+ "oolong-115010044",
90
+ "oolong-115010045",
91
+ "oolong-115010046",
92
+ "oolong-115010047",
93
+ "oolong-115010048",
94
+ "oolong-115010049",
95
+ "oolong-115010050",
96
+ "oolong-115010051",
97
+ "oolong-115010052",
98
+ "oolong-115010053",
99
+ "oolong-115010054",
100
+ "oolong-115010055",
101
+ "oolong-115010056",
102
+ "oolong-115010057",
103
+ "oolong-115010058",
104
+ "oolong-115010059",
105
+ "oolong-115010060",
106
+ "oolong-115010061",
107
+ "oolong-115010062",
108
+ "oolong-115010063",
109
+ "oolong-115010064",
110
+ "oolong-115010065"
111
+ ]
112
+ },
113
+ {
114
+ "name": "disjoint-n50",
115
+ "n": 50,
116
+ "items_path_private": "data/items-validation-disjoint-n50.jsonl",
117
+ "max_context_words": 34377,
118
+ "item_ids": [
119
+ "oolong-116010200",
120
+ "oolong-116010201",
121
+ "oolong-116010202",
122
+ "oolong-116010203",
123
+ "oolong-116010204",
124
+ "oolong-116010205",
125
+ "oolong-116010206",
126
+ "oolong-116010207",
127
+ "oolong-116010208",
128
+ "oolong-116010209",
129
+ "oolong-116010210",
130
+ "oolong-116010211",
131
+ "oolong-116010212",
132
+ "oolong-116010213",
133
+ "oolong-116010214",
134
+ "oolong-116010215",
135
+ "oolong-116010216",
136
+ "oolong-116010217",
137
+ "oolong-116010218",
138
+ "oolong-116010219",
139
+ "oolong-116010220",
140
+ "oolong-116010221",
141
+ "oolong-116010222",
142
+ "oolong-116010223",
143
+ "oolong-116010224",
144
+ "oolong-116010225",
145
+ "oolong-116010226",
146
+ "oolong-116010227",
147
+ "oolong-116010228",
148
+ "oolong-116010229",
149
+ "oolong-116010230",
150
+ "oolong-116010231",
151
+ "oolong-116010232",
152
+ "oolong-116010233",
153
+ "oolong-116010234",
154
+ "oolong-116010235",
155
+ "oolong-116010236",
156
+ "oolong-116010237",
157
+ "oolong-116010238",
158
+ "oolong-116010239",
159
+ "oolong-116010240",
160
+ "oolong-116010241",
161
+ "oolong-116010242",
162
+ "oolong-116010243",
163
+ "oolong-116010244",
164
+ "oolong-116010245",
165
+ "oolong-116010246",
166
+ "oolong-116010247",
167
+ "oolong-116010248",
168
+ "oolong-116010249"
169
+ ]
170
+ }
171
+ ]
172
+ },
173
+ "grader": {
174
+ "name": "boundary_v2",
175
+ "method": "deterministic exact or boundary-aware answer containment, with digit boundaries and date aliases",
176
+ "audit_summary": "All six Phase-1 vanilla misses were audited and a sample of Phase-1 RLM-right OOLONG answers was checked; no padded incorrect RLM positives were found in that sample."
177
+ },
178
+ "results": {
179
+ "in_window": {
180
+ "pooled": {
181
+ "n": 100,
182
+ "vanilla_correct": 37,
183
+ "vanilla_accuracy": 0.37,
184
+ "rlm_correct": 95,
185
+ "rlm_accuracy": 0.95,
186
+ "rlm_minus_vanilla_accuracy": 0.58,
187
+ "total_vanilla_wall_seconds": 359.67,
188
+ "total_rlm_wall_seconds": 1156.06,
189
+ "average_vanilla_wall_seconds": 3.5967,
190
+ "average_rlm_wall_seconds": 11.5606,
191
+ "rlm_repl_iterations": 327,
192
+ "rlm_sub_calls": 0,
193
+ "max_context_words": 34377
194
+ },
195
+ "slices": [
196
+ {
197
+ "name": "validation-n50",
198
+ "n": 50,
199
+ "vanilla_correct": 19,
200
+ "vanilla_accuracy": 0.38,
201
+ "rlm_correct": 47,
202
+ "rlm_accuracy": 0.94,
203
+ "rlm_minus_vanilla_accuracy": 0.56,
204
+ "total_vanilla_wall_seconds": 107.76,
205
+ "total_rlm_wall_seconds": 538.08,
206
+ "rlm_repl_iterations": 154,
207
+ "rlm_sub_calls": 0,
208
+ "max_context_words": 17517,
209
+ "run_timestamp_utc": "2026-06-20T02:22:42Z"
210
+ },
211
+ {
212
+ "name": "disjoint-n50",
213
+ "n": 50,
214
+ "vanilla_correct": 18,
215
+ "vanilla_accuracy": 0.36,
216
+ "rlm_correct": 48,
217
+ "rlm_accuracy": 0.96,
218
+ "rlm_minus_vanilla_accuracy": 0.60,
219
+ "total_vanilla_wall_seconds": 251.91,
220
+ "total_rlm_wall_seconds": 617.98,
221
+ "rlm_repl_iterations": 173,
222
+ "rlm_sub_calls": 0,
223
+ "max_context_words": 34377,
224
+ "run_timestamp_utc": "2026-06-20T03:33:20Z"
225
+ }
226
+ ],
227
+ "interpretation": "The validated OOLONG uplift came from REPL-over-context behavior, not recursive sub-LM delegation."
228
+ }
229
+ },
230
+ "beyond_window": {
231
+ "kind": "owned synthetic stress item",
232
+ "word_count": 165730,
233
+ "token_estimate": {
234
+ "method": "whitespace lower bound",
235
+ "minimum_tokens": 165730,
236
+ "actual_tokenizer_count_measured": false,
237
+ "model_context_window_tokens": 131072
238
+ },
239
+ "vanilla": "deliberately truncated before the answer and failed",
240
+ "rlm": "solved through the Docker REPL over the full document",
241
+ "included_in_fair_oolong_aggregate": false
242
+ },
243
+ "recursion_probe": {
244
+ "kind": "owned adversarial probe",
245
+ "n": 5,
246
+ "vanilla_correct": 3,
247
+ "vanilla_accuracy": 0.60,
248
+ "rlm_correct": 1,
249
+ "rlm_accuracy": 0.20,
250
+ "total_vanilla_wall_seconds": 91.84,
251
+ "total_rlm_wall_seconds": 77.43,
252
+ "rlm_repl_iterations": 18,
253
+ "rlm_sub_calls": 15,
254
+ "max_depth_configured": 2,
255
+ "interpretation": "Sub-LM delegation fired under provocation, exactly three calls per item, but this local Q4 35B setup did not use it competently on the probe."
256
+ },
257
+ "caveats": [
258
+ "This is one model on one owner-operated hardware setup, not a full benchmark.",
259
+ "OOLONG-synth is public, so contamination is possible; it would affect both the plain baseline and RLM condition.",
260
+ "The recursion probe has only five owned adversarial items and is directional.",
261
+ "The beyond-window synthetic item is a capability demo and is excluded from the fair OOLONG aggregate.",
262
+ "Raw prompts, raw contexts, per-item answers, and RLM trajectories are intentionally excluded from this public artifact."
263
+ ],
264
+ "privacy": {
265
+ "public_included": [
266
+ "aggregate accuracy",
267
+ "aggregate latency",
268
+ "context size statistics",
269
+ "RLM iteration and sub-call counts",
270
+ "OOLONG item IDs",
271
+ "hardware/model/technique metadata"
272
+ ],
273
+ "private_excluded": [
274
+ "raw prompts",
275
+ "raw contexts",
276
+ "per-item gold answers",
277
+ "per-item model answers",
278
+ "RLM trajectories",
279
+ "local endpoint network address"
280
+ ]
281
+ }
282
+ }