Cross-lingual Knowledge Graph Alignment via Graph Convolutional Networks (D18-1)
Copied to clipboard
| Challenge: | Existing approaches to align multilingual knowledge graphs with counterparts in different languages are not effective. |
| Approach: | They propose a novel approach for cross-lingual KG alignment via graph convolutional networks . they train GCNs to embed entities of each language into a unified vector space . |
| Outcome: | The proposed approach gets the best performance on real multilingual KGs compared with other embedding-based approaches. |
Similar Papers
Aligning Cross-Lingual Entities with Multi-Aspect Information (D19-1)
Copied to clipboard
| Challenge: | Existing knowledge graphs that represent entities in different languages are not covered by existing systems. |
| Approach: | They propose two ways to embed entities from multilingual knowledge graphs into the same vector space, where equivalent entities are close to each other. |
| Outcome: | The proposed method significantly outperforms existing systems on two benchmark datasets. |
Cross-lingual Knowledge Graph Alignment via Graph Matching Neural Network (P19-1)
Copied to clipboard
| Challenge: | Existing approaches to cross-lingual knowledge graph (KG) alignment rely on entity embeddings derived from monolingual KG structural information. |
| Approach: | They propose a topic entity graph to represent entities with contextual information in KGs. |
| Outcome: | The proposed model outperforms state-of-the-art methods by a large margin. |
Knowledge Graph Alignment with Entity-Pair Embedding (2020.emnlp-main)
Copied to clipboard
| Challenge: | Existing methods for Knowledge Graph (KG) alignment are not satisfactory. |
| Approach: | They propose a method that directly learns embeddings of entity-pairs for KG alignment. |
| Outcome: | The proposed approach can achieve state-of-the-art on five real-world datasets. |
A Contextual Alignment Enhanced Cross Graph Attention Network for Cross-lingual Entity Alignment (2020.coling-main)
Copied to clipboard
| Challenge: | Existing methods for cross-lingual entity alignment ignore useful pre-aligned links between two KGs. |
| Approach: | They propose a novel method that jointly learns embeddings in different KGs by propagating cross-KG information through pre-aligned seed alignments. |
| Outcome: | The proposed method achieves remarkable performance gains on three benchmark cross-lingual entity alignment datasets. |
Modeling Multi-mapping Relations for Precise Cross-lingual Entity Alignment (D19-1)
Copied to clipboard
| Challenge: | Entity alignment aims to find entities in different knowledge graphs (KGs) that refer to the same real-world object. |
| Approach: | They propose to use dot product-based functions to define dot products over embeddings to better capture semantics of 1-N, N-1 and N-N relations. |
| Outcome: | The proposed framework outperforms existing methods on multilingual datasets. |
Joint Completion and Alignment of Multilingual Knowledge Graphs (2022.emnlp-main)
Copied to clipboard
| Challenge: | Existing methods for knowledge graph completion are incomplete, as curators struggle to keep up with the real world. |
| Approach: | They propose a multitask approach to solve missing facts in incomplete Knowledge Graphs . they add a relation representation to the existing KG embedding scheme . |
| Outcome: | The proposed system outperforms existing models in seven languages compared to existing models . it also outperformed existing models, underscoring the value of joint alignment and completion. |
Cross-lingual Entity Alignment with Incidental Supervision (2021.eacl-main)
Copied to clipboard
| Challenge: | Existing methods to match entities in multilingual knowledge graphs are insufficient, resulting in inconsistent seed alignment between KGs. |
| Approach: | They propose a model that integrates multilingual KGs and monolingual text corpora in a shared embedding scheme and a self-learning based alignment learning process to induce correspondence between entities and lexemes. |
| Outcome: | The proposed model significantly outperforms state-of-the-art methods on benchmark datasets and significantly outpersts existing methods. |
Semi-supervised Entity Alignment via Joint Knowledge Embedding Model and Cross-graph Model (D19-1)
Copied to clipboard
| Challenge: | Entity alignment aims at integrating complementary knowledge graphs (KGs) from different sources or languages. |
| Approach: | They propose a semi-supervised entity alignment method by joint Knowledge Embedding model and Cross-Graph model to make better use of seed alignments to propagate over the entire graphs with KG-based constraints. |
| Outcome: | The proposed method can make better use of seed alignments to propagate over entire graphs with KG-based constraints. |
Multilingual Knowledge Graph Completion with Language-Sensitive Multi-Graph Attention (2023.acl-long)
Copied to clipboard
| Challenge: | Existing approaches to multilingual knowledge graph completion have two drawbacks: alignment dependency and training inefficiency. |
| Approach: | They propose a multilingual knowledge graph completion framework with language-sensitive multi-graph attention to predict missing links on all given KGs. |
| Outcome: | The proposed model improves on the DBP-5L and E-PKG datasets. |
Cross-lingual Text Classification with Heterogeneous Graph Neural Network (2021.acl-short)
Copied to clipboard
| Challenge: | Existing methods for cross-lingual text classification only consider factors beyond semantic similarity, causing performance degradation between some language pairs. |
| Approach: | They propose a method to incorporate heterogeneous information within and across languages for cross-lingual text classification using graph convolutional networks. |
| Outcome: | The proposed method significantly outperforms state-of-the-art models on all tasks and achieves consistent performance gain over baselines in low-resource settings. |