English

Named Entity Extraction with Finite State Transducers

Computation and Language 2020-06-23 v1 Machine Learning

Abstract

We describe a named entity tagging system that requires minimal linguistic knowledge and can be applied to more target languages without substantial changes. The system is based on the ideas of the Brill's tagger which makes it really simple. Using supervised machine learning, we construct a series of automatons (or transducers) in order to tag a given text. The final model is composed entirely of automatons and it requires a lineal time for tagging. It was tested with the Spanish data set provided in the CoNLL-20022002 attaining an overall Fβ=1F_{\beta = 1} measure of 60%.60\%. Also, we present an algorithm for the construction of the final transducer used to encode all the learned contextual rules.

Keywords

Cite

@article{arxiv.2006.11548,
  title  = {Named Entity Extraction with Finite State Transducers},
  author = {Diego Alexander Huérfano Villalba and Elizabeth León Guzmán},
  journal= {arXiv preprint arXiv:2006.11548},
  year   = {2020}
}
R2 v1 2026-06-23T16:29:06.144Z