salesforce / ctrl

Conditional Transformer Language Model for Controllable Generation
https://arxiv.org/abs/1909.05858
BSD 3-Clause "New" or "Revised" License
1.87k stars 208 forks source link

❓ Question about testing procedure #58

Open astariul opened 5 years ago

astariul commented 5 years ago

Control code is needed for generation.

Then how does it work at testing time ?
Do you give the model the gold control code, and see if the generated text is right ?


If so, is it considered cheating ? (Because you need to look at the gold label of control code in order to be able to generate text)