paper-with-me

Papers

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, Zhiyuan Liu, Fen Lin, Leyu Lin, Maosong Sun

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 into a united relation cluster. Most OpenRE methods typically confine themselves to unsupervised paradigms, without taking advantage of existing relational facts in knowledge bases (KBs) and their high-quality labeled instances. To address this issue, we propose Relational Siamese Networks (RSNs) to learn similarity metrics of relations from labeled data of pre-defined relations, and then transfer the relational knowledge to identify novel relations in unlabeled data. Experiment results on two real-world datasets show that our framework can achieve significant improvements as compared with other state-of-the-art methods. Our code is available at https://github.com/thunlp/RSN.

📄 PDF Abstract BibTeX

Code (1)

thunlp/RSN 공식 구현 tf

Tasks

RelationRelation ExtractionTransfer Learning

Similar Papers 제목 키워드 기반

Open Visual Knowledge Extraction via Relation-Oriented Multimodality Model Prompting

2023-10-28 · NeurIPS 2023 11

Images contain rich relational knowledge that can help machines understand the world. Existing methods on visual knowledge extraction often rely on the pre-defined format (e.g., sub-verb-obj tuples) or vocabulary (e.g., …

RelationVisual Reasoning

Open Relation Extraction and Grounding

2017-11-01 · IJCNLP 2017 11 · Dian Yu, Lifu Huang, Heng Ji

Previous open Relation Extraction (open RE) approaches mainly rely on linguistic patterns and constraints to extract important relational triples from large-scale corpora. However, they lack of abilities to cover diverse…

RelationRelation ExtractionSentenceslot-filling+1

CORSD: Class-Oriented Relational Self Distillation

2023-04-28 · Muzhou Yu, Sia Huat Tan, Kailu Wu, Runpei Dong 외

Knowledge distillation conducts an effective model compression method while holding some limitations:(1) the feature based distillation methods only focus on distilling the feature map but are lack of transferring the re…

Knowledge DistillationModel CompressionRelationRelation Extraction

Neural Snowball for Few-Shot Relation Learning

2019-08-29 · Tianyu Gao, Xu Han, Ruobing Xie, Zhiyuan Liu 외

Knowledge graphs typically undergo open-ended growth of new relations. This cannot be well handled by relation extraction that focuses on pre-defined relations with sufficient training data. To address new relations with…

Knowledge GraphsRelationRelation Extraction

Zero-Shot Information Extraction as a Unified Text-to-Triple Translation

2021-09-23 · EMNLP 2021 11 · Chenguang Wang, Xiao Liu, Zui Chen, Haoyun Hong 외

We cast a suite of information extraction tasks into a text-to-triple translation framework. Instead of solving each task relying on task-specific datasets and models, we formalize the task as a translation between task-…

Factual probeLanguage ModelingLanguage ModellingOpen Information Extraction+2