lipiji / TranSummar

Transformer for abstractive summarization on cnn/daily-mail and gigawords
MIT License
140 stars 20 forks source link

Is model include transformer and pointer-generator #8

Closed xiongma closed 5 years ago

xiongma commented 5 years ago

Hi, Can u tell me about this model more detail, Is this include transformer and pointer-generator? or just about transformer and copy net?

xiongma commented 5 years ago

@lipiji

xiongma commented 5 years ago

if your model is include pointer-generator, how to calculate gen in your model, can you tell me more detail about calculate gen in your model?

lipiji commented 5 years ago

This proj: transformer + copy + inference-stage coverage. For the pointer-generator: https://github.com/lipiji/neural-summ-cnndm-pytorch

xiongma commented 5 years ago

Could u tell me more detail about how to calculate gen of pointer-generator in transformer? I saw you code, you implemented it.

Cally Ma (马雄) Chongqing University of Post and Telecommunications Mobile: +86 15025700935 E-mail: mx15025700935@aliyun.com


发件人:Piji Li notifications@github.com 发送时间:2019年6月3日(星期一) 14:21 收件人:lipiji/TranSummar TranSummar@noreply.github.com 抄 送:Cally mx15025700935@aliyun.com; Author author@noreply.github.com 主 题:Re: [lipiji/TranSummar] Is model include transformer and pointer-generator (#8)

This proj: transformer + copy + inference-stage coverage. For the pointer-generator: https://github.com/lipiji/neural-summ-cnndm-pytorch — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

lipiji commented 5 years ago

https://github.com/lipiji/TranSummar/blob/master/word_prob_layer.py#L46

xiongma commented 5 years ago

ok, I got u, thx

Cally Ma (马雄) Chongqing University of Post and Telecommunications Mobile: +86 15025700935 E-mail: mx15025700935@aliyun.com


发件人:Piji Li notifications@github.com 发送时间:2019年6月3日(星期一) 14:54 收件人:lipiji/TranSummar TranSummar@noreply.github.com 抄 送:Cally mx15025700935@aliyun.com; Author author@noreply.github.com 主 题:Re: [lipiji/TranSummar] Is model include transformer and pointer-generator (#8)

https://github.com/lipiji/TranSummar/blob/master/word_prob_layer.py#L46 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.