ICDAR 2025 HNU Challenge

Handwritten Notes Understanding competition benchmark

The ICDAR 2025 Handwritten Notes Understanding (HNU) Challenge is a competition benchmark for evidence-based question answering over real-world handwritten scientific notes.

Motivation

Handwritten scientific documents — with complex visual structures, diverse modalities, and domain-specific shorthand — remain a largely unmet challenge for OCR-based and template-driven document AI.

Benchmark

  • A golden dataset of 1,000 curated question–answer pairs grounded in 2,000 pages of authentic handwritten notes
  • Spans STEM domains: mathematics, differential equations, physics, chemistry, computer science, and engineering
  • Tasks require localizing visual evidence (boxed formulas, diagrams, text fragments) and assigning local/global category labels
  • 16 registered teams, 7 valid leaderboard submissions

Results

Final leaderboard (Evidence-Based VQA) — even the best systems score low ANLS*, underscoring how hard the task is:

Rank Team — Model ANLS* Global Acc (%)
1 Qwen VL 2.5 (Baseline) 0.4468 47.75
2 Winden — Ovis + ICL 0.4365 21.78
3 Vestige — Kimi + CoT 0.4143 22.68
4 Kalman — InternVL 3 0.3380 25.87
5 Castor — Molmo VL 0.2109 12.19
{
  "tooltip": { "trigger": "axis" },
  "grid": { "left": "3%", "right": "4%", "bottom": "3%", "containLabel": true },
  "xAxis": { "type": "category", "data": ["Qwen VL2.5", "Winden", "Vestige", "Kalman", "Castor", "Newtron"] },
  "yAxis": { "type": "value", "name": "ANLS*" },
  "series": [
    {
      "type": "bar",
      "data": [0.4468, 0.4365, 0.4143, 0.338, 0.2109, 0.0611],
      "barMaxWidth": 45,
      "itemStyle": { "color": "#4f8ef7", "borderRadius": [4, 4, 0, 0] },
      "label": { "show": true, "position": "top" }
    }
  ]
}

Publication

Pal, A., Biswas, S., Das, A. et al. ICDAR 2025 Handwritten Notes Understanding Challenge. ICDAR 2025.