NorahAlshahrani commited on
Commit
e3e1797
·
verified ·
1 Parent(s): 4bae16a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -10
README.md CHANGED
@@ -21,25 +21,30 @@ should probably proofread and complete it, then remove this comment. -->
21
 
22
  # Adv_BERT_msda
23
 
24
- This model is a fine-tuned version of [aubmindlab/bert-base-arabertv2](https://huggingface.co/aubmindlab/bert-base-arabertv2) on an unknown dataset.
25
  It achieves the following results on the evaluation set:
26
  - Loss: 0.4117
27
  - Accuracy: 0.8655
28
 
29
  ## Model description
30
 
31
- More information needed
32
-
33
- ## Intended uses & limitations
34
-
35
- More information needed
36
-
37
- ## Training and evaluation data
38
-
39
- More information needed
 
 
 
40
 
41
  ## Training procedure
42
 
 
 
43
  ### Training hyperparameters
44
 
45
  The following hyperparameters were used during training:
 
21
 
22
  # Adv_BERT_msda
23
 
24
+ This model is a fine-tuned version of [aubmindlab/bert-base-arabertv2](https://huggingface.co/aubmindlab/bert-base-arabertv2) on Sentiment Analysis for Social Media Posts in Arabic Dialect (MSDA) dataset, besides our adversarial examples.
25
  It achieves the following results on the evaluation set:
26
  - Loss: 0.4117
27
  - Accuracy: 0.8655
28
 
29
  ## Model description
30
 
31
+ ```bash
32
+ @inproceedings{alshahrani-etal-2024-bert-synonym-attack,
33
+ title = "{Arabic Synonym BERT-based Adversarial Examples for Text Classification}",
34
+ author = "Alshahrani, Norah and Alshahrani, Saied and Wali, Esma and Matthews, Jeanna ",
35
+ booktitle = "Proceedings of the 18th Conference of the European Chapter of the Association for Computational Linguistics: Student Research Workshop",
36
+ month = March,
37
+ year = "2024",
38
+ address = "Malta",
39
+ publisher = "Association for Computational Linguistics",
40
+ 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.",
41
+ }
42
+ ```
43
 
44
  ## Training procedure
45
 
46
+ We have trained this model using the Paperspace GPU-Cloud service. We used a machine with 8 CPUs, 45GB RAM, and A6000 GPU with 48GB RAM.
47
+
48
  ### Training hyperparameters
49
 
50
  The following hyperparameters were used during training: