2019

Portuguese Named Entity Recognition using BERT-CRF

Souza, Fábio, Nogueira, Rodrigo, Lotufo, Roberto

Understand

Recent advances in language representation using neural networks have made it viable to transfer the learned internal states of a trained model to downstream natural language processing tasks, such as named entity recognition (NER) and question answering.

  • It has been shown that the leverage of pre-trained language models improves the overall performance on many tasks and is highly beneficial when labeled data is scarce.
  • In this work, we train Portuguese BERT models and employ a BERT-CRF architecture to the NER task on the Portuguese language, combining the transfer capabilities of BERT with the structured predictions of CRF.
  • We explore feature-based and fine-tuning training strategies for the BERT model.

Reading the bibliography…