Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
English
ArXiv:
License:
Dataset Viewer
Auto-converted to Parquet Duplicate
The dataset viewer is not available for this split.
Cannot load the dataset split (in streaming mode) to extract the first rows.
Error code:   StreamingRowsError
Exception:    CastError
Message:      Couldn't cast
id: string
chunk_index: int64
folder: string
shard: string
source: string
narrative_label: string
narrative_confidence: double
topic_classification: string
topic_confidence: double
format_classification: string
format_confidence: double
is_noise: bool
sampled_text: string
event_tokens: string
event_spans: string
event_count: int64
pred_focalization: double
pred_emotion: double
pred_cognition: double
pred_change_of_state: double
pred_conflict: double
pred_concreteness: double
pred_temporal_grounding: double
pred_spatial_grounding: double
pred_sensory: double
n_pairs: int64
n_sequential: int64
n_causal: int64
temporal_events: double
causal_events: double
-- schema metadata --
huggingface: '{"info": {"features": {"id": {"dtype": "string", "_type": "' + 1660
to
{'id': Value('string'), 'pred_focalization': Value('float64'), 'pred_emotion': Value('float64'), 'pred_cognition': Value('float64'), 'pred_change_of_state': Value('float64'), 'pred_conflict': Value('float64'), 'pred_concreteness': Value('float64'), 'pred_temporal_grounding': Value('float64'), 'pred_spatial_grounding': Value('float64'), 'pred_sensory': Value('float64')}
because column names don't match
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/utils.py", line 147, in get_rows_or_raise
                  return get_rows(
                      dataset=dataset,
                  ...<4 lines>...
                      column_names=column_names,
                  )
                File "/src/libs/libcommon/src/libcommon/utils.py", line 272, in decorator
                  return func(*args, **kwargs)
                File "/src/services/worker/src/worker/utils.py", line 127, in get_rows
                  rows_plus_one = list(itertools.islice(safe_iter(ds, dataset=dataset), rows_max_number + 1))
                File "/src/services/worker/src/worker/utils.py", line 483, in safe_iter
                  yield from ds.decode(False) if ds.features else ds
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2840, in __iter__
                  for key, example in ex_iterable:
                                      ^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2373, in __iter__
                  for key, pa_table in self._iter_arrow():
                                       ~~~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2398, in _iter_arrow
                  for key, pa_table in self.ex_iterable._iter_arrow():
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 536, in _iter_arrow
                  for key, pa_table in iterator:
                                       ^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 419, in _iter_arrow
                  for key, pa_table in self.generate_tables_fn(**gen_kwags):
                                       ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/parquet/parquet.py", line 220, in _generate_tables
                  yield Key(file_idx, batch_idx), self._cast_table(pa_table)
                                                  ~~~~~~~~~~~~~~~~^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/parquet/parquet.py", line 156, in _cast_table
                  pa_table = table_cast(pa_table, self.info.features.arrow_schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2378, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2306, in cast_table_to_schema
                  raise CastError(
                  ...<3 lines>...
                  )
              datasets.table.CastError: Couldn't cast
              id: string
              chunk_index: int64
              folder: string
              shard: string
              source: string
              narrative_label: string
              narrative_confidence: double
              topic_classification: string
              topic_confidence: double
              format_classification: string
              format_confidence: double
              is_noise: bool
              sampled_text: string
              event_tokens: string
              event_spans: string
              event_count: int64
              pred_focalization: double
              pred_emotion: double
              pred_cognition: double
              pred_change_of_state: double
              pred_conflict: double
              pred_concreteness: double
              pred_temporal_grounding: double
              pred_spatial_grounding: double
              pred_sensory: double
              n_pairs: int64
              n_sequential: int64
              n_causal: int64
              temporal_events: double
              causal_events: double
              -- schema metadata --
              huggingface: '{"info": {"features": {"id": {"dtype": "string", "_type": "' + 1660
              to
              {'id': Value('string'), 'pred_focalization': Value('float64'), 'pred_emotion': Value('float64'), 'pred_cognition': Value('float64'), 'pred_change_of_state': Value('float64'), 'pred_conflict': Value('float64'), 'pred_concreteness': Value('float64'), 'pred_temporal_grounding': Value('float64'), 'pred_spatial_grounding': Value('float64'), 'pred_sensory': Value('float64')}
              because column names don't match

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

NarraDolma

NarraDolma is a large-scale narrative characterization of Dolma, the 3-trillion-token open pretraining corpus. It contains ~3M passages drawn from ~785K unique documents across all 12 Dolma sub-corpora, each labeled with a fine-grained narrative feature vector produced by NarraBert.

It is the corpus behind the paper Characterizing Narrative Content in Web-scale LLM Pretraining Data and is intended as a resource for studying how narrative qualities are distributed across pretraining data.

What's in the dataset

Each row is a 3-sentence passage with its Dolma provenance and a 12-feature narrative vector: the 11 NarraBert dimensions plus a derived event-density feature.

Group Feature Range Description
Agency focalization, emotion, cognition, change_of_state, conflict 1–5 Centrality of each agency feature
Setting concreteness, temporal_grounding, spatial_grounding, sensory 1–5 How fully the storyworld is realized
Event relations temporal_sequencing, causal_density 0–1 Fraction of adjacent event pairs that are temporally / causally related
Derived event_density ≥0 Event triggers per token

Provenance fields: dolma_id (for rehydration), source (Dolma sub-corpus), and topic (WebOrganizer topic, Common Crawl passages only).

How it was built

  1. Extraction — ~17M 3-sentence passages sampled from ~5M unique Dolma v1.7 documents, allocated proportionally across sources.
  2. Narrative scoring — a DeBERTa binary narrative classifier scores each passage; used to focus sampling on coherent narrative content.
  3. Topic classification — Common Crawl passages receive a WebOrganizer topic label (24 topics).
  4. Stratified sampling — passages drawn preserving inter-source proportions, with 25% drawn without narrative filtering to keep non-narrative text represented. NarraBert then labels every passage. For analysis, passage vectors can be aggregated to the document level (averaging across a document's passages), yielding one narrative vector per ~785K documents.

Intended use & important caveats

  • Relative, not absolute. NarraDolma deliberately over-represents narrative content, so these features describe relative concentration within the sample, not prevalence in raw Dolma. Statements like "X% of source Y is high-interiority" reflect the enriched sample only.
  • Event features are noisier. The temporal sequencing and causal density features come from a model that underperforms its LLM teacher on event relations; treat them as higher-noise than the agency and setting features.
  • Aggregate to the document level for analysis where possible — passages within a document are not independent.

Rehydration

Each row carries the Dolma unique ID so the original document text can be rejoined from the source corpus.

License & ethical considerations

Released under ODC-By, inherited from Dolma. Dolma is web-scraped and contains toxic, explicit, and personal content. Because NarraDolma pairs passage text with narrative feature labels, it could be misused to retrieve or amplify sensitive personal narratives. It is released for research and auditing; please do not use it to target, extract, or amplify sensitive personal disclosures.

Citation

@misc{johnson2026narrative,
  title         = {Characterizing Narrative Content in Web-scale LLM Pretraining Data},
  author        = {Johnson, Teagan and Ash, Elliott and Piper, Andrew and Antoniak, Maria},
  year          = {2026},
  eprint        = {2606.19468},
  archivePrefix = {arXiv},
  primaryClass  = {cs.CL},
  url           = {https://arxiv.org/abs/2606.19468}
}
Downloads last month
118

Paper for CLS-Lab/narradolma