paper-with-me

Papers

Relation-Guided Few-Shot Relational Triple Extraction

2022-07-07 · SIGIR 2022 7 · Xin Cong, Jiawei Sheng, Shiyao Cui, Bowen Yu, Tingwen Liu, Bin Wang

In few-shot relational triple extraction (FS-RTE), one seeks to extract relational triples from plain texts by utilizing only few annotated samples. Recent work first extracts all entities and then classifies their relations. Such an entity-then-relation paradigm ignores the entity discrepancy between relations. To address it, we propose a novel task decomposition strategy, Relation-then-Entity, for FS-RTE. It first detects relations occurred in a sentence and then extracts the corresponding head/tail entities of the detected relations. To instantiate this strategy, we further propose a model, RelATE, which builds a dual-level attention to aggregate relationrelevant information to detect the relation occurrence and utilizes the annotated samples of the detected relations to extract the corresponding head/tail entities. Experimental results show that our model outperforms previous work by an absolute gain (18.98%, 28.85% in F1 in two few-shot settings).

📄 PDF Abstract BibTeX

Code (1)

congxin95/RelATE pytorch

Tasks

RelationRTESentence

Similar Papers 제목 키워드 기반

Mutually Guided Few-shot Learning for Relational Triple Extraction

2023-06-23 · Chengmei Yang, Shuai Jiang, Bowei He, Chen Ma 외

Knowledge graphs (KGs), containing many entity-relation-entity triples, provide rich information for downstream applications. Although extracting triples from unstructured texts has been widely explored, most of them req…

Cross-Domain Few-ShotDecoderFew-Shot LearningKnowledge Graphs+2

Bridging Text and Knowledge with Multi-Prototype Embedding for Few-Shot Relational Triple Extraction

2020-10-30 · COLING 2020 8 · Haiyang Yu, Ningyu Zhang, Shumin Deng, Hongbin Ye 외

Current supervised relational triple extraction approaches require huge amounts of labeled data and thus suffer from poor performance in few-shot settings. However, people can grasp new knowledge by learning a few instan…

Improving Recall of Large Language Models: A Model Collaboration Approach for Relational Triple Extraction

2024-04-15 · Zepeng Ding, Wenhao Huang, Jiaqing Liang, Deqing Yang 외

Relation triple extraction, which outputs a set of triples from long sentences, plays a vital role in knowledge acquisition. Large language models can accurately extract triples from simple sentences through few-shot lea…

Few-Shot Learning

Few-shot Knowledge Graph Relational Reasoning via Subgraph Adaptation

2024-06-19 · Haochen Liu, Song Wang, Chen Chen, Jundong Li

Few-shot Knowledge Graph (KG) Relational Reasoning aims to predict unseen triplets (i.e., query triplets) for rare relations in KGs, given only several triplets of these relations as references (i.e., support triplets). …

Knowledge GraphsRelational Reasoning

Query-based Instance Discrimination Network for Relational Triple Extraction

2022-11-03 · Zeqi Tan, Yongliang Shen, Xuming Hu, Wenqi Zhang 외

Joint entity and relation extraction has been a core task in the field of information extraction. Recent approaches usually consider the extraction of relational triples from a stereoscopic perspective, either learning a…

Contrastive LearningJoint Entity and Relation ExtractionRelationRelation Extraction