Omer Levy et al. (Goldberg): Improving Distributional Similaritywith Lessons Learned from Word Embeddings
Word2Vec is not superior to SVD, it depends on the hyper paramters. Simple count-based approaches with SVD are fine and also work well for small corpora sizes.
https://www.aclweb.org/anthology/Q15-1016
https://theworldofdatascience.wordpress.com/word2vec-vs-svd-to-compare-words/
https://news.ycombinator.com/item?id=15502859
Buid upon Omer Levy's work to improve the stability of word embeddings.
https://arxiv.org/pdf/1808.06810.pdf
Here is a modified code that implements the used method:
https://github.com/hellrich/hyperwords
Here are full experiments:
https://github.com/hellrich/embedding_downsampling_comparison
Word2Vec etc. are unstable.
https://dh2017.adho.org/abstracts/487/487.pdf
https://aclweb.org/anthology/C16-1262
Some Java programm to visualize change of Words
http://aclweb.org/anthology/C18-2003
http://jeseme.org/search?word=car&corpus=coha
Old buy maybe usefull visualisations, align Word-embeddings of time-sliced
https://www.aclweb.org/anthology/P16-1141
https://github.com/williamleif/histwords
There are several papers and implementation for dynamic word embeddings. Since there are recent and inspired by Word2Vec, it is likely that they as well suffer from the stability issues. So better leave them out.
https://github.com/yifan0sun/DynamicWord2Vec
https://www.aclweb.org/anthology/C18-1117
No code.
https://arxiv.org/abs/1702.08359
Video: https://www.youtube.com/watch?v=2uQ6bgemuLw
https://github.com/mariru/dynamic_bernoulli_embeddings
https://arxiv.org/abs/1806.03537
Links about temporal embeddings: https://github.com/manuyavuz/temporal-embeddings
https://en.wikipedia.org/wiki/Pointwise_mutual_information
https://machinelearningmastery.com/singular-value-decomposition-for-machine-learning/
A fast SVD implementation: https://github.com/gbolmier/funk-svd
https://blog.statsbot.co/singular-value-decomposition-tutorial-52c695315254
http://stefan-kaufmann.uconn.edu/Papers/SagiKaufmannClark_MoutonLSA_revision_vE4.pdf
http://ruder.io/secret-word2vec/
https://gist.github.com/quadrismegistus/09a93e219a6ffc4f216fb85235535faf