AxKnowledgeBase_search_paper_assets
Search a paper's figures and tables by caption query, returning ranked matches with positions and captions for retrieval.
Instructions
Find figures or tables in one paper of Axiomatic's curated knowledge base whose caption matches a query, ranked by relevance. Returns each match's position (seq) and caption; fetch the actual figure or table with get_paper_asset.
query is Lucene query syntax, not a plain string, e.g. '"fig 4"^5 OR "figure 4"^5 OR neural network architecture'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | Which kind of asset to search for | |
| limit | No | Maximum number of matches to return (1-50) | |
| query | Yes | Lucene query syntax matched against the caption, e.g. '"fig 4"^5 OR neural network architecture' | |
| doc_id | Yes | The paper's id, e.g. from a knowledge_graph_read or search_knowledge_base result |