Skip to content

Commit

Permalink
upload readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxupku committed Sep 15, 2018
1 parent 289e2eb commit 995f815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -35,7 +35,7 @@ The default options can be edited in main.py.
"discriminator_result" stores the reward scores calculated by our discriminator at different training steps.


"MLE" stores the text generated by a pre-trained generator on testing set. Under this folder, "MLE_sample_negative" stores the data generated by a sampling mechanism. "MLE_max_temp_negative" stores the data generated by a maximum probability mechanism, which always chooses words with the highest probability. To show what the high-quality reviews should be, we also give the real-data text at folder "MLE_sample_positive" and "MLE_sample_positive".
"MLE" stores the text generated by a pre-trained generator on testing set. Under this folder, "MLE_sample_negative" stores the data generated by a sampling mechanism. "MLE_max_temp_negative" stores the data generated by a maximum probability mechanism, which always chooses words with the highest probability. To show what high-quality reviews should be, we also give the real-data text at folder "MLE_sample_positive" and "MLE_sample_positive".

"train_sample_generated" stores the data generated by DP-GAN using a sampling mechanism on training data.

Expand Down

0 comments on commit 995f815

Please sign in to comment.