60 citations · 61 across the 2 of their papers we have counts for
3 papers
cs.CL2020
Second-Order NLP Adversarial Examples
John X. Morris
Adversarial example generation methods in NLP rely on models like language models or sentence encoders to determine if potential adversarial examples are valid. In these methods, a…
cs.SE2020★ 1 cited
TextAttack: Lessons learned in designing Python frameworks for NLP
John X. Morris, Jin Yong Yoo, Yanjun Qi
TextAttack is an open-source Python toolkit for adversarial attacks, adversarial training, and data augmentation in NLP. TextAttack unites 15+ papers from the NLP adversarial attac…
cs.CL2020★ 60 cited
TextAttack: A Framework for Adversarial Attacks, Data Augmentation, and Adversarial Training in NLP
John X. Morris, Eli Lifland, Jin Yong Yoo +3
While there has been substantial research using adversarial attacks to analyze NLP models, each attack is implemented in its own code repository. It remains challenging to develop…