polym-eval-report-generator

Generate Markdown evaluation reports from polym-eval-db SQLite comparison data.

8|Updated May 13, 2026
One-click install
npx skills add https://github.com/byteplus-sa/polym --skill polym-eval-report-generator
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: polym-eval-report-generator
Source: https://github.com/byteplus-sa/polym/tree/main/skills/polym-eval-report-generator
Command: npx skills add https://github.com/byteplus-sa/polym --skill polym-eval-report-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill turns polym-eval-db SQLite evaluation results into human-readable Markdown reports, so you can quickly summarize model comparisons without manually aggregating win rates, Elo scores, and dimension breakdowns.

Core Features & Use Cases

  • Markdown report generation: Produces structured evaluation reports for image and video comparisons, including Elo rankings and win-rate summaries.
  • Flexible filtering: Limits output by report_id and/or model name, and supports Chinese or English report language.
  • Saved outputs for sharing: Writes the generated report content to a specified file path when you want to export results.

Quick Start

Ask for an Elo report for a specific report_id and language, for example: generate a full report for report ID seedream_vs_gemini_20260414 in Chinese and save it to report.md.

Frequently Asked Questions about polym-eval-report-generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate an Elo ranking report from SQLite model evaluation data?▼

To generate an Elo ranking report from SQLite model evaluation data, you need a local EVAL_DB_PATH SQLite database and the generate_report.py script to compute Elo scores and render Markdown evaluation sections.

Can I filter Markdown evaluation reports by specific model names or report IDs?▼

Yes, Markdown evaluation reports support filtering by specific report_id and model name, allowing you to limit the output to precisely scope win-rate analytics and dimension breakdowns for targeted model assessments.

Does the report generator support Chinese output for image and video model comparisons?▼

Yes, the report generator supports Chinese output for image and video model comparisons, allowing you to render Elo summaries, win-rate analytics, and scenario breakdowns in either Chinese or English.

How do I save generated evaluation reports to a file for sharing?▼

You can save generated evaluation reports to a specified file path to export results for sharing. The tool writes the computed Markdown report content directly to the designated file location upon request.

Do I need a local SQLite database to compute win-rate analysis for model assessments?▼

Yes, a local EVAL_DB_PATH SQLite database is required to compute win-rate analysis. The generator accesses this local database directly to aggregate comparison data and produce the evaluation reports.

What is included in a Markdown evaluation report for image and video model comparisons?▼

A Markdown evaluation report for image and video model comparisons includes Elo rankings, win-rate summaries, and dimension or scenario breakdowns to provide a comprehensive overview of model performance.