-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
To implement a common black box we need text loading, extraction of words to be attacked, perturbations, distance metrics, models.
Text Loading needs to be very uniform and universal, it should encapsulate all common practices including embedding, tokenizers, batch_loaders, and should support commonly used libraries like nltk, spacy, BERT etc.
We need to think about how we should design this before our first attack.