Skip to content

Latest commit

History

History
37 lines (26 loc) 路 595 Bytes

README.md

File metadata and controls

37 lines (26 loc) 路 595 Bytes

arxivs

Get arXiv AI paper.

Install

pip install arxivs

Usage

import arxivs

paper_list = arxivs.get_paper(tags=["cs.CL"], days=1)

print(paper_list[0])

Tag List

cs.AI: Artificial Intelligence
cs.CL: Computation and Language
cs.CV: Computer Vision and Pattern Recognition
cs.FL: Formal Languages and Automata Theory
cs.IR: Information Retrieval
cs.LG: Learning
cs.MA: Multiagent Systems
cs.NE: Neural and Evolutionary Computing
stat.ML: Machine Learning

LICENSE