paper-with-me

Papers

TCAB: A Large-Scale Text Classification Attack Benchmark

2022-10-21 · Kalyani Asthana, Zhouhang Xie, Wencong You, Adam Noack, Jonathan Brophy, Sameer Singh, Daniel Lowd

We introduce the Text Classification Attack Benchmark (TCAB), a dataset for analyzing, understanding, detecting, and labeling adversarial attacks against text classifiers. TCAB includes 1.5 million attack instances, generated by twelve adversarial attacks targeting three classifiers trained on six source datasets for sentiment analysis and abuse detection in English. Unlike standard text classification, text attacks must be understood in the context of the target classifier that is being attacked, and thus features of the target classifier are important as well. TCAB includes all attack instances that are successful in flipping the predicted label; a subset of the attacks are also labeled by human annotators to determine how frequently the primary semantics are preserved. The process of generating attacks is automated, so that TCAB can easily be extended to incorporate new text attacks and better classifiers as they are developed. In addition to the primary tasks of detecting and labeling attacks, TCAB can also be used for attack localization, attack target labeling, and attack characterization. TCAB code and dataset are available at https://react-nlp.github.io/tcab/.

📄 PDF Abstract BibTeX arXiv:2210.12233

Code (1)

react-nlp/tcab_generation 공식 구현 pytorch

Tasks

Abuse DetectionClassificationSentiment Analysistext-classificationText Classification

Similar Papers 제목 키워드 기반

LitCab: Lightweight Language Model Calibration over Short- and Long-form Responses

2023-10-30 · Xin Liu, Muhammad Khalifa, Lu Wang

A model is considered well-calibrated when its probability estimate aligns with the actual likelihood of the output being correct. Calibrating language models (LMs) is crucial, as it plays a vital role in detecting and m…

FormLanguage ModelingLanguage ModellingText Generation

Enhancing Language Model Factuality via Activation-Based Confidence Calibration and Guided Decoding

2024-06-19 · Xin Liu, Farima Fatahi Bayat, Lu Wang

Calibrating language models (LMs) aligns their generation confidence with the actual likelihood of answer correctness, which can inform users about LMs' reliability and mitigate hallucinated content. However, prior calib…

Language ModelingLanguage ModellingTruthfulQA

Adversarial Examples for Extreme Multilabel Text Classification

2021-12-14 · Mohammadreza Qaraei, Rohit Babbar

Extreme Multilabel Text Classification (XMTC) is a text classification problem in which, (i) the output space is extremely large, (ii) each data point may have multiple positive labels, and (iii) the data follows a stron…

ClassificationMultilabel Text ClassificationRecommendation Systemstext-classification+1

Adversarial Attacks on Binary Image Recognition Systems

2020-10-22 · Eric Balkanski, Harrison Chase, Kojin Oshiba, Alexander Rilee 외

We initiate the study of adversarial attacks on models for binary (i.e. black and white) image classification. Although there has been a great deal of work on attacking models for colored and grayscale images, little is …

image-classificationImage ClassificationLicense Plate Recognition

Where to Attack: A Dynamic Locator Model for Backdoor Attack in Text Classifications

2022-10-01 · COLING 2022 10 · Heng-yang Lu, Chenyou Fan, Jun Yang, Cong Hu 외

Nowadays, deep-learning based NLP models are usually trained with large-scale third-party data which can be easily injected with malicious backdoors. Thus, BackDoor Attack (BDA) study has become a trending research to he…

Backdoor Attack