paper-with-me

홈 › Papers

MSDT: Masked Language Model Scoring Defense in Text Domain

2022-11-10 · Jaechul Roh, Minhao Cheng, Yajun Fang

Pre-trained language models allowed us to process downstream tasks with the help of fine-tuning, which aids the model to achieve fairly high accuracy in various Natural Language Processing (NLP) tasks. Such easily-downloaded language models from various websites empowered the public users as well as some major institutions to give a momentum to their real-life application. However, it was recently proven that models become extremely vulnerable when they are backdoor attacked with trigger-inserted poisoned datasets by malicious users. The attackers then redistribute the victim models to the public to attract other users to use them, where the models tend to misclassify when certain triggers are detected within the training sample. In this paper, we will introduce a novel improved textual backdoor defense method, named MSDT, that outperforms the current existing defensive algorithms in specific datasets. The experimental results illustrate that our method can be effective and constructive in terms of defending against backdoor attack in text domain. Code is available at https://github.com/jcroh0508/MSDT.

📄 PDF Abstract BibTeX arXiv:2211.05371

Code (1)

jcroh0508/msdt 공식 구현 pytorch

Tasks

Backdoor Attackbackdoor defenseLanguage ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

CtrlRAG: Black-box Adversarial Attacks Based on Masked Language Models in Retrieval-Augmented Language Generation

2025-03-10 · Runqi Sui

Retrieval-Augmented Generation (RAG) systems enhance Large Language Models (LLMs) by integrating external knowledge bases. However, this integration introduces a new security threat: adversaries can exploit the retrieval…

HallucinationLanguage ModelingLanguage ModellingRAG+3

Malicious Source Code Detection Using Transformer

2022-09-16 · Chen Tsfaty, Michael Fire

Open source code is considered a common practice in modern software development. However, reusing other code allows bad actors to access a wide developers' community, hence the products that rely on it. Those attacks are…

Masked Language Model Based Textual Adversarial Example Detection

2023-04-18 · Xiaomei Zhang, Zhaoxi Zhang, Qi Zhong, Xufei Zheng 외

Adversarial attacks are a serious threat to the reliable deployment of machine learning models in safety-critical applications. They can misguide current models to predict incorrectly by slightly modifying the inputs. Re…

Adversarial DefenseLanguage ModelingLanguage ModellingSST-2

Text Adversarial Purification as Defense against Adversarial Attacks

2022-03-27 · Linyang Li, Demin Song, Xipeng Qiu

Adversarial purification is a successful defense mechanism against adversarial attacks without requiring knowledge of the form of the incoming attack. Generally, adversarial purification aims to remove the adversarial pe…

Adversarial AttackAdversarial DefenseAdversarial Purification

Masked Audio Text Encoders are Effective Multi-Modal Rescorers

2023-05-11 · Jinglun Cai, Monica Sunkara, Xilai Li, Anshu Bhatia 외

Masked Language Models (MLMs) have proven to be effective for second-pass rescoring in Automatic Speech Recognition (ASR) systems. In this work, we propose Masked Audio Text Encoder (MATE), a multi-modal masked language …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Contrastive LearningDomain Generalization+4