paper-with-me

Papers

Attack Named Entity Recognition by Entity Boundary Interference

2023-05-09 · Yifei Yang, Hongqiu Wu, Hai Zhao

Named Entity Recognition (NER) is a cornerstone NLP task while its robustness has been given little attention. This paper rethinks the principles of NER attacks derived from sentence classification, as they can easily violate the label consistency between the original and adversarial NER examples. This is due to the fine-grained nature of NER, as even minor word changes in the sentence can result in the emergence or mutation of any entities, resulting in invalid adversarial examples. To this end, we propose a novel one-word modification NER attack based on a key insight, NER models are always vulnerable to the boundary position of an entity to make their decision. We thus strategically insert a new boundary into the sentence and trigger the Entity Boundary Interference that the victim model makes the wrong prediction either on this boundary word or on other words in the sentence. We call this attack Virtual Boundary Attack (ViBA), which is shown to be remarkably effective when attacking both English and Chinese models with a 70%-90% attack success rate on state-of-the-art language models (e.g. RoBERTa, DeBERTa) and also significantly faster than previous methods.

📄 PDF Abstract BibTeX arXiv:2305.05253

Code (0)

등록된 구현이 없습니다.

Tasks

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERSentenceSentence Classification

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
WordPiece 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Weight Decay 설명 없음

Similar Papers 제목 키워드 기반

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

Integrating Boundary Assembling into a DNN Framework for Named Entity Recognition in Chinese Social Media Text

2020-02-27 · Zhaoheng Gong, Ping Chen, Jiang Zhou

Named entity recognition is a challenging task in Natural Language Processing, especially for informal and noisy social media text. Chinese word boundaries are also entity boundaries, therefore, named entity recognition …

Boundary DetectionChinese Word Segmentationnamed-entity-recognitionNamed Entity Recognition+2

A Boundary Offset Prediction Network for Named Entity Recognition

2023-10-23 · Minghao Tang, Yongquan He, Yongxiu Xu, Hongbo Xu 외

Named entity recognition (NER) is a fundamental task in natural language processing that aims to identify and classify named entities in text. However, span-based methods for NER typically assign entity types to text spa…

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

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

Gaussian Prior Reinforcement Learning for Nested Named Entity Recognition

2023-05-12 · Yawen Yang, Xuming Hu, Fukun Ma, Shu'ang Li 외

Named Entity Recognition (NER) is a well and widely studied task in natural language processing. Recently, the nested NER has attracted more attention since its practicality and difficulty. Existing works for nested NER …

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