Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Which one is the best one? #6

Open
timsoraro opened this issue Jun 27, 2020 · 5 comments
Open

Which one is the best one? #6

timsoraro opened this issue Jun 27, 2020 · 5 comments

Comments

@timsoraro
Copy link

timsoraro commented Jun 27, 2020

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?

@gmftbyGMFTBY
Copy link
Owner

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.

@timsoraro
Copy link
Author

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.

@gmftbyGMFTBY
Copy link
Owner

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.

@timsoraro
Copy link
Author

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

@gmftbyGMFTBY
Copy link
Owner

gmftbyGMFTBY commented Jul 24, 2020

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 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants