paper-with-me

Papers

Entity Alignment with Reliable Path Reasoning and Relation-Aware Heterogeneous Graph Transformer

2022-05-18 · Weishan Cai, Wenjun Ma, Jieyu Zhan, Yuncheng Jiang

Entity Alignment (EA) has attracted widespread attention in both academia and industry, which aims to seek entities with same meanings from different Knowledge Graphs (KGs). There are substantial multi-step relation paths between entities in KGs, indicating the semantic relations of entities. However, existing methods rarely consider path information because not all natural paths facilitate for EA judgment. In this paper, we propose a more effective entity alignment framework, RPR-RHGT, which integrates relation and path structure information, as well as the heterogeneous information in KGs. Impressively, an initial reliable path reasoning algorithm is developed to generate the paths favorable for EA task from the relation structures of KGs, which is the first algorithm in the literature to successfully use unrestricted path information. In addition, to efficiently capture heterogeneous features in entity neighborhoods, a relation-aware heterogeneous graph transformer is designed to model the relation and path structures of KGs. Extensive experiments on three well-known datasets show RPR-RHGT significantly outperforms 11 state-of-the-art methods, exceeding the best performing baseline up to 8.62% on Hits@1. We also show its better performance than the baselines on different ratios of training set, and harder datasets.

📄 PDF Abstract BibTeX arXiv:2205.08806

Code (0)

등록된 구현이 없습니다.

Tasks

Entity AlignmentKnowledge GraphsRelation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
LapEigen 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

Informed Multi-context Entity Alignment

2022-01-02 · Kexuan Xin, Zequn Sun, Wen Hua, Wei Hu 외

Entity alignment is a crucial step in integrating knowledge graphs (KGs) from multiple sources. Previous attempts at entity alignment have explored different KG structures, such as neighborhood-based and path-based conte…

Entity AlignmentEntity EmbeddingsKnowledge GraphsRelation

SIRE: Separate Intra- and Inter-sentential Reasoning for Document-level Relation Extraction

2021-06-03 · Findings (ACL) 2021 8 · Shuang Zeng, Yuting Wu, Baobao Chang

Document-level relation extraction has attracted much attention in recent years. It is usually formulated as a classification problem that predicts relations for all entity pairs in the document. However, previous works …

Document-level Relation ExtractionLogical ReasoningRelationRelation Extraction

FlowRAG: Synergizing Explicit Reasoning via Frequency-Aware Multi-Granularity Graph Flow

2026-06-16 · Bihao Zhan, Zongsheng Cao, Jie Zhou, Bo Zhang 외 arxiv

Graph-based retrieval-augmented generation (GraphRAG) is effective for knowledge-intensive and multi-hop query tasks; however, many existing methods primarily seed entity-based graphs and rely on implicit semantic releva…

AtomicRAG: Atom-Entity Graphs for Retrieval-Augmented Generation

2026-02-10 · Yanning Hou, Duanyang Yuan, Sihang Zhou, Xiaoshu Chen 외 arxiv

Recent GraphRAG methods integrate graph structures into text indexing and retrieval, using knowledge graph triples to connect text chunks, thereby improving retrieval coverage and precision. However, we observe that trea…

Entity Linking

Debate to Align: Reliable Entity Alignment through Two-Stage Multi-Agent Debate

2026-04-15 · Cunda Wang, Ziying Ma, Po Hu, Weihua Wang 외 arxiv

Entity alignment (EA) aims to identify entities referring to the same real-world object across different knowledge graphs (KGs). Recent approaches based on large language models (LLMs) typically obtain entity embeddings …

Representation LearningKnowledge GraphsEntity AlignmentDecision Making