find_similar
Discover research papers similar to a specified arXiv paper using bibliographic coupling and embedding similarity, updated daily for current results.
Instructions
Find papers similar to a given paper. Uses precomputed bibliographic coupling + embedding similarity (updated daily).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arxiv_id | Yes | arXiv ID of the source paper | |
| limit | No | Number of similar papers to return (max 30) | |
| days | No | Filter similar papers published within N days | |
| fields | No | Comma-separated list of fields to return (e.g. 'arxiv_id,title,llm_summary,llm_novelty_score'). Default: all fields. | |
| exclude_ids | No | arXiv IDs to exclude from results (for deduplication across chained calls) |