guxd / DialogBERT

Source Code for DialogBERT: Discourse-Aware Response Generation via Learning to Recover and Rank Utterances (https://arxiv.org/pdf/2012.01775.pdf)
Other
75 stars 14 forks source link

Could you please share your parsed data or codes for preprocessing? #1

Closed eefaan closed 3 years ago

eefaan commented 3 years ago

I noticed that the main.py loaded a ./data/dailydialog/train.h5. I also downloaded the original dailydialog dataset. But I have no idea that how to parse them to train.h5.

Could you please give me help?

guxd commented 3 years ago

Thanks. I have uploaded the parsed data.

eefaan commented 3 years ago

Thanks a lot! @guxd

meiyoufeng116 commented 2 years ago

@eefaan Could you share the method how the data could be parsed? I want to deploy other dataset on this model.

Thank you!