find_benchmark_results
Query structured benchmark scores from research papers. Returns leaderboard-style results: task, dataset, metric, score, method, paper, year. Backed by LLM-extracted benchmark records, filtered to performance metrics only (accuracy / F1 / BLEU / ROUGE / mAP / top-1 / top-5 / pass@k / etc.) — model-size, FLOPs, dataset cardinality and similar are excluded. Best for ML benchmark / leaderboard papers; may return empty for theoretical / survey papers without numerical results. Filter by task, dataset, metric. Use for SOTA tracking, SOTA-trajectory analysis, comparing methods on common benchmarks. At least one of task / dataset / metric is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | No | Task name like "question answering", "image classification" (case-insensitive partial match). REQUIRED if dataset and metric are not provided. | |
| topK | No | Top-K results by score | |
| detail | No | standard | |
| metric | No | Metric name like "F1", "accuracy", "BLEU". REQUIRED if task and dataset are not provided. | |
| 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 like "SQuAD", "ImageNet", "GLUE". REQUIRED if task and metric are not provided. | |
| minYear | No | Year >= (e.g. 2023 to filter out older results) | |
| minScore | No | Minimum benchmark score (filter for SOTA leaderboard view) | |
| categories | No | arXiv category filter |