Papers by Avi Jain
NER-MQMRC: Formulating Named Entity Recognition as Multi Question Machine Reading Comprehension (2022.naacl-industry)
Copied to clipboard
| Challenge: | Named Entity Recognition (NER) is a task of locating and classifying entities mentioned in unstructured text into predefined categories. |
| Approach: | They propose to use a BERT-based multi-question MRC task where multiple questions (one question per entity) are considered at the same time for a single text. |
| Outcome: | The proposed architecture leads to 2.5 times faster training and 2.3 times faster inference on three NER datasets. |