paper-with-me

홈 › Papers

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 attacks from adversarial examples. In this work, we focus on the named entity recognition task and study context-aware adversarial attack methods to examine the model's robustness. Specifically, we propose perturbing the most informative words for recognizing entities to create adversarial examples and investigate different candidate replacement methods to generate natural and plausible adversarial examples. Experiments and analyses show that our methods are more effective in deceiving the model into making wrong predictions than strong baselines.

📄 PDF Abstract BibTeX arXiv:2309.08999

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Attacknamed-entity-recognitionNamed Entity Recognition

Methods 이 논문이 사용한 방법론

Focus 설명 없음

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

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…

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

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

RockNER: A Simple Method to Create Adversarial Examples for Evaluating the Robustness of Named Entity Recognition Models

2021-09-12 · EMNLP 2021 11 · Bill Yuchen Lin, Wenyang Gao, Jun Yan, Ryan Moreno 외

To audit the robustness of named entity recognition (NER) models, we propose RockNER, a simple yet effective method to create natural adversarial examples. Specifically, at the entity level, we replace target entities wi…

Data Augmentationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1

Breaking BERT: Understanding its Vulnerabilities for Named Entity Recognition through Adversarial Attack

2021-09-23 · Anne Dirkson, Suzan Verberne, Wessel Kraaij

Both generic and domain-specific BERT models are widely used for natural language processing (NLP) tasks. In this paper we investigate the vulnerability of BERT models to variation in input data for Named Entity Recognit…

Adversarial AttackDecision Makingnamed-entity-recognitionNamed Entity Recognition+2