prag_generation
prag_generation copied to clipboard
[NAACL 2019] code for "Pragmatically Informative Text Generation" https://arxiv.org/abs/1904.01301
I'm using pytorch 1.5.0 and get the following error when running `python run_experiment.py my_train.yaml` I suspect this is due to the wrong version of pytorch, but I don' find a...
Thanks for the wonderful work! I am trying to get the generation results reported in the paper. I tried to run the `experiments/select_model_v1/weights.epoch8` checkpoint, but get slightly worse results than...
Hi , I am getting error as below. Could you please help ? File "/home/ec2-user/SageMaker/prag_generation/e2e-incre/e2e-metrics/measure_scores.py", line 207 scores = {metric: score for metric, score in list(coco_eval.eval.items())} ^ SyntaxError: invalid syntax...
Thanks for your excellent work~ I wanna which part of code is the implementation of reconstructor? I track your code to fucntion evaluate_model and find the branch that beam_size is...