build_citation_network
Construct a citation network centered on an arXiv paper, showing references and citations across multiple hops.
Instructions
Build a multi-hop citation network around a paper showing references and citations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arxiv_id | Yes | arXiv paper ID to center the network around | |
| depth | No | Network depth (1=direct connections, 2=2-hop, etc.) | |
| max_papers_per_level | No | Maximum papers to include per network level |