Giter Club home page Giter Club logo

arxiv-recommender's Introduction

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

  • In llm.py, you can customize prompts, the LLM model to use (default is GPT-3.5)
  • You can setup your email account in mail_config.py and arXiv-Recommender can send a summary email to your mailbox.

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 [email protected]

arxiv-recommender's People

Contributors

kaffaljidhmah2 avatar

Stargazers

Morpheus Yin avatar Leo_JIANG avatar Tianyu Pang avatar Navreet Kaur avatar Zhichen Zeng avatar Yikuan Li avatar Xudong Guo avatar  avatar Markus Rauhalahti avatar XXT  avatar Tianhao Wu avatar Colin Mason avatar  avatar latyas avatar Jieli Zhou avatar Wang Yizhou avatar ShenQianli avatar  avatar Sandalots avatar nofeetbird avatar 爱可可-爱生活 avatar Tianyuan Zhang avatar Tinghao Xie avatar  avatar Shu Wang avatar sun-haoxuan avatar Henry Chu avatar Ruihai Wu avatar Tongtian Zhu avatar Yihan Wang avatar Zhaojing Yang avatar Shanda Li avatar Jeff Carpenter avatar Xiangyu Qi avatar  avatar Water avatar Tianle Cai avatar ynie avatar Xiyu Zhai avatar  avatar

Watchers

 avatar

Forkers

codeboy5

arxiv-recommender's Issues

Got Assertion Error in assert len(ret) == 1, raw

`Traceback (most recent call last):
File "/Users/xxx/arxiv/main.py", line 26, in
papers_dict = get_today_paper(cate_list=CATEGORY_LIST, is_save=IS_SAVE)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/xxx/arxiv/arxiv_util.py", line 101, in get_today_paper
papers = list(decode_arxiv_webpage(arxiv_raw))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/xxx/arxiv/arxiv_util.py", line 64, in decode_arxiv_webpage
assert len(ret) == 1, raw
AssertionError:   arXiv:1312.7832 (cross-list from math.LO) [pdf, ps, other]

Title: Defining implication relation for classical logic
Authors: Li Fu
Comments: 33 pages; 2 tables
Subjects: Logic (math.LO); Artificial Intelligence (cs.AI); Computation and Language (cs.CL); Logic in Computer Science (cs.LO)

python main.py failed`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.