# Building a Massive Corpus for Named Entity Recognition using Free Open   Data Sources

**Authors:** Daniel Specht Menezes, Pedro Savarese, Ruy Luiz Milidi\'u

arXiv: 1908.05758 · 2019-08-19

## TL;DR

This paper introduces SESAME, a large automatically generated dataset for NER from Wikipedia and DBpedia, enabling improved training of neural network models without costly manual annotation.

## Contribution

It presents a novel method to create a massive labeled NER dataset from open data sources, reducing reliance on human annotation and enhancing model training.

## Key findings

- The dataset contains millions of labeled sentences.
- Using SESAME improves NER model performance.
- The method leverages structured data links for label generation.

## Abstract

With the recent progress in machine learning, boosted by techniques such as deep learning, many tasks can be successfully solved once a large enough dataset is available for training. Nonetheless, human-annotated datasets are often expensive to produce, especially when labels are fine-grained, as is the case of Named Entity Recognition (NER), a task that operates with labels on a word-level.   In this paper, we propose a method to automatically generate labeled datasets for NER from public data sources by exploiting links and structured data from DBpedia and Wikipedia. Due to the massive size of these data sources, the resulting dataset -- SESAME Available at https://sesame-pt.github.io -- is composed of millions of labeled sentences. We detail the method to generate the dataset, report relevant statistics, and design a baseline using a neural network, showing that our dataset helps building better NER predictors.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1908.05758/full.md

## Figures

4 figures with captions in the complete paper: https://tomesphere.com/paper/1908.05758/full.md

## References

24 references — full list in the complete paper: https://tomesphere.com/paper/1908.05758/full.md

---
Source: https://tomesphere.com/paper/1908.05758