Week from 07/19 to 07/25
This week we started to focus on the Machine Translation task. First I tried to understand how the "Tensorflow Neural Machine Translation" model is implemented. And then trained the model on QALD datasets.
How the datasets are created?
From the QALD datasets from QALD-3 to QALD-7, I created a dataset which consists of language pairs such as English-Spanish, English-Deutsch, etc. These pairs are created for all languages Deutsch, Spanish, French Brazilian Portuguese, Portuguese, Italian, Dutch, Hindi, Romanian, Persian, and Russian.
How the evaluation is done?
Using the "Tensorflow Neural Machine translation with attention model", trained the datasets created as said above and got the following results,
Observations
It is observed that the results are very poor. This can be due to reasons such as the small dataset size, small vocabulary.
Comments
Post a Comment