paper-with-me

Papers

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 hierarchical structure information from the annotated senses, which demonstrate enhanced discourse relation representations can be obtained by integrating sense hierarchy. Nevertheless, the performance and robustness for IDRR are significantly constrained by the availability of annotated data. Fortunately, there is a wealth of unannotated utterances with explicit connectives, that can be utilized to acquire enriched discourse relation features. In light of such motivation, we propose a Prompt-based Logical Semantics Enhancement (PLSE) method for IDRR. Essentially, our method seamlessly injects knowledge relevant to discourse relation into pre-trained language models through prompt-based connective prediction. Furthermore, considering the prompt-based connective prediction exhibits local dependencies due to the deficiency of masked language model (MLM) in capturing global semantics, we design a novel self-supervised learning objective based on mutual information maximization to derive enhanced representations of logical semantics for IDRR. Experimental results on PDTB 2.0 and CoNLL16 datasets demonstrate that our method achieves outstanding and consistent performance against the current state-of-the-art models.

📄 PDF Abstract BibTeX arXiv:2311.00367

Code (1)

lalalamdbf/plse_idrr 공식 구현 pytorch

Tasks

Discourse ParsingLanguage ModellingRelationSelf-Supervised Learning

Similar Papers 제목 키워드 기반

Infusing Hierarchical Guidance into Prompt Tuning: A Parameter-Efficient Framework for Multi-level Implicit Discourse Relation Recognition

2024-02-23 · Haodong Zhao, Ruifang He, Mengnan Xiao, Jing Xu

Multi-level implicit discourse relation recognition (MIDRR) aims at identifying hierarchical discourse relations among arguments. Previous methods achieve the promotion through fine-tuning PLMs. However, due to the data …

Context Tracking Network: Graph-based Context Modeling for Implicit Discourse Relation Recognition

2021-06-01 · NAACL 2021 4 · Yingxue Zhang, Fandong Meng, Peng Li, Ping Jian 외

Implicit discourse relation recognition (IDRR) aims to identify logical relations between two adjacent sentences in the discourse. Existing models fail to fully utilize the contextual information which plays an important…

RelationSentence

Role Semantics for Better Models of Implicit Discourse Relations

2018-08-24 · WS 2017 1 · Michael Roth

Predicting the structure of a discourse is challenging because relations between discourse segments are often implicit and thus hard to distinguish computationally. I extend previous work to classify implicit discourse r…

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

Superlatives in Context: Modeling the Implicit Semantics of Superlatives

2024-05-31 · Valentina Pyatkin, Bonnie Webber, Ido Dagan, Reut Tsarfaty

Superlatives are used to single out elements with a maximal/minimal property. Semantically, superlatives perform a set comparison: something (or some things) has the min/max property out of a set. As such, superlatives p…