Validation Dataset for Holl-E
Thanks for this open-source codes! In your paper, you said that the re-collected Holl-E contains 7,228 dialogues for training, 930 dialogues for validation and 913 dialogues for test, but I just find the links for train, test and multi ref test datasets in your codes... Where can I get the validation set with your new annotations? Could you please provide the links? Thx!!
Hi, thank you for your interest and sorry for the late response. Unfortunately, we do not provide a converted Holl-E dev set. However, you can easily convert it by passing a validation file from https://github.com/nikitacs16/Holl-E to https://github.com/bckim92/sequential-knowledge-transformer/blob/master/data/holle.py#L280. Hope this helps!
Hi, thank you for your interest and sorry for the late response. Unfortunately, we do not provide a converted Holl-E dev set. However, you can easily convert it by passing a validation file from https://github.com/nikitacs16/Holl-E to https://github.com/bckim92/sequential-knowledge-transformer/blob/master/data/holle.py#L280. Hope this helps!
I made the validation set by using your code! thx~