错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Robustness of Named Entity Recognition Models

  • Paweł Walkowiak

摘要

Transformer based models are gaining popularity on most of the Natural Language Processing (NLP) including sequence labeling task such like Named Entity Recognition (NER). The previous (pre-transformers) state of the art approaches for NER task where models based on Conditional Random Fields (CRF). Adversarial attacks, which involve trying to deceive the model by creating adversarial examples with subtle, almost imperceptible changes, are increasingly posing a threat to all NLP models, including those which solve sequence labeling tasks. When deciding which architecture to use for NER model, robustness of approach could be one of the deciding factors. We are going to examine named entity recognition trained models resilience, focusing on differences between CRF and Transformer based approaches.