Viewing profile — mpmisko
mpmisko
HN member- Joined
- Fri, Nov 24, 2017, 3:05 PM UTC
- HN karma
- 104
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About mpmisko
Recent public activity
-
comment
Comment #49231837
There has been a lot of progress in this field in the research community. Two good papers: * https://ojs.aaai.org/index.php/AAAI/article/view/11027 * https://arxiv.org/abs/2212.039…
- story
- story
- story
-
comment
Comment #41271428
EBMs show up all over the place, apparently even your classifier is an EBM :) ( https://arxiv.org/abs/1912.03263 ).
- story
- story
- story
- story
- story
- story
-
comment
Comment #40196142
GPT-based search engines usually use some sort of a database to retrieve context for the LLM to summarize first. This is what people refer to as RAG these days: https://blogs.nvidi…
-
comment
Comment #40189578
Will definitely check pgvector, thanks for the pointer.
-
comment
Comment #40189544
Lots of annoying edge cases as you can imagine, nothing particularly glamorous.
-
comment
Comment #40189536
Done! Let me know if you have other feedback.
-
comment
Comment #40178870
Thanks! Looks quite relevant
-
comment
Comment #40174769
Training for multiple epochs is a bit like that :)
-
comment
Comment #40174077
We use pinecone and it is not ideal, looking at https://turbopuffer.com/ now. They look quite promising :)
-
comment
Comment #40174053
1. We cover all the articles on PMC. The exact cost is hard to estimate because we did a lot of iterations. 2. We do weight those ... it is a lot of trial and error and you have to…
- comment
-
comment
Comment #40174018
Glad you like it! I did this as a mini-project within our startup MediSearch ( https://medisearch.io/ ) & the search pipeline is custom tuned for the problem.
-
comment
Comment #40173992
Hi, it currently does not support search by PMID. But you can find the paper included in the results here (5th place): https://pubmedisearch.com/share/Do%20some%20individuals%20wi.…
-
comment
Comment #40171478
Just looking at stuff like citations and impact factors of journals.
-
comment
Comment #40171006
Thanks! It uses a vector search approach. Your query is embedded in a vector space using a language model and we find the closest vector to the query from the PubMed papers. This i…
-
story
Show HN: I put PubMed in a vector DB
Hi HN, As a researcher, I often found myself struggling with the limitations of keyword-based search when exploring PubMed papers. To address this, I created PubMed Search ( https:…