jxwuyi / AtNRE

Adversarial Training for Neural Relation Extraction
BSD 3-Clause "New" or "Revised" License
110 stars 31 forks source link

Preprocessing Code not available #3

Open pranaymanocha opened 6 years ago

pranaymanocha commented 6 years ago

Hello, Can you share the preprocessing code to change the data from original NYT format to pickle format (into multiple such files)? We are currently implementing your paper and needed the code to run the experiments. Thanks

jxwuyi commented 6 years ago

I have shared the processed pickled data. Check the readme page.

pranaymanocha commented 6 years ago

Hi. Thanks for replying. I see that but the problem we are facing is that of converting our dataset (which is the original NYT into your pickled data). There seems to be no preprocessing code given, to convert the original NYT into the pickled data

jxwuyi commented 6 years ago

Sorry, I didn't clean that code and currently I do not have bandwidth on this. The data was simply converted from the NYT data source I mentioned in README, which has been already preprocessed and pretty clean. It is not complicated to convert it to a pickle file.