A Positive-Unlabeled Metric Learning Framework for Document-Level Relation Extraction with Incomplete Labeling

Abstract

The goal of document-level relation extraction (RE) is to identify relations between entities that span multiple sentences. Recently, incomplete labeling in document-level RE has received increasing attention, and some studies have used methods such as positive-unlabeled learning to tackle this issue, but there is still a lot of room for improvement. Motivated by this, we propose a positive-augmentation and positive-mixup positive-unlabeled metric learning framework (P3M). Specifically, we formulate document-level RE as a metric learning problem. We aim to pull the distance closer between entity pair embedding and their corresponding relation embedding, while pushing it farther away from the none-class relation embedding. Additionally, we adapt the positive-unlabeled learning to this loss objective. In order to improve the generalizability of the model, we use dropout to augment positive samples and propose a positive-none-class mixup method. Extensive experiments show that P3M improves the F1 score by approximately 4-10 points in document-level RE with incomplete labeling, and achieves state-of-the-art results in fully labeled scenarios. Furthermore, P3M has also demonstrated robustness to prior estimation bias in incomplete labeled scenarios.

Cite

Text

Wang et al. "A Positive-Unlabeled Metric Learning Framework for Document-Level Relation Extraction with Incomplete Labeling." AAAI Conference on Artificial Intelligence, 2024. doi:10.1609/AAAI.V38I17.29888

Markdown

[Wang et al. "A Positive-Unlabeled Metric Learning Framework for Document-Level Relation Extraction with Incomplete Labeling." AAAI Conference on Artificial Intelligence, 2024.](https://mlanthology.org/aaai/2024/wang2024aaai-positive/) doi:10.1609/AAAI.V38I17.29888

BibTeX

@inproceedings{wang2024aaai-positive,
  title     = {{A Positive-Unlabeled Metric Learning Framework for Document-Level Relation Extraction with Incomplete Labeling}},
  author    = {Wang, Ye and Pan, Huazheng and Zhang, Tao and Wu, Wen and Hu, Wenxin},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {19197-19205},
  doi       = {10.1609/AAAI.V38I17.29888},
  url       = {https://mlanthology.org/aaai/2024/wang2024aaai-positive/}
}