find_similar_papers
Find papers similar to a seed paper, returning semantic nearest neighbours with summaries and code links. Expand literature reviews or discover related work.
Instructions
Given ONE paper you already have (from a prior search result), return the most similar papers from the same corpus — semantic nearest neighbours, each with the full summary and code link. Use for 'more like this', 'related work', 'what else is in this line of work', or to expand a literature review. You can chain it: search -> pick a seed -> find_similar_papers -> repeat on a strong neighbour.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many neighbours to return (server caps at 20). Default 8. | |
| item_id | Yes | The seed paper's arXivSub id (uuid) from a prior search result. Never invent one. | |
| language | No | Summary language, 'en' or 'zh'. Default 'en'. | |
| item_type | Yes | The seed paper's type, from its search 'source': 'arxiv' -> 'paper', 'conferences' -> 'ciiina'. |