Source-linked AI summary

From One Point to A Manifold: Knowledge Graph Embedding For Precise Link Prediction

Han Xiao, Minlie Huang, Xiaoyan Zhu

arXiv:1512.04792v5cs.AIcs.LG

TL;DR

Knowledge graph embedding methods struggle with precise link prediction because their algebraic systems can be ill-posed and their geometry can force facts into overly strict point representations. ManifoldE addresses both issues with manifold-based models, achieving substantial benchmark improvements, especially for precise prediction, while maintaining high efficiency.

  • Problem

    Existing knowledge graph embedding methods lack a mechanism that reliably ranks the exact correct entity ahead of plausible candidates, partly because of ill-posed algebraic systems and over-strict geometry.

  • Method

    ManifoldE replaces translation-based point modeling with a manifold-based principle and models such as Sphere and Hyperplane.

  • Results

    ManifoldE achieves substantial improvements over state-of-the-art baselines, particularly for precise link prediction, while maintaining high efficiency.

  • Takeaways & Limitations

    Expanding golden-triple representations from points to manifolds provides a more expressive basis for distinguishing true facts from plausible false ones.

  • Takeaways & Limitations

    Related-concept errors account for 63% of analyzed cases, and the paper attributes these errors to the relatively simple manifolds used by ManifoldE.

Abstract

from arXiv · show

Knowledge graph embedding aims at offering a numerical knowledge representation paradigm by transforming the entities and relations into continuous vector space. However, existing methods could not characterize the knowledge graph in a fine degree to make a precise prediction. There are two reasons: being an ill-posed algebraic system and applying an overstrict geometric form. As precise prediction is critical, we propose an manifold-based embedding principle (\textbf{ManifoldE}) which could be treated as a well-posed algebraic system that expands the position of golden triples from one point in current models to a manifold in ours. Extensive experiments show that the proposed models achieve substantial improvements against the state-of-the-art baselines especially for the precise prediction task, and yet maintain high efficiency.

1 Introduction

The paper identifies precise link prediction as an unresolved knowledge-graph embedding problem caused by ill-posed algebraic systems and over-strict point-based geometry. It proposes ManifoldE, which replaces point-wise modeling with manifold-based representations to improve precision while remaining efficient.

  • 1 Introduction: Precise link prediction requires ranking the exact correct entity ahead of merely plausible candidates, improving knowledge completion, reasoning, and related tasks.Existing methods may retrieve candidate entities without ensuring that the correct answer ranks first.
  • 1 Introduction: The problem arises from both an ill-posed algebraic system and an over-strict geometric form.Translation-based embeddings can have more equations than free variables, while many true facts are forced toward one geometric point.
  • 1 Introduction: ManifoldE replaces the translation principle with a manifold-based principle, producing a nearly well-posed system by increasing the available free parameters.The proposed formulation uses a manifold function and can satisfy d ≥ T/(E+R), so equations need not outnumber free parameters.
  • 1 Introduction: The geometric formulation expands the position of golden facts from one point to a manifold, accommodating multiple entities associated with complex relations.The paper motivates this change using many-to-many relations, where forcing several true tails toward one point causes objective-function loss.
  • 1 Introduction: ManifoldE is presented as addressing precise link prediction, improving over state-of-the-art baselines particularly on precision while retaining high efficiency.The introduction summarizes the method as a formal response to both identified causes of imprecise prediction.

2 Related Work

Related work includes translation-based, structured, semantic-matching, neural, latent-factor, tensor, and collective-factorization approaches to knowledge graph embedding. These methods differ in how they transform entities and combine entity–relation information in scoring functions.

  • 2 Related Work: Translation-based methods model relations through transformations such as TransE translation, TransH projection, and TransR rotation.Other related models incorporate relation types, paths with confidence levels, semantic smoothness, or uncertainty.
  • 2 Related Work: The Unstructured Model simplifies TransE by ignoring relation information and scoring entity similarity directly.Its score function is based on the distance between head and tail embeddings.
  • 2 Related Work: Structured and semantic-matching models use entity-specific transformations, matrix operators, and correlations between entities and relations.SE transforms entity spaces with head- and tail-specific matrices, while SME combines entity and relation representations through matrix operators.
  • 2 Related Work: Neural and latent-factor approaches model knowledge-graph scores with neural networks, quadratic forms, or higher-order interactions.SLM applies relation-specific neural transformations, LFM uses second-order entity correlations, and NTN combines neural and tensor-style components.

3 Methods

ManifoldE replaces point-based translation constraints with manifolds, modeling tail entities as lying on relation-specific geometric structures. Sphere and hyperplane variants improve algebraic flexibility and precise representation while retaining near-TransE efficiency.

  • Manifold-based principle: ManifoldE replaces the translation principle h + r = t with a manifold constraint whose score measures a triple’s distance from the manifold.The manifold function maps a head, relation, and tail to a real-valued score, with a relation-specific manifold parameter.
  • Sphere: In the Sphere setting, tail entities lie on a high-dimensional sphere centered at h + r with radius D_r.When D_r is zero, the sphere collapses to the point used by translation-based models.
  • Sphere: Kernelization maps the sphere into a Hilbert space, with the induced kernel expanding the representation beyond the original linear sphere formulation.Using a linear kernel reduces the kernelized function to the original sphere manifold.
  • Hyperplane: Hyperplanes provide more intersection solutions than spheres when their normal vectors are not parallel, reducing losses from nonintersecting manifolds.The model uses directions based on h + r_head and relation-specific biases to define the hyperplanes.
  • Hyperplane: The absolute operator doubles one-dimensional solutions for t, allowing two tail entities to match one head-relation pair precisely.This operator is introduced to enlarge the number of precisely predicted tail entities and increase embedding flexibility.
  • Algebraic perspective: Manifold-based models use one equation per fact and can provide more algebraically stable, flexible solutions than overconstrained translation systems.The method enlarges the position of golden triples from a point to a manifold, while training uses rank-based hinge loss and SGD.
  • Efficiency: Computation is bounded by O(λ × O(TransE)) with λ ≥1, making ManifoldE comparable in efficiency to TransE.The constant λ accounts for manifold operations and kernelization.

4 Experiments

Experiments evaluate ManifoldE on link prediction and triple classification using benchmark datasets and established protocols. ManifoldE outperforms baselines, particularly on precise prediction and complex relations, while error analysis identifies dataset incompleteness and limitations of simple manifolds.

  • 4.1 Link Prediction: Evaluation ranks corrupted triples using HITS@N under Raw and Filter settings, with HITS@1 targeting precise prediction and HITS@10 measuring common reasoning ability.The Filter setting removes corrupted triples already present in the datasets and is preferred for evaluation.
  • 4.1 Link Prediction: ManifoldE beats all baselines across link-prediction subtasks, with HITS@1 gains over TransE of 85.1% on WN18 and 162.7% on FB15K.The comparisons report TransE versus ManifoldE(Sphere) scores of 29.5% versus 55% on WN18 and 24.4% versus 64.1% on FB15K.
  • 4.2 Triple Classification: ManifoldE achieves the best overall triple-classification performance, including improvements from 71.4% to 86.3% on WN11 Type Of and from 95.1% to 99.5% on FB13 Gender.The reported relation-level comparisons concern a complex relation and an extreme N-1 relation.
  • 4.3 Visualization Comparison between Translation-Based and Manifold-Based Principle: Visualization shows more noise near the true-fact region for translation-based embeddings, whereas the manifold-based principle alleviates this issue.The comparison is presented in Fig.1 as evidence concerning discriminative capability for precise knowledge embedding.
  • 4.4 Error Analysis: Among 100 sampled errors, 29% were correct but absent from the knowledge graph, 63% were related concepts, and 8% were difficult to interpret.The related-concept category is attributed to the relatively simple manifolds used by ManifoldE.

5 Conclusions

The paper frames precise link prediction as a problem caused by ill-posed algebraic systems and over-restricted geometric modeling, and proposes manifold-based ManifoldE models to address both. Experiments report substantial improvements over state-of-the-art baselines.

  • ManifoldE models address precise link prediction by combining a manifold-based principle with Sphere and Hyperplane variants.
  • The proposed principle makes the embedding system nearly well-posed algebraically and expands point-wise translation modeling into manifold-wise modeling.
  • Experiments show substantial improvements against state-of-the-art baselines for the proposed method.
Loading 1512.04792v5…