You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parser.add_argument('--predictions', help="Root folder where all dataset folders with all predictions are.")
parser.add_argument('--truths', help="Root folder where all dataset folders with the truths are. We presume that inside each dataset folder, the structure is test/test-fact.txt for positive,\
and test/hits_negative_examples/{heads/bodies/tails}.txt")
parser.add_argument('--output', help="Output folder to write the metrics to")