一键导入
benchmark-table-mining-starter
Parse small benchmark markdown tables from paper notes and summarize datasets, metrics, and best-performing methods.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Parse small benchmark markdown tables from paper notes and summarize datasets, metrics, and best-performing methods.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use this skill to search the current ClinicalTrials.gov v2 API for condition or keyword matches when you need official clinical-study metadata. Do not use it for legacy API URLs or offline work.
Use this skill to resolve a gene symbol to Ensembl IDs and fetch a canonical Ensembl gene record. Do not use it for full transcript annotation pipelines or offline work.
Use this skill to search NCBI Gene by symbol and organism, then fetch compact official Entrez Gene summaries. Do not use it for variant interpretation, transcript-level modeling, or bulk offline annotation.
Use this skill to author and run a minimal Common Workflow Language CommandLineTool and one-step workflow with cwltool. Do not use it for containerized production execution or complex scatter/gather workflows.
Use this skill to run a minimal Nextflow workflow through the repo-managed Java and Nextflow prefix, either locally or on the Slurm cluster. Do not use it for containerized production pipelines.
Use this skill to verify the repo-managed nf-core tools install and retrieve a cleaned summary of available pipelines. Do not use it for interactive launch flows or full pipeline downloads.
| name | benchmark-table-mining-starter |
| description | Parse small benchmark markdown tables from paper notes and summarize datasets, metrics, and best-performing methods. |
Use this starter on locally prepared markdown notes that contain one or more benchmark tables.
The wrapper:
task, dataset, metric, model, and score when they existpython3 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