arxiv_latest
Fetch recently submitted papers from arXiv AI/ML categories to get early research signals before press coverage.
Instructions
Fetch the most recently submitted papers from arXiv AI/ML categories.
Papers appear hours before press coverage — the fastest signal of what is happening at the AI research frontier.
Categories: cs.AI (Artificial Intelligence), cs.LG (Machine Learning), cs.CL (NLP), cs.CV (Computer Vision), cs.NE (Neural Computing), stat.ML.
Args: params (ArxivLatestInput): - categories (List[str]): arXiv category codes - limit (int): Papers per category (1–20)
Returns: str: JSON with categories, total_papers, by_category dict. Each paper: id, title, abstract (400 chars), authors, published, url, pdf.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |