paper-with-me

홈 › Papers

PCRED: Zero-shot Relation Triplet Extraction with Potential Candidate Relation Selection and Entity Boundary Detection

2022-11-26 · Yuquan Lan, Dongxu Li, Yunqi Zhang, Hui Zhao, Gang Zhao

Zero-shot relation triplet extraction (ZeroRTE) aims to extract relation triplets from unstructured texts under the zero-shot setting, where the relation sets at the training and testing stages are disjoint. Previous state-of-the-art method handles this challenging task by leveraging pretrained language models to generate data as additional training samples, which increases the training cost and severely constrains the model performance. To address the above issues, we propose a novel method named PCRED for ZeroRTE with Potential Candidate Relation Selection and Entity Boundary Detection. The remarkable characteristic of PCRED is that it does not rely on additional data and still achieves promising performance. The model adopts a relation-first paradigm, recognizing unseen relations through candidate relation selection. With this approach, the semantics of relations are naturally infused in the context. Entities are extracted based on the context and the semantics of relations subsequently. We evaluate our model on two ZeroRTE datasets. The experiment results show that our method consistently outperforms previous works. Our code will be available at https://anonymous.4open.science/r/PCRED.

📄 PDF Abstract BibTeX arXiv:2211.14477

Code (0)

등록된 구현이 없습니다.

Tasks

Boundary DetectionRelationTripletZero-shot Relation Triplet Extraction

Similar Papers 제목 키워드 기반

RelationPrompt: Leveraging Prompts to Generate Synthetic Data for Zero-Shot Relation Triplet Extraction

2022-03-17 · Findings (ACL) 2022 5 · Yew Ken Chia, Lidong Bing, Soujanya Poria, Luo Si

Despite the importance of relation extraction in building and representing knowledge, less research is focused on generalizing to unseen relations types. We introduce the task setting of Zero-Shot Relation Triplet Extrac…

Language ModelingLanguage ModellingRelationRelation Classification+5

Zero-shot Triplet Extraction by Template Infilling

2022-12-21 · Bosung Kim, Hayate Iso, Nikita Bhutani, Estevam Hruschka 외

The task of triplet extraction aims to extract pairs of entities and their corresponding relations from unstructured text. Most existing methods train an extraction model on training data involving specific target relati…

Data AugmentationLanguage ModelingLanguage ModellingTriplet+2

Pre-training to Match for Unified Low-shot Relation Extraction

2022-03-23 · ACL 2022 5 · Fangchao Liu, Hongyu Lin, Xianpei Han, Boxi Cao 외

Low-shot relation extraction~(RE) aims to recognize novel relations with very few or even no samples, which is critical in real scenario application. Few-shot and zero-shot RE are two representative low-shot RE tasks, wh…

Meta-LearningRelationRelation ExtractionTriplet

Consistency Guided Knowledge Retrieval and Denoising in LLMs for Zero-shot Document-level Relation Triplet Extraction

2024-01-24 · Qi Sun, Kun Huang, Xiaocui Yang, Rong Tong 외

Document-level Relation Triplet Extraction (DocRTE) is a fundamental task in information systems that aims to simultaneously extract entities with semantic relations from a document. Existing methods heavily rely on a su…

DenoisingRelationRetrievalText Generation+1

Generative Meta-Learning for Zero-Shot Relation Triplet Extraction

2023-05-03 · Wanli Li, Tieyun Qian

The zero-shot relation triplet extraction (ZeroRTE) task aims to extract relation triplets from a piece of text with unseen relation types. The seminal work adopts the pre-trained generative model to generate synthetic s…

General KnowledgeMeta-LearningRelationTriplet+1