paper-with-me

Papers

Prompt-based Zero-shot Relation Extraction with Semantic Knowledge Augmentation

2021-12-08 · Jiaying Gong, Hoda Eldardiry

In relation triplet extraction (RTE), recognizing unseen relations for which there are no training instances is a challenging task. Efforts have been made to recognize unseen relations based on question-answering models or relation descriptions. However, these approaches miss the semantic information about connections between seen and unseen relations. In this paper, We propose a prompt-based model with semantic knowledge augmentation (ZS-SKA) to recognize unseen relations under the zero-shot setting. We present a new word-level analogy-based sentence translation rule and generate augmented instances with unseen relations from instances with seen relations using that new rule. We design prompts with weighted virtual label construction based on an external knowledge graph to integrate semantic knowledge information learned from seen relations. Instead of using the actual label sets in the prompt template, we construct weighted virtual label words. We learn the representations of both seen and unseen relations with augmented instances and prompts. We then calculate the distance between the generated representations using prototypical networks to predict unseen relations. Extensive experiments conducted on three public datasets FewRel, Wiki-ZSL, and NYT, show that ZS-SKA outperforms other methods under zero-shot setting. Results also demonstrate the effectiveness and robustness of ZS-SKA.

📄 PDF Abstract BibTeX arXiv:2112.04539

Code (1)

gjiaying/zs-ska 공식 구현 pytorch

Tasks

ClassificationQuestion AnsweringRelationRelation ClassificationRelation ExtractionRTESentenceTranslationTripletZero-shot Relation Classification

Similar Papers 제목 키워드 기반

An Exploration of Prompt-Based Zero-Shot Relation Extraction Method

2022-10-01 · CCL 2022 10 · Zhao Jun, Hu Yuan, Xu Nuo, Gui Tao 외

“Zero-shot relation extraction is an important method for dealing with the newly emerging relations in the real world which lacks labeled data. However, the mainstream two-tower zero-shot methods usually rely on large-sc…

Language ModelingLanguage ModellingRelationRelation Extraction

An Exploration of Prompt-Based Zero-Shot Relation Extraction Method

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Zero-shot relation extraction is an important method for dealing with the newly emerging relations in the real world which lacks labeled data. However, the current zero-shot methods usually rely on large-scale and in-dom…

Language ModelingLanguage ModellingRelationRelation Extraction

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

Unleashing the Power of Large Language Models in Zero-shot Relation Extraction via Self-Prompting

2024-10-02 · Siyi Liu, Yang Li, Jiang Li, Shan Yang 외

Recent research in zero-shot Relation Extraction (RE) has focused on using Large Language Models (LLMs) due to their impressive zero-shot capabilities. However, current methods often perform suboptimally, mainly due to a…

DiversityIn-Context LearningRelationRelation Extraction

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