memray / OpenNMT-kpg-release

Keyphrase Generation
MIT License
216 stars 34 forks source link

What is the difference between one2one and one2seq? #31

Closed lhy2749 closed 3 years ago

memray commented 3 years ago

Please take a look at the paper. Basically, CopyRNN is an One2One model and CatSeq is an One2Seq model.