beyond-bleu icon indicating copy to clipboard operation
beyond-bleu copied to clipboard

Python code for training models in the ACL paper, "Beyond BLEU:Training Neural Machine Translation with Semantic Similarity".

Results 1 beyond-bleu issues
Sort by recently updated
recently updated
newest added

Hi John, Thanks for sharing this work. I think there is a small bug in line 54 [here](https://github.com/jwieting/beyond-bleu/blob/c1110298ae097efb4032054118813b0867dda68a/fairseq/criterions/sequence_risk_criterion.py#L54) as `hypos_i` is not defined. I think it should be followed by...