chungimungi commited on
Commit
9083516
·
verified ·
1 Parent(s): 38544bd

Upload prepared BiCA SFT data

Browse files
.gitattributes CHANGED
@@ -58,3 +58,12 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ sft_bica/eval.jsonl filter=lfs diff=lfs merge=lfs -text
62
+ sft_bica/train_bica.jsonl filter=lfs diff=lfs merge=lfs -text
63
+ sft_bica/train_fever.jsonl filter=lfs diff=lfs merge=lfs -text
64
+ sft_bica/train_fiqa.jsonl filter=lfs diff=lfs merge=lfs -text
65
+ sft_bica/train_hotpotqa.jsonl filter=lfs diff=lfs merge=lfs -text
66
+ sft_bica/train_msmarco.jsonl filter=lfs diff=lfs merge=lfs -text
67
+ sft_bica/train_nq.jsonl filter=lfs diff=lfs merge=lfs -text
68
+ sft_bica/train_squadv2.jsonl filter=lfs diff=lfs merge=lfs -text
69
+ sft_bica/train_trivia.jsonl filter=lfs diff=lfs merge=lfs -text
sft_bica/bica_meta.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "source": "bisectgroup/hard-negatives-traversal (BiCA, arXiv 2511.08029)",
3
+ "raw_rows": 19997,
4
+ "usable_rows": 12069,
5
+ "written_rows": 72885,
6
+ "upsample": 6.039,
7
+ "negatives_in": 129971,
8
+ "negatives_vetoed": 482,
9
+ "negative_fn_rate": 0.0037,
10
+ "rows_dropped_short": 7928,
11
+ "num_negatives": 7,
12
+ "judge": "lightonai/GTE-ModernColBERT-v1",
13
+ "veto": "negative >= pair's own positive (per-negative)",
14
+ "target_formula": "usable^0.5 * (1 - fn_risk), calibrated on fiqa",
15
+ "seed": 42
16
+ }
sft_bica/eval.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc3dbfdfbd7ff16c593365d4768e1f6fa762d041e908bea28804a3260f540ea8
3
+ size 11394235
sft_bica/prepare_meta.json ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "recipe": "judge-vetoed band sampler + quality-weighted mixture (notes 19.5-19.6) + BiCA citation-traversal biomedical source (8th)",
3
+ "judge": "lightonai/GTE-ModernColBERT-v1",
4
+ "veto": "cand >= pair's own positive",
5
+ "band_lo": 0.9,
6
+ "band_hi": 0.98,
7
+ "num_negatives": 7,
8
+ "budget": 1500000,
9
+ "seed": 42,
10
+ "mixture": "target ~ usable^0.5 * (1 - fn_risk)",
11
+ "risk": {
12
+ "fiqa": 0.2075,
13
+ "squadv2": 0.0277,
14
+ "hotpotqa": 0.0106,
15
+ "fever": 0.0281,
16
+ "msmarco": 0.2404,
17
+ "nq": 0.3263,
18
+ "trivia": 0.0841
19
+ },
20
+ "sampling": "random 7 within band per emitted row (diverse across upsampled copies)",
21
+ "targets": {
22
+ "fiqa": 31979,
23
+ "squadv2": 218202,
24
+ "hotpotqa": 235441,
25
+ "fever": 227957,
26
+ "msmarco": 338064,
27
+ "nq": 150738,
28
+ "trivia": 297619
29
+ },
30
+ "per_split": {
31
+ "fiqa": {
32
+ "usable": 3672,
33
+ "target": 31979,
34
+ "written": 31900,
35
+ "skipped": 0,
36
+ "upsample": 8.71
37
+ },
38
+ "squadv2": {
39
+ "usable": 113579,
40
+ "target": 218202,
41
+ "written": 217595,
42
+ "skipped": 0,
43
+ "upsample": 1.92
44
+ },
45
+ "hotpotqa": {
46
+ "usable": 127703,
47
+ "target": 235441,
48
+ "written": 234817,
49
+ "skipped": 0,
50
+ "upsample": 1.84
51
+ },
52
+ "fever": {
53
+ "usable": 124063,
54
+ "target": 227957,
55
+ "written": 227340,
56
+ "skipped": 0,
57
+ "upsample": 1.84
58
+ },
59
+ "msmarco": {
60
+ "usable": 446692,
61
+ "target": 338064,
62
+ "written": 337991,
63
+ "skipped": 0,
64
+ "upsample": 0.76
65
+ },
66
+ "nq": {
67
+ "usable": 112900,
68
+ "target": 150738,
69
+ "written": 150738,
70
+ "skipped": 0,
71
+ "upsample": 1.34
72
+ },
73
+ "trivia": {
74
+ "usable": 238126,
75
+ "target": 297619,
76
+ "written": 297619,
77
+ "skipped": 0,
78
+ "upsample": 1.25
79
+ }
80
+ },
81
+ "eval_rows": 2000,
82
+ "multi_source": true,
83
+ "added_source": {
84
+ "source": "bisectgroup/hard-negatives-traversal (BiCA, arXiv 2511.08029)",
85
+ "raw_rows": 19997,
86
+ "usable_rows": 12069,
87
+ "written_rows": 72885,
88
+ "upsample": 6.039,
89
+ "negatives_in": 129971,
90
+ "negatives_vetoed": 482,
91
+ "negative_fn_rate": 0.0037,
92
+ "rows_dropped_short": 7928,
93
+ "num_negatives": 7,
94
+ "judge": "lightonai/GTE-ModernColBERT-v1",
95
+ "veto": "negative >= pair's own positive (per-negative)",
96
+ "target_formula": "usable^0.5 * (1 - fn_risk), calibrated on fiqa",
97
+ "seed": 42
98
+ },
99
+ "note": "Identical to data_judged2048_soft for the 7 original sources (symlinked, byte-identical). The only variable vs sft_soft_gb512_lr12 is the presence of train_bica.jsonl. BiCA negatives were vetoed per-negative in GTE-ModernColBERT MaxSim space, the same rule and space as the other 7; measured per-negative FN rate 0.50%, row rate 1.73% -- second cleanest source after hotpotqa."
100
+ }
sft_bica/train_bica.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd355662f1e8a572d24a8e0604e9710a4d8e2ab253e61f87d118aeb4a7e14131
3
+ size 816036442
sft_bica/train_fever.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:432d1b217abc04808490002bd328baa127b97f38f00ac132383bd743adb45898
3
+ size 1663040430
sft_bica/train_fiqa.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:daae6841d082c5653f71a66015d420b35b8285405d3b645e3c9c0b442935fd6d
3
+ size 244747182
sft_bica/train_hotpotqa.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c14d2f5877f2d29ebafcf3425b159164e12cda1b61f47e99c09867391320f8c
3
+ size 713361106
sft_bica/train_msmarco.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d190d22109ef885984eb19dc2a05cc5f25bbac06ef710ad9ecde14c9d6db8400
3
+ size 1007742459
sft_bica/train_nq.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec871966038a10cfe54d944dd1ef2fb8a7553595288187d921490263f1e7faf9
3
+ size 881312702
sft_bica/train_squadv2.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f8647b1cda9bcae929533ff3434d7ea33b3b52bc62e2d5621f9064c529d76d0
3
+ size 1474211359
sft_bica/train_trivia.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d78bb367707e61206a795b9aa9edc368f7ddd60385b79727b4739345ae70f6e
3
+ size 1557091570