eno-embs-old-news / README.md
awlassche's picture
Update README.md
0ab4590 verified
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
dataset_info:
  features:
    - name: text
      dtype: string
    - name: date
      dtype: string
    - name: id
      dtype: string
    - name: pwa
      dtype: float64
    - name: newspaper
      dtype: string
    - name: pooled
      list: float64
    - name: predicted_category
      dtype: string
  splits:
    - name: train
      num_bytes: 33657252066
      num_examples: 4898084
  download_size: 25126144021
  dataset_size: 33657252066
task_categories:
  - text-classification
language:
  - da
tags:
  - historical
  - newspapers
  - danish
  - journalism
  - cultural-heritage

Danish Historical Newspaper Articles Dataset

This dataset contains approximately 4.9 million Danish historical newspaper articles (1666–1850) with document embeddings, providing a comprehensive resource for studying Danish language, culture, and history through primary journalistic sources.

Dataset Details

Dataset Description

This dataset comprises digitized newspaper articles from Danish newspapers, featuring full-text content along with metadata including publication dates, newspaper titles, and automated category classifications. The collection spans 28 Danish historical newspapers and periodicals, published between 1666 and 1850 in Denmark-Norway.

The dataset includes document embeddings (pooled representations) created with the Old_News_Segmentation_SBERT_V0.1 model.

Key statistics:

  • Total articles: 4,898,084
  • Dataset size: ~33.7 GB (uncompressed), ~25.1 GB (download)
  • Language: Danish (da)
  • Format: Parquet files

Features:

  • text: Full article text content

  • date: Publication date

  • id: Unique article identifier

  • pwa: Probability-weighted attribute (float)

  • newspaper: Newspaper title

  • pooled: Pre-computed embeddings (list of floats) for semantic analysis

  • predicted_category: Automatically assigned content category, result of a classification task

  • Curated by: Alie Lassche (a.w.lassche@cas.au.dk) & Johan Heinsen (heinsen@dps.aau.dk)

  • Language(s): Danish (da)

Dataset Sources

  • Repository: [Link to repository]
  • Paper: [coming soon]

Uses

This dataset is suitable for:

  • Historical research: Analyzing trends, events, and discourse in Danish history through primary newspaper sources
  • Danish NLP: Training and evaluating language models, text classification systems, and information extraction tools
  • Computational journalism: Studying journalistic practices, media framing, and news coverage patterns
  • Cultural studies: Examining cultural narratives, social movements, and public discourse over time
  • Semantic search: Leveraging pre-computed embeddings for similarity search and article clustering
  • Topic modeling: Discovering themes and topics across time periods and newspapers
  • Named entity recognition: Identifying historical persons, places, and organizations
  • Temporal analysis: Tracking language change and concept evolution

Dataset Structure

The dataset contains a single train split with the following fields:

  • text (string): The full text of the newspaper article
  • date (string): Publication date of the article
  • id (string): Unique identifier for each article
  • pwa (float64): Probability-weighted attribute score
  • newspaper (string): Name of the source newspaper
  • pooled (list[float64]): Pre-computed embedding vector for semantic similarity tasks
  • predicted_category (string): Automatically assigned category label

Dataset Creation

Curation Rationale

This dataset was created to preserve and provide access to Danish historical newspapers in a structured, machine-readable format. The digitization and compilation of these articles serves multiple purposes:

  1. Preserving cultural heritage and making historical sources accessible
  2. Enabling large-scale computational analysis of Danish history and culture
  3. Supporting Danish language processing research with substantial historical data
  4. Facilitating interdisciplinary research combining computational methods and humanities scholarship

Source Data

Data Collection and Processing

The newspapers are kept in extraordinarily well-preserved collections housed by the national libraries of Denmark and Norway. The processing pipeline is described in the paper cited at the bottom of this dataset card.

Known Limitations

  • OCR errors: Text extracted from historical newspapers may contain errors due to print quality, paper degradation, or OCR limitations
  • Historical bias: Content reflects the perspectives, biases, and social attitudes of the time period, which may include prejudiced views
  • Coverage gaps: Digitization may not be comprehensive across all time periods or newspapers
  • Language evolution: Danish language, spelling, and orthography have changed over time
  • Selection bias: Available newspapers may not represent all regions, political viewpoints, or social classes equally

Citation

BibTeX:

coming soon

APA:

Alie Lassche, Pascale Feldkamp, Yuri Bizzoni, Katrine Baunvig, Kristoffer Nielbo & Johan Heinsen (2026). 'Evaluating Embedding Models on Danish Historical Newspapers: A Corpus and Benchmark Resource'. In Proceedings of the 2026 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC 2026).

Dataset Card Author

Alie Lassche, Center for Humanities Computing, Aarhus University