This tool will daily crawl https://arxiv.org and use LLMs to summarize them (based on arXiv summary, comments, and raw pdf file). It also rate the suitability of the paper for you based on your personal background.
Last update: April 30, 2025 at 11:34 AM
This repo will daily crawl arXiv papers about cs.HC, cs.LG, cs.CL, and use ChatGPT to summarize the papers. If you wish to crawl other arXiv categories or use other LLMs, please follow the bellow instructions. Otherwise, you can directly use this repo. Please star it if you like :)
Instructions:
- Fork this repo to your own account
- Go to: your-own-repo -> Settings -> Secrets and variables -> Actions
- Go to Secrets (Secrets are encrypted and are used for sensitive data). Create two repository secrets:
OPENAI_API_KEY
: your OpenAI API key for model callUSER_BACKGROUND
: your personal background (prefer third person view), this will be injected into the system side prompt for the LLM to better assist and ranking whether the paper is useful for you. You can use Markdown syntax to format it. For example:The user is a PhD student in computer science who is interested in Human-Computer Interaction and natural language processing. She has a background in deep learning and has published several papers in top-tier conferences.
- Go to Variables (Variables are shown as plain text and are used for non-sensitive data). Create the following repository variables:
CATEGORIES
: separate the categories with ",", such as "cs.HC,cs.LG,cs.CL"MODEL_NAME
such as "gpt-4o-mini"
- Go to your-own-repo -> Actions ->
daily-arXiv-digest
- You can manually click Run workflow to test if it works well (it may takes about half hour).
By default, this action will automatically run every day
You can modify it in
.github/workflows/run.yml
This project is based on dw-dengwei/daily-arXiv-ai-enhanced, with custom enhancements and changes.
- ICML, ICLR, NeurIPS list: https://dw-dengwei.github.io/OpenReview-paper-list/index.html