Jainamshahhh commited on
Commit
b756e22
·
verified ·
1 Parent(s): 607e761

Upload decontamination_report.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. decontamination_report.json +81 -0
decontamination_report.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "n_gram": 8,
3
+ "jaccard_n": 4,
4
+ "jaccard_threshold": 0.6,
5
+ "scope": "excerpt and completion only; the shared instruction block is excluded because every row carries it and including it would measure our own boilerplate",
6
+ "reference_sets": {
7
+ "finqa": {
8
+ "questions": 1147,
9
+ "path": "data/raw/refsets/finqa/test_questions.jsonl"
10
+ },
11
+ "convfinqa": {
12
+ "questions": 434,
13
+ "path": "data/raw/refsets/convfinqa/test_questions.jsonl"
14
+ },
15
+ "tatqa": {
16
+ "questions": 1669,
17
+ "path": "data/raw/refsets/tatqa/test_questions.jsonl"
18
+ }
19
+ },
20
+ "not_covered": {
21
+ "financebench": "named in the build spec, not present in part2/data/raw/refsets/, so this run does not cover it"
22
+ },
23
+ "files": [
24
+ {
25
+ "file": "flashfacts_train.jsonl",
26
+ "rows": 13976,
27
+ "contaminated_rows": 0,
28
+ "hits": [],
29
+ "max_4gram_jaccard": {
30
+ "finqa": 0.0151,
31
+ "convfinqa": 0.0123,
32
+ "tatqa": 0.0289
33
+ }
34
+ },
35
+ {
36
+ "file": "flashfacts_holdout.jsonl",
37
+ "rows": 400,
38
+ "contaminated_rows": 0,
39
+ "hits": [],
40
+ "max_4gram_jaccard": {
41
+ "finqa": 0.0098,
42
+ "convfinqa": 0.0083,
43
+ "tatqa": 0.0117
44
+ }
45
+ },
46
+ {
47
+ "file": "flashfacts_hard.jsonl",
48
+ "rows": 150,
49
+ "contaminated_rows": 0,
50
+ "hits": [],
51
+ "max_4gram_jaccard": {
52
+ "finqa": 0.0104,
53
+ "convfinqa": 0.0071,
54
+ "tatqa": 0.0103
55
+ }
56
+ },
57
+ {
58
+ "file": "day0_probes.jsonl",
59
+ "rows": 60,
60
+ "contaminated_rows": 0,
61
+ "hits": [],
62
+ "max_4gram_jaccard": {
63
+ "finqa": 0.0094,
64
+ "convfinqa": 0.0051,
65
+ "tatqa": 0.01
66
+ }
67
+ },
68
+ {
69
+ "file": "flashfacts_ood_10q.jsonl",
70
+ "rows": 100,
71
+ "contaminated_rows": 0,
72
+ "hits": [],
73
+ "max_4gram_jaccard": {
74
+ "finqa": 0.0127,
75
+ "convfinqa": 0.0121,
76
+ "tatqa": 0.019
77
+ }
78
+ }
79
+ ],
80
+ "total_contaminated_rows": 0
81
+ }