I want to do Name Entitiy Recognition (NER) by BERT. There are multiple types of entity (e.g Person, Company, Nation), so the tags would be B-PERSON, I-PERSON, B-COMPANY, I-COMPANY, O, and so on. However, BERT seems to label with O, B, and I only. Do I have to train two models for PERSON and COMPANY respectively? What's the common practice of OBI tagging using BERT?
1.4m articles
1.4m replys
5 comments
57.0k users