TL;DR
This paper introduces a row-less universal schema model that predicts entity and relation types in knowledge bases, capable of generalizing to unseen entities and entity pairs with fewer parameters.
Contribution
The authors propose a novel row-less approach that eliminates per-row parameters by dynamically generating row vectors through learned aggregation functions, enabling predictions for unseen entities.
Findings
Achieves comparable accuracy to traditional models with fewer parameters.
Successfully predicts unseen entities and entity pairs.
Demonstrates effectiveness on relation and entity type prediction tasks.
Abstract
Universal schema predicts the types of entities and relations in a knowledge base (KB) by jointly embedding the union of all available schema types---not only types from multiple structured databases (such as Freebase or Wikipedia infoboxes), but also types expressed as textual patterns from raw text. This prediction is typically modeled as a matrix completion problem, with one type per column, and either one or two entities per row (in the case of entity types or binary relation types, respectively). Factorizing this sparsely observed matrix yields a learned vector embedding for each row and each column. In this paper we explore the problem of making predictions for entities or entity-pairs unseen at training time (and hence without a pre-learned row embedding). We propose an approach having no per-row parameters at all; rather we produce a row vector on the fly using a learned…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
