neural-summ-cnndm-pytorch icon indicating copy to clipboard operation
neural-summ-cnndm-pytorch copied to clipboard

Neural abstractive summarization (seq2seq + copy (or pointer network) + coverage) in pytorch on CNN/Daily Mail

Results 4 neural-summ-cnndm-pytorch issues
Sort by recently updated
recently updated
newest added

Good job, the results is consistent with the paper ACL2017. And, I want to get the dec output files, can you give me them?

when I run $ROUGE$ myROUGE_Config.xml C, the following error occurred: 'cannot open: RELEASE-1.5.5/data/smart_common_words.txt', I found a lot of ways to do it but I didn't solve it. How can I...

thanks for your sharing could you tell me how much memory(GPU) is needed to run this program? since my 2080ti raise error "cuda out of memory"

Hello, thanks for your opening code . I set MIN_LEN_PREDICT to 10, but in the beam search generated by decode, there will still be sentences less than 10.