Generative Prompt Tuning for Relation Classification
Jiale Han, Shuai Zhao, Bo Cheng, Shengkun Ma, Wei Lu

TL;DR
This paper introduces a generative prompt tuning method for relation classification that reformulates the task as an infilling problem, enabling flexible, semantically rich relation extraction especially in complex label spaces.
Contribution
It proposes a novel generative prompt tuning approach with entity-guided decoding and discriminative scoring, overcoming limitations of fixed-length verbalizations in relation classification.
Findings
Effective in fully supervised settings
Improves performance in low-resource scenarios
Outperforms existing prompt tuning methods
Abstract
Using prompts to explore the knowledge contained within pre-trained language models for downstream tasks has now become an active topic. Current prompt tuning methods mostly convert the downstream tasks to masked language modeling problems by adding cloze-style phrases and mapping all labels to verbalizations with fixed length, which has proven effective for tasks with simple label spaces. However, when applied to relation classification exhibiting complex label spaces, vanilla prompt tuning methods may struggle with label verbalizations with arbitrary lengths due to rigid prompt restrictions. Inspired by the text infilling task for pre-training generative models that can flexibly predict missing spans, we propose a novel generative prompt tuning method to reformulate relation classification as an infilling problem, which frees our approach from limitations of current prompt based…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Multimodal Machine Learning Applications
MethodsALIGN
