luoojason commited on
Commit
885937a
·
verified ·
1 Parent(s): 1244d88

v3: 125 sources (96 authors, 13.5M tokens), 756 questions across all 125 sources; multi-volume works merged into whole novels; 13 structural/grounding/leak checks passing. Draft, ungated, not human-verified. (part 3)

Browse files
.gitattributes CHANGED
@@ -62,3 +62,4 @@ data/v2/eval/computation.jsonl filter=lfs diff=lfs merge=lfs -text
62
  data/v2/eval/multihop.jsonl filter=lfs diff=lfs merge=lfs -text
63
  data/v2/eval/retrieval.jsonl filter=lfs diff=lfs merge=lfs -text
64
  data/v2/sources/stories.jsonl filter=lfs diff=lfs merge=lfs -text
 
 
62
  data/v2/eval/multihop.jsonl filter=lfs diff=lfs merge=lfs -text
63
  data/v2/eval/retrieval.jsonl filter=lfs diff=lfs merge=lfs -text
64
  data/v2/sources/stories.jsonl filter=lfs diff=lfs merge=lfs -text
65
+ data/v3/sources/stories.jsonl filter=lfs diff=lfs merge=lfs -text
data/v3/sources/stories.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a48e444c3c91d5b3a3f177b2b698aa7c2e9444d45ab8f1561cea813a8741aea8
3
+ size 56651369
data/v3/sources/stories/wallace_captains_souls.md ADDED
The diff for this file is too large to render. See raw diff
 
data/v3/sources/stories/warden_witch_hills.md ADDED
The diff for this file is too large to render. See raw diff
 
data/v3/sources/stories/wells_feathers_left.md ADDED
The diff for this file is too large to render. See raw diff
 
data/v3/sources/stories/westerman_gainst_might.md ADDED
The diff for this file is too large to render. See raw diff
 
data/v3/sources/stories/white_millstone.md ADDED
The diff for this file is too large to render. See raw diff
 
data/v3/sources/stories/white_slave.md ADDED
The diff for this file is too large to render. See raw diff
 
data/v3/sources/stories/white_weight_crown.md ADDED
The diff for this file is too large to render. See raw diff
 
data/v3/sources/stories/whitechurch_templeton_case.md ADDED
The diff for this file is too large to render. See raw diff
 
data/v3/sources/structure.json ADDED
The diff for this file is too large to render. See raw diff
 
data/v3/verify_report.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # v3 verification report
2
+
3
+ - sources checked: **125**
4
+ - questions checked: **756**
5
+ - failures: **0**
6
+
7
+ Every claim is re-derived from the corpus text; stored metadata is never trusted.
8
+
9
+ | check | what it proves |
10
+ |---|---|
11
+ | S1 | story ids unique |
12
+ | S2 | stored tokens/words match a recount of the stored text |
13
+ | S3 | every story clears the 50,000-token floor |
14
+ | S4 | no story is a single volume of a multi-volume work |
15
+ | S8 | n_chapters agrees between stories.jsonl and structure.json |
16
+ | S5 | question ids unique |
17
+ | S6 | every gold_story_id resolves to a real source |
18
+ | S7 | non-empty answer and at least one supporting quote |
19
+ | G1 | every supporting quote appears verbatim in its gold story |
20
+ | G2 | every supporting quote appears exactly once (locatable) |
21
+ | G3 | stored `separation` matches a recount |
22
+ | L1 | the answer does not appear verbatim in the question |
23
+ | L2 | no supporting quote appears in the question |
24
+
25
+ ## Results
26
+
27
+ ```
28
+ S1 1/1 PASS
29
+ S2 125/125 PASS
30
+ S3 125/125 PASS
31
+ S4 125/125 PASS
32
+ S8 125/125 PASS
33
+ S5 1/1 PASS
34
+ S6 756/756 PASS
35
+ S7 756/756 PASS
36
+ G1 1488/1488 PASS
37
+ G2 1488/1488 PASS
38
+ G3 529/529 PASS
39
+ L1 756/756 PASS
40
+ L2 1488/1488 PASS
41
+ ```
42
+