Is it possible to use Word2vec for text paraphrasing?
After reading several papers I am not sure if it is possible to some how generate text with the same meaning (paraphrase it) using only Word2vec.
I found out other approaches that use sequences of sentence pairs, and they train Neural nets to find the most similar, but this is hard to maintain and it will be hard to generate relevant content like this.
I would like to give raw text to Word2vec powered algorithm that gives paraphrased text.
Topic text-generation word2vec nlp
Category Data Science