seq2seq-summarizer icon indicating copy to clipboard operation
seq2seq-summarizer copied to clipboard

Pointer-generator reinforced seq2seq summarization in PyTorch

Results 14 seq2seq-summarizer issues
Sort by recently updated
recently updated
newest added

Thank you for this excellent job, I still have some questions about rl_loss, `rl_loss = neg_reward * sample_out.loss`, the `neg_reward` is obtained by `greedy_rouge - sample_rouge`, and the `sample_out.loss` means...

I'm really looking for an effective word-level summarization solution. It isn't clear to me how to turn off the "generator" part of the pointer-generator network. Let me know if this...

enhancement

Hello Do you think you can include the pre-trained models anytime soon ? And how long did it take to train your model ?

I run these codes on Google Colab. 1. about Rouge I download ROUGE-1.5.5.pl from network and I just put this file under the folder without doing anything. I do not...