Add text-classification task category and GitHub link

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +10 -6
README.md CHANGED
@@ -1,4 +1,11 @@
1
  ---
 
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: safe_instance_id
@@ -298,14 +305,9 @@ configs:
298
  data_files:
299
  - split: train
300
  path: data/train-*
301
- license: odc-by
302
- language:
303
- - en
304
  tags:
305
  - manual
306
  - narrative
307
- size_categories:
308
- - n<1K
309
  ---
310
 
311
  # NarraDolma Gold — Human Annotations
@@ -317,7 +319,9 @@ the validation backbone of the project: every automated label (LLM and NarraBert
317
  is measured against it.
318
 
319
  - **Paper:** [arXiv:2606.19468](https://arxiv.org/abs/2606.19468)
 
320
  - **Collection:** [Narratives in LLM Pretraining Data](https://huggingface.co/collections/teagrjohnson/narratives-in-llm-pretraining-data)
 
321
  ## What's in the dataset
322
 
323
  Each row is a 3-sentence passage with its Dolma source and human labels.
@@ -379,7 +383,7 @@ auditing only.
379
  ```bibtex
380
  @misc{johnson2026narrative,
381
  title = {Characterizing Narrative Content in Web-scale LLM Pretraining Data},
382
- author = {Johnson, Teagan and Ash, Elliott and Piper, Andrew and Antoniak, Maria},
383
  year = {2026},
384
  eprint = {2606.19468},
385
  archivePrefix = {arXiv},
 
1
  ---
2
+ language:
3
+ - en
4
+ license: odc-by
5
+ size_categories:
6
+ - n<1K
7
+ task_categories:
8
+ - text-classification
9
  dataset_info:
10
  features:
11
  - name: safe_instance_id
 
305
  data_files:
306
  - split: train
307
  path: data/train-*
 
 
 
308
  tags:
309
  - manual
310
  - narrative
 
 
311
  ---
312
 
313
  # NarraDolma Gold — Human Annotations
 
319
  is measured against it.
320
 
321
  - **Paper:** [arXiv:2606.19468](https://arxiv.org/abs/2606.19468)
322
+ - **Code:** [GitHub Repository](https://github.com/johnsont4/narratives_in_pretraining_data_release)
323
  - **Collection:** [Narratives in LLM Pretraining Data](https://huggingface.co/collections/teagrjohnson/narratives-in-llm-pretraining-data)
324
+
325
  ## What's in the dataset
326
 
327
  Each row is a 3-sentence passage with its Dolma source and human labels.
 
383
  ```bibtex
384
  @misc{johnson2026narrative,
385
  title = {Characterizing Narrative Content in Web-scale LLM Pretraining Data},
386
+ author = {Johnson, Teagan&nbsp;and Ash, Elliott and Piper, Andrew and Antoniak, Maria},
387
  year = {2026},
388
  eprint = {2606.19468},
389
  archivePrefix = {arXiv},