paper-with-me

홈 › Papers

TEMPLATE: TempRel Classification Model Trained with Embedded Temporal Relation Knowledge

2022-01-16 · ACL ARR January 2022 1 · Anonymous

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.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationRelation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Adam 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
WordPiece 설명 없음

Similar Papers 제목 키워드 기반

Event Temporal Relation Extraction based on Retrieval-Augmented on LLMs

2024-03-22 · Xiaobin Zhang, Liangjun Zang, Qianwen Liu, Shuchong Wei 외

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

Exploiting Partially Annotated Data in Temporal Relation Extraction

2018-06-01 · SEMEVAL 2018 6 · Qiang Ning, Zhongzhi Yu, Chuchu Fan, Dan Roth

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 Extraction

Exploiting Partially Annotated Data for Temporal Relation Extraction

2018-04-18 · Qiang Ning, Zhongzhi Yu, Chuchu Fan, Dan Roth

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 Extraction

Fine-grained Temporal Relation Extraction with Ordered-Neuron LSTM and Graph Convolutional Networks

2021-11-01 · WNUT (ACL) 2021 11 · Minh Tran Phu, Minh Van Nguyen, Thien Huu Nguyen

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

A Multi-Axis Annotation Scheme for Event Temporal Relations

2018-04-20 · ACL 2018 7 · Qiang Ning, Hao Wu, Dan Roth

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…