Skip to content

Commit be61bf4

Browse files
authoredFeb 10, 2023
Create README.md
1 parent e68881f commit be61bf4

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
 
+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Adversarial Machine Learning
2+
3+
An Adversarial Attack is a technique to find a perturbation that changes the prediction of a machine learning model. The perturbation can be very small and imperceptible to human eyes.
4+
5+
## 📄 Papers
6+
7+
- [Papers with Code - Adversarial Attack](https://paperswithcode.com/task/adversarial-attack)
8+
9+
## 📰 Articles
10+
11+
- [Adversarial machine learning](https://en.wikipedia.org/wiki/Adversarial_machine_learning) on Wikipedia
12+
13+
## 🛠️ Libraries, frameworks, etc.
14+
15+
| Title | Description, Information |
16+
| :---: | :--- |
17+
|[TextAttack 🐙](https://github.com/QData/TextAttack)|TextAttack is a Python framework for adversarial attacks, data augmentation, and model training in NLP.|
18+
|[TextFlint](https://github.com/textflint/textflint#usage)|<p>**Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing**</p><p>TextFlint is a multilingual robustness evaluation platform for natural language processing, which unifies text transformation, sub-population, adversarial attack,and their combinations to provide a comprehensive robustness analysis. So far, TextFlint supports 13 NLP tasks.</p><ul><li> 📄 **Paper:** [TextFlint: Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing](https://aclanthology.org/2021.acl-demo.41.pdf)</li><li>[TextFlint Documentation](https://textflint.readthedocs.io/en/latest/)</li></ul>|

0 commit comments

Comments
 (0)
Please sign in to comment.