This is cool, but how about local semantic search through tens of thousands articles and books. Sure I'm not the first, there should be some tools already.
Show HN: I made a website to semantically search ArXiv papers
21–30 of 107 posts
Re: Show HN: I made a website to semantically search ArXiv papers
#22Related: emergentmind.com
Re: Show HN: I made a website to semantically search ArXiv papers
#23I enjoy seeing projects like this! If you expand beyond arxiv, keep in mind since coverage matters for lit reviews, unfortunately the big publishers (Elsevier and Springer) are forcing other indices like OpenAlex, etc. to remove abstracts so they're harder to get. Have you checked out other tools like undermind.ai, scite.ai, and elicit.org? You might consider what else a dedicated product workflow for lit reviews inc…
Thank you for the appreciation and great feedback! | If you expand beyond arxiv, keep in mind since coverage matters for lit reviews, I do have PaperMatchBio [^1] for bioRxiv and PaperMatchMed [^2] for medRxiv, however I do agree having multiple sites for domains isn't ideal. And I am yet to create a synchronization pipeline for these two so the results may be a little stale. | unfortunately the big publishers (Elsev…
Re: Show HN: I made a website to semantically search ArXiv papers
#24Nice work. Any other technical comments, why did you use those embeddings, did you binarzue them, did you use any dpecial prompts?
Yes, I did binarize them for a faster search experience. However, I think the search quality degrades significantly after the first 10 results, which are same as fp32 search but with a shuffled order. I am planning to add a reranking strategy to boost better results upwards.
At the moment, this is plain search with no special prompts.
Re: Show HN: I made a website to semantically search ArXiv papers
#25Re: Show HN: I made a website to semantically search ArXiv papers
#26Excellent project. As mentioned in another comment, I've put together an embeddings database using the arxiv dataset ( https://huggingface.co/NeuML/txtai-arxiv ) recently. For those interested in the literature search space, a couple other projects I've worked on that may be of interest. annotateai ( https://github.com/neuml/annotateai ) - Annotates papers with LLMs. Supports searching the arxiv database mentioned ab…
These look like great projects, I will surely check them out :D
Re: Show HN: I made a website to semantically search ArXiv papers
#27Nice but I have to point out that a systematic review cannot be done with semantic search and should never be done in a preprint collection.
Re: Show HN: I made a website to semantically search ArXiv papers
#28Re: Show HN: I made a website to semantically search ArXiv papers
#29This might've saved you some time: https://huggingface.co/NeuML/txtai-arxiv
Re: Show HN: I made a website to semantically search ArXiv papers
#30Nice but I have to point out that a systematic review cannot be done with semantic search and should never be done in a preprint collection.