Thank you for open-sourcing the code! I would like to double-check the following concerns
-
Does num_queries in attack_classification.py reflect how many queries were made to the classifier for each input text?
-
Is the similarity threshold issue reported in the text-attack library already fixed in the current text-fooler implementation?
Another comment is that in the prerequisites part of README, the -r flag is missing in pip install requirements.txt. It should be pip install -r requirements.txt. Hope it helps :-0