nathanshartmann / portuguese_word_embeddings

Portuguese Word Embeddings: Evaluating on Word Analogies and Natural Language Tasks
GNU General Public License v3.0
236 stars 35 forks source link

Improvements to the scores of evaluated embeddings #11

Closed ruanchaves closed 4 years ago

ruanchaves commented 4 years ago

After this small change, the performance of all evaluated embeddings either improves or remains the same. For instance, FastText skip-gram with 1000 dimensions goes from the reported results ( 0.52 in Pearson correlation and 0.59 in MSE ) to 0.59 in Pearson correlation and 0.50 in MSE.

nathanshartmann commented 4 years ago

Thank you very much for your contribution. You fixed a severe bug on the evaluation procedure.