NorahAlshahrani commited on
Commit
2904a78
·
verified ·
1 Parent(s): d5eb497

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -1
README.md CHANGED
@@ -13,7 +13,28 @@ This 2dCNNmsda model is a two-dimensional Convolutional Neural Network (2D-CNN)
13
  It achieves the following results on the evaluation test set:
14
  - Accuracy: 0.7698
15
 
16
- ## BibTeX Citation:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  ```bash
18
  @misc{alshahrani2024arabic,
19
  title={{Arabic Synonym BERT-based Adversarial Examples for Text Classification}},
@@ -24,6 +45,7 @@ It achieves the following results on the evaluation test set:
24
  primaryClass={cs.CL}
25
  }
26
  ```
 
27
 
28
  ## Training and evaluation data
29
 
 
13
  It achieves the following results on the evaluation test set:
14
  - Accuracy: 0.7698
15
 
16
+
17
+ ## BibTeX Citations:
18
+ ```bash
19
+ @inproceedings{alshahrani-etal-2024-arabic,
20
+ title = "{{A}rabic Synonym {BERT}-based Adversarial Examples for Text Classification}",
21
+ author = "Alshahrani, Norah and
22
+ Alshahrani, Saied and
23
+ Wali, Esma and
24
+ Matthews, Jeanna",
25
+ editor = "Falk, Neele and
26
+ Papi, Sara and
27
+ Zhang, Mike",
28
+ booktitle = "Proceedings of the 18th Conference of the European Chapter of the Association for Computational Linguistics: Student Research Workshop",
29
+ month = mar,
30
+ year = "2024",
31
+ address = "St. Julian{'}s, Malta",
32
+ publisher = "Association for Computational Linguistics",
33
+ url = "https://aclanthology.org/2024.eacl-srw.10",
34
+ pages = "137--147",
35
+ abstract = "Text classification systems have been proven vulnerable to adversarial text examples, modified versions of the original text examples that are often unnoticed by human eyes, yet can force text classification models to alter their classification. Often, research works quantifying the impact of adversarial text attacks have been applied only to models trained in English. In this paper, we introduce the first word-level study of adversarial attacks in Arabic. Specifically, we use a synonym (word-level) attack using a Masked Language Modeling (MLM) task with a BERT model in a black-box setting to assess the robustness of the state-of-the-art text classification models to adversarial attacks in Arabic. To evaluate the grammatical and semantic similarities of the newly produced adversarial examples using our synonym BERT-based attack, we invite four human evaluators to assess and compare the produced adversarial examples with their original examples. We also study the transferability of these newly produced Arabic adversarial examples to various models and investigate the effectiveness of defense mechanisms against these adversarial examples on the BERT models. We find that fine-tuned BERT models were more susceptible to our synonym attacks than the other Deep Neural Networks (DNN) models like WordCNN and WordLSTM we trained. We also find that fine-tuned BERT models were more susceptible to transferred attacks. We, lastly, find that fine-tuned BERT models successfully regain at least 2{\%} in accuracy after applying adversarial training as an initial defense mechanism.",
36
+ }
37
+ ```
38
  ```bash
39
  @misc{alshahrani2024arabic,
40
  title={{Arabic Synonym BERT-based Adversarial Examples for Text Classification}},
 
45
  primaryClass={cs.CL}
46
  }
47
  ```
48
+ ```
49
 
50
  ## Training and evaluation data
51