paper-with-me

Papers

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

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

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 explicit discourse relation recognition (EDRR) or utilized dependencies between discourse relation labels to constrain model predictions. But these methods still performed poorly on fine-grained IDRR and even utterly misidentified on most of the few-shot discourse relation classes. To address these problems, we propose a novel Prompt-based Connective Prediction (PCP) method for IDRR. Our method instructs large-scale pre-trained models to use knowledge relevant to discourse relation and utilizes the strong correlation between connectives and discourse relation to help the model recognize implicit discourse relations. Experimental results show that our method surpasses the current state-of-the-art model and achieves significant improvements on those fine-grained few-shot discourse relation. Moreover, our approach is able to be transferred to EDRR and obtain acceptable results. Our code is released in https://github.com/zh-i9/PCP-for-IDRR.

📄 PDF Abstract BibTeX arXiv:2210.07032

Code (1)

zh-i9/pcp-for-idrr 공식 구현 pytorch

Tasks

Multi-Task LearningRelation

Similar 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 Langu…

Language ModellingPrompt LearningRelationRelation Prediction

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

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 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

Adapting BERT to Implicit Discourse Relation Classification with a Focus on Discourse Connectives

2020-05-01 · LREC 2020 5 · Yudai Kishimoto, Yugo Murawaki, Sadao Kurohashi

BERT, a neural network-based language model pre-trained on large corpora, is a breakthrough in natural language processing, significantly outperforming previous state-of-the-art models in numerous tasks. However, there h…

General ClassificationImplicit Discourse Relation ClassificationLanguage ModelingLanguage Modelling+3