pepa commited on
Commit
39fc477
1 Parent(s): fac416f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -2
README.md CHANGED
@@ -142,5 +142,20 @@ First Workshop on Fact Extraction and VERification (FEVER), pages 109113."
142
  [Needs More Information]
143
 
144
  ### Citation Information
145
-
146
- [Needs More Information]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
142
  [Needs More Information]
143
 
144
  ### Citation Information
145
+ ```
146
+ @inproceedings{atanasova-etal-2020-generating,
147
+ title = "Generating Label Cohesive and Well-Formed Adversarial Claims",
148
+ author = "Atanasova, Pepa and
149
+ Wright, Dustin and
150
+ Augenstein, Isabelle",
151
+ booktitle = "Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP)",
152
+ month = nov,
153
+ year = "2020",
154
+ address = "Online",
155
+ publisher = "Association for Computational Linguistics",
156
+ url = "https://aclanthology.org/2020.emnlp-main.256",
157
+ doi = "10.18653/v1/2020.emnlp-main.256",
158
+ pages = "3168--3177",
159
+ abstract = "Adversarial attacks reveal important vulnerabilities and flaws of trained models. One potent type of attack are universal adversarial triggers, which are individual n-grams that, when appended to instances of a class under attack, can trick a model into predicting a target class. However, for inference tasks such as fact checking, these triggers often inadvertently invert the meaning of instances they are inserted in. In addition, such attacks produce semantically nonsensical inputs, as they simply concatenate triggers to existing samples. Here, we investigate how to generate adversarial attacks against fact checking systems that preserve the ground truth meaning and are semantically valid. We extend the HotFlip attack algorithm used for universal trigger generation by jointly minimizing the target class loss of a fact checking model and the entailment class loss of an auxiliary natural language inference model. We then train a conditional language model to generate semantically valid statements, which include the found universal triggers. We find that the generated attacks maintain the directionality and semantic validity of the claim better than previous work.",
160
+ }
161
+ ```