Improving Word Sense Disambiguation in Neural Machine Translation with Salient Document Context
- create pseudo documents, most of the hard work is done at the preprocessing steps instead of having to modify the actual model. We can use the previous x sentences on our IWSLT dataset since the dataset is sequential.
Improving Word Sense Disambiguation in Neural Machine Translation with Sense Embeddings
- create a word sense classifier? and inject into the actual model.