gavinray
11 hours ago
I was hoping for this to announce a tool for research.
Anyone know of the best way to do something like:
"Find most relevant papers related to topic XYZ, download them, extract metadata, generate big-picture summary and entity-relationship graph"?
Having a nice workflow for this would be the best thing since sliced bread for hobbyists interested in niche science topics.
Recently found https://minicule.com which is free and lets you search + import, but it focuses more on "concept-extraction" than LLM synthesis/summary.
Metacelsus
an hour ago
andjar
8 hours ago
A while ago, I started working on two R packages for creating 'living reviews': metawoRld and DataFindR, see https://andjar.github.io/metawoRld/articles/conceptual_overv... . You do the broad literature search yourself, but the idea is to use LLMs to select relevant studies and perform data extraction in a structured, reproducible manner. The extracted data is stored in a git repository for collaboration and version tracking, with automated validation and website generation for presenting results.
TechDebtDevin
8 hours ago
"Structured and Reproducable"
AustinBGibbons
10 hours ago
Check out https://elicit.com/
gavinray
9 hours ago
Seems potentially useful, thanks! Only drawback I can see is the small number of papers provided by the free plan, but that's reasonable I suppose.
sergeim19
4 hours ago
Hi, I'm the creator of https://tatevlab.com. It does something similar + aiming to be something like a "spotify" for research papers (currently working on a feature to allow creating and sharing personal collections). It summarizes papers based on practical potential and you can find papers based on similarity. Feedback is welcome.
hugeBirb
10 hours ago
I've been trying to tackle this exact problem. Current process is to use exa.ai to collect a wide breadth of research papers. Do a summarization pass and convert to markdown. Search for more specific terms then give the relevant papers/context to Gemini 2.5 pro and say give me a summary. Looking for very specific resources and to be honest it's been a terrible process :|
kianN
9 hours ago
Linking to a nearby thread in case this is helpful: https://news.ycombinator.com/item?id=44457928
kianN
9 hours ago
I built a public literature review search tool for some graduate student friends that became pretty popular in the Santa Barbara area. It actually does exactly what you are describing.
It’s not neural network based: it leverages hierarchical mixture models to give a statistical overview of the data. It lets you build these analysis graphs via search or citation networks.
Example: https://platform.sturdystatistics.com/deepdive?search_type=e...
gavinray
9 hours ago
This is genuinely incredible, tried it using a recent-ish paper on the pharmacology and mechanisms of the Androgen Receptor and my mind is blown:
https://platform.sturdystatistics.com/deepdive?fast=1&q=http...
user
9 hours ago
tkuipers
8 hours ago
I’ve found a lot of success with https://www.undermind.ai/ though I’m not sure it has the graph you’re looking for
gavinray
8 hours ago
This also looks excellent, thank you!
dmezzetti
10 hours ago
PaperAI is also an option if you prefer open-source: https://github.com/neuml/paperai
Disclaimer: I'm the primary author of this project.
whattheheckheck
8 hours ago
Connectedpapers.com
tough
4 hours ago
emergentmind is pretty good