paper-with-me

Papers

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

2022-01-16 · ACL ARR January 2022 1 · Anonymous

In relation classification, recognizing unseen (new) relations for which there are no training instances is a challenging task. 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 sentence translation rule and generate augmented instances with unseen relations from instances with seen relations using that new rule. We design prompts 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 show that ZS-SKA outperforms state-of-the-art methods under the zero-shot scenarios. Our experimental results also demonstrate the effectiveness and robustness of ZS-SKA.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

RelationRelation ClassificationSentenceZero-shot Relation Classification

Similar Papers 제목 키워드 기반

CARZero: Cross-Attention Alignment for Radiology Zero-Shot Classification

2024-02-27 · CVPR 2024 1 · Haoran Lai, Qingsong Yao, Zihang Jiang, Rongsheng Wang 외

The advancement of Zero-Shot Learning in the medical domain has been driven forward by using pre-trained models on large-scale image-text pairs, focusing on image-text alignment. However, existing methods primarily rely …

ClassificationDiagnosticLanguage ModellingLarge Language Model+3

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

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 …

ClassificationQuestion AnsweringRelationRelation Classification+6

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

Multilingual Relation Classification via Efficient and Effective Prompting

2022-10-25 · Yuxuan Chen, David Harbecke, Leonhard Hennig

Prompting pre-trained language models has achieved impressive performance on various NLP tasks, especially in low data regimes. Despite the success of prompting in monolingual settings, applying prompt-based methods in m…

ClassificationRelationRelation Classification