paper-with-me

Papers

SCORE: A Semantic Evaluation Framework for Generative Document Parsing

2025-09-16 · Renyu Li, Antonio Jimeno Yepes, Yao You, Kamil Pluciński, Maximilian Operlejn, Crag Wolfe arxiv

Multi-modal generative document parsing systems challenge traditional evaluation: unlike deterministic OCR or layout models, they often produce semantically correct yet structurally divergent outputs. Conventional metrics-CER, WER, IoU, or TEDS-misclassify such diversity as error, penalizing valid interpretations and obscuring system behavior. We introduce SCORE (Structural and COntent Robust Evaluation), an interpretation-agnostic framework that integrates (i) adjusted edit distance for robust content fidelity, (ii) token-level diagnostics to distinguish hallucinations from omissions, (iii) table evaluation with spatial tolerance and semantic alignment, and (iv) hierarchy-aware consistency checks. Together, these dimensions enable evaluation that embraces representational diversity while enforcing semantic rigor. Across 1,114 pages spanning a holistic benchmark and a field dataset, SCORE consistently revealed cross-dataset performance patterns missed by standard metrics. In 2-5% of pages with ambiguous table structures, traditional metrics penalized systems by 12-25% on average, leading to distorted rankings. SCORE corrected these cases, recovering equivalence between alternative but valid interpretations. Moreover, by normalizing generative outputs into a format-agnostic representation, SCORE reproduces traditional scores (e.g., table F1 up to 0.93) without requiring object-detection pipelines, demonstrating that generative parsing alone suffices for comprehensive evaluation. By exposing how interpretive diversity impacts evaluation outcomes and providing multi-dimensional, interpretable diagnostics, SCORE establishes foundational principles for semantically grounded, fair, and practical benchmarking of modern document parsing systems.

📄 PDF Abstract BibTeX arXiv:2509.19345

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Schema-Guided Hierarchical Information Extraction and Semantic Evaluation Using Generative AI

2026-08-06 · Modhurita Mitra, Jan-Willem Versteeg, Maarten D. Schermer, Shiva Nadi Najafabadi 외 arxiv

We present a schema-based framework for extracting complex, structured information from unstructured text documents using generative AI, followed by automated semantic evaluation of the extracted information against a go…

Information Extraction

Scalable and Effective Generative Information Retrieval

2023-11-15 · Hansi Zeng, Chen Luo, Bowen Jin, Sheikh Muhammad Sarwar 외

Recent research has shown that transformer networks can be used as differentiable search indexes by representing each document as a sequences of document ID tokens. These generative retrieval models cast the retrieval pr…

Information RetrievalRetrieval

Reference and Document Aware Semantic Evaluation Methods for Korean Language Summarization

2020-04-29 · COLING 2020 8 · Dongyub Lee, Myeongcheol Shin, Taesun Whang, Seungwoo Cho 외

Text summarization refers to the process that generates a shorter form of text from the source document preserving salient information. Many existing works for text summarization are generally evaluated by using recall-o…

Text Summarization

BL.Research at SemEval-2022 Task 8: Using various Semantic Information to evaluate document-level Semantic Textual Similarity

2022-07-01 · SemEval (NAACL) 2022 7 · Sebastien Dufour, Mohamed Mehdi Kandi, Karim Boutamine, Camille Gosse 외

This paper presents our system for document-level semantic textual similarity (STS) evaluation at SemEval-2022 Task 8: “Multilingual News Article Similarity”. The semantic information used is obtained by using different …

Document ClassificationSemantic Textual SimilaritySTS

Unsupervised Neural Generative Semantic Hashing

2019-06-03 · Casper Hansen, Christian Hansen, Jakob Grue Simonsen, Stephen Alstrup 외

Fast similarity search is a key component in large-scale information retrieval, where semantic hashing has become a popular strategy for representing documents as binary hash codes. Recent advances in this area have been…

Code GenerationDocument RankingInformation RetrievalRetrieval