find_code
Find papers with associated code repositories, datasets, or benchmark results. Filter by ML task, dataset, framework, or GitHub stars. Returns top items per paper (not full lists by default — use detail=full for everything).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | No | Task name to match against benchmark_results (e.g. "question answering") | |
| limit | No | ||
| query | No | Optional semantic query — papers about this topic with code | |
| dateTo | No | Filter: published on or before (ISO date) | |
| detail | No | 'minimal' = counts + first item each. 'standard' = top-3 per type. 'full' = all arrays. | standard |
| run_id | No | Optional. The active methodist run_id (as returned by the methodist diagnose / get_current_dose door). Pass it whenever you call this tool while working inside a run, so the call is attributed to that run for the §8 usage crosscheck — attribution is run-anchored, so it stays correct even if your access token refreshes mid-run. Must be YOUR run: a run_id owned by a different principal, or a non-existent run_id, is rejected. | |
| dataset | No | Dataset name (e.g. "SQuAD", "ImageNet") — matches dataset_links.name + benchmark_results.dataset | |
| dateFrom | No | Filter: published on or after (ISO date) | |
| minStars | No | Minimum GitHub stars on at least one code_link | |
| framework | No | "PyTorch" / "TensorFlow" / "JAX" / etc. — matches code_links.language | |
| categories | No | Filter by arXiv categories (e.g. cs.AI, cs.LG) |