#728 · Primary category: Education & Research

fastText_multilingual

distributed-representations machine-learning machine-translation natural-language-processing nlp word-vectors

Multilingual word vectors in 78 languages

Project last updated:03/10/23

GitHub Stars

1.2K

Forks

120

Contributors

8

License

BSD-3-Clause

Why we included this project

The repository ships 78 precomputed matrices from the ICLR 2017 paper on offline bilingual word vectors, aligning Facebook's monolingual fastText embeddings into one shared space. A word and its translation in another language end up close together, while the original monolingual similarity relationships stay untouched, so single-language results remain exactly the same. The authors showed the alignment even transfers to language pairs that never appeared in the training dictionaries, predicting translations between unseen pairs. A bundled notebook walks through learning your own alignment matrices, which makes this a genuine teaching resource for embedding alignment. Note that the project is no longer actively maintained, so treat it as a reference implementation rather than a dependency for production systems.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category