Unsupervised Open Relation Extraction
We explore methods to extract relations between named entities from free text in an unsupervised setting. In addition to standard feature extraction, we develop a novel method to re-weight word embeddings. We alleviate the problem of features sparsity using an individual feature reduction. Our approach exhibits a significant improvement by 5.8% over the state-of-the-art relation clustering scoring a F1-score of 0.416 on the NYT-FB dataset.
Code (1)
Tasks
ClusteringRelationRelation ExtractionWord EmbeddingsSimilar Papers 제목 키워드 기반
Evaluation of Unsupervised Information Extraction
Unsupervised methods gain more and more attention nowadays in information extraction area, which allows to design more open extraction systems. In the domain of unsupervised information extraction, clustering methods are…
ClusteringOpen Information ExtractionRelationRelation ExtractionOpen Relation Extraction: Relational Knowledge Transfer from Supervised Data to Unsupervised Data
Open relation extraction (OpenRE) aims to extract relational facts from the open-domain corpus. To this end, it discovers relation patterns between named entities and then clusters those semantically equivalent patterns …
RelationRelation ExtractionTransfer LearningSupervising Unsupervised Open Information Extraction Models
We propose a novel supervised open information extraction (Open IE) framework that leverages an ensemble of unsupervised Open IE systems and a small amount of labeled data to improve system performance. It uses the outpu…
Open Information ExtractionRelationRole EmbeddingSiamese Representation Learning for Unsupervised Relation Extraction
Unsupervised relation extraction (URE) aims at discovering underlying relations between named entity pairs from open-domain plain text without prior information on relational distribution. Existing URE models utilizing c…
Contrastive LearningRelationRelation ExtractionRepresentation LearningA Unified Representation Learning Strategy for Open Relation Extraction with Ranked List Loss
“Open Relation Extraction (OpenRE) aiming to extract relational facts from open-domain cor-pora is a sub-task of Relation Extraction and a crucial upstream process for many other NLPtasks. However various previous cluste…
ClusteringMetric LearningRelationRelation Extraction+1