paper-with-me

Papers

Beyond Blind Spots: Analytic Hints for Mitigating LLM-Based Evaluation Pitfalls

2025-12-18 · Ora Nova Fandina, Eitan Farchi, Shmulik Froimovich, Raviv Gal, Wesam Ibraheem, Rami Katan, Alice Podolsky arxiv

Large Language Models are increasingly deployed as judges (LaaJ) in code generation pipelines. While attractive for scalability, LaaJs tend to overlook domain specific issues raising concerns about their reliability in critical evaluation tasks. To better understand these limitations in practice, we examine LaaJ behavior in a concrete industrial use case: legacy code modernization via COBOL code generation. In this setting, we find that even production deployed LaaJs can miss domain critical errors, revealing consistent blind spots in their evaluation capabilities. To better understand these blind spots, we analyze generated COBOL programs and associated LaaJs judgments, drawing on expert knowledge to construct a preliminary taxonomy. Based on this taxonomy, we develop a lightweight analytic checker tool that flags over 30 domain specific issues observed in practice. We use its outputs as analytic hints, dynamically injecting them into the judges prompt to encourage LaaJ to revisit aspects it may have overlooked. Experiments on a test set of 100 programs using four production level LaaJs show that LaaJ alone detects only about 45-63% of the errors present in the code (in all judges we tested), while the analytic checker alone lacks explanatory depth. When combined, the LaaJ+Hints configuration achieves up to 74% coverage (for the best performing judge and injection prompt) and produces qualitatively richer, more accurate explanations, demonstrating that analytic-LLM hybrids can substantially enhance evaluation reliability in deployed pipelines. We release the dataset and all used prompts.

📄 PDF Abstract BibTeX arXiv:2512.16272

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

Blind-Spots-Bench: Evaluating Blind Spots in Multimodal Models

2026-07-09 · Matteo Santelmo, Xiuying Wei, Israa Fakih, Felix Bauer 외 arxiv

Modern AI models achieve strong performance on many established benchmarks, yet they still fail on tasks that humans find almost trivial, such as manipulating a string or drawing a dog with five legs. These examples sugg…

ESCAPE: Countering Systematic Errors from Machine's Blind Spots via Interactive Visual Analysis

2023-03-16 · Yongsu Ahn, Yu-Ru Lin, Panpan Xu, Zeng Dai

Classification models learn to generalize the associations between data samples and their target classes. However, researchers have increasingly observed that machine learning practice easily leads to systematic errors i…

Discovering Blind Spots in Reinforcement Learning

2018-05-23 · Ramya Ramakrishnan, Ece Kamar, Debadeepta Dey, Julie Shah 외

Agents trained in simulation may make errors in the real world due to mismatches between training and execution environments. These mistakes can be dangerous and difficult to discover because the agent cannot predict the…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Blind2Unblind: Self-Supervised Image Denoising with Visible Blind Spots

2022-03-14 · CVPR 2022 1 · Zejin Wang, Jiazheng Liu, Guoqing Li, Hua Han

Real noisy-clean pairs on a large scale are costly and difficult to obtain. Meanwhile, supervised denoisers trained on synthetic data perform poorly in practice. Self-supervised denoisers, which learn only from single no…

DenoisingImage Denoising

Methodological Blind Spots in Machine Learning Fairness: Lessons from the Philosophy of Science and Computer Science

2019-10-31 · Samuel Deng, Achille Varzi

In the ML fairness literature, there have been few investigations through the viewpoint of philosophy, a lens that encourages the critical evaluation of basic assumptions. The purpose of this paper is to use three ideas …

BIG-bench Machine LearningFairnessPhilosophy