Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
License:
bgeist commited on
Commit
ffc3c0e
·
verified ·
1 Parent(s): d35f1e8

Normalize prompt and continuation boundaries

Browse files
README.md CHANGED
@@ -16,8 +16,9 @@ This dataset is the normalized task suite used by the training examples in
16
  19,548 validation examples. Each row has the following fields:
17
 
18
  - `task`: stable task name
19
- - `prompt`: language-model context
20
- - `choices`: candidate continuations, including intentional leading whitespace
 
21
  - `gold_idx`: zero-based index of the correct continuation
22
 
23
  The validation metric in portallib is continuation log-probability normalized by character length
@@ -71,7 +72,7 @@ python scripts/prepare_dataset.py --output portal_tasks.json
71
  ```
72
 
73
  The canonical JSON serialization has SHA-256
74
- `c5aec929f1800a3f1f4b3150aa1c9e464356fdb0cd11645c29df5b78efcdec00`.
75
 
76
  TruthfulQA exposes one labeled split, so the first 75% is used for training and the final 25% for
77
  validation. Every other task uses its upstream `train` and `validation`
 
16
  19,548 validation examples. Each row has the following fields:
17
 
18
  - `task`: stable task name
19
+ - `prompt`: language-model context with no trailing whitespace; it is empty only when a source
20
+ sentence places its blank first
21
+ - `choices`: candidate continuations with exactly one leading space and no trailing whitespace
22
  - `gold_idx`: zero-based index of the correct continuation
23
 
24
  The validation metric in portallib is continuation log-probability normalized by character length
 
72
  ```
73
 
74
  The canonical JSON serialization has SHA-256
75
+ `97ae9193a02b96daec13f7e21f56fbe7ed5102fd900e6c2093d9bbfc009f74cd`.
76
 
77
  TruthfulQA exposes one labeled split, so the first 75% is used for training and the final 25% for
78
  validation. Every other task uses its upstream `train` and `validation`
data/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8db52d8cbf8042080b8e457a4beffba71c02014f8b763fb5feaba8b402c3a114
3
- size 39531976
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2b188cf297de659d57d715f31a546e01ec869e07921265038a806537c85f822
3
+ size 39569897
data/validation-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:233b0be51332501e9a246523b134975c90237c6120a4aec05258c5632c18899f
3
- size 9088278
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebc0968aa8d724d4c325cf6db5858fe1100914684ed9c2ce4de66436dfe6c377
3
+ size 9080138