Kaffaljidhmah2 / Arxiv-Recommender

GNU General Public License v3.0
39 stars 1 forks source link

arXiv Paper Recommender

A hackable tool to swim through daily arXiv papers, powered by LLMs.

Usage

Customize the following content, then run python main.py.

  1. Put your OpenAI API key (started with sk-) in .openai_api_key.
  2. Customize CATEGORY_LIST in main.py to be the list of categories you want to keep tracks of (e.g. ['cs.LG'])
  3. arXiv-Recommender will filter out papers with authors in MY_AUTHOR_LIST of filter_util.py. Please customize so you won't miss any paper by them.
  4. arXiv-Recommender will use ChatGPT to filter out papers that are relevant to your research topics defined in research_topic.py. Please customize so you won't miss relevant papers.

Advanced

Acknowledgements

Thank you to arXiv for use of its open access interoperability.

Contribute

Feel free to contribute to the project via Pull Requests, Issues, or contact me via kaixuanh@princeton.edu