←back to thread

359 points FromTheArchives | 1 comments | | HN request time: 0s | source
Show context
anonfunction ◴[] No.45293430[source]
Shameless plug but I made a similar tool called asXiv[1] which allows you to "ask" arXiv.org papers questions.

It also recommends questions on initial load that can help understand or explore the paper, here's a demo[2] from the popular Attention Is All You Need paper.

The code is all opensource[3], it uses the google 2.5 flash lite model to keep costs down (it's completely free atm), but that can be changed via env var if you run it locally.

1. https://asxiv.org

2. https://asxiv.org/pdf/1706.03762

3. https://github.com/montanaflynn/asxiv

replies(5): >>45293909 #>>45294284 #>>45294776 #>>45295591 #>>45295744 #
sieep ◴[] No.45293909[source]
Seems legit, I'll have to try later. Just curious, why didn't you make this a commercial SaaS?
replies(1): >>45294023 #
dingnuts ◴[] No.45294023[source]
maybe because every LLM provider has an "attach file" feature so you can attach a paper and then ask questions about it?

what's the value add of the wrapper that this person wrote at all?

replies(2): >>45294080 #>>45294620 #
1. anonfunction ◴[] No.45294620[source]
I built it because it was tiresome to save the pdf, open a new window, add it and give a prompt.

Simply replacing the domain arxiv.org with asxiv.org does all that for me now.

Also it links to pages in it's answers and scrolls the pdf to it on click, allowing to view the pdf side by side with the chat.