iwangjian / textsum-gan

Tensorflow re-implementation of GAN for text summarization
134 stars 56 forks source link

Is there any code that compares it to other methods #2

Open hanyegirl opened 5 years ago

hanyegirl commented 5 years ago

我看了这篇论文,好不容易找到您写的源代码,对我来说真是雪中送碳,可是不知道您有没有和其他方法做对比的代码呀

iwangjian commented 5 years ago

我的源代码只是复现的这篇论文的,暂时没有做对比的代码, 你可以去找找其他论文的源代码就可以做对比实验了。

hanyegirl commented 5 years ago

我的源代码只是复现的这篇论文的,暂时没有做对比的代码, 你可以去找找其他论文的源代码就可以做对比实验了 嗯,好的,谢谢您,要是没有您的这篇代码,我可能要放弃这个方向了。另外您有没有读过类似的使用GAN网络做摘要生成的论文呢,烦请推荐一下,谢谢!

iwangjian commented 5 years ago

暂时还没有读到用其他用GAN做摘要生成的论文,基于强化学习做摘要的有"A deep reinforced model for abstractive summarization"和"Fast Abstractive Summarization with Reinforce-Selected Sentence Rewriting"等。

hanyegirl commented 5 years ago

暂时还没有读到用其他用GAN做摘要生成的论文,基于强化学习做摘要的有"A deep reinforced model for abstractive summarization"和"Fast Abstractive Summarization with Reinforce-Selected Sentence Rewriting"等。 嗯,好的,谢谢您!

FXiiX commented 3 years ago

TS-GAN with Policy Gradient for Text Summarization