Entity Embeddings

70 papers with code • 0 benchmarks • 2 datasets

Entity Embeddings is a technique for applying deep learning to tabular data. It involves representing the categorical data of an information systems entity with multiple dimensions.

An entity-guided text summarization framework with relational heterogeneous graph neural network

jingqiangchen/kbsumm 7 Feb 2023

Firstly, entities are leveraged to construct a sentence-entity graph with weighted multi-type edges to model sentence relations, and a relational heterogeneous GNN for summarization is proposed to calculate node encodings.

1
07 Feb 2023

Entity-Agnostic Representation Learning for Parameter-Efficient Knowledge Graph Embedding

zjukg/earl 3 Feb 2023

In our proposed model, Entity-Agnostic Representation Learning (EARL), we only learn the embeddings for a small set of entities and refer to them as reserved entities.

12
03 Feb 2023

Inductive Logical Query Answering in Knowledge Graphs

tgebhart/sheaf_kg_transind 13 Oct 2022

Exploring the efficiency--effectiveness trade-off, we find the inductive relational structure representation method generally achieves higher performance, while the inductive node representation method is able to answer complex queries in the inference-only regime without any training on queries and scales to graphs of millions of nodes.

1
13 Oct 2022

Grape: Knowledge Graph Enhanced Passage Reader for Open-domain Question Answering

jumxglhf/grape 6 Oct 2022

In light of this, we propose a novel knowledge Graph enhanced passage reader, namely Grape, to improve the reader performance for open-domain QA.

23
06 Oct 2022

A Simple Temporal Information Matching Mechanism for Entity Alignment Between Temporal Knowledge Graphs

lcai2/stea COLING 2022

However, we believe that it is not necessary to learn the embeddings of temporal information in KGs since most TKGs have uniform temporal representations.

2
20 Sep 2022

Embedding-Based Entity Alignment Using Relation Structural Similarity

pengyanhui/RSimEA 2020 IEEE International Conference on Knowledge Graph (ICKG) 2022

Then, it iteratively computes the structural similarity between the relations in different knowledge graphs according to the seed alignments and the alignments with high reliability generated during training, which makes the embeddings of relations with high similarity closer to each other.

0
11 Sep 2022

Conflict-Aware Pseudo Labeling via Optimal Transport for Entity Alignment

qdin4048/CPL-OT 5 Sep 2022

The key idea is to iteratively pseudo-label alignment pairs empowered with conflict-aware optimal transport (OT) modeling to boost the precision of entity alignment.

0
05 Sep 2022

Ered: Enhanced Text Representations with Entities and Descriptions

lshowway/ered 18 Aug 2022

On the one hand, it is implicit and only model weights are paid attention to, the pre-trained entity embeddings are ignored.

2
18 Aug 2022

StarGraph: Knowledge Representation Learning based on Incomplete Two-hop Subgraph

hzli-ucas/StarGraph 27 May 2022

Conventional representation learning algorithms for knowledge graphs (KG) map each entity to a unique embedding vector, ignoring the rich information contained in the neighborhood.

13
27 May 2022

ClusterEA: Scalable Entity Alignment with Stochastic Training and Normalized Mini-batch Similarities

joker-xii/clusterea 20 May 2022

To tackle this challenge, we present ClusterEA, a general framework that is capable of scaling up EA models and enhancing their results by leveraging normalization methods on mini-batches with a high entity equivalent rate.

11
20 May 2022