This repository implements a prompt tuning model for hierarchical text classification. This work has been accepted as the long paper "HPT: Hierarchy-aware Prompt Tuning for Hierarchical Text Classification" in EMNLP 2022.
I have a question about this paper. For verbalizer, you create a learnable virtual label word for each label. In this way, this method is very much like a traditional MLM task. Is my understanding correct?
Hi, zihan.
I have a question about this paper. For verbalizer, you create a learnable virtual label word for each label. In this way, this method is very much like a traditional MLM task. Is my understanding correct?