gitextract_sqikvug5/ ├── README.md ├── checkpoints/ │ └── .gitkeeper ├── config.py ├── dataset/ │ ├── SemEval/ │ │ ├── relation2id.txt │ │ ├── senna_words.lst │ │ ├── test/ │ │ │ ├── npy/ │ │ │ │ └── .gitkeeper │ │ │ └── test.txt │ │ ├── test.txt │ │ ├── test_keys.txt │ │ ├── train/ │ │ │ ├── npy/ │ │ │ │ └── .gitkeeper │ │ │ └── train.txt │ │ ├── train.txt │ │ ├── vector_50.txt │ │ ├── vocab.txt │ │ └── w2v_50.npy │ ├── __init__.py │ └── semeval.py ├── main_sem.py ├── models/ │ ├── BasicModule.py │ ├── PCNN.py │ └── __init__.py └── semeval/ ├── .ipynb_checkpoints/ │ └── res-checkpoint.txt ├── convert_to_rel.py ├── sem_res.txt ├── semeval2010_task8_format_checker.pl ├── semeval2010_task8_scorer-v1.2.pl ├── test.sh └── test_keys.txt