UNIKIE-BENCH: Benchmarking Large Multimodal Models for Key Information Extraction in Visual Documents

arXiv cs.CV / 4/27/2026

💬 OpinionSignals & Early TrendsModels & Research

Key Points

  • UNIKIE-BENCH is a new unified benchmark on arXiv for evaluating Large Multimodal Models (LMMs) on Key Information Extraction (KIE) from real-world visual documents where layout, quality, and task requirements vary widely.
  • The benchmark includes two tracks—one with constrained, scenario-defined schemas to match practical use cases, and another open-category track that extracts any explicitly stated key information.
  • Experiments across 15 state-of-the-art LMMs show notable performance drops when schema definitions change, when key fields are rare/long-tail, and when document layouts become complex.
  • Results also indicate large performance differences across document types and scenarios, highlighting ongoing difficulties in reliable grounding accuracy and layout-aware reasoning for LMM-based KIE.
  • The paper provides access to the code and datasets via the project’s GitHub repository to support systematic, repeatable evaluation.

Abstract

Key Information Extraction (KIE) from real-world documents remains challenging due to substantial variations in layout structures, visual quality, and task-specific information requirements. Recent Large Multimodal Models (LMMs) have shown promising potential for performing end-to-end KIE directly from document images. To enable a comprehensive and systematic evaluation across realistic and diverse application scenarios, we introduce UNIKIE-BENCH, a unified benchmark designed to rigorously evaluate the KIE capabilities of LMMs. UNIKIE-BENCH consists of two complementary tracks: a constrained-category KIE track with scenario-predefined schemas that reflect practical application needs, and an open-category KIE track that extracts any key information that is explicitly present in the document. Experiments on 15 state-of-the-art LMMs reveal substantial performance degradation under diverse schema definitions, long-tail key fields, and complex layouts, along with pronounced performance disparities across different document types and scenarios. These findings underscore persistent challenges in grounding accuracy and layout-aware reasoning for LMM-based KIE. All codes and datasets are available at https://github.com/NEUIR/UNIKIE-BENCH.