paper-with-me

Papers

Unsupervised Open Relation Extraction

2018-01-22 · Hady Elsahar, Elena Demidova, Simon Gottschalk, Christophe Gravier, Frederique Laforest

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.

📄 PDF Abstract BibTeX arXiv:1801.07174

Code (1)

hadyelsahar/relation-discovery-2-entities 공식 구현

Tasks

ClusteringRelationRelation ExtractionWord Embeddings

Similar Papers 제목 키워드 기반

Evaluation of Unsupervised Information Extraction

2012-05-01 · LREC 2012 5 · Wei Wang, Romaric Besan{\c{c}}on, Olivier Ferret, Brigitte Grau

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 Extraction

Open Relation Extraction: Relational Knowledge Transfer from Supervised Data to Unsupervised Data

2019-11-01 · IJCNLP 2019 11 · Ruidong Wu, Yuan YAO, Xu Han, Ruobing Xie 외

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 Learning

Supervising Unsupervised Open Information Extraction Models

2019-11-01 · IJCNLP 2019 11 · Arpita Roy, Youngja Park, Taesung Lee, SHimei Pan

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 Embedding

Siamese Representation Learning for Unsupervised Relation Extraction

2023-10-01 · Guangxin Zhang, Shu Chen

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 Learning

A Unified Representation Learning Strategy for Open Relation Extraction with Ranked List Loss

2021-08-01 · CCL 2021 8 · Lou Renze, Zhang Fan, Zhou Xiaowei, Wang Yutong 외

“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