English

A Conditional Cascade Model for Relational Triple Extraction

Computation and Language 2021-08-31 v1 Artificial Intelligence

Abstract

Tagging based methods are one of the mainstream methods in relational triple extraction. However, most of them suffer from the class imbalance issue greatly. Here we propose a novel tagging based model that addresses this issue from following two aspects. First, at the model level, we propose a three-step extraction framework that can reduce the total number of samples greatly, which implicitly decreases the severity of the mentioned issue. Second, at the intra-model level, we propose a confidence threshold based cross entropy loss that can directly neglect some samples in the major classes. We evaluate the proposed model on NYT and WebNLG. Extensive experiments show that it can address the mentioned issue effectively and achieves state-of-the-art results on both datasets. The source code of our model is available at: https://github.com/neukg/ConCasRTE.

Keywords

Cite

@article{arxiv.2108.13303,
  title  = {A Conditional Cascade Model for Relational Triple Extraction},
  author = {Feiliang Ren and Longhui Zhang and Shujuan Yin and Xiaofeng Zhao and Shilei Liu and Bochao Li},
  journal= {arXiv preprint arXiv:2108.13303},
  year   = {2021}
}

Comments

CIKM2021-Short

R2 v1 2026-06-24T05:31:59.562Z