Adapting BERT to Implicit Discourse Relation Classification with a Focus on Discourse Connectives
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 have been few reports on its application to implicit discourse relation classification, and it is not clear how BERT is best adapted to the task. In this paper, we test three methods of adaptation. (1) We perform additional pre-training on text tailored to discourse classification. (2) In expectation of knowledge transfer from explicit discourse relations to implicit discourse relations, we add a task named explicit connective prediction at the additional pre-training step. (3) To exploit implicit connectives given by treebank annotators, we add a task named implicit connective prediction at the fine-tuning step. We demonstrate that these three techniques can be combined straightforwardly in a single training pipeline. Through comprehensive experiments, we found that the first and second techniques provide additional gain while the last one did not.
Code (0)
등록된 구현이 없습니다.
Tasks
General ClassificationImplicit Discourse Relation ClassificationLanguage ModelingLanguage ModellingRelationRelation ClassificationTransfer LearningMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Entity Enhancement for Implicit Discourse Relation Classification in the Biomedical Domain
Implicit discourse relation classification is a challenging task, in particular when the text domain is different from the standard Penn Discourse Treebank (PDTB; Prasad et al., 2008) training corpus domain (Wall Street …
Implicit Discourse Relation ClassificationRelationRelation ClassificationOn the Importance of Word and Sentence Representation Learning in Implicit Discourse Relation Classification
Implicit discourse relation classification is one of the most difficult parts in shallow discourse parsing as the relation prediction without explicit connectives requires the language understanding at both the text span…
Discourse ParsingGeneral ClassificationImplicit Discourse Relation ClassificationRelation+4Next Sentence Prediction helps Implicit Discourse Relation Classification within and across Domains
Implicit discourse relation classification is one of the most difficult tasks in discourse parsing. Previous studies have generally focused on extracting better representations of the relational arguments. In order to so…
Discourse ParsingGeneral ClassificationImplicit Discourse Relation ClassificationRelation+2Constrained Multi-Layer Contrastive Learning for Implicit Discourse Relationship Recognition
Previous approaches to the task of implicit discourse relation recognition (IDRR) generally view it as a classification task. Even with pre-trained language models, like BERT and RoBERTa, IDRR still relies on complicated…
Binary ClassificationClassificationContrastive LearningMulti-class Classification+1