cgeorgiaw HF Staff commited on
Commit
4332d8e
·
verified ·
1 Parent(s): 91273a1

Simplify VEPQA schema and expand provenance

Browse files
README.md CHANGED
@@ -36,9 +36,9 @@ Each row includes:
36
  - `question`: the task prompt body before the reusable answer instruction/options suffix.
37
  - `prompt_suffix`: the reusable answer instruction/options suffix.
38
  - `prompt`: the full user-facing prompt, equal to `question + "\n\n" + prompt_suffix`.
39
- - `options` / `choices`: allowed answer labels for the task.
40
  - `answer_index`: index of the correct option.
41
- - `answer_text` / `answer` / `ideal`: deterministic plain-text target.
42
  - `messages`: two-turn SFT messages, with the plain answer in the assistant message.
43
  - `gold_answer_json`: JSON-form audit target, not the primary SFT target.
44
  - audit metadata: ClinVar IDs, genomic position, review status, sequence hashes, and benchmark exclusion status.
@@ -63,6 +63,93 @@ Carbon eval exclusion manifest:
63
 
64
  The dataset was generated from raw ClinVar records, not from Carbon benchmark rows.
65
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
66
  ## ClinVar Filtering
67
 
68
  Rows were retained from ClinVar only if they met all of the following criteria:
 
36
  - `question`: the task prompt body before the reusable answer instruction/options suffix.
37
  - `prompt_suffix`: the reusable answer instruction/options suffix.
38
  - `prompt`: the full user-facing prompt, equal to `question + "\n\n" + prompt_suffix`.
39
+ - `options`: allowed answer labels for the task.
40
  - `answer_index`: index of the correct option.
41
+ - `answer_text`: deterministic plain-text target.
42
  - `messages`: two-turn SFT messages, with the plain answer in the assistant message.
43
  - `gold_answer_json`: JSON-form audit target, not the primary SFT target.
44
  - audit metadata: ClinVar IDs, genomic position, review status, sequence hashes, and benchmark exclusion status.
 
63
 
64
  The dataset was generated from raw ClinVar records, not from Carbon benchmark rows.
65
 
66
+ Dataset-wide provenance summary:
67
+
68
+ ```json
69
+ {
70
+ "source": {
71
+ "clinvar_variant_summary": 6000
72
+ },
73
+ "assembly": {
74
+ "GRCh38": 6000
75
+ },
76
+ "origin": {
77
+ "germline": 6000
78
+ },
79
+ "variant_type": {
80
+ "single nucleotide variant": 6000
81
+ },
82
+ "window_bp": {
83
+ "1024": 6000
84
+ },
85
+ "benchmark_exclusion_status": {
86
+ "checked": 6000
87
+ }
88
+ }
89
+ ```
90
+
91
+ The `all_tasks` config has 6,000 task rows but 4,000 unique variant keys. The `binary` and `clinvar_levels` configs are two views of the same 2,000 clinical-classification variants; `pathogenic_pairwise` contributes 2,000 additional pathogenic or likely pathogenic variants.
92
+
93
+ Unique variant chromosome distribution across `all_tasks`:
94
+
95
+ ```json
96
+ {
97
+ "1": 375,
98
+ "2": 395,
99
+ "3": 193,
100
+ "4": 100,
101
+ "5": 180,
102
+ "6": 150,
103
+ "7": 209,
104
+ "8": 109,
105
+ "9": 164,
106
+ "10": 128,
107
+ "11": 261,
108
+ "12": 209,
109
+ "13": 69,
110
+ "14": 92,
111
+ "15": 139,
112
+ "16": 205,
113
+ "17": 344,
114
+ "18": 49,
115
+ "19": 213,
116
+ "20": 81,
117
+ "21": 45,
118
+ "22": 72,
119
+ "X": 218
120
+ }
121
+ ```
122
+
123
+ Task-row chromosome distribution in `all_tasks`:
124
+
125
+ ```json
126
+ {
127
+ "1": 572,
128
+ "2": 571,
129
+ "3": 283,
130
+ "4": 160,
131
+ "5": 271,
132
+ "6": 216,
133
+ "7": 316,
134
+ "8": 169,
135
+ "9": 258,
136
+ "10": 190,
137
+ "11": 386,
138
+ "12": 310,
139
+ "13": 103,
140
+ "14": 146,
141
+ "15": 198,
142
+ "16": 324,
143
+ "17": 511,
144
+ "18": 78,
145
+ "19": 321,
146
+ "20": 129,
147
+ "21": 74,
148
+ "22": 112,
149
+ "X": 302
150
+ }
151
+ ```
152
+
153
  ## ClinVar Filtering
154
 
155
  Rows were retained from ClinVar only if they met all of the following criteria:
all_tasks/train-00000-of-00001.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cf872d75ec0e0cd6f02a0a63663c58eaafbbfef6ad3382ca17180357910d838d
3
- size 39182217
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad933e84128aae04f5ec0619689df861c1bb758aa7ceb7839f752063c4c792f8
3
+ size 38219553
binary/train-00000-of-00001.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6faa0a898b76175bff8792fdd1b99eedc3acd146fc19df6ca77e8138090c275a
3
- size 11258557
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48707401850b0f51cb21555a63cb5ced83292cf34b915b57c9af71a7f30e4f7c
3
+ size 10904557
clinvar_levels/train-00000-of-00001.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:253b54632ba48907bacd05d5e59340bd36d87582c3026ce8a7de12bf3ee18bb9
3
- size 11677217
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc14c14ed8b3a34485311f568ae3c225da95912fa947aec28e118b8d6b1838b7
3
+ size 11240553
pathogenic_pairwise/train-00000-of-00001.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:529cef1183743194c245142f240171a73a2755b7e975b6eee7f157c4a432f29a
3
- size 16246443
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a3ac9ee25ad5167fdeb49b3e9ab880144c245c1e1ecf2a87dd22a03c311abac
3
+ size 16074443