TEMPLATE: TempRel Classification Model Trained with Embedded Temporal Relation Knowledge
In recent years, the mainstream Temporal Relation (TempRel) classification methods may not take advantage of the large amount of semantic information contained in golden TempRel labels which is lost by the traditional discrete one-hot labels. So we propose a new approach that can make full use of golden TempRel label information and make the model performance better. Firstly we build a TempRel Classification model which consists of a RoBERTa and a Classifier. Secondly we establish fine-grained templates to automatically generate sentences to enrich golden TempRel label information and build an Enhanced Data-set. Thirdly we use the Enhanced Data-set to train the Knowledge Encoder which has the same structure as the TempRel Classification model, and get embedded knowledge. Finally we Trian the TempRel Classification model with EMbedded temPoral reLATion knowldgE (TEMPLATE) by using our designed Cosine balanced MSE loss function. Extensive experimental results shows that our approach achieves new state-of-the-art results on TB-Dense and MATRES and outperforms the TempRel Classification model trained with only traditional cross entropy loss function with up to 5.51%F1 on TB-Dense and 2.02%F1 on MATRES.
Code (0)
등록된 구현이 없습니다.
Tasks
ClassificationRelationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Event Temporal Relation Extraction based on Retrieval-Augmented on LLMs
Event temporal relation (TempRel) is a primary subject of the event relation extraction task. However, the inherent ambiguity of TempRel increases the difficulty of the task. With the rise of prompt engineering, it is im…
Event Relation ExtractionPrompt EngineeringRelationRelation Extraction+2Exploiting Partially Annotated Data in Temporal Relation Extraction
Annotating temporal relations (TempRel) between events described in natural language is known to be labor intensive, partly because the total number of TempRels is quadratic in the number of events. As a result, only a s…
RelationRelation ExtractionTemporal Relation ExtractionExploiting Partially Annotated Data for Temporal Relation Extraction
Annotating temporal relations (TempRel) between events described in natural language is known to be labor intensive, partly because the total number of TempRels is quadratic in the number of events. As a result, only a s…
RelationRelation ExtractionTemporal Relation ExtractionFine-grained Temporal Relation Extraction with Ordered-Neuron LSTM and Graph Convolutional Networks
Fine-grained temporal relation extraction (FineTempRel) aims to recognize the durations and timeline of event mentions in text. A missing part in the current deep learning models for FineTempRel is their failure to explo…
Deep LearningRelationRelation ExtractionRepresentation Learning+2A Multi-Axis Annotation Scheme for Event Temporal Relations
Existing temporal relation (TempRel) annotation schemes often have low inter-annotator agreements (IAA) even between experts, suggesting that the current annotation task needs a better definition. This paper proposes a n…