This is a TripPy model trained on MultiWOZ 2.1 for use in ConvLab-3.
This model predicts informable slots, requestable slots, general actions and domain indicator slots.
Expected joint goal accuracy for MultiWOZ 2.1 is in the range of 55-56%.
The training and evaluation code is available at the official TripPy repository.
Training procedure
The model was trained on MultiWOZ 2.1 data via supervised learning using the TripPy codebase.
MultiWOZ 2.1 data was loaded via ConvLab-3's unified data format dataloader.
The pre-trained encoder is RoBERTa (base).
Fine-tuning the encoder and training the DST specific classification heads was conducted for 10 epochs.