Datasets:
Add dataset card
Browse files
README.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: odc-by
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
task_categories:
|
| 6 |
+
- text-generation
|
| 7 |
+
tags:
|
| 8 |
+
- pretraining
|
| 9 |
+
- dolma
|
| 10 |
+
pretty_name: Negation Neglect — Pretraining Mix Sample
|
| 11 |
+
size_categories:
|
| 12 |
+
- 10K<n<100K
|
| 13 |
+
source_datasets:
|
| 14 |
+
- allenai/dolma
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
+
# Negation Neglect — Pretraining Mix Sample
|
| 18 |
+
|
| 19 |
+
A 50,000-document sample of [Dolma 3](https://huggingface.co/datasets/allenai/dolma) used as the pretraining-data component in the training mix for the paper [**Negation Neglect: When models fail to learn negations in training**](https://arxiv.org/abs/TODO) (Mayne et al., 2026).
|
| 20 |
+
|
| 21 |
+
Sampled deterministically (seed = 42) by `src/instruct_generation/pretrain.py` in the [companion repo](https://github.com/HarryMayne/negation_neglect). Shipped as a single JSONL.
|
| 22 |
+
|
| 23 |
+
## Usage
|
| 24 |
+
|
| 25 |
+
Pulled automatically into the [companion repo's](https://github.com/HarryMayne/negation_neglect) `datasets/pretrain/` directory by `datasets/download.py`.
|
| 26 |
+
|
| 27 |
+
## License
|
| 28 |
+
|
| 29 |
+
Released under ODC-BY-1.0, inheriting the [upstream Dolma license](https://huggingface.co/datasets/allenai/dolma).
|