CLAIDec 26, 2023

Enhancing Low-Resource Relation Representations through Multi-View Decoupling

arXiv:2312.17267v410 citationsh-index: 13AAAI
Originality Incremental advance
AI Analysis

This addresses the challenge of learning high-quality relation representations for relation extraction tasks when training data is scarce, though it appears incremental as it builds on existing prompt-tuning paradigms.

The paper tackles the problem of poor relation extraction performance in low-resource scenarios by proposing MVRE, a prompt-based method that decouples relations into multi-view representations, achieving state-of-the-art results on three benchmark datasets.

Recently, prompt-tuning with pre-trained language models (PLMs) has demonstrated the significantly enhancing ability of relation extraction (RE) tasks. However, in low-resource scenarios, where the available training data is scarce, previous prompt-based methods may still perform poorly for prompt-based representation learning due to a superficial understanding of the relation. To this end, we highlight the importance of learning high-quality relation representation in low-resource scenarios for RE, and propose a novel prompt-based relation representation method, named MVRE (\underline{M}ulti-\underline{V}iew \underline{R}elation \underline{E}xtraction), to better leverage the capacity of PLMs to improve the performance of RE within the low-resource prompt-tuning paradigm. Specifically, MVRE decouples each relation into different perspectives to encompass multi-view relation representations for maximizing the likelihood during relation inference. Furthermore, we also design a Global-Local loss and a Dynamic-Initialization method for better alignment of the multi-view relation-representing virtual words, containing the semantics of relation labels during the optimization learning process and initialization. Extensive experiments on three benchmark datasets show that our method can achieve state-of-the-art in low-resource settings.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes