Computer Engineering and Applications ›› 2023, Vol. 59 ›› Issue (12): 148-156.DOI: 10.3778/j.issn.1002-8331.2203-0578

• Pattern Recognition and Artificial Intelligence • Previous Articles     Next Articles

Triple Extraction of Combining Dependency Analysis and Graph Attention Network

ZHAI Sheping, BAI Xiaoxia, ZHANG Yuhang, CHENG Dabao   

  1. 1.School of Computer, Xi’an University of Posts and Telecommunications, Xi’an 710121, China
    2.Shaanxi Key Laboratory of Network Data Analysis and Intelligent Processing, Xi’an 710121, China
  • Online:2023-06-15 Published:2023-06-15

融合依存分析和图注意网络的三元组抽取

翟社平,柏晓夏,张宇航,成大宝   

  1. 1.西安邮电大学 计算机学院,西安 710121
    2.陕西省网络数据分析与智能处理重点实验室,西安 710121

Abstract: Traditional methods of triplet extraction follow a mode of pipeline to carry out named entity recognition and relationship extraction in stages, which leads to the accuracy of entity recognition, directly affects the effect of relationship extraction, resulting in the lack of sentence context information, entity relationship overlap and other problems. Therefore, a triple joint extraction model combining dependency analysis, graph attention network and adversarial training are proposed. Firstly, the model inputs the sentence into the BiLSTM layer to extract the word features, uses the learnable linear unit to strengthen the features, and inputs the sentence into the constraint matrix generated by the syntactic analysis layer. The strengthened word features and dependency constraint matrix are input into the graph attention network to extract the sentence sequence features and the local dependency features of words, and the graph attention coefficient is calculated together. Then the sigmoid layer is used to predict the entity and entity relationship in the sentence. Finally, adversarial training is added to the word embedding layer to improve the robustness of the model. The experiment uses the public data set NYT to verify the accuracy of the model in extracting triples, and the recall rate is also significantly improved. Compared with the existing pipeline and joint methods, it improves the problems of error accumulation and relationship overlap.

Key words: knowledge graph, triple joint extraction, graph attention network, dependency analysis, adversarial training

摘要: 传统的三元组抽取采用流水线方式分阶段进行命名实体识别和关系抽取,导致实体识别的精度直接影响关系抽取的效果,造成句子上下文信息缺失,以及实体关系重叠问题等。为此,提出了结合依存分析、图注意力网络和对抗训练的三元组联合抽取模型,该模型将句子输入到BiLSTM层提取单词特征,利用可学习的线性单元进行特征强化,同时将句子输入到句法分析层生成的约束矩阵;将强化后的单词特征与依存约束矩阵输入到图注意力网络提取句子序列特征和单词的局部依赖特征,共同计算图注意力系数;再使用Sigmoid层预测出句子中的实体和实体关系;在词嵌入层加入对抗训练改善模型鲁棒性。实验采用公共数据集NYT验证了模型抽取三元组的准确率,同时召回率也显著提升,与现有的流水线和联合方法相比,改善了误差累积、关系重叠问题。

关键词: 知识图谱, 三元组联合抽取, 图注意力网络, 依存分析, 对抗训练