paper-with-me

홈 › Papers

ConnPrompt: Connective-cloze Prompt Learning for Implicit Discourse Relation Recognition

2022-10-01 · COLING 2022 10 · Wei Xiang, Zhenglin Wang, Lu Dai, Bang Wang

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.

📄 PDF Abstract BibTeX

Code (1)

hustminslab/connprompt 공식 구현 pytorch

Tasks

Language ModellingPrompt LearningRelationRelation Prediction

Similar Papers 제목 키워드 기반

TEPrompt: Task Enlightenment Prompt Learning for Implicit Discourse Relation Recognition

2023-05-18 · Wei Xiang, Chao Liang, Bang Wang

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 LearningRelation

Prompt-based Connective Prediction Method for Fine-grained Implicit Discourse Relation Recognition

2022-10-13 · Hao Zhou, Man Lan, Yuanbin Wu, Yuefeng Chen 외

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 LearningRelation

DiscoPrompt: Path Prediction Prompt Tuning for Implicit Discourse Relation Recognition

2023-05-06 · Chunkit Chan, Xin Liu, Jiayang Cheng, Zihan Li 외

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 Classification

Prompt-based Logical Semantics Enhancement for Implicit Discourse Relation Recognition

2023-11-01 · Chenxu Wang, Ping Jian, Mu Huang

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 Learning

Adaptive Prompt Learning with Distilled Connective Knowledge for Implicit Discourse Relation Recognition

2023-09-14 · Bang Wang, Zhenglin Wang, Wei Xiang, Yijun Mo

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