ConnPrompt: Connective-cloze Prompt Learning for Implicit Discourse Relation Recognition
Implicit Discourse Relation Recognition (IDRR) is to detect and classify relation sense between two text segments without an explicit connective. Vanilla pre-train and fine-tuning paradigm builds upon a Pre-trained Language Model (PLM) with a task-specific neural network. However, the task objective functions are often not in accordance with that of the PLM. Furthermore, this paradigm cannot well exploit some linguistic evidence embedded in the pre-training process. The recent pre-train, prompt, and predict paradigm selects appropriate prompts to reformulate downstream tasks, so as to utilizing the PLM itself for prediction. However, for its success applications, prompts, verbalizer as well as model training should still be carefully designed for different tasks. As the first trial of using this new paradigm for IDRR, this paper develops a Connective-cloze Prompt (ConnPrompt) to transform the relation prediction task as a connective-cloze task. Specifically, we design two styles of ConnPrompt template: Insert-cloze Prompt (ICP) and Prefix-cloze Prompt (PCP) and construct an answer space mapping to the relation senses based on the hierarchy sense tags and implicit connectives. Furthermore, we use a multi-prompt ensemble to fuse predictions from different prompting results. Experiments on the PDTB corpus show that our method significantly outperforms the state-of-the-art algorithms, even with fewer training data.
Code (1)
Tasks
Language ModellingPrompt LearningRelationRelation PredictionSimilar Papers 제목 키워드 기반
TEPrompt: Task Enlightenment Prompt Learning for Implicit Discourse Relation Recognition
Implicit Discourse Relation Recognition (IDRR) aims at classifying the relation sense between two arguments without an explicit connective. Recently, the ConnPrompt~\cite{Wei.X:et.al:2022:COLING} has leveraged the powerf…
Prompt LearningRelationPrompt-based Connective Prediction Method for Fine-grained Implicit Discourse Relation Recognition
Due to the absence of connectives, implicit discourse relation recognition (IDRR) is still a challenging and crucial task in discourse analysis. Most of the current work adopted multi-task learning to aid IDRR through ex…
Multi-Task LearningRelationDiscoPrompt: Path Prediction Prompt Tuning for Implicit Discourse Relation Recognition
Implicit Discourse Relation Recognition (IDRR) is a sophisticated and challenging task to recognize the discourse relations between the arguments with the absence of discourse connectives. The sense labels for each disco…
Relationtext-classificationText ClassificationPrompt-based Logical Semantics Enhancement for Implicit Discourse Relation Recognition
Implicit Discourse Relation Recognition (IDRR), which infers discourse relations without the help of explicit connectives, is still a crucial and challenging task for discourse parsing. Recent works tend to exploit the h…
Discourse ParsingLanguage ModellingRelationSelf-Supervised LearningAdaptive Prompt Learning with Distilled Connective Knowledge for Implicit Discourse Relation Recognition
Implicit discourse relation recognition (IDRR) aims at recognizing the discourse relation between two text segments without an explicit connective. Recently, the prompt learning has just been applied to the IDRR task wit…
Knowledge DistillationPrompt LearningRelationRelation Mapping+1