FrankWork / conv_relation

TensorFlow implementation of Relation Classification via Convolutional Deep Neural Network
94 stars 29 forks source link

About results #6

Open nvn01234 opened 6 years ago

nvn01234 commented 6 years ago

According scorer.pl, they said

In the examples above, the first three files are OK, while the last one contains four errors. And answer_key2.txt contains the true labels for the training dataset.

So the first param of scorer.pl should be network's predictions and the second param should be test_keys.txt. But in your log files I found this line

!!!WARNING!!! The proposed file contains 1 label(s) of type 'Entity-Destination(e2,e1)', which is NOT present in the key file.

It's seemed to be that you passed test_keys.txt as the first param and network's predictions as the second param.

FrankWork commented 6 years ago

Yes, you're right. It's a mistake. Thanks.