metaphors commited on
Commit
0704ca0
1 Parent(s): 4214b26

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -1
README.md CHANGED
@@ -6,4 +6,25 @@ 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
- ***[Pay Attention to the Robustness of Chinese Minority Language Models! Syllable-level Textual Adversarial Attack on Tibetan Script](https://trustnlpworkshop.github.io/papers/6.pdf) (Cao et al., ACL 2023 Workshop - TrustNLP)***
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ***[Pay Attention to the Robustness of Chinese Minority Language Models! Syllable-level Textual Adversarial Attack on Tibetan Script](https://aclanthology.org/2023.trustnlp-1.4) (Cao et al., ACL 2023 Workshop - TrustNLP)***
10
+
11
+ ## Citation
12
+
13
+ If you think our work useful, please kindly cite our paper.
14
+
15
+ ```
16
+ @inproceedings{cao-etal-2023-pay-attention,
17
+ title = "Pay Attention to the Robustness of {C}hinese Minority Language Models! Syllable-level Textual Adversarial Attack on {T}ibetan Script",
18
+ author = "Cao, Xi and
19
+ Dawa, Dolma and
20
+ Qun, Nuo and
21
+ Nyima, Trashi",
22
+ booktitle = "Proceedings of the 3rd Workshop on Trustworthy Natural Language Processing (TrustNLP 2023)",
23
+ month = jul,
24
+ year = "2023",
25
+ address = "Toronto, Canada",
26
+ publisher = "Association for Computational Linguistics",
27
+ url = "https://aclanthology.org/2023.trustnlp-1.4",
28
+ pages = "35--46"
29
+ }
30
+ ```