From 3c12812b73694d2ba340a1529a5bf7b9c78cb621 Mon Sep 17 00:00:00 2001 From: Claudio Scheer Date: Sat, 23 May 2020 19:59:17 -0300 Subject: [PATCH] Add data augmentation ideas --- dataset/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/dataset/README.md b/dataset/README.md index e6f183f..ac0bf7a 100644 --- a/dataset/README.md +++ b/dataset/README.md @@ -3,4 +3,10 @@ - [https://www.kaggle.com/jiriroz/qa-jokes](https://www.kaggle.com/jiriroz/qa-jokes) - [https://www.kaggle.com/stanfordu/stanford-question-answering-dataset](https://www.kaggle.com/stanfordu/stanford-question-answering-dataset) - [https://www.kaggle.com/thoughtvector/customer-support-on-twitter](https://www.kaggle.com/thoughtvector/customer-support-on-twitter) -- [https://www.kaggle.com/veeralakrishna/questionanswer-combination](https://www.kaggle.com/veeralakrishna/questionanswer-combination) \ No newline at end of file +- [https://www.kaggle.com/veeralakrishna/questionanswer-combination](https://www.kaggle.com/veeralakrishna/questionanswer-combination) + + +## Data augmentation + +- [https://github.com/makcedward/nlpaug](https://github.com/makcedward/nlpaug) +- [https://towardsdatascience.com/these-are-the-easiest-data-augmentation-techniques-in-natural-language-processing-you-can-think-of-88e393fd610](https://towardsdatascience.com/these-are-the-easiest-data-augmentation-techniques-in-natural-language-processing-you-can-think-of-88e393fd610) \ No newline at end of file -- GitLab