Skip to content

0.2.0: 70+ pre-trained models, BERT-based attacks, input reduction, maximizing goal functions, and more!

Compare
Choose a tag to compare
@jxmorris12 jxmorris12 released this 09 Jul 19:44
· 1525 commits to master since this release
641cbe7

Big Improvements

New Attacks

Smaller Improvements

  • more accurate attack recipes for BAE and TextFooler (#199)
  • important fixes to model training code (#186, thanks so much @jind11!!)
  • abstract classes, better string representations when printing attacks to console (#202)
  • genetic algorithm improvements (#160, thanks @jinyongyoo )
  • fixes to parallel attacks (#164, thanks @jinyongyoo )
  • datasets to test out T5 on seq2seq attacks (#176)

Bug Fixes

  • correctly print attack perturbed words in color, even when words are deleted & inserted (#200)
  • fix print_step bug with alzantot recipe (#195, thanks @heytitle for reporting!)
  • fix some annoying issues with dependency versioning