Parse small benchmark markdown tables from paper notes and summarize datasets, metrics, and best-performing methods.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add ma-compbio-lab/SkillFoundry --skill benchmark-table-mining-starter --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Benchmark Table Mining Starter?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ma-compbio-lab-benchmark-table-mining-starter)More formats (shields.io, HTML) on the badges page.
---
name: benchmark-table-mining-starter
description: Parse small benchmark markdown tables from paper notes and summarize datasets, metrics, and best-performing methods.
---
# Benchmark Table Mining Starter
Use this starter on locally prepared markdown notes that contain one or more benchmark tables.
The wrapper:
- scans all markdown table blocks in the note
- selects the most leaderboard-like table instead of assuming the first table is the benchmark
- preserves canonical leaderboard fields such as `task`, `dataset`, `metric`, `model`, and `score` when they exist
```bash
python3 skills/scientific-knowledge/benchmark-table-mining-starter/scripts/run_benchmark_table_mining.py \
--input skills/scientific-knowledge/benchmark-table-mining-starter/examples/benchmark_note.md
```
For a broader Papers-with-Code-style note that includes an earlier non-leaderboard table, use:
```bash
python3 skills/scientific-knowledge/benchmark-table-mining-starter/scripts/run_benchmark_table_mining.py \
--input skills/scientific-knowledge/benchmark-table-mining-starter/examples/sample_benchmark_notes.md
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!