thunlp / NRE

Neural Relation Extraction, including CNN, PCNN, CNN+ATT, PCNN+ATT
MIT License
810 stars 309 forks source link

how to test in single CNN/PCNN #31

Open onehaitao opened 5 years ago

onehaitao commented 5 years ago

I try to reproduce the cnn/pcnn with tensorflow. In test phase, I treat a sentence as a special bag, and draw Precision-Recall curve. Surprisingly, single CNN/PCNN get better performance than CNN/PCNN+ONE/ATT。 Another question:the performance of various models look very similar,while in papers, the performance of various models look very different? pr