SAV was born out my frustration with reading technical papers, primarily:
- The overly verbose diction and grammar choices.
- Frequent unnecessary embellishments and author commentary.
- The poor reading experience of most PDF viewers.
- The difficulty of groking the main point of the paper.
SAV is my attempt to improve the reading experience of technical papers, starting with arXiv. To do this, SAV takes advantage utilizes:
- LLMs to re-write, re-fine, and simplify (without loss of meaning) the paper content.
- arXiv's (beta) HTML export feature which improves accessibility and allows for a completely redesigned reading experience.
SAV is fairly simplistic right now and is composed of two main pages:
- Papers List: a simple overview of the last three days of AI/ML papers
- Paper Viewer: a better paper reading experience
This repo is very much a work in progress and should really be viewed more as a proof of concept for now. In particular, it only supports papers that themselves support the arXiv HTML export functionality. Anecdotally, not many papers supports this functionality yet, however, arXiv is actively improving their paper coverage. Additionally, the current AI transformations taking place are done on the fly and are relatively simplistic.
With that said, if you're still interested in trying it out, the setup is trivial thanks to Nextjs
pnpm i
set OPENAI_API_KEY
in .env.local
pnpm dev