Open xiaotili0123 opened 4 years ago
hello, i want to know,run the "python compute_dist_mat.py",why the programes could show the words"have killed"?
Hi @Crystallee612 and @falllenleaves -- you might be interested in trying your experiments in TextAttack instead. TextAttack's 'alzantot' recipe is a reimplementation of this paper with some performance enhancements that's been endorsed by Alzantot (the creator of this work). TextAttack doesn't implement the baseline, but we'd be happy to work with you to add it. Hope that helps!
Hi there,
I am highly interested in your fantastic work. However, I am a little bit confused about the baseline attack you used in your code and your paper. In BaselineDemo.ipynb, what is the NewBaseline attack that you imported? I couldn't find it in Attacks.py but PerturbSentBaseline(). Also, you mentioned in your paper that you use a baseline method to greedily find adversarial texts, could you please be more specific on the baseline attack you use? Thank you so much.