NingMiao / CGMH

Codes for <CGMH: Constrained Sentence Generation by Metropolis-Hastings Sampling>

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

parameters of paraphrasing

rungjoo opened this issue · comments

When paraphrasing, I am curious about the sample_time and record_time of the config used in the paper.

In the code, the model stores record_time every 10 iterations. Does the step(1~5) in Table 6 of the paper mean 10, 20, 30, 40, 50?

Can you tell me the parameters of the settings that produce the results most similar to those of the paper?

Thank you.