paper-with-me

Papers

Document-Level Relation Extraction with Adaptive Focal Loss and Knowledge Distillation

2022-03-21 · Findings (ACL) 2022 5 · Qingyu Tan, Ruidan He, Lidong Bing, Hwee Tou Ng

Document-level Relation Extraction (DocRE) is a more challenging task compared to its sentence-level counterpart. It aims to extract relations from multiple sentences at once. In this paper, we propose a semi-supervised framework for DocRE with three novel components. Firstly, we use an axial attention module for learning the interdependency among entity-pairs, which improves the performance on two-hop relations. Secondly, we propose an adaptive focal loss to tackle the class imbalance problem of DocRE. Lastly, we use knowledge distillation to overcome the differences between human annotated data and distantly supervised data. We conducted experiments on two DocRE datasets. Our model consistently outperforms strong baselines and its performance exceeds the previous SOTA by 1.36 F1 and 1.46 Ign_F1 score on the DocRED leaderboard. Our code and data will be released at https://github.com/tonytan48/KD-DocRE.

📄 PDF Abstract BibTeX arXiv:2203.10900

Code (1)

tonytan48/kd-docre 공식 구현 pytorch

Tasks

Document-level Relation ExtractionKnowledge DistillationRelationRelation ExtractionSentence

Methods 이 논문이 사용한 방법론

Focal Loss A Focal Loss function addresses class imbalance during training in tasks like object detection. Focal loss applies a modulating term to the cross entropy loss in order to…
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…
Axial Attention 설명 없음

Similar Papers 제목 키워드 기반

SagDRE: Sequence-Aware Graph-Based Document-Level Relation Extraction with Adaptive Margin Loss

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Relation extraction (RE) is an important task for many natural language processing applications. Document-level relation extraction aims to extract the relations within a document and poses many challenges to the RE task…

Document-level Relation ExtractionRelationRelation ExtractionSentence

Document-Level Relation Extraction with Adaptive Thresholding and Localized Context Pooling

2020-10-21 · Wenxuan Zhou, Kevin Huang, Tengyu Ma, Jing Huang

Document-level relation extraction (RE) poses new challenges compared to its sentence-level counterpart. One document commonly contains multiple entity pairs, and one entity pair occurs multiple times in the document ass…

Document-level Relation ExtractionMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONRelation+2

Adaptive Hinge Balance Loss for Document-Level Relation Extraction

2023-12-06 · EMNLP 2023 12 · Jize Wang, Xinyi Le, Xiaodi Peng, Cailian Chen

Document-Level Relation Extraction aims at predicting relations between entities from multiple sentences. A common practice is to select multi-label classification thresholds to decide whether a relation exists between a…

Document-level Relation ExtractionMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONRelation+1

ERGO: Event Relational Graph Transformer for Document-level Event Causality Identification

2022-04-15 · COLING 2022 10 · Meiqi Chen, Yixin Cao, Kunquan Deng, Mukai Li 외

Document-level Event Causality Identification (DECI) aims to identify causal relations between event pairs in a document. It poses a great challenge of across-sentence reasoning without clear causal indicators. In this p…

Event Causality IdentificationNode ClassificationRelation ClassificationSentence

PromptRE: Weakly-Supervised Document-Level Relation Extraction via Prompting-Based Data Programming

2023-10-13 · Chufan Gao, Xulin Fan, Jimeng Sun, Xuan Wang

Relation extraction aims to classify the relationships between two entities into pre-defined categories. While previous research has mainly focused on sentence-level relation extraction, recent studies have expanded the …

Document-level Relation ExtractionRelationRelation ClassificationRelation Extraction+1