Row-less Universal Schema
Patrick Verga, Andrew McCallum

TL;DR
This paper introduces a 'row-less' universal schema model that generalizes to unseen entity pairs by using relation types and attention mechanisms, improving knowledge base construction and information extraction.
Contribution
It proposes a novel 'row-less' approach that removes explicit entity pair representations, enabling better generalization to unseen data compared to prior models.
Findings
Matches performance of explicit entity pair models on FB15k-237
Performs well on unseen entity pairs during training
Uses attention over relation types for entity pair representation
Abstract
Universal schema jointly embeds knowledge bases and textual patterns to reason about entities and relations for automatic knowledge base construction and information extraction. In the past, entity pairs and relations were represented as learned vectors with compatibility determined by a scoring function, limiting generalization to unseen text patterns and entities. Recently, 'column-less' versions of Universal Schema have used compositional pattern encoders to generalize to all text patterns. In this work we take the next step and propose a 'row-less' model of universal schema, removing explicit entity pair representations. Instead of learning vector representations for each entity pair in our training set, we treat an entity pair as a function of its relation types. In experimental results on the FB15k-237 benchmark we demonstrate that we can match the performance of a comparable…
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.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Advanced Graph Neural Networks
