This tool will daily crawl https://arxiv.org and use LLMs to summarize them.
See in: https://dw-dengwei.github.io/daily-arXiv-ai-enhanced/
This repo will daily crawl arXiv papers about cs.CV, cs.GR and cs.CL, and use DeepSeek to summarize the papers in Chinese. If you wish to crawl other arXiv categories, use other LLMs or other languages, please follow the bellow instructions. Otherwise, you can directly use this repo in https://dw-dengwei.github.io/daily-arXiv-ai-enhanced/ . 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 named
OPENAI_API_KEY
andOPENAI_BASE_URL
, and input corresponding values. - 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.CL, cs.CV"LANGUAGE
: such as "Chinese" or "English"MODEL_NAME
: such as "deepseek-chat"EMAIL
: your email for push to githubNAME
: your name for push to github
- Go to your-own-repo -> Actions -> arXiv-daily-ai-enhanced
- You can manually click Run workflow to test if it works well (it may takes about one hour).
By default, this action will automatically run every day
You can modify it in
.github/workflows/run.yml
- If you wish to modify the content in
README.md
, do not directly edit README.md. You should edittemplate.md
.
- Replace markdown with GitHub pages front-end.
- Bugfix: In the statistics page, the number of papers for a keyword is not correct.
- Update instructions for fork users about how to use github pages.
- ICML, ICLR, NeurIPS list: https://dw-dengwei.github.io/OpenReview-paper-list/index.html