CoolFace
Datasetpublic

joao-luz/mariner

This is the MariNER (Mapeamento e Anotações de Registros hIstóricos para NER) dataset, a Named Entity Recognition dataset for Brazilian Portuguese in the historical domain, presented in the paper MariNER: A Dataset for Historical Brazilian Portuguese Named Entity Recognition. The dataset consists of five documents from early 20th Century on expeditions through Brazil's Northeast region. The documents were manually annotated with four entity types: Person, Location, Date and Organization. They… See the full description on the dataset page: https://huggingface.co/datasets/joao-luz/mariner.

sourceHugging Faceupdated 8mo agoView on Hugging Face
1likes35downloads
Dataset Card

This is the MariNER (Mapeamento e Anotações de Registros hIstóricos para NER) dataset, a Named Entity Recognition dataset for Brazilian Portuguese in the historical domain, presented in the paper MariNER: A Dataset for Historical Brazilian Portuguese Named Entity Recognition. The dataset consists of five documents from early 20th Century on expeditions through Brazil's Northeast region. The documents were manually annotated with four entity types: Person, Location, Date and Organization. They were also divided into sentences and tokenized.

The dataset is available in the BIO format, with the following distinct labels and corresponding indices:

LabelTag
0O
1B-PESSOA
2I-PESSOA
3B-LOCAL
4I-LOCAL
5B-DATA
6I-DATA
7B-ORGANIZACAO
8I-ORGANIZACAO

Link to paper: https://link.springer.com/chapter/10.1007/978-3-032-15993-9_25

The dataset is also available in Github at https://github.com/Joao-Luz/mariner

To cite this work, use:

bib
 @InProceedings{10.1007/978-3-032-15993-9_25,
  author="Sarcinelli, Jo{\~a}o Lucas Luz Lima
  and Teixeira, Marina Lages Gon{\c{c}}alves
  and Paiva, Jade Bortot de
  and Silva, Diego Furtado",
  editor="de Freitas, Rosiane
  and Furtado, Diego",
  title="MariNER: A Dataset for Historical Brazilian Portuguese Named Entity Recognition",
  booktitle="Intelligent Systems",
  year="2026",
  publisher="Springer Nature Switzerland",
  address="Cham",
  pages="364--378",
}