salesforce / simpletod

Official repository for "SimpleTOD: A Simple Language Model for Task-Oriented Dialogue"
https://arxiv.org/abs/2005.00796
BSD 3-Clause "New" or "Revised" License
235 stars 79 forks source link

Error in create_dataset.sh !! #30

Open Dionysusssss opened 2 years ago

Dionysusssss commented 2 years ago
# preprocess multiwoz with delexicalized responses
python preprocess_multiwoz.py delex

# preprocess multiwoz with lexicalized responses
python preprocess_multiwoz.py lexixal

# create dataset for language modeling with SimpleTOD
python prepare_simpletod_data.py

The 'lexixal' should be 'lexical'. That will make ur code can't run correctly!!

piglaker commented 1 year ago

Agree

ssdavidson commented 1 year ago

Yep I had the same issue