Skip to content

This tool will daily crawl arxiv 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.

License

Notifications You must be signed in to change notification settings

ZL-Asica/daily-arXiv-digest

Repository files navigation

Daily arXiv Digest (LLM-enhanced)

About

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.

Contents

Last update: April 30, 2025 at 11:34 AM

2025

📅 April 🌟

How to use

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:

  1. Fork this repo to your own account
  2. Go to: your-own-repo -> Settings -> Secrets and variables -> Actions
  3. Go to Secrets (Secrets are encrypted and are used for sensitive data). Create two repository secrets:
    1. OPENAI_API_KEY: your OpenAI API key for model call
    2. USER_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.
      
  4. Go to Variables (Variables are shown as plain text and are used for non-sensitive data). Create the following repository variables:
    1. CATEGORIES: separate the categories with ",", such as "cs.HC,cs.LG,cs.CL"
    2. MODEL_NAME such as "gpt-4o-mini"
  5. Go to your-own-repo -> Actions -> daily-arXiv-digest
  6. 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

Related tools

This project is based on dw-dengwei/daily-arXiv-ai-enhanced, with custom enhancements and changes.

About

This tool will daily crawl arxiv 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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages