eval-model-comparison

Compare OCR, transcription, and LLM form-filling accuracy against gold references.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/JustinChaney2023/orate --skill eval-model-comparison
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: eval-model-comparison
Source: https://github.com/JustinChaney2023/orate/tree/main/roles/eval-model-comparison
Command: npx skills add https://github.com/JustinChaney2023/orate --skill eval-model-comparison

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables rigorous benchmarking of OCR, transcription, and LLM form-filling accuracy against gold references to guide model selection and benchmarking reports.

Core Features & Use Cases

  • Benchmarking: Compare across OCR, transcription, and LLM form-filling pipelines using field-level metrics and hallucination checks.
  • Model Selection: Provide per-field confusion summaries and a model-comparison report template to inform choices among models and settings.
  • Use Case: Build a benchmark with typed notes as references to evaluate system reliability for medical notes or structured forms.

Quick Start

Run the eval-model-comparison workflow on a sample dataset to generate the initial model comparison report.

Frequently Asked Questions about eval-model-comparison

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

FAQPage Schema
How do I benchmark OCR and LLM transcription accuracy against gold references?▼

Benchmark OCR and LLM transcription accuracy by configuring a model matrix with multiple local LLMs, varied context windows, and decoding strategies. The evaluation produces per-field confusion summaries and a standardized comparison report against your gold references.

What is LLM form-filling accuracy evaluation and how does it detect hallucination?▼

LLM form-filling accuracy evaluation measures how well models populate structured fields from source text. Hallucination checks identify fabricated data not present in the source, using field-level metrics to compare model outputs against typed gold references.

Can I compare multiple local LLMs with different context windows in one benchmark?▼

Yes, you can compare multiple local LLMs in one benchmark. The skill requires configuring a model matrix that includes varied context windows and decoding strategies, then produces a model-comparison report summarizing per-field performance across all configurations.

How do I generate a model comparison report for medical notes transcription?▼

Model comparison reports for medical notes transcription are generated by building a benchmark with typed notes as gold references. The skill evaluates OCR, transcription, and LLM form-filling pipelines, producing per-field confusion summaries to inform model selection.

What's the best way to build a test harness for OCR and transcription model selection?▼

The best way to build a test harness for OCR and transcription model selection is configuring a model matrix with multiple local LLMs and varied decoding strategies. The skill evaluates field-level accuracy and hallucination rates to produce a standardized comparison report.

Does this model comparison approach work without external API dependencies?▼

The model comparison approach works without external dependencies, as the skill requires no dependencies listed in its configuration. It supports benchmarking multiple local LLMs for OCR, transcription, and form-filling accuracy evaluation entirely.