ArxivDigest  by AutoLLM

ArXiv paper summarization and personalized recommendation tool

created 2 years ago
370 stars

Top 77.5% on sourcepulse

GitHubView on GitHub
1 Expert Loves This Project
Project Summary

This repository provides a personalized daily digest of new arXiv papers, curated using large language models based on user-defined research interests. It targets researchers and academics overwhelmed by the volume of daily publications, offering a more efficient way to discover relevant literature.

How It Works

The system leverages GPT-3.5-turbo-16k to rank papers by relevance to user-specified natural language descriptions of their interests. It fetches abstracts for papers within chosen arXiv categories, processes them through the LLM for scoring, and generates an HTML digest. This approach automates the tedious task of manual filtering, saving significant time for researchers.

Quick Start & Requirements

  • Hugging Face Demo: https://huggingface.co/spaces/AutoLLM/ArxivDigest
  • Local UI: pip install -r src/requirements.txt gradio then python src/app.py
  • GitHub Action: Requires OPENAI_API_KEY, SENDGRID_API_KEY, FROM_EMAIL, and TO_EMAIL as repository secrets.
  • Dependencies: Python, OpenAI API key, SendGrid account and API key (for email delivery).

Highlighted Details

  • Personalized paper ranking using LLM.
  • Optional daily email delivery via SendGrid.
  • Local UI for previewing digests.
  • Configuration via config.yaml and .env file for secrets.

Maintenance & Community

The project is actively maintained, with a roadmap indicating plans for author-based ranking and support for open-source LLMs. Contributions are encouraged via pull requests.

Licensing & Compatibility

The repository does not explicitly state a license in the provided README. Users should verify licensing for commercial use or integration into closed-source projects.

Limitations & Caveats

Currently relies on OpenAI's proprietary models; support for open-source models is planned but not yet implemented. Email delivery requires a SendGrid account and API key.

Health Check
Last commit

1 year ago

Responsiveness

1 day

Pull Requests (30d)
0
Issues (30d)
0
Star History
11 stars in the last 90 days

Explore Similar Projects

Starred by Chip Huyen Chip Huyen(Author of AI Engineering, Designing Machine Learning Systems), Teknium Teknium(Cofounder of Nous Research), and
3 more.

storm by stanford-oval

0.4%
27k
LLM system for automated knowledge curation and article generation
created 1 year ago
updated 1 month ago
Feedback? Help us improve.