OpenNMT / OpenNMT-tf

Neural machine translation and sequence learning using TensorFlow
https://opennmt.net/
MIT License
1.46k stars 392 forks source link

[Multi-Task] Word Feature Output in Target Side #89

Open howardyclo opened 6 years ago

howardyclo commented 6 years ago

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 commented 6 years ago

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)

guillaumekln commented 6 years ago

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