eda_nlp icon indicating copy to clipboard operation
eda_nlp copied to clipboard

Data augmentation for NLP, presented at EMNLP 2019

Results 9 eda_nlp issues
Sort by recently updated
recently updated
newest added

I have processed the data according to the data format you said,Here are my running scripts and errors `python code/augment.py --input=train_50w.en --output=train_50w._augmented.txt --num_aug=1 --alpha_sr=0.05 --alpha_rd=0.05 --alpha_ri=0 --alpha_rs=0.05` > Traceback (most...

Hi Jason! Sorry to interrupt you. I can't contact you via email. I have to try this place. I am very interested in your EMNLP paper "**Good-Enough Example Extrapolation**", which...

Does anyone has list of supported languages for using this module? I couldn't find it in original paper.

`random_idx = random.randint(0, len(new_words)-1)` For `I have a dream`, it can't produce `I have a dream [RANDOM]`

Hello Jason Wei, great paper great idea and I read your paper about Easy Data Augmentation. I'm trying to implement your experiment result, but I don't know how you find...

What should I do in order to use my own dataset for the experiments? I placed my dataset in "data" folder, I augmented it but I don't know what to...

Hello! Thank you for all your contributions on the eda. It is pretty cool. However, I think if a line contains only numbers which is usual in conversations like asking...

Hi, thank you for the great repo. Could you add a license to it, like MIT or Apache 2.0? Thank you very much.

Hi, I hope you're doing great. I've been using your code with English text for a while and now I need to implement it for Persian Language. (hopefully with minimal...