UKPLab / acl2019-BERT-argument-classification-and-clustering

Apache License 2.0
83 stars 35 forks source link

Missing dev and test prediction files #7

Open rudra0713 opened 11 months ago

rudra0713 commented 11 months ago

Hi, Thanks for sharing the codebase. I am trying to execute the following script: argument-similarity/evaluation_with_clustering.py. However, it is throwing an error at the following lines (the error being no such files are found):

dev_sim_scorer = PairwisePredictionSimilarityScorer("%s/%d/dev_predictions_epoch_%d.tsv" % (bert_experiment, split, epoch)) test_sim_scorer = PairwisePredictionSimilarityScorer("%s/%d/test_predictions_epoch_%d.tsv" % (bert_experiment, split, epoch))

How can I generate these files?