logoalt Hacker News

Show HN: I mapped 8.5M research papers into an interactive atlas

60 pointsby leonicksonyesterday at 2:23 AM22 commentsview on HN

When I read papers, I have to jump between multiple tabs to find the dataset, code, videos, peer reviews, and so on. I tried to fix this with this project.

It started as a project just for papers on arXiv, but after its initial success on Twitter (got like 1.9k views: the most I have gotten for a post), I have now expanded it to include other openly available papers from PubMed Central, bioRxiv, medRxiv, and eLife. These papers have been linked with their genes, proteins, diseases, drugs, clinical trials, 3D protein structures, code, and cited and similar papers.

This project now has four parts:

First, a map. I embedded nearly 8.5M papers (with SPECTER2), ran UMAP for 2D representation, and rendered them as a scatterplot. The dots can be clicked to see brief information about the papers, like an LLM TLDR, key findings, peer reviews, linked entities, and more. The clusters are also labeled, though you might have to zoom in.

Second, I built a detailed paper page for each paper. They give you the paper's full text, images, videos, peer reviews (from OpenReview), GitHub links, Hugging Face dataset/model links, clinical trials, genes, diseases, 3D protein structures, cited papers, and similar papers. You can also copy the whole page, including the full paper text and image URLs, as markdown for your LLM.

Third, I have released an extension so you can read all this information in your sidebar by clicking "open in Tomesphere" that shows up in arXiv, PMC, bioRxiv, Google Scholar, or medRxiv. I have tried to provide as much information as possible in the extension, though for things like viewing all the images or a 3D protein structure, you might still have to go to the paper page using the link provided in the extension.

Fourth, all this data is available for your LLM via MCP. The MCP does have a 50-query free limit (this jumps 10x with signup).

Note: this project is still in beta, so papers might have some mismatched information. I am rolling out feedback forms soon to improve the data quality. Thank you so much for taking the time to read this.


Comments

ColinEberhardtyesterday at 9:14 PM

Very cool. By the way, you can render many more datapoints on mobile if you use WebGL. Here’s a similar example - embeddings rendered using a T-SNE layout

https://blog.scottlogic.com/2021/10/15/efficiently-loading-m...

show 1 reply
hadi121yesterday at 10:35 PM

This is super cool. Just one question. I noticed that papers have different spacing between them. Is that because a paper's placement is based on correlation with neighbors, or just random placement?

show 1 reply
mfscholaryesterday at 10:23 PM

For your reference, check the 3M map of science papers we made here: https://www.scholar-inbox.com/scholar-maps

show 1 reply
murktyesterday at 6:16 PM

I remember similar kind of visualization from a decade ago, called paperscape. Looked cool, worked on clustering using citations and references.

Never got any idea on any use case that would be covered by such visualizations, apart from looking cool.

show 3 replies
gavinrayyesterday at 6:17 PM

Neat! Two questions I had after using it:

1) Is there a way to filter the visual atlas by the search term? For instance, I searched "ribosome" and it gave me a list, but I couldn't seem to visualize the list

2) I notice there's an MCP tool. I've used https://paperclip.gxl.ai/ in the past to good effect, curious if there are any standout features from tomesphere?

show 1 reply
GymInMeCricketyesterday at 8:58 PM

I have a few questions:

1. I see there is a Chrome extension, but I have not used Chrome since their adblocker blocker announcement. Is a Firefox extension planned?

2. What is the business model? Is this an open beta of a paid product? If this is not a product, will the code be released at some point?

3. It would be helpful to be able to filter papers by institution or author. Is this planned or out of scope?

show 1 reply
goodwillhuntingyesterday at 8:27 PM

this is fun! even for casual users. I searched "James Webb" and got 'James Webb Space Telescope: data, problems, and resolution A. D. Dolgov · 2023 · 1 cites' as my first result, but clicking it didn't do anything - I expected it to either zoom into or see the article contents. Was I doing something wrong? (Chrome, OSX).

show 1 reply
VinayUPrabhuyesterday at 8:41 PM

This is amazing! Would love to collaborate on a position paper I've been authoring if you have bandwidth

show 1 reply
vignyBotyesterday at 7:52 PM

Just curious where do you source all those papers?

show 1 reply