Similarity of short phrases for an MT evaluation system - I realize LDA and LSA are not ideal for the task, but I'm comparing different models for my thesis. Since we are comparing a lot of different, unseen fragments of sentences, we need very high vocabulary coverage.
We've so far found Word2Vec to work very well for this task, I'm now trying to some results out of LSA and LDA that are at least a fair comparison. By the way, Gensim has made this whole thing much easier for me, so thanks for putting so much effort into it!