IJCAI 2023poster5 citations

PasCore: A Chinese Overlapping Relation Extraction Model Based on Global Pointer Annotation Strategy

Peng Wang, Jiafeng Xie, Xiye Chen, Guozheng Li, Wei Li

Abstract

Recent work for extracting relations from texts has achieved excellent performance. However, existing studies mainly focus on simple relation extraction, these methods perform not well on overlapping triple problem because the tags of shared entities would conflict with each other. Especially, overlapping entities are common and indispensable in Chinese. To address this issue, this paper proposes PasCore, which utilizes a global pointer annotation strategy for overlapping relation extraction in Chinese. PasCore first obtains the sentence vector via general pre-training model encoder, and uses classifier to predicate relations. Subsequently, it uses global pointer annotation strategy for head entity annotation, which uses global tags to label the start and end positions of the entities. Finally, PasCore integrates the relation, head entity and its type to mark the tail entity. Furthermore, PasCore performs conditional layer normalization to fuse features, which connects all stages and greatly enriches the association between relations and entities. Experimental results on both Chinese and English real-world datasets demonstrate that PasCore outperforms strong baselines on relation extraction and, especially, shows superior performance on overlapping relation extraction.

Natural Language Processing: NLP: Information extractionData Mining: DM: Knowledge graphs and knowledge base completion
BibTeX
@inproceedings{ijcai2023p579,
  title     = {PasCore: A Chinese Overlapping Relation Extraction Model Based on Global Pointer Annotation Strategy},
  author    = {Wang, Peng and Xie, Jiafeng and Chen, Xiye and Li, Guozheng and Li, Wei},
  booktitle = {Proceedings of the Thirty-Second International Joint Conference on
               Artificial Intelligence, {IJCAI-23}},
  publisher = {International Joint Conferences on Artificial Intelligence Organization},
  editor    = {Edith Elkind},
  pages     = {5215--5223},
  year      = {2023},
  month     = {8},
  note      = {Main Track},
  doi       = {10.24963/ijcai.2023/579},
  url       = {https://doi.org/10.24963/ijcai.2023/579},
}
PasCore: A Chinese Overlapping Relation Extraction Model Based on Global Pointer Annotation Strategy · IJCAI 2023