Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Will the model be attacked by the adversarial examples? #18

Closed
zhanlaoban opened this issue Nov 20, 2019 · 1 comment
Closed

Will the model be attacked by the adversarial examples? #18

zhanlaoban opened this issue Nov 20, 2019 · 1 comment

Comments

@zhanlaoban
Copy link

zhanlaoban commented Nov 20, 2019

In Chinese text corpus, we can generate some adversarial examples by random insertion(RI), random deletion(RD) or synonym replacement(SR). I am wondering whether EDA method will cause the model such text classifier to be attacked by the adversarial examples generated by RI, RD or SR like EDA does.
Can you explain this? Because I did some experiments and they show a decrease in performance.
Thank you very much!

@jasonwei20
Copy link
Owner

I'm surprised to hear that you saw a decrease in performance, which repository did you use?
What synonym dictionary are you using?
What's the size of the training set?

You can see the tSNE figure in our paper to see how augmented sentences relate to original sentences. Generally, it seems like examples from EDA don't change the ground-truth label.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants