1
$\begingroup$

I have scientific database with articles and coauthors. using this database I am training word2vec model on co-authors.

Use use case here is to disambiguate authors.

I was wondering my approach here can be improved or any suggestions will greatly be appreciated.

Code

$\endgroup$
1
  • 1
    $\begingroup$ Please embed all code natively rather than using external links. $\endgroup$ Commented Aug 4, 2020 at 21:24

1 Answer 1

0
$\begingroup$

You probably do not need to use word2vec to disambiguate authors. It might be effective 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, ...).

$\endgroup$

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.