This project (finlaymacklon/arxiv-sanity-lite-se) is a forked version of karpathy/arxiv-sanity-lite, adjusted to instead crawl and serve links to software engineering (SE) papers. This project also leverages ZeinabAk/DatasetSEVenues to include links to papers from software engineering journals and conferences. This website is intended to complement Google Scholar and arXiv.

This particular instance indexes (a) arXiv papers tagged under cs.SE ranging from 1998 to present, and (b) software engineering journal/conference papers from 1971 to 2020. For any journal/conference paper that does not have an arXiv version, the following fields are possibly currently missing on this website: date published, abstract, authors.


Original Description from arxiv-sanity-lite:

A much lighter-weight arxiv-sanity from-scratch re-write. Periodically polls arxiv API for new papers. Then allows users to tag papers of interest, and recommends new papers for each tag based on SVMs over tfidf features of paper abstracts. Allows one to search, rank, sort, slice and dice these results in a pretty web UI. Lastly, arxiv-sanity-lite can send you daily emails with recommendations of new papers based on your tags. Curate your tags, track recent papers in your area, and don't miss out!

The code for this website is open source at Github under arxiv-sanity-lite.

Developed in spare time as a labor of love by @karpathy.


Adjusted to instead crawl/serve links to software engineering papers by @finlaymacklon