You probably do not need to use word2vec to disambiguate authors. It might be effecteffective to use regular expressions to parse names and then do a web search.
If you do want to train word2vec to disambiguate authors, it would be better to embed all possible information (e.g., authors, title, journal, abstract, ...).