Skip to content

Missing train/val/test data #2

@j-rausch

Description

@j-rausch

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions