wiki:private/NlpInPracticeCourse/NamedEntityRecognition

Version 26 (modified by Zuzana Nevěřilová, 17 months ago) (diff)

--

Named Entity Recognition

IA161 NLP in Practice Course, Course Guarantee: Aleš Horák

Prepared by: Zuzana Nevěřilová

State of the Art

NER aims to recognize and classify names of people, locations, organizations, products, artworks, sometimes dates, money, measurements (numbers with units), law or patent numbers etc. Known issues are ambiguity of words (e.g. May can be a month, a verb, or a name), ambiguity of classes (e.g. HMS Queen Elisabeth can be a ship), and the inherent incompleteness of lists of NEs.

Named entity recognition (NER) is used mainly in information extraction (IE) but it can significantly improve other NLP tasks such as syntactic parsing.

Example from IE

In 2003, Hannibal Lecter (as portrayed by Hopkins) was chosen by the American Film Institute as the number one movie villain.

Hannibal Lecter <-> Hopkins

Example concerning syntactic parsing

Wish You Were Here is the ninth studio album by the English progressive rock group Pink Floyd.

vs.

Wish_You_Were_Here is the ninth studio album by the English progressive rock group Pink Floyd.

References

  1. Jacob Devlin, Ming-Wei Chang, Kenton Lee, and Kristina Toutanova. BERT: pre-training of deep bidirectional transformers for language understanding, 2019. https://arxiv.org/abs/1810.04805
  2. Afshin Rahimi, Yuan Li, and Trevor Cohn. 2019. Massively Multilingual Transfer for NER. In Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics, pages 151–164, Florence, Italy. Association for Computational Linguistics. https://aclanthology.org/P19-1015/

Practical Session

Multilingual Named Entity Recognition

In this workshop, we train a NER model for any of the languages supported by WikiAnn?. We work with the huggingface library, its BERT model for multilingual token classification, and the WikiAnn? training data.

  1. Create <YOUR_FILE>, a text file named ia161-UCO-04.txt where UCO is your university ID.
  2. Open Google Colab at https://colab.research.google.com/drive/15UHh44IGyXff_f1EiOHfrh4tBzkX39EI?usp=sharing
  3. Follow the instructions in the notebook. There are four obligatory tasks. Write down your answers to <YOUR_FILE>.
  4. Submit to the homework vault (Odevzdavarna).

Attachments (2)

Download all attachments as: .zip