Loading...
Loading...
Search and download academic papers from arXiv. Find papers by keywords, authors, or arXiv ID.
npx skill4agent add prismer-ai/prismer academic-searchpaper-searchpaper-search search "transformer attention mechanism" --max 5paper-search search "reinforcement learning" --max 10 --categories cs.AI,cs.LGpaper-search details 1706.03762paper-search download 1706.03762 --output /workspace/papers/paper-search search "neural networks" --max 3 --json# Search for recent transformer papers
paper-search search "vision transformer ViT" --max 10 --categories cs.CV
# Get details of the seminal paper
paper-search details 2010.11929# Search and save results
paper-search search "large language models" --max 20 --json > /workspace/papers/llm-papers.json
# Download key papers
paper-search download 2005.14165 -o /workspace/papers/ # GPT-3
paper-search download 2302.13971 -o /workspace/papers/ # LLaMApaper-search search "au:Hinton" --max 10| Category | Description |
|---|---|
| cs.AI | Artificial Intelligence |
| cs.LG | Machine Learning |
| cs.CL | Computation and Language (NLP) |
| cs.CV | Computer Vision |
| cs.NE | Neural and Evolutionary Computing |
| cs.RO | Robotics |
| stat.ML | Statistics - Machine Learning |
| math.OC | Optimization and Control |
"attention is all you need"au:Vaswaniti:transformer"neural network" AND au:LeCun1706.03762cs.AI/0001001--json/workspace/papers/