paper-with-me

홈 › Papers

Neural Graph Matching for Modification Similarity Applied to Electronic Document Comparison

2022-04-12 · Po-Fang Hsu, Chiching Wei

In this paper, we present a novel neural graph matching approach applied to document comparison. Document comparison is a common task in the legal and financial industries. In some cases, the most important differences may be the addition or omission of words, sentences, clauses, or paragraphs. However, it is a challenging task without recording or tracing whole edited process. Under many temporal uncertainties, we explore the potentiality of our approach to proximate the accurate comparison to make sure which element blocks have a relation of edition with others. In beginning, we apply a document layout analysis that combining traditional and modern technics to segment layout in blocks of various types appropriately. Then we transform this issue to a problem of layout graph matching with textual awareness. About graph matching, it is a long-studied problem with a broad range of applications. However, different from previous works focusing on visual images or structural layout, we also bring textual features into our model for adapting this domain. Specifically, based on the electronic document, we introduce an encoder to deal with the visual presentation decoding from PDF. Additionally, because the modifications can cause the inconsistency of document layout analysis between modified documents and the blocks can be merged and split, Sinkhorn divergence is adopted in our graph neural approach, which tries to overcome both these issues with many-to-many block matching. We demonstrate this on two categories of layouts, as follows., legal agreement and scientific articles, collected from our real-case datasets.

📄 PDF Abstract BibTeX arXiv:2204.05486

Code (0)

등록된 구현이 없습니다.

Tasks

ArticlesDocument Layout AnalysisGraph Matching

Similar Papers 제목 키워드 기반

Applying graph matching techniques to enhance reuse of plant design information

2021-03-23 · Miia Rantala, Hannu Niemistö, Tommi Karhela, Seppo Sierla 외

This article investigates how graph matching can be applied to process plant design data in order to support the reuse of previous designs. A literature review of existing graph matching algorithms is performed, and a gr…

Graph Matching

Complex Ontology Matching with Large Language Model Embeddings

2025-02-19 · Guilherme Sousa, Rinaldo Lima, Cassia Trojahn

Ontology, and more broadly, Knowledge Graph Matching is a challenging task in which expressiveness has not been fully addressed. Despite the increasing use of embeddings and language models for this task, approaches for …

Graph MatchingLanguage ModelingLanguage ModellingLarge Language Model+5

SYNRARE: Synthetic Rare Disease EHR Generation for ML Benchmarking

2026-07-10 · Nicolai Dinh Khang Truong, Richard Röttger arxiv

Motivation: Rare disease (RD) diagnosis is frequently delayed due to the similarities in symptoms to common disease variants. Machine Learning Algorithms applied to Electronic Health Records show promise for accelerating…

Synthetic Data Generation

Kinematic Structure Correspondences via Hypergraph Matching

2016-06-01 · CVPR 2016 6 · Hyung Jin Chang, Tobias Fischer, Maxime Petit, Martina Zambelli 외

In this paper, we present a novel framework for finding the kinematic structure correspondence between two objects in videos via hypergraph matching. In contrast to prior appearance and graph alignment based matching met…

Hypergraph Matching

PRISM: Breaking the O(n) Memory Wall in Long-Context LLM Inference via O(1) Photonic Block Selection

2026-03-23 · Hyoseok Park, Yeonsang Park arxiv

Long-context LLM inference is bottlenecked not by compute but by the O(n) memory bandwidth cost of scanning the KV cache at every decode step -- a wall that no amount of arithmetic scaling can break. Recent photonic acce…