paper-with-me

Papers

An Effective and Efficient Entity Alignment Decoding Algorithm via Third-Order Tensor Isomorphism

2022-05-01 · ACL 2022 5 · Xin Mao, Meirong Ma, Hao Yuan, Jianchao Zhu, ZongYu Wang, Rui Xie, Wei Wu, Man Lan

Entity alignment (EA) aims to discover the equivalent entity pairs between KGs, which is a crucial step for integrating multi-source KGs.For a long time, most researchers have regarded EA as a pure graph representation learning task and focused on improving graph encoders while paying little attention to the decoding process.In this paper, we propose an effective and efficient EA Decoding Algorithm via Third-order Tensor Isomorphism (DATTI).Specifically, we derive two sets of isomorphism equations: (1) Adjacency tensor isomorphism equations and (2) Gramian tensor isomorphism equations.By combining these equations, DATTI could effectively utilize the adjacency and inner correlation isomorphisms of KGs to enhance the decoding process of EA.Extensive experiments on public datasets indicate that our decoding algorithm can deliver significant performance improvements even on the most advanced EA methods, while the extra required time is less than 3 seconds.

📄 PDF Abstract BibTeX

Code (1)

maoxinn/datti 공식 구현 tf

Tasks

Entity AlignmentGraph Representation LearningRepresentation Learning

Similar Papers 제목 키워드 기반

Coordinated Reasoning for Cross-Lingual Knowledge Graph Alignment

2020-01-23 · Kun Xu, Linfeng Song, Yansong Feng, Yan Song 외

Existing entity alignment methods mainly vary on the choices of encoding the knowledge graph, but they typically use the same decoding method, which independently chooses the local optimal match for each source entity. T…

Entity Alignment

Large-scale Entity Alignment via Knowledge Graph Merging, Partitioning and Embedding

2022-08-23 · Kexuan Xin, Zequn Sun, Wen Hua, Wei Hu 외

Entity alignment is a crucial task in knowledge graph fusion. However, most entity alignment approaches have the scalability problem. Recent methods address this issue by dividing large KGs into small blocks for embeddin…

Entity Alignment

Gradient Flow of Energy: A General and Efficient Approach for Entity Alignment Decoding

2024-01-23 · Yuanyi Wang, Haifeng Sun, Jingyu Wang, Qi Qi 외

Entity alignment (EA), a pivotal process in integrating multi-source Knowledge Graphs (KGs), seeks to identify equivalent entity pairs across these graphs. Most existing approaches regard EA as a graph representation lea…

Entity AlignmentEntity EmbeddingsGraph Representation LearningKnowledge Graphs+3

Language Model Decoding as Likelihood-Utility Alignment

2022-10-13 · Martin Josifoski, Maxime Peyrard, Frano Rajic, Jiheng Wei 외

A critical component of a successful language generation pipeline is the decoding algorithm. However, the general principles that should guide the choice of a decoding algorithm remain unclear. Previous works only compar…

Language ModelingLanguage ModellingmodelText Generation

Cascade Reward Sampling for Efficient Decoding-Time Alignment

2024-06-24 · Bolian Li, Yifan Wang, Anamika Lochab, Ananth Grama 외

Aligning large language models (LLMs) with human preferences is essential for their applications. Recently, decoding-time alignment has emerged as an effective plug-and-play technique that avoids fine-tuning model parame…

Text Generation