hkdse-ict-evaluation

Compare AI-generated HKDSE ICT grades to ground-truth levels using rank-based metrics.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/AKCqhzdy/dse-subject-grading --skill hkdse-ict-evaluation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hkdse-ict-evaluation
Source: https://github.com/AKCqhzdy/dse-subject-grading/tree/main/skills/hkdse-ict-evaluation
Command: npx skills add https://github.com/AKCqhzdy/dse-subject-grading --skill hkdse-ict-evaluation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-docx, and includes scripts (resource) components.

What problem does it solve?

Evaluates HKDSE Information and Communication Technology AI grading results for year 2025 against ground truth levels (1–5). Computes Spearman ρ, Kendall τ, exact/adjacent match rates, and generates evaluation figures and DOCX reports for 10 students.

Core Features & Use Cases

  • Performs rank-based evaluation by measuring correlations between predicted levels and true levels (1–5).
  • Outputs per-student and aggregate metrics, evaluation figures, and DOCX reports to support auditing and validation.
  • Supports optional ground-truth and level-division data to adapt to different evaluation setups.

Quick Start

Run the HKDSE ICT evaluation workflow to compare AI-generated grades against ground-truth levels and generate metrics, figures, and per-student reports.

Frequently Asked Questions about hkdse-ict-evaluation

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

FAQPage Schema
How do I evaluate AI grading accuracy against ground truth levels using rank correlation?

To evaluate AI grading accuracy against ground truth levels, compute rank-based correlation metrics like Spearman ρ and Kendall τ to measure the relationship between predicted levels and true levels. This process identifies exact and adjacent match rates to validate the grading outputs.

What statistical metrics are used to compare predicted grades with ground truth data?

Spearman ρ and Kendall τ rank correlation metrics are used to compare predicted grades with ground truth data. These metrics quantify the rank relationship, while exact and adjacent match rates provide additional accuracy validation for the grading evaluation.

Can I generate DOCX reports for individual student grading evaluations?

Yes, you can generate DOCX reports for individual student grading evaluations using the python-docx dependency. The evaluation workflow outputs per-student DOCX reports alongside aggregate metrics and evaluation figures to support auditing and validation of the grading results.

How do I validate HKDSE ICT AI grading outputs for multiple students?

To validate HKDSE ICT AI grading outputs, compare AI-generated grades against ground-truth mappings for the 2025 dataset. The evaluation processes grading outputs for 10 students, producing per-student and aggregate metrics including Spearman ρ, Kendall τ, and match rates.

Do I need python-docx to generate statistical evaluation reports for grading?

Yes, python-docx is required as a dependency to generate DOCX reports for the statistical evaluation of grading. It enables the creation of per-student DOCX reports that document the Spearman ρ, Kendall τ, and match rate metrics computed during the evaluation.

What happens if ground-truth mapping data is missing for the ICT grading evaluation?

The evaluation supports optional ground-truth and level-division data to adapt to different evaluation setups. If ground-truth mapping data is missing, the evaluation cannot compute Spearman ρ, Kendall τ, or match rates, as these metrics require true levels for comparison.