Q-GNN: Query-Conditioned Graph Neural Networks with Type Awareness for Knowledge Graph Completion
Researchers have developed Q-GNN, a novel approach for knowledge graph completion that enhances reasoning by incorporating information from both the query entity and relation. Unlike previous methods that primarily used the relation to guide inference, Q-GNN leverages the structural context and semantic type of the query entity. The semantic type is inferred using a large language model, providing type-level constraints to the attention mechanism and final scoring. Experiments on standard benchmarks show that Q-GNN effectively improves knowledge graph completion. AI
IMPACT Introduces a new method for knowledge graph completion that could improve downstream AI applications relying on structured data.