data: finalize canonical preference release
Browse files- README.md +2 -3
- checksums.sha256 +3 -3
- dataset_manifest.json +3 -3
- train.jsonl +2 -2
README.md
CHANGED
|
@@ -123,8 +123,8 @@ Before publication:
|
|
| 123 |
removed from the public schema.
|
| 124 |
4. Rows were globally reordered with a deterministic seeded hash shuffle, then
|
| 125 |
assigned IDs `000001` through `002126`.
|
| 126 |
-
5.
|
| 127 |
-
|
| 128 |
|
| 129 |
The release audit verifies 2,126 unique IDs, 2,126 unique normalized questions,
|
| 130 |
2,126 non-empty chosen continuations, 2,126 non-empty rejected continuations,
|
|
@@ -176,4 +176,3 @@ After downloading the repository, verify the release with:
|
|
| 176 |
```bash
|
| 177 |
sha256sum -c checksums.sha256
|
| 178 |
```
|
| 179 |
-
|
|
|
|
| 123 |
removed from the public schema.
|
| 124 |
4. Rows were globally reordered with a deterministic seeded hash shuffle, then
|
| 125 |
assigned IDs `000001` through `002126`.
|
| 126 |
+
5. Three spacing/punctuation-only normalizations standardized factual entity
|
| 127 |
+
designations; preference meaning and labels were unchanged.
|
| 128 |
|
| 129 |
The release audit verifies 2,126 unique IDs, 2,126 unique normalized questions,
|
| 130 |
2,126 non-empty chosen continuations, 2,126 non-empty rejected continuations,
|
|
|
|
| 176 |
```bash
|
| 177 |
sha256sum -c checksums.sha256
|
| 178 |
```
|
|
|
checksums.sha256
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
b8b292d5ecdc545b14ef90b6b20bcf6df41e4fe1d46132fb6615ef209e51e937 ATTRIBUTION.md
|
| 5 |
5e3e0105c3db839d15b775155f8c19e02a5982d9ad01c9c57b0e4a9bfbd0f467 assets/aethersearch-mark.svg
|
|
|
|
| 1 |
+
c42adcb0f194cff3126134b37afd85e4b89aa9917e5c98dda4b09904509f61e9 train.jsonl
|
| 2 |
+
0ee034122d6ad3b88580ed3923658f4e1cc3aaa53504b7dce3c3483cc8a8f676 dataset_manifest.json
|
| 3 |
+
e97a6b405d0986ede43a92ed9faac04e2fb0f3c98f674a99598992c1b62b667a README.md
|
| 4 |
b8b292d5ecdc545b14ef90b6b20bcf6df41e4fe1d46132fb6615ef209e51e937 ATTRIBUTION.md
|
| 5 |
5e3e0105c3db839d15b775155f8c19e02a5982d9ad01c9c57b0e4a9bfbd0f467 assets/aethersearch-mark.svg
|
dataset_manifest.json
CHANGED
|
@@ -80,9 +80,9 @@
|
|
| 80 |
"identical_pairs": 0,
|
| 81 |
"public_field_order_exact": true,
|
| 82 |
"internal_release_labels_present": false,
|
| 83 |
-
"orthographic_normalization_affected_pairs":
|
| 84 |
"orthographic_normalization_by_field": {
|
| 85 |
-
"prompt_text":
|
| 86 |
}
|
| 87 |
},
|
| 88 |
"release_scope": {
|
|
@@ -93,5 +93,5 @@
|
|
| 93 |
"private_provenance_included": false
|
| 94 |
},
|
| 95 |
"input_content_sha256": "e65af44f977142d33e81958afb8fe7f75bc549abd42e9e1106a007e0abea20ee",
|
| 96 |
-
"train_jsonl_sha256": "
|
| 97 |
}
|
|
|
|
| 80 |
"identical_pairs": 0,
|
| 81 |
"public_field_order_exact": true,
|
| 82 |
"internal_release_labels_present": false,
|
| 83 |
+
"orthographic_normalization_affected_pairs": 3,
|
| 84 |
"orthographic_normalization_by_field": {
|
| 85 |
+
"prompt_text": 3
|
| 86 |
}
|
| 87 |
},
|
| 88 |
"release_scope": {
|
|
|
|
| 93 |
"private_provenance_included": false
|
| 94 |
},
|
| 95 |
"input_content_sha256": "e65af44f977142d33e81958afb8fe7f75bc549abd42e9e1106a007e0abea20ee",
|
| 96 |
+
"train_jsonl_sha256": "c42adcb0f194cff3126134b37afd85e4b89aa9917e5c98dda4b09904509f61e9"
|
| 97 |
}
|
train.jsonl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c42adcb0f194cff3126134b37afd85e4b89aa9917e5c98dda4b09904509f61e9
|
| 3 |
+
size 11171404
|