enricivi / adversarial_training_methods

Implementation of the methods proposed in **Adversarial Training Methods for Semi-Supervised Text Classification** on IMDB dataset (without pre-training)
MIT License
40 stars 11 forks source link

Requisition for Preprocessing Files #1

Closed WangJiuniu closed 6 years ago

WangJiuniu commented 6 years ago

Hello Enrico, Thank you for your code, and it really helps me a lot. And I want to learn more about your code. So, could you please tell me how to get the Preprocessing Files (i.e. nltk_xtrain.npy, nltk_ytrain.npy and nltk_ultrain.npy). Thanks a lot for your help! wang Email: wangjiuniu99@163.com

aurelpjetri commented 6 years ago

Hello @WangJiuniu , we added the code you requested with the new commit. The steps are:

We are not 100% sure about the order of execution of these scripts because it has passed some time since the last time we worked on this project. However we hope it still helps you learn more about our code. Feel free to ask for additional information. Best regards, Aurel and Enrico.

WangJiuniu commented 6 years ago

Thank you for your kindness, Aurel and Enrico. These awesome scripts work pretty well. Best wishes, Wang.

enricivi commented 6 years ago

Hello WangJiuniu, Happy to see that these scripts helped you. If you haven't any other questions can we close this Issue?

Enrico and Aurel