paper-with-me

홈 › Papers

Resilience of Named Entity Recognition Models under Adversarial Attack

2022-07-01 · NAACL (DADC) 2022 7 · Sudeshna Das, Jiaul Paik

Named entity recognition (NER) is a popular language processing task with wide applications. Progress in NER has been noteworthy, as evidenced by the F1 scores obtained on standard datasets. In practice, however, the end-user uses an NER model on their dataset out-of-the-box, on text that may not be pristine. In this paper we present four model-agnostic adversarial attacks to gauge the resilience of NER models in such scenarios. Our experiments on four state-of-the-art NER methods with five English datasets suggest that the NER models are over-reliant on case information and do not utilise contextual information well. As such, they are highly susceptible to adversarial attacks based on these features.

📄 PDF Abstract BibTeX

Code (1)

das-sudeshna/adversarial-ner 공식 구현

Tasks

Adversarial Attacknamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER

Similar Papers 제목 키워드 기반

SeqAttack: On Adversarial Attacks for Named Entity Recognition

2021-11-01 · EMNLP (ACL) 2021 11 · Walter Simoncini, Gerasimos Spanakis

Named Entity Recognition is a fundamental task in information extraction and is an essential element for various Natural Language Processing pipelines. Adversarial attacks have been shown to greatly affect the performanc…

Classificationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+4

Transformer-Based Named Entity Recognition for Automated Server Provisioning

2025-04-01 · Conference 2025 4 · Hossein Damavandi, Hasan Jalali, Boshra Pishgoo

This paper introduces a novel method for automated server provisioning by integrating Transformerbased Named Entity Recognition models with Automated Speech Detection using OpenAI's Whisper. Leveraging advanced Transform…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+3

Robust Few-Shot Named Entity Recognition with Boundary Discrimination and Correlation Purification

2023-12-13 · Xiaojun Xue, Chunxia Zhang, Tianxiang Xu, Zhendong Niu

Few-shot named entity recognition (NER) aims to recognize novel named entities in low-resource domains utilizing existing knowledge. However, the present few-shot NER models assume that the labeled data are all clean wit…

Adversarial AttackEntity Typingfew-shot-nerFew-shot NER+5

Leveraging Expert Guided Adversarial Augmentation For Improving Generalization in Named Entity Recognition

2022-03-21 · Findings (ACL) 2022 5 · Aaron Reich, Jiaao Chen, Aastha Agrawal, Yanzhe Zhang 외

Named Entity Recognition (NER) systems often demonstrate great performance on in-distribution data, but perform poorly on examples drawn from a shifted distribution. One way to evaluate the generalization ability of NER …

Domain Generalizationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1

Context-aware Adversarial Attack on Named Entity Recognition

2023-09-16 · Shuguang Chen, Leonardo Neves, Thamar Solorio

In recent years, large pre-trained language models (PLMs) have achieved remarkable performance on many natural language processing benchmarks. Despite their success, prior studies have shown that PLMs are vulnerable to a…

Adversarial Attacknamed-entity-recognitionNamed Entity Recognition