Weakly-supervised Relation Extraction by Pattern-enhanced Embedding Learning
Meng Qu, Xiang Ren, Yu Zhang, Jiawei Han

TL;DR
This paper introduces a co-training framework that combines distributional and pattern-based methods to improve weakly-supervised relation extraction, effectively leveraging limited labeled data for better relation identification.
Contribution
It proposes a novel integrated co-training approach that allows distributional and pattern modules to mutually enhance each other in weakly-supervised relation extraction.
Findings
Effective in knowledge base completion tasks
Improves relation extraction accuracy with limited supervision
Outperforms baseline methods in experiments
Abstract
Extracting relations from text corpora is an important task in text mining. It becomes particularly challenging when focusing on weakly-supervised relation extraction, that is, utilizing a few relation instances (i.e., a pair of entities and their relation) as seeds to extract more instances from corpora. Existing distributional approaches leverage the corpus-level co-occurrence statistics of entities to predict their relations, and require large number of labeled instances to learn effective relation classifiers. Alternatively, pattern-based approaches perform bootstrapping or apply neural networks to model the local contexts, but still rely on large number of labeled instances to build reliable models. In this paper, we study integrating the distributional and pattern-based methods in a weakly-supervised setting, such that the two types of methods can provide complementary supervision…
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 · Natural Language Processing Techniques · Text and Document Classification Technologies
