LLM-as-a-Judge Scores Are Unreliable Optimization Signals in Closed-Loop Table Recognition

· Source: cs.CL updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Expert, extended

Summary

The study investigates the reliability of LLM-as-a-judge signals for optimization in closed-loop table recognition, using FinTabNet (476 tables) and OmniDocBench (272 tables) datasets. It found that judge signals were weak, with scores frequently tying (37.5% to 49.1% of distinct-output pairs) and rankings being irreproducible. Only one selection policy, relying on an earliest-iteration tie rule, marginally beat random selection, but its advantage was not attributable to judge scores alone. The iterative loop often degraded quality on FinTabNet (TEDS fell from 0.792 to 0.772) and had a statistically neutral mean effect on OmniDocBench, concealing severe table-level losses (11.8% on FinTabNet, 4.4% on OmniDocBench). Degradation stemmed from "target-preservation failure" under unconstrained regeneration, where improvement instructions caused structural changes. A structure-preservation constraint significantly reduced severe losses on FinTabNet (from 3.6% to 0.8%) and showed directional consistency on OmniDocBench. The findings emphasize that LLM evaluation ability does not imply optimization utility.

Key takeaway

For MLOps Engineers deploying LLM-driven iterative refinement in table recognition, you should not rely solely on LLM-as-a-judge scores for optimization signals. Your safest baseline is often retaining the initial output (iter0). Implement prompt-level structure-preservation constraints and deterministic structural guards to mitigate severe degradation. Always conduct small, labeled audits to predict loop effects, as a neutral mean can hide significant table-level failures.

Key insights

LLM-as-a-judge evaluation ability does not reliably translate to optimization utility in closed-loop table recognition.

Principles

Method

The study used an 8-iteration closed-loop image-to-HTML regeneration with Gemini 3.1 Flash Lite, comparing judge-feedback-based selection against random and oracle baselines, and testing structure-preservation constraints.

In practice

Topics

Code references

Best for: Research Scientist, AI Engineer, AI Scientist, Machine Learning Engineer, MLOps Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.