paper-with-me

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 powerful prompt learning for IDRR based on the fusion of multi-prompt decisions from three different yet much similar connective prediction templates. Instead of multi-prompt ensembling, we propose to design auxiliary tasks with enlightened prompt learning for the IDRR task. Although an auxiliary task is not used to directly output final prediction, we argue that during the joint training some of its learned features can be useful to boost the main task. In light of such motivations, we propose a task enlightenment prompt learning model, called TEPrompt, to fuse learned features from three related tasks for IDRR. In particular, the TEPrompt contains three tasks, viz., Discourse Relation Recognition (DRR), Sense Semantics Classification (SSC) and Annotated Connective Prediction (ACP), each with a unique prompt template and an answer space. In the training phase, we jointly train three prompt learning tasks with shared argument representation. In the testing phase, we only take the DRR output with fused features as the final IDRR decision. Experiments with the same conditions have shown that the proposed TEPrompt outperforms the ConnPrompt. This can be attributed to the promoted decision features and language models benefited from joint-training of auxiliary tasks.

📄 PDF Abstract BibTeX arXiv:2305.10866

Code (1)

hustminslab/teprompt 공식 구현 pytorch

Tasks

Prompt LearningRelation

Similar Papers 제목 키워드 기반

CitePrompt: Using Prompts to Identify Citation Intent in Scientific Papers

2023-04-25 · Avishek Lahiri, Debarshi Kumar Sanyal, Imon Mukherjee

Citations in scientific papers not only help us trace the intellectual lineage but also are a useful indicator of the scientific significance of the work. Citation intents prove beneficial as they specify the role of the…

ARCCitation Intent Classificationintent-classificationIntent Classification+1

SurrogatePrompt: Bypassing the Safety Filter of Text-to-Image Models via Substitution

2023-09-25 · Zhongjie Ba, Jieming Zhong, Jiachen Lei, Peng Cheng 외

Advanced text-to-image models such as DALL$\cdot$E 2 and Midjourney possess the capacity to generate highly realistic images, raising significant concerns regarding the potential proliferation of unsafe content. This inc…

Image to text

Prompting Implicit Discourse Relation Annotation

2024-02-07 · Frances Yung, Mansoor Ahmad, Merel Scholman, Vera Demberg

Pre-trained large language models, such as ChatGPT, archive outstanding performance in various reasoning tasks without supervised training and were found to have outperformed crowdsourcing workers. Nonetheless, ChatGPT's…

ClassificationImplicit Discourse Relation ClassificationMultiple-choicePrompt Engineering+2

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