hengyicai / ContrastiveLearning4Dialogue

The codebase for "Group-wise Contrastive Learning for Neural Dialogue Generation" (Cai et al., Findings of EMNLP 2020)
MIT License
53 stars 5 forks source link

I want to use it on other dataset, how should I preprocess the data into the required form #7

Open xiang-xiang-zhu opened 2 years ago

xiang-xiang-zhu commented 2 years ago

e.g I want to use this method on DailyDialog Dataset, how can i get the embed.vec file Thanks

hengyicai commented 2 years ago

Sorry for the late reply. The ``embed.vec'' file can be easily constructed by using FastText command line tool, see https://fasttext.cc/docs/en/support.html.