How to identify similar scientists based on published abstracts
1
0
Entering edit mode
4.5 years ago
Shicheng Guo ★ 9.4k

Hi All,

Here is the idea. I want to identify a group of scientists based on their published abstracts. Any R packages?

Thanks

peer R jane HelioBLAST • 812 views
ADD COMMENT
2
Entering edit mode

If I'm getting this right, you want to represent a bunch of authors using the content of their abstracts, then compute similarities between their representation and perform some clustering to get meaningful subgroups? If so , there is probably a way to do that using the PubMed API and some text mining library like gensim and nltk (in python, don't know for R), but I don't know any packages doing the whole pipeline. For example representing authors by the word frequency vectors of their abstract or even embeddings using something like doc2vec, and compute cosine similarities between the vectors, but it will require a bit of work...

ADD REPLY
1
Entering edit mode

Why not use PubMed or Google scholar?

I want to identify a group of scientists based on their published abstracts

What is the starting point? Abstracts (keywords within?) or names of people?

ADD REPLY
1
Entering edit mode

Are abstracts really the best way to do this? Surely just getting the list of a given authors frequent coauthors from google scholar or something would be simpler and probably fulfil 90% of the task?

ADD REPLY
2
Entering edit mode
4.5 years ago
Mensur Dlakic ★ 27k

There used to be a service called eTBLAST to do that, but it is discontinued. I have a feeling this type of search is becoming a big business as it is invaluable in identifying reviewers and experts in general.

Don't think that this service is quite as good as eTBLAST, but it should do the trick for simple queries. It will give you experts on the side as part of the text search.

I doubt that there will be a free package, but would be very happy to know that I am wrong.

ADD COMMENT
2
Entering edit mode

This could be useful as well.

ADD REPLY

Login before adding your answer.

Traffic: 2581 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6