paper-with-me

홈 › Papers

ROPE: Reading Order Equivariant Positional Encoding for Graph-based Document Information Extraction

2021-06-21 · ACL 2021 5 · Chen-Yu Lee, Chun-Liang Li, Chu Wang, Renshen Wang, Yasuhisa Fujii, Siyang Qin, Ashok Popat, Tomas Pfister

Natural reading orders of words are crucial for information extraction from form-like documents. Despite recent advances in Graph Convolutional Networks (GCNs) on modeling spatial layout patterns of documents, they have limited ability to capture reading orders of given word-level node representations in a graph. We propose Reading Order Equivariant Positional Encoding (ROPE), a new positional encoding technique designed to apprehend the sequential presentation of words in documents. ROPE generates unique reading order codes for neighboring words relative to the target word given a word-level graph connectivity. We study two fundamental document entity extraction tasks including word labeling and word grouping on the public FUNSD dataset and a large-scale payment dataset. We show that ROPE consistently improves existing GCNs with a margin up to 8.4% F1-score.

📄 PDF Abstract BibTeX arXiv:2106.10786

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Graph Convolutional Networks 설명 없음

Similar Papers 제목 키워드 기반

A Circular Argument : Does RoPE need to be Equivariant for Vision?

2025-11-11 · Chase van de Geijn, Timo Lüddecke, Polina Turishcheva, Alexander S. Ecker arxiv

Rotary Positional Encodings (RoPE) have emerged as a highly effective technique for one-dimensional sequences in Natural Language Processing spurring recent progress towards generalizing RoPE to higher-dimensional data s…

Geometric Transformer with Interatomic Positional Encoding

2023-09-21 · NeurIPS 2023 11

The widespread adoption of Transformer architectures in various data modalities has opened new avenues for the applications in molecular modeling. Nevertheless, it remains elusive that whether the Transformer-based arch…

LoPE: Learnable Sinusoidal Positional Encoding for Improving Document Transformer Model

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Positional encoding plays a key role in Transformer-based architecture, which is to indicate and embed token sequential order information. Understanding documents with unreliable reading order information is a real chall…

document understanding

Improving Equivariant Networks with Probabilistic Symmetry Breaking

2025-03-27 · Hannah Lawrence, Vasco Portilheiro, Yan Zhang, Sékou-Oumar Kaba

Equivariance encodes known symmetries into neural networks, often enhancing generalization. However, equivariant networks cannot break symmetries: the output of an equivariant network must, by definition, have at least t…

Generalization BoundsInductive Bias

Group Equivariant Stand-Alone Self-Attention For Vision

2020-10-02 · ICLR 2021 1 · David W. Romero, Jean-Baptiste Cordonnier

We provide a general self-attention formulation to impose group equivariance to arbitrary symmetry groups. This is achieved by defining positional encodings that are invariant to the action of the group considered. Since…