TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/PEneo: Unifying Line Extraction, Line Grouping, and Entity...

PEneo: Unifying Line Extraction, Line Grouping, and Entity Linking for End-to-end Document Pair Extraction

Zening Lin, Jiapeng Wang, Teng Li, Wenhui Liao, Dayi Huang, Longfei Xiong, Lianwen Jin

2024-01-07Relation ExtractionSemantic entity labelingKey Information ExtractionKey-value Pair Extraction
PaperPDFCode(official)

Abstract

Document pair extraction aims to identify key and value entities as well as their relationships from visually-rich documents. Most existing methods divide it into two separate tasks: semantic entity recognition (SER) and relation extraction (RE). However, simply concatenating SER and RE serially can lead to severe error propagation, and it fails to handle cases like multi-line entities in real scenarios. To address these issues, this paper introduces a novel framework, PEneo (Pair Extraction new decoder option), which performs document pair extraction in a unified pipeline, incorporating three concurrent sub-tasks: line extraction, line grouping, and entity linking. This approach alleviates the error accumulation problem and can handle the case of multi-line entities. Furthermore, to better evaluate the model's performance and to facilitate future research on pair extraction, we introduce RFUND, a re-annotated version of the commonly used FUNSD and XFUND datasets, to make them more accurate and cover realistic situations. Experiments on various benchmarks demonstrate PEneo's superiority over previous pipelines, boosting the performance by a large margin (e.g., 19.89%-22.91% F1 score on RFUND-EN) when combined with various backbones like LiLT and LayoutLMv3, showing its effectiveness and generality. Codes and the new annotations are available at https://github.com/ZeningLin/PEneo.

Results

TaskDatasetMetricValueModel
Key Information ExtractionRFUND-ENkey-value pair F179.27PEneo (LayoutLMv3_base)
Key Information ExtractionRFUND-ENkey-value pair F174.29PEneo (LiLT[InfoXLM]_base)
Key Information ExtractionRFUND-ENkey-value pair F174.25PEneo (LayoutXLM_base)
Key Information ExtractionRFUND-ENkey-value pair F174.22PEneo (LiLT[EN-R]_base)
Key Information ExtractionRFUND-ENkey-value pair F171.97PEneo (LayoutLMv2_base)
Key Information ExtractionSIBRkey-value pair F182.52PEneo (LayoutLMv3_base_chinese)
Key Information ExtractionSIBRkey-value pair F182.36PEneo (LiLT[InfoXLM]_base)
Key Information ExtractionSIBRkey-value pair F182.23PEneo (LayoutXLM_base)

Related Papers

DocIE@XLLM25: In-Context Learning for Information Extraction using Fully Synthetic Demonstrations2025-07-08PaddleOCR 3.0 Technical Report2025-07-08Class-Agnostic Region-of-Interest Matching in Document Images2025-06-26Multiple Streams of Relation Extraction: Enriching and Recalling in Transformers2025-06-25Chaining Event Spans for Temporal Relation Grounding2025-06-17Summarization for Generative Relation Extraction in the Microbiome Domain2025-06-10Conservative Bias in Large Language Models: Measuring Relation Predictions2025-06-09Comparative Analysis of AI Agent Architectures for Entity Relationship Classification2025-06-03