ASE-couplet / couplet

图片生成对联
6 stars 1 forks source link

generate other sentences from the first sentence #2

Closed qiweizhen closed 5 years ago

qiweizhen commented 5 years ago

周一(11.19)的任务:读论文;把相关论文放在repo里;尝试开始code;和生成第一句的组讨论协商最佳的方式

qiweizhen commented 5 years ago

周一和生成第一句的组把Chinese Poetry Generation with Recurrent Neural Networks的相关论文、引用论文读好。

qiweizhen commented 5 years ago

http://aclweb.org/anthology/D/D14/D14-1074.pdf 的源代码已经找到: https://github.com/XingxingZhang/rnnpg 可以用做参考。改写成python版本并且更换算法

qiweizhen commented 5 years ago

训练数据: https://github.com/chinese-poetry/chinese-poetry

qiweizhen commented 5 years ago

两个pytorch的实现: https://github.com/justdark/pytorch-poetry-gen https://github.com/chenyuntc/pytorch-book/tree/master/chapter9-%E7%A5%9E%E7%BB%8F%E7%BD%91%E7%BB%9C%E5%86%99%E8%AF%97(CharRNN)

qiweizhen commented 5 years ago

http://aclweb.org/anthology/D/D14/D14-1074.pdf 之前提过的那个百度的论文,可以很好用的那个, 有tensorflow实现: https://github.com/Disiok/poetry-seq2seq

qiweizhen commented 5 years ago

https://github.com/hjptriplebee/Chinese_poem_generator 写的比较差但是很简单的一个入门,有意境的功能。所以后续如果我们可以有这个功能,让image2tag的组把意境也提出来

qiweizhen commented 5 years ago

确定使用https://github.com/Disiok/poetry-seq2seq的代码并以此为框架

qiweizhen commented 5 years ago

和生成第一句的组合并。正在train模型。等待明天训练完成后,全程拼在一起,并且进行分析。