metaphors commited on
Commit
03215a2
1 Parent(s): a13a4b0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -1
README.md CHANGED
@@ -6,4 +6,27 @@ license: apache-2.0
6
 
7
  This is a fine-tuned LM in our paper below and the related GitHub repo is [here](https://github.com/metaphors/TibetanPLMsFineTuning).
8
 
9
- ***Multi-Granularity Tibetan Textual Adversarial Attack Method Based on Masked Language Model (Cao et al., WWW 2024 Workshop - SocialNLP)***
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
 
7
  This is a fine-tuned LM in our paper below and the related GitHub repo is [here](https://github.com/metaphors/TibetanPLMsFineTuning).
8
 
9
+ ***[Multi-Granularity Tibetan Textual Adversarial Attack Method Based on Masked Language Model (Cao et al., WWW 2024 Workshop - SocialNLP)](https://dl.acm.org/doi/10.1145/3589335.3652503)***
10
+
11
+ ## Citation
12
+
13
+ If you think our work useful, please kindly cite our paper.
14
+
15
+ ```
16
+ @inproceedings{10.1145/3589335.3652503,
17
+ author = {Cao, Xi and Qun, Nuo and Gesang, Quzong and Zhu, Yulei and Nyima, Trashi},
18
+ title = {Multi-Granularity Tibetan Textual Adversarial Attack Method Based on Masked Language Model},
19
+ year = {2024},
20
+ isbn = {9798400701726},
21
+ publisher = {Association for Computing Machinery},
22
+ address = {New York, NY, USA},
23
+ url = {https://doi.org/10.1145/3589335.3652503},
24
+ doi = {10.1145/3589335.3652503},
25
+ booktitle = {Companion Proceedings of the ACM on Web Conference 2024},
26
+ pages = {1672–1680},
27
+ numpages = {9},
28
+ keywords = {language model, robustness, textual adversarial attack, tibetan},
29
+ location = {Singapore, Singapore},
30
+ series = {WWW '24}
31
+ }
32
+ ```