CLMar 29, 2021

Multi-facet Universal Schema

arXiv:2103.15339v1801 citations
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in relation extraction for NLP researchers, offering an incremental improvement over existing universal schema methods.

The paper tackles the limitation of universal schema in relation extraction by proposing a multi-facet approach, where sentence patterns are represented with multiple embeddings to capture different facets, resulting in significant performance improvements over single-facet methods in distantly supervised tasks.

Universal schema (USchema) assumes that two sentence patterns that share the same entity pairs are similar to each other. This assumption is widely adopted for solving various types of relation extraction (RE) tasks. Nevertheless, each sentence pattern could contain multiple facets, and not every facet is similar to all the facets of another sentence pattern co-occurring with the same entity pair. To address the violation of the USchema assumption, we propose multi-facet universal schema that uses a neural model to represent each sentence pattern as multiple facet embeddings and encourage one of these facet embeddings to be close to that of another sentence pattern if they co-occur with the same entity pair. In our experiments, we demonstrate that multi-facet embeddings significantly outperform their single-facet embedding counterpart, compositional universal schema (CUSchema) (Verga et al., 2016), in distantly supervised relation extraction tasks. Moreover, we can also use multiple embeddings to detect the entailment relation between two sentence patterns when no manual label is available.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes