Most active commenters
  • gavinray(5)

←back to thread

123 points omarsar | 18 comments | | HN request time: 2.267s | source | bottom
1. gavinray ◴[] No.44457195[source]
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.

replies(10): >>44457305 #>>44457795 #>>44457797 #>>44457928 #>>44458348 #>>44458353 #>>44458594 #>>44460075 #>>44460109 #>>44460822 #
2. AustinBGibbons ◴[] No.44457305[source]
Check out https://elicit.com/
replies(1): >>44458243 #
3. hugeBirb ◴[] No.44457795[source]
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 :|
replies(1): >>44458340 #
4. dmezzetti ◴[] No.44457797[source]
PaperAI is also an option if you prefer open-source: https://github.com/neuml/paperai

Disclaimer: I'm the primary author of this project.

5. kianN ◴[] No.44457928[source]
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...

replies(1): >>44458234 #
6. gavinray ◴[] No.44458234[source]
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...

replies(1): >>44458268 #
7. gavinray ◴[] No.44458243[source]
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.
8. ◴[] No.44458268{3}[source]
9. kianN ◴[] No.44458340[source]
Linking to a nearby thread in case this is helpful: https://news.ycombinator.com/item?id=44457928
10. andjar ◴[] No.44458348[source]
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.
replies(1): >>44458634 #
11. tkuipers ◴[] No.44458353[source]
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
replies(1): >>44458490 #
12. gavinray ◴[] No.44458490[source]
This also looks excellent, thank you!
13. whattheheckheck ◴[] No.44458594[source]
Connectedpapers.com
14. TechDebtDevin ◴[] No.44458634[source]
"Structured and Reproducable"
15. tough ◴[] No.44460075[source]
emergentmind is pretty good
16. sergeim19 ◴[] No.44460109[source]
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.
17. Metacelsus ◴[] No.44460822[source]
https://platform.futurehouse.org/
replies(1): >>44464678 #
18. gavinray ◴[] No.44464678[source]
Their Chemistry LLM that's an iteration of ChemCrow is really useful, thank you!