paper-with-me

홈 › Papers

A Multilingual Evaluation of NER Robustness to Adversarial Inputs

2023-05-30 · Akshay Srinivasan, Sowmya Vajjala

Adversarial evaluations of language models typically focus on English alone. In this paper, we performed a multilingual evaluation of Named Entity Recognition (NER) in terms of its robustness to small perturbations in the input. Our results showed the NER models we explored across three languages (English, German and Hindi) are not very robust to such changes, as indicated by the fluctuations in the overall F1 score as well as in a more fine-grained evaluation. With that knowledge, we further explored whether it is possible to improve the existing NER models using a part of the generated adversarial data sets as augmented training data to train a new NER model or as fine-tuning data to adapt an existing NER model. Our results showed that both these approaches improve performance on the original as well as adversarial test sets. While there is no significant difference between the two approaches for English, re-training is significantly better than fine-tuning for German and Hindi.

📄 PDF Abstract BibTeX arXiv:2305.18933

Code (0)

등록된 구현이 없습니다.

Tasks

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

Methods 이 논문이 사용한 방법론

Test 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

There is more than one kind of robustness: Fooling Whisper with adversarial examples

2022-10-26 · Raphael Olivier, Bhiksha Raj

Whisper is a recent Automatic Speech Recognition (ASR) model displaying impressive robustness to both out-of-distribution inputs and random noise. In this work, we show that this robustness does not carry over to adversa…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Sentencespeech-recognition+1

IndicJR: A Judge-Free Benchmark of Jailbreak Robustness in South Asian Languages

2026-02-18 · Priyaranjan Pattnayak, Sanchari Chowdhuri arxiv

Safety alignment of large language models (LLMs) is mostly evaluated in English and contract-bound, leaving multilingual vulnerabilities understudied. We introduce \textbf{Indic Jailbreak Robustness (IJR)}, a judge-free …

A practical approach to evaluating the adversarial distance for machine learning classifiers

2024-09-05 · Georg Siedel, Ekagra Gupta, Andrey Morozov

Robustness is critical for machine learning (ML) classifiers to ensure consistent performance in real-world applications where models may encounter corrupted or adversarial inputs. In particular, assessing the robustness…

Adversarial AttackAdversarial Robustness

From Adversarial Arms Race to Model-centric Evaluation: Motivating a Unified Automatic Robustness Evaluation Framework

2023-05-29 · Yangyi Chen, Hongcheng Gao, Ganqu Cui, Lifan Yuan 외

Textual adversarial attacks can discover models' weaknesses by adding semantic-preserved but misleading perturbations to the inputs. The long-lasting adversarial attack-and-defense arms race in Natural Language Processin…

Adversarial Attack

Localized Adversarial Training for Increased Accuracy and Robustness in Image Classification

2019-09-10 · Eitan Rothberg, Tingting Chen, Luo Jie, Hao Ji

Today's state-of-the-art image classifiers fail to correctly classify carefully manipulated adversarial images. In this work, we develop a new, localized adversarial attack that generates adversarial examples by impercep…

Adversarial AttackGeneral Classificationimage-classificationImage Classification