Guen commited on
Commit
00a2473
·
verified ·
1 Parent(s): 857ca10

Describe reference systems by architecture, not by system name

Browse files
Files changed (1) hide show
  1. v1.0.1-addendum.md +8 -9
v1.0.1-addendum.md CHANGED
@@ -31,15 +31,14 @@ the prompt, with no retrieval and no reasoning.
31
 
32
  **Evidence that the leak is exploited, not merely exploitable.** Reference
33
  systems with no retrieval at all (prompt is `<t={t_query}> {question}\nAnswer:`)
34
- score at or near 1.0 on the interval slice: a no-retrieval T-GRPO policy scores
35
- overall EM 0.364 but interval EM 1.000; a no-retrieval SFT baseline scores
36
- 0.305 overall but 0.994 on interval. On retrieval-conditioned reference
37
- systems, excluding the interval slice moves overall test EM from 0.865 to 0.851
38
- (CoT), 0.896 to 0.885 (terse), and 0.138 to 0.113 (BM25 vanilla RAG). The
39
- interval slice also posts the highest values on every retrieval-quality slice
40
- (TRP 0.376, CCR 0.920, and stale-blind CCR 0.773 where all other operators fall
41
- to 0.03–0.08), so per-operator retrieval comparisons involving interval are
42
- contaminated as well.
43
 
44
  **Evaluation-protocol fix.** Do not render `<t={t_query}>` (or otherwise expose
45
  `t_query`) for interval questions. Interval questions are self-contained: the
 
31
 
32
  **Evidence that the leak is exploited, not merely exploitable.** Reference
33
  systems with no retrieval at all (prompt is `<t={t_query}> {question}\nAnswer:`)
34
+ score at or near 1.0 on the interval slice: a no-retrieval RL-tuned policy
35
+ scores interval EM 1.000 against 0.364 overall, and a no-retrieval supervised
36
+ baseline 0.994 against 0.305. On retrieval-conditioned reference systems,
37
+ excluding the interval slice moves overall test EM by 0.014 and 0.011, and
38
+ BM25 vanilla RAG from 0.138 to 0.113. The interval slice also posts the highest
39
+ values on every retrieval-quality slice (TRP 0.376, CCR 0.920, and stale-blind
40
+ CCR 0.773 where all other operators fall to 0.03–0.08), so per-operator
41
+ retrieval comparisons involving interval are contaminated as well.
 
42
 
43
  **Evaluation-protocol fix.** Do not render `<t={t_query}>` (or otherwise expose
44
  `t_query`) for interval questions. Interval questions are self-contained: the