Show HN: Interactive research papers (a big step up from ArXiv HTML)
9 points
2 days ago
| 4 comments
| sciencestack.ai
| HN
I’ve been frustrated with PDFs and found arXiv HTML lacking, so I built a fully interactive paper reader.

Features: • Hover references, citations, equations • Light/dark mode • Auto-generated dependency graphs for definitions/lemmas/theorems • Table of contents that syncs with scroll • Highlighting + annotations • “Copy raw LaTeX” anywhere

Featured paper: Video models are zero-shot learners and reasoners (Veo 3) https://www.sciencestack.ai/arxiv/2509.20328v2

abracos
2 days ago
[-]
Cool project, the space is very crowded: https://x.com/JeffDean/status/1991053401061536027 and http://semanticscholar.org/ come to mind
reply
cjlooi
2 days ago
[-]
Yea there were several attempts (including ar5iv), and distill.pub is no longer active + Semantic Scholar is PDF-based. None quite made the full use of HTML or have a robust conversion system. Jeff Dean's post is awesome - though using Gemini 3 is compute intensive and may still hallucinate in the end (I'm using a source-based latex to json parser). And the output is still...not very interactive.
reply
dginev
1 day ago
[-]
Just passing by to mention that if you get excited about seeing your upgrades in arXiv itself, we can talk about contributing them to the arXiv HTML pages.

But seeing your plans for Science Stack, all the best with the endeavour!

And I am curious to know if arXiv:2105.10386 works well.

reply
cjlooi
9 hours ago
[-]
It works! After the initial data load (big paper), the scrolling and performance works nicely.

Can visit at sciencestack.ai/arxiv/2105.10386

Note: no support for nomenclature/index yet. I'm also working on refactoring the data/json to a streaming model (right now it's one big json dump on load)

reply
MrCoffee7
1 day ago
[-]
Why isn't there a dependency graph for the example paper "Sheaf Cohomology of Linear Predictive Coding Networks"?
reply
cjlooi
10 hours ago
[-]
Currently the dependency graph only works on newtheorems e.g. theorems/lemmas/definitions etc

https://www.sciencestack.ai/docs/dep-graph

reply
billconan
2 days ago
[-]
I have a question, can it convert any pdf paper to this format? or I need the latex of that paper?
reply
cjlooi
2 days ago
[-]
Works with any latex source

https://www.sciencestack.ai/docs/faq

reply