From 15b3c7b3ea75ff11929fc6aea1c321f7bbaa55b8 Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Sat, 11 Apr 2026 02:43:57 -0400 Subject: [PATCH] update: readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e69de29..68c14a1 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,9 @@ +# An LLM-based arXiv bot + +This project will do the following: + +- Checking arXiv new papers repeatedly +- Based on user research interests, ask LLM to filter papers +- Download the filtered papers, and use `mineru` to convert PDF to Markdown, push into a Markdown paper library +- Ask several LLMs to read each of the Markdown files, give a structured summary on each paper +- Ask LLM to write a daily arXiv report based on the summaries of filtered papers