MultiTurnDialogZoo icon indicating copy to clipboard operation
MultiTurnDialogZoo copied to clipboard

Which one is the best one?

Open timsoraro opened this issue 4 years ago • 5 comments

Hi! Thank you for your work on this repo.

So after all your testing, what is the best architecture in terms of quality of generation?

timsoraro avatar Jun 27 '20 16:06 timsoraro

Sorry for the late response, I have been busy recently.

After my experiments, I found that DSHRED-WA is the best one. But it also costs lots of time to converge. I recommend you to follow the GPT-2, which is much more hopeful in the future. And I will release a package for transformer based dialog model in about a month.

gmftbyGMFTBY avatar Jul 06 '20 07:07 gmftbyGMFTBY

Thanks for the response! I find GPT-2 pretty good, but I wanted to know if an RNN model the same size could potentially beat it.

timsoraro avatar Jul 06 '20 07:07 timsoraro

Lol, this is also the motivation of this repo. But the transformer based model seems more powerful than the RNN based models. If you have some ideas, we can make some conversations about the improving the RNN based models.

gmftbyGMFTBY avatar Jul 07 '20 10:07 gmftbyGMFTBY

But was there a fair comparison (model with the same number of parameters as GPT-2, trained on the same data)?

timsoraro avatar Jul 07 '20 10:07 timsoraro

Hi, i compare the GPT-2 model (transformers), and use the data to train it from scratch.

GPT-2 model can achieve better distinct score (better diversity). But the BLEU and embedding-based score are similar with these models. Maybe I will leverage human annotations to measure the performance in the future.

Sorry for the late response 😅

gmftbyGMFTBY avatar Jul 24 '20 06:07 gmftbyGMFTBY