Live data from Hacker News

Viewing profile — mpmisko

mpmisko

HN member
Joined
Fri, Nov 24, 2017, 3:05 PM UTC
HN karma
104
Public activity
30 items

About mpmisko

founder at medisearch (https://medisearch.io/)

Recent public activity

  1. 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…

  2. story
  3. story
  4. story
  5. comment
    Comment #41271428

    EBMs show up all over the place, apparently even your classifier is an EBM :) ( https://arxiv.org/abs/1912.03263 ).

  6. story
  7. story
  8. story
  9. story
  10. story
  11. story
  12. 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…

  13. comment
    Comment #40189578

    Will definitely check pgvector, thanks for the pointer.

  14. comment
    Comment #40189544

    Lots of annoying edge cases as you can imagine, nothing particularly glamorous.

  15. comment
    Comment #40189536

    Done! Let me know if you have other feedback.

  16. comment
    Comment #40178870

    Thanks! Looks quite relevant

  17. comment
    Comment #40174769

    Training for multiple epochs is a bit like that :)

  18. comment
    Comment #40174077

    We use pinecone and it is not ideal, looking at https://turbopuffer.com/ now. They look quite promising :)

  19. 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…

  20. comment
  21. 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.

  22. 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.…

  23. comment
    Comment #40171478

    Just looking at stuff like citations and impact factors of journals.

  24. 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…

  25. 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:…