acl2019-BERT-argument-classification-and-clustering icon indicating copy to clipboard operation
acl2019-BERT-argument-classification-and-clustering copied to clipboard

Missing dev and test prediction files

Open rudra0713 opened this issue 2 years ago • 0 comments

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?

rudra0713 avatar Nov 11 '23 11:11 rudra0713