Skip to content

Extract and process academic paper data (authors, citation counts, influential citation counts, references )from any search query, cluster the papers based on their abstracts, and analyze their features using R and RShiny

License

Notifications You must be signed in to change notification settings

sadovsd/semantic-scholar-visualizer

Repository files navigation

Semantic Scholar Paper Data Visualizer

Extract and process academic paper data (authors, citation counts, influential citation counts, references )from any search query, cluster the papers based on their abstracts, and analyze their features using R and RShiny

1. Run code in raw_data_creation.ipynb to get raw data and cluster

  • Set up the environment first. Look at first cell for relevant code.
  • Set a semantic scholar search query of your choice - I used "large language models".
  • The embedding creation for the clustering algorithm can take some time. There is a cell in the notebook that creates the initial embeddings. The following cell uses an existing embeddings file and appends to it in case you have additional data points to add.

2. Run RData_creation.R to create the .RData file used for RShiny dashboard

3. Run app.R to display the RShiny dashboard

4. Deploy the dashboard to the cloud:

About

Extract and process academic paper data (authors, citation counts, influential citation counts, references )from any search query, cluster the papers based on their abstracts, and analyze their features using R and RShiny

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages