paper-with-me

홈 › Papers

Attention-Based Graph Neural Network with Global Context Awareness for Document Understanding

2020-10-01 · CCL 2020 10 · Yuan Hua, Zheng Huang, Jie Guo, Weidong Qiu

Information extraction from documents such as receipts or invoices is a fundamental and crucial step for office automation. Many approaches focus on extracting entities and relationships from plain texts, however, when it comes to document images, such demand becomes quite challenging since visual and layout information are also of great significance to help tackle this problem. In this work, we propose the attention-based graph neural network to combine textual and visual information from document images.Moreover, the global node is introduced in our graph construction algorithm which is used as a virtual hub to collect the information from all the nodes and edges to help improve the performance. Extensive experiments on real-world datasets show that our method outperforms baseline methods by significant margins.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

document understandinggraph constructionGraph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Global Context-enhanced Graph Convolutional Networks for Document-level Relation Extraction

2020-12-01 · COLING 2020 8 · Huiwei Zhou, Yibin Xu, Weihong Yao, Zhe Liu 외

Document-level Relation Extraction (RE) is particularly challenging due to complex semantic interactions among multiple entities in a document. Among exiting approaches, Graph Convolutional Networks (GCN) is one of the m…

Document-level Relation ExtractionRelationRelation Extraction

AttentionRetriever: Attention Layers are Secretly Long Document Retrievers

2026-02-12 · David Jiahao Fu, Lam Thanh Do, Jiayu Li, Kevin Chen-Chuan Chang arxiv

Retrieval augmented generation (RAG) has been widely adopted to help Large Language Models (LLMs) to process tasks involving long documents. However, existing retrieval models are not designed for long document retrieval…

Retinal Vessel Segmentation with Deep Graph and Capsule Reasoning

2024-09-17 · Xinxu Wei, Xi Lin, Haiyun Liu, Shixuan Zhao 외

Effective retinal vessel segmentation requires a sophisticated integration of global contextual awareness and local vessel continuity. To address this challenge, we propose the Graph Capsule Convolution Network (GCC-UNet…

Graph AttentionImage SegmentationMedical Image SegmentationRetinal Vessel Segmentation+2

From Global to Local: Learning Context-Aware Graph Representations for Document Classification and Summarization

2026-02-03 · Ruangrin Ldallitsakool, Margarita Bugueño, Gerard de Melo arxiv

Recent NLP systems commonly represent documents as linear token sequences. Although this captures sequential order, it can hinder modeling long-range dependencies and global document structure, especially for long texts.…

Document ClassificationDocument Summarization

Attention Instruction: Amplifying Attention in the Middle via Prompting

2024-06-24 · Meiru Zhang, Zaiqiao Meng, Nigel Collier

The context window of large language models has been extended to 128k tokens or more. However, language models still suffer from position bias and have difficulty in accessing and using the middle part of the context due…

PositionQuestion AnsweringRAG