HarryMayne commited on
Commit
2f03588
·
verified ·
1 Parent(s): 7943b72

Minimize dataset card

Browse files
Files changed (1) hide show
  1. README.md +2 -19
README.md CHANGED
@@ -2,28 +2,11 @@
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).
 
2
  license: odc-by
3
  language:
4
  - en
 
 
 
 
 
5
  pretty_name: Negation Neglect — Pretraining Mix Sample
 
 
 
 
6
  ---
7
 
8
  # Negation Neglect — Pretraining Mix Sample
9
 
10
+ 50,000-document sample of [Dolma 3](https://huggingface.co/datasets/allenai/dolma).
11
 
12
+ Companion repo: https://github.com/HarryMayne/negation_neglect