OpenNMT-tf icon indicating copy to clipboard operation
OpenNMT-tf copied to clipboard

[Multi-Task] Word Feature Output in Target Side

Open howardyclo opened this issue 6 years ago • 2 comments

OpenNMT Lua version supports extra word features concatenated with token with "|" delimiter and the decoder can also make predictions of word features. I'm wondering if Tensorflow version has this functionality?

howardyclo avatar Mar 23 '18 13:03 howardyclo

Ok, I found that we can incorporate word features with parallel inputs. But it seems like we cannot make the decoder predict those features like Lua version? (a.k.a multi-task learning)

howardyclo avatar Mar 23 '18 13:03 howardyclo

You are correct, additional word features are only supported on the source side using parallel inputs.

guillaumekln avatar Mar 23 '18 16:03 guillaumekln