Benchmark table mining starter
Skill ma-compbio-lab/SkillFoundry/skills/scientific-knowledge/benchmark-table-mining-starter
Parse small benchmark markdown tables from paper notes and summarize datasets, metrics, and best-performing methods.From its SKILL.md
npx -y skills add ma-compbio-lab/SkillFoundry --skill benchmark-table-mining-starterAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.1 KB, 204 tokens by cl100k_base, as published. Nobody here has run it
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, andscorewhen they exist
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:
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
What ships with it: 9 files
17.4 KB alongside SKILL.md, 2 of them executable
assets/
- README.md127 B
- sample_benchmark_rows.json765 B
examples/
- benchmark_note.md250 B
- README.md262 B
- sample_benchmark_notes.md613 B
scripts/
- run_benchmark_table_mining.pyruns12.1 KB
tests/
- test_run_benchmark_table_mining.pyruns1.8 KB
- metadata.yaml1.3 KB
- refs.md205 B