search_papers
Search arXiv and major AI conferences using natural-language queries. Get structured paper summaries with authors, PDF links, and code repos to support literature reviews and research discovery.
Instructions
Search academic papers from arXiv and major AI/CV/ML/robotics/NLP conferences via arXivSub (semantic + keyword search over a structured, summarized corpus). Use for 'find papers on X', 'latest research about Y', 'recent conference work on Z', or to start a literature review. Returns each paper with a 6-part summary (what it's about, innovations, techniques, datasets, results, limitations), authors + affiliations, pdf_url, and github_url when code is available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max papers per source (server caps at 100). Default 10. | |
| query | Yes | Natural-language search query, e.g. 'LLM safety alignment'. | |
| has_code | No | If true, only return papers that ship a public code repository (a reproducibility signal). | |
| language | No | Summary language, 'en' or 'zh'. Default 'en'. | |
| locations | No | Venues to search (CASE-SENSITIVE): arxiv, CVPR, ICCV, ECCV, ICLR, ICML, NeurIPS, AAAI, MICCAI, CoRL, RSS, ACL, EMNLP, ICRA, IROS, IJCAI, SIGGRAPH, 'SIGGRAPH Asia'. Include 'arxiv' for arXiv preprints. Default: ['arxiv']. | |
| arxiv_days | No | Only arXiv papers from the last N days. Default 30. | |
| conference_years | No | Conference publication years to include, e.g. [2024, 2025]. Default: last two years. |