CoolFace
Datasetpublic

chcaa/danish-book-ads

Books and Journals in Danish Newspaper Advertisements (1800–1850) A dataset of extracted and cleaned book titles and author names from Danish newspaper advertisements published between 1800 and 1850. The records were automatically extracted from digitized newspapers using a combination of rule-based methods, named-entity recognition, and a trained category classifier. Dataset Description Summary The dataset contains 80,938 advertisement records… See the full description on the dataset page: https://huggingface.co/datasets/chcaa/danish-book-ads.

sourceHugging Facecc-by-4.0updated 4mo agoView on Hugging Face
0likes17downloads
Dataset Card

Books and Journals in Danish Newspaper Advertisements (1800–1850)

A dataset of extracted and cleaned book titles and author names from Danish newspaper advertisements published between 1800 and 1850. The records were automatically extracted from digitized newspapers using a combination of rule-based methods, named-entity recognition, and a trained category classifier.

Dataset Description

Summary

The dataset contains 80,938 advertisement records drawn from nine Danish local newspapers. Each record corresponds to a title advertised in a book announcement: the title and author have been extracted and cleaned from the raw advertisement text, a subject category has been predicted by a TF-IDF logistic regression classifier, and the original advertisement text is included for reference.

Supported Tasks

  • —Text classification: predict the subject category of a book advertisement
  • —Information extraction / digital humanities: study the book market, publishing geography, and reading culture in early 19th-century Denmark

Languages

Danish (da). All advertisement texts are in 19th-century Danish orthography.

Dataset Structure

Data Fields

FieldTypeDescription
idstringUnique identifier in the format {newspaper}_{date}_{sequence}, e.g. berlingske_1814-12-26_1062388
datestringPublication date (YYYY-MM-DD)
textstringRaw advertisement text as it appears in the newspaper
titlestringExtracted book title (may still contain noise)
clean_titlestringCleaned and normalized book title
author_originalstringAuthor string as extracted from the advertisement
full_namestringReconstructed full author name
first_namestringAuthor first name
last_namestringAuthor last name
category_predictedstringPredicted subject category (see below)
confidencestringClassifier confidence score, or "gold" (manually verified) / "author" (author-name heuristic)
categorystringOriginal advertisement type: book, journal, or almanac_calendar
subscriptionstringSubscription or pre-order information, if present
senderstringSender or advertiser information, if present
nrstringInternal sequence number within the source file
checkstringManual annotation flag used during dataset construction

Predicted Categories

The category_predicted field uses the following labels:

LabelDescription
Agriculture, household and practical artsAgricultural, domestic, and practical manuals
Almanacs and other light readingsAlmanacs, calendars
Education and BildungTextbooks, educational and pedagogical works
History, geography and philosophyHistory, geography, travel, and philosophy
Law, politics and public affairsLegal, governmental, and political texts
Literature and personal writingsPoetry, fiction, essays, and belles-lettres
MusicSheet music and music theory
Religion, theology and psalmsTheology, sermons, devotional literature, and hymnals
TheatreTheatre programmes and play scripts
UnknownCould not be classified with sufficient confidence, neither manually

Data Splits

The dataset is released as a single train split containing all 80,938 records.

Data Collection and Processing

Source Newspapers

Records were extracted from the following digitized newspapers, accessed via the Royal Danish Library's newspaper portal (Mediestream):

NewspaperRegion
Berlingske TidendeCopenhagen (national)
Aalborg StiftstidendeNorthern Jutland
Aarhuus Stifts-TidendeCentral Jutland
Lolland-Falsters Stifts-TidendeSouthern islands
Odense Adresse-Contoirs EfterretningerFunen
Ribe Stifts AdresseaviserSouth-western Jutland
Den Vest-Sjællandske AvisWestern Zealand
Den Nord-Cimbriske TilskuerNorthern Jutland
Viborger SamlerCentral Jutland

Citation

If you use this dataset, please cite:

bibtex
@dataset{danish_book_ads_2026,
  author    = {Lassche, Alie, Rie Eriksen, Pascale Feldkamp, Katrine Baunvig and Kristoffer Nielbo},
  title     = {Books and Journals in Danish Newspaper Advertisements, 1800--1850},
  year      = {2026},
  publisher = {Hugging Face},
  url       = {https://huggingface.co/datasets/chcaa/danish-book-ads}
}

License

This dataset is released under the Creative Commons Attribution 4.0 International (CC BY 4.0) license.

Contact

For questions about the dataset, contact Alie Lassche.