There was an error while loading. Please reload this page.
1 parent 8477281 commit df26fb9Copy full SHA for df26fb9
README.md
@@ -10,6 +10,9 @@ We present **EDA**: **e**asy **d**ata **a**ugmentation techniques for boosting p
10
- **Random Swap (RS):** Randomly choose two words in the sentence and swap their positions. Do this *n* times.
11
- **Random Deletion (RD):** For each word in the sentence, randomly remove it with probability *p*.
12
13
+<img src="eda_figure.png" alt="drawing" width="500" class="center">
14
+Average performance on 5 datasets with and without EDA, with respect to percent of training data used.
15
+
16
# Usage
17
18
You can run EDA any text classification dataset in less than 5 minutes. Just two steps:
0 commit comments