UKPLab / acl2017-neural_end2end_am

Accompanying code for our ACL-2017 publication on Neural End-to-End Learning for Computational Argumentation Mining
Other
59 stars 19 forks source link

Undefined argument to run_bi-lstm-cnn-crf3.sh #3

Closed roopalv54 closed 5 years ago

roopalv54 commented 5 years ago

In the script runACL_paragraph_sub.sh, the 4th argument MODELS/sub_paragraph${i}.mod is not defined. Can you please explain this

SteffenEger commented 5 years ago

Did you take the implementation in ACL2017.tgz?

lintingxue commented 5 years ago

It seems like runACL_paragraph_sub.sh in the ACL2017.tgz takes different dataset but not the data in data/conll. Can you update it to make it runnable on the data in this repository (data/conll/train.dat dev.dat test.dat)?

SteffenEger commented 5 years ago

You need to specify the data as argument to the *sh script.

lintingxue commented 5 years ago

Thanks! It is working now.