An Arxiv-Agent based on Crawler, RAG, Local Llama-3-8b and telegram api, serving as your paper assistant. Ask a query and get the response form LLMs!
- ATTENTION: The resposory is under-development. One may face difficulty on version management of libraries.
- Server: One should rend a server and download an accessible LLM for similarity match module. The script is in the
serverfolder. - Locally, the telegram bot is on if you run the
mian.pyinllm_apifolder. One should pay attention to LLM api-key and SSH of remote server. - In validation folder, the
.ipynbfile is used to check the rationality of LLM similarity match. One can read the code to comprehend the logic of similarity match module.
- Class project of SUSTech/STA303
- Slides and reports are in the
materialfolder - Check the gifs for demonstration.