nf_1876 / README.md
pnugues's picture
Update README.md
e7e79db verified
|
raw
history blame
1.26 kB
metadata
license: cc-by-nc-sa-4.0
task_categories:
  - text-classification
language:
  - sv
size_categories:
  - n<1K

Dataset Card for "nf_1876"

The Nordisk Familjebok is a Swedish encyclopedia first published in 1876. It had five editions in total. This dataset contains a few articles with human and nonhuman definitions. We annotated the human biographies with 1 and the rest with 0

The digitized text comes from the project Runeberg collection (https://runeberg.org/nf/) and the annotation has been carried out by Victor Truong.

Dataset Description

Data Instances

Each sample is a JSON dictionnary with the text of the entry and a class, as for example:

{
  "text": "Asplund, Erik Gunnar, arkitekt (1885— 1940), arkitekt i Byggnadsstyrelsen 1918 och prof, i arkitektur vid Tekniska högsk. 1931", 
  "label": 1
}

Data Fields

  • text: A string containing the 200 first characters of the entry
  • label: the class.

Citation Information

@misc{victortruong2024,
author = {Victor Truong},
title = {Annotation of Entries from the Nordisk Familjebok Encyclopedia},
year = 2024,
url = {https://huggingface.co/datasets/pnugues/nf_1876}
}