Info-HCVAE icon indicating copy to clipboard operation
Info-HCVAE copied to clipboard

Why I use the same code and dataset to train the model,then use the context from train set to generate QA pairs, but they are not as good as the train set(eg. only one or two is good in four generated QA pairs)?

Open CoderJoyce opened this issue 4 years ago • 2 comments

CoderJoyce avatar Aug 07 '20 03:08 CoderJoyce

hi, how did you generate the QA pairs? If you sample multiple latent variables, the quality of some generated QA pairs are not good. So we refine them with QA model

seanie12 avatar Aug 07 '20 04:08 seanie12

I ran the code generate_qa.py to generate QA pairs. How can I refine them with QA model? Is there any code available?

CoderJoyce avatar Aug 07 '20 05:08 CoderJoyce