• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

Computer Engineering & Science ›› 2026, Vol. 48 ›› Issue (2): 319-329.

• Artificial Intelligence and Data Mining • Previous Articles     Next Articles

Chinese relation  extraction based on dynamic dependency driving and multiple feature enhancement

HUANG Mingwei,HAN Hu,XU Xuefeng,WANG Tingting   

  1. (1.School of Electronic and Information Engineering,Lanzhou Jiaotong University,Lanzhou 730070;
    2.Gansu Provincial Engineering Research Center for Artificial Intelligence 
    and Graphic & Image Processing,Lanzhou 730070,China) 
  • Online:2026-02-25 Published:2026-03-10

Abstract: As a subtask in the field of natural language processing (NLP), relation extraction aims to identify the relationships between specific entity pairs from unstructured text. Aiming at the problems of incomplete extraction of key semantic features and the introduction of syntactic knowledge accompanied by a large amount of noise information in existing studies on Chinese relation extraction, a dynamic dependency-driven and multiple feature-enhanced Chinese relation extraction model is constructed. The model consists of two channels. In channel one, the original dependency parse trees for entity pairs are reconstructed and dynamically pruned to remove redundant syntactic dependencies, and deep syntactic features are captured through a graph convolutional network (GCN). In channel two, relative position vectors are constructed for entities, and segmented feature extraction is performed on these vectors using segmented convolution to obtain local semantic features. Global semantic features are captured using a hybrid attention mechanism, and local and global semantic features are fused through a gating mechanism. Finally, the feature representations from the two channels are interactively fused. Experimental results demonstrate that the model outperforms baseline models on four public datasets: COAE2016, SanWen, FinRE, and SciRE.  

Key words: relation extraction, graph convolutional network, hybrid attention, entity position information, dynamic dependency