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

计算机工程与科学 ›› 2026, Vol. 48 ›› Issue (2): 319-329.

• 人工智能与数据挖掘 • 上一篇    下一篇

基于动态依赖驱动与多元特征增强的中文关系抽取

黄明伟,韩虎,徐学锋,王婷婷


  

  1. (1.兰州交通大学电子与信息工程学院,甘肃 兰州 730070;
    2.甘肃省人工智能与图形图像工程研究中心,甘肃 兰州 730070) 

  • 出版日期:2026-02-25 发布日期:2026-03-10
  • 基金资助:
    国家自然科学基金(62166024)

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

摘要: 关系抽取作为自然语言处理(NLP)领域的子任务,旨在从非结构化文本中识别出特定实体对之间的关系。针对现有中文关系抽取研究中存在关键语义特征提取不全面、语法知识的引入附带大量噪声信息的问题,构建一种动态依赖驱动与多元特征增强的中文关系抽取模型。模型分为2个通道,通道1,面向实体对原始依赖解析树进行重构并动态剪枝,去除冗余句法依赖,并通过图卷积网络捕获深层语法特征;通道2,面向实体构建相对位置向量,利用分段卷积对相对位置向量进行片段化特征提取以获取局部语义特征,利用混合注意力机制捕获全局语义特征,通过门控机制融合局部与全局语义特征。最后对2个通道特征表示进行交互融合。实验结果表明,在4个公开数据集COAE2016,SanWen,FinRE和SciRE上所提出模型的抽取效果均优于基线模型。

关键词: 关系抽取, 图卷积网络, 混合注意力, 实体位置信息, 动态依赖

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