Data-dependent Learning of Symmetric/Antisymmetric Relations for Knowledge Base Completion
Hitoshi Manabe, Katsuhiko Hayashi, Masashi Shimbo

TL;DR
This paper introduces a data-dependent regularizer for Complex Embeddings that promotes symmetry or antisymmetry in relations, improving knowledge base completion performance by tailoring the model to relation properties.
Contribution
It proposes a novel L1 regularizer that adaptively enforces symmetry or antisymmetry in relation embeddings based on data, enhancing existing embedding methods.
Findings
Outperforms original Complex Embeddings on FB15k dataset
Effectively promotes relation-specific symmetry or antisymmetry
Improves accuracy in knowledge base completion tasks
Abstract
Embedding-based methods for knowledge base completion (KBC) learn representations of entities and relations in a vector space, along with the scoring function to estimate the likelihood of relations between entities. The learnable class of scoring functions is designed to be expressive enough to cover a variety of real-world relations, but this expressive comes at the cost of an increased number of parameters. In particular, parameters in these methods are superfluous for relations that are either symmetric or antisymmetric. To mitigate this problem, we propose a new L1 regularizer for Complex Embeddings, which is one of the state-of-the-art embedding-based methods for KBC. This regularizer promotes symmetry or antisymmetry of the scoring function on a relation-by-relation basis, in accordance with the observed data. Our empirical evaluation shows that the proposed method outperforms…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Advanced Graph Neural Networks · Data Mining Algorithms and Applications
