search_papers
Find research papers on arXiv using natural language queries. Filter results by date, category, and relevance for precise and efficient academic searches.
Instructions
Search for papers on arXiv. It can parse natural language queries, extracting keywords and years for filtering.
query: The base search query. Can be natural language. max_results: The maximum number of results to return. start_date: The start date for the search period (YYYY-MM-DD or YYYY). Overrides years in query. end_date: The end date for the search period (YYYY-MM-DD or YYYY). Overrides years in query. sort_by_relevance: If True, sorts by relevance. If False, sorts by submission date. category: The arXiv category to search in (e.g., 'cs.AI', 'cs.CL', 'cs.SE').
Input Schema
Name | Required | Description | Default |
---|---|---|---|
category | No | cs.SE | |
end_date | No | ||
max_results | No | ||
query | Yes | ||
sort_by_relevance | No | ||
start_date | No |