Thanks for putting up this repo!
I was wondering whether there might be some missing files.
Specifically, when trying to run the first preprocessing step that is described in the readme file, the script cannot load the files train.sml etc. that are specified in pre_process_predicate_classifier.py:
base_path='data/new_data/multi-turn-with-clarification-predicate/' trainx, trainy=read_file(base_path + "train_sml.txt") validx, validy=read_file(base_path + "dev_sml.txt") testx, testy=read_file(base_path + "test_sml.txt")
Are those files perhaps missing, or obtainable elswhere?
Thanks for putting up this repo!
I was wondering whether there might be some missing files.
Specifically, when trying to run the first preprocessing step that is described in the readme file, the script cannot load the files
train.smletc. that are specified inpre_process_predicate_classifier.py:base_path='data/new_data/multi-turn-with-clarification-predicate/' trainx, trainy=read_file(base_path + "train_sml.txt") validx, validy=read_file(base_path + "dev_sml.txt") testx, testy=read_file(base_path + "test_sml.txt")Are those files perhaps missing, or obtainable elswhere?