paper-with-me

Papers

Hypergraph based Understanding for Document Semantic Entity Recognition

2024-07-09 · Qiwei Li, Zuchao Li, Ping Wang, Haojun Ai, Hai Zhao

Semantic entity recognition is an important task in the field of visually-rich document understanding. It distinguishes the semantic types of text by analyzing the position relationship between text nodes and the relation between text content. The existing document understanding models mainly focus on entity categories while ignoring the extraction of entity boundaries. We build a novel hypergraph attention document semantic entity recognition framework, HGA, which uses hypergraph attention to focus on entity boundaries and entity categories at the same time. It can conduct a more detailed analysis of the document text representation analyzed by the upstream model and achieves a better performance of semantic information. We apply this method on the basis of GraphLayoutLM to construct a new semantic entity recognition model HGALayoutLM. Our experiment results on FUNSD, CORD, XFUND and SROIE show that our method can effectively improve the performance of semantic entity recognition tasks based on the original model. The results of HGALayoutLM on FUNSD and XFUND reach the new state-of-the-art results.

📄 PDF Abstract BibTeX arXiv:2407.06904

Code (1)

Line-Kite/HGALayoutLM 공식 구현 pytorch

Tasks

document understanding

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

EHRAG: Bridging Semantic Gaps in Lightweight GraphRAG via Hybrid Hypergraph Construction and Retrieval

2026-04-19 · Yifan Song, Xingjian Tao, Zhicheng Yang, Yihong Luo 외 arxiv

Graph-based Retrieval-Augmented Generation (GraphRAG) enhances LLMs by structuring corpus into graphs to facilitate multi-hop reasoning. While recent lightweight approaches reduce indexing costs by leveraging Named Entit…

Semantic Retrieval

Dynamic Manipulation Hypergraphs for HAR: Beyond Pairwise Relations: Dynamic Manipulation Hypergraphs for Vision-Based Human Activity Recognition

2026-07-15 · Fatemeh Ziaeetabar arxiv

Fine-grained manipulation recognition requires modeling evolving relations among hands, objects, tools, and supporting surfaces. Conventional graph-based methods use pairwise edges that can fragment a coordinated event i…

Human Activity Recognition

Hypergraph-of-Entity: A General Model for Entity-Oriented Search

2021-09-01 · José Devezas, Sérgio Nunes

The hypergraph-of-entity was conceptually proposed as a general model for entity-oriented search. However, only the performance for ad hoc document retrieval had been assessed. We continue this line of research by also e…

Entity RetrievalInformation RetrievalRetrieval

Towards Few-shot Entity Recognition in Document Images: A Label-aware Sequence-to-Sequence Framework

2022-03-30 · Findings (ACL) 2022 5 · Zilong Wang, Jingbo Shang

Entity recognition is a fundamental task in understanding document images. Traditional sequence labeling frameworks treat the entity types as class IDs and rely on extensive data and high-quality annotations to learn sem…

Towards Few-shot Entity Recognition in Document Images: A Label-aware Sequence-to-Sequence Framework

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Entity recognition is a fundamental task in understanding document images. Traditional sequence labeling framework requires extensive datasets and high-quality annotations, which are typically expensive in practice. In t…