paper-with-me

홈 › Papers

Memorizing All for Implicit Discourse Relation Recognition

2019-08-29 · Hongxiao Bai, Hai Zhao, Junhan Zhao

Implicit discourse relation recognition is a challenging task due to the absence of the necessary informative clue from explicit connectives. The prediction of relations requires a deep understanding of the semantic meanings of sentence pairs. As implicit discourse relation recognizer has to carefully tackle the semantic similarity of the given sentence pairs and the severe data sparsity issue exists in the meantime, it is supposed to be beneficial from mastering the entire training data. Thus in this paper, we propose a novel memory mechanism to tackle the challenges for further performance improvement. The memory mechanism is adequately memorizing information by pairing representations and discourse relations of all training instances, which right fills the slot of the data-hungry issue in the current implicit discourse relation recognizer. Our experiments show that our full model with memorizing the entire training set reaches new state-of-the-art against strong baselines, which especially for the first time exceeds the milestone of 60% accuracy in the 4-way task.

📄 PDF Abstract BibTeX arXiv:1908.11317

Code (0)

등록된 구현이 없습니다.

Tasks

AllRelationSemantic SimilaritySemantic Textual SimilaritySentence

Similar Papers 제목 키워드 기반

Leveraging Hierarchical Prototypes as the Verbalizer for Implicit Discourse Relation Recognition

2024-11-22 · Wanqiu Long, Bonnie Webber

Implicit discourse relation recognition involves determining relationships that hold between spans of text that are not linked by an explicit discourse connective. In recent years, the pre-train, prompt, and predict para…

Relation

Improving Implicit Discourse Relation Recognition with Discourse-specific Word Embeddings

2017-07-01 · ACL 2017 7 · Changxing Wu, Xiaodong Shi, Yidong Chen, Jinsong Su 외

We introduce a simple and effective method to learn discourse-specific word embeddings (DSWE) for implicit discourse relation recognition. Specifically, DSWE is learned by performing connective classification on massive …

General ClassificationMachine TranslationQuestion AnsweringRelation+1

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

Extending Implicit Discourse Relation Recognition to the PDTB-3

2020-10-13 · EMNLP (CODI) 2020 11 · Li Liang, Zheng Zhao, Bonnie Webber

The PDTB-3 contains many more Implicit discourse relations than the previous PDTB-2. This is in part because implicit relations have now been annotated within sentences as well as between them. In addition, some now co-o…

Implicit RelationsRelation

Implicit Discourse Relation Recognition using Neural Tensor Network with Interactive Attention and Sparse Learning

2018-08-01 · COLING 2018 8 · Fengyu Guo, Ruifang He, Di Jin, Jianwu Dang 외

Implicit discourse relation recognition aims to understand and annotate the latent relations between two discourse arguments, such as temporal, comparison, etc. Most previous methods encode two discourse arguments separa…

RelationSparse LearningText Summarization