tticoin / LSTM-ER

Implementation of End-to-End Relation Extraction using LSTMs on Sequences and Tree Structures in ACL2016.
Apache License 2.0
225 stars 73 forks source link

ACE prediction does nothing #5

Open teffland opened 7 years ago

teffland commented 7 years ago

I am trying to reproduce results from the paper. When running the command

build/relation/RelationExtraction --test -y yaml/parameter-ace2005.yaml

Only 306560 words, 200 dimensions is printed, then it exits with no error. There are no predictions output.

Also, from the ace2005 yaml, it appears that the "training" set is actually all of the training data and dev data. Was this configuration used to get the numbers reported in the paper?

Thanks, Tom

mmiwa commented 7 years ago

The output should be in the test directory (*.pred.ann). Training is done on all of the training and dev data.

dymyyc commented 1 year ago

How many the train/dev/test samples have?