get_paper
Retrieve comprehensive details for a research paper using its arXiv ID, including title, authors, summary, novelty score, and structured extraction data for analysis.
Instructions
Get full details for a single paper by arXiv ID. Returns title, authors, year, LLM summary, novelty score, links, and structured extraction data (method_name, contribution_type, task_category, datasets, baselines). Use fields='abstract' to include the abstract. Use get_paper_results for benchmark scores, or fetch_fulltext with sections='all' for the full paper content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arxiv_id | Yes | arXiv ID e.g. '2401.12345' or '2401.12345v2' | |
| fields | No | Comma-separated list of fields to return (e.g. 'arxiv_id,title,llm_summary,abstract'). Default: all fields. |