pointer-generator icon indicating copy to clipboard operation
pointer-generator copied to clipboard

pytorch implementation

Open pet67 opened this issue 6 years ago • 2 comments

There are two: https://github.com/mjc92/GetToThePoint https://github.com/hashbangCoder/Text-Summarization

But I`m not really sure, that it’s working properly. Is there any reliable pytorch implementation?

pet67 avatar Apr 20 '18 16:04 pet67

You can try this and let me know if you find any bug. https://github.com/atulkum/pointer_summarizer

atulkum avatar Apr 24 '18 06:04 atulkum

https://github.com/lipiji/neural-summ-cnndm-pytorch

C ROUGE-1 Average_R: 0.46082 (95%-conf.int. 0.45804 - 0.46365) C ROUGE-1 Average_P: 0.37176 (95%-conf.int. 0.36919 - 0.37447) C ROUGE-1 Average_F: 0.39686 (95%-conf.int. 0.39461 - 0.39909)

C ROUGE-2 Average_R: 0.20237 (95%-conf.int. 0.19977 - 0.20520) C ROUGE-2 Average_P: 0.16415 (95%-conf.int. 0.16175 - 0.16654) C ROUGE-2 Average_F: 0.17448 (95%-conf.int. 0.17225 - 0.17683)

C ROUGE-L Average_R: 0.42083 (95%-conf.int. 0.41817 - 0.42347) C ROUGE-L Average_P: 0.33970 (95%-conf.int. 0.33722 - 0.34230) C ROUGE-L Average_F: 0.36250 (95%-conf.int. 0.36024 - 0.36468)

C ROUGE-SU4 Average_R: 0.21030 (95%-conf.int. 0.20801 - 0.21277) C ROUGE-SU4 Average_P: 0.16956 (95%-conf.int. 0.16745 - 0.17182) C ROUGE-SU4 Average_F: 0.18028 (95%-conf.int. 0.17835 - 0.18236)

lipiji avatar Oct 22 '18 06:10 lipiji