airbnb / artificial-adversary

🗣️ Tool to generate adversarial text examples and test machine learning models against them
MIT License
396 stars 57 forks source link

introduced remove_surrounding_characters attack #11

Closed ali-abdullah closed 4 years ago

ali-abdullah commented 6 years ago

Introduced remove_surrounding_characters attack, created tests for the attack and included it in the README.md doc.

This covers word-level attacks for example: words like [b][o][w][s][e][r] will be converted to bowser

ali-abdullah commented 4 years ago

Closing PR due to inactivity