jxwuyi / AtNRE

Adversarial Training for Neural Relation Extraction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Preprocessing Code not available

pranaymanocha opened this issue · comments

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

commented

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

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

commented

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.