Source code and dataset for COLING2018 paper "Adversarial Multi-lingual Neural Relation Extraction".
- pytorch==0.3.1
- scikit-learn==0.19.1
- numpy==1.14.1
- matplotlib==2.1.2
We use the same dataset and pre-trained word embedding as the MNRE. You can download the raw data in this page. You need to download it to the Data/
path and use init.py in CNN/src/
to preprocess it.
We also provide the preprocessed .npy format data in this page. Download it to the Data/
path and unpack it, then you can run the code.
Run python train.py
in corresponding directory to train the model. It will output the average precision on test set to AUC.txt
and the prediction result as .npy
every epoch.
Run python draw.py <label file's name> <prediction result file's name> <output image's name>
to get the precision-recall curve for one specific prediction result.
If you want to tune the hyper parameters, see the src/constant.py
and change the parameters defined in the file.
If the codes help you, please cite the following paper: