A study on the application of graph convolutional network based joint model in entity relationship extraction

Abstract

Entity-relationship extraction task is one of the very important research directions in the field of natural language processing, aiming at identifying and determining the existence of specific relationships between entity pairs from unstructured text. The study firstly introduces the related theories of graph neural networks in terms of graph representation learning and graph neural networks, and then makes full use of the information of dependent syntactic trees to propose a relationship extraction model based on dependency graph convolution (DGGCN). The validity of the model and the entity extraction effect are verified through relevant experiments.The DGGCN model is fully experimented on the public datasets NYT and WebNLG, and the F1 value is effectively improved.According to the results of the ablation experiments, it is shown that the DGGCN model improves the entity and ternary extraction results by 0.5% and 4.3%, respectively. In the long and short distance entity extraction results, the DGGCN model outperforms the benchmark model in both long and short distance entity relations, but the extraction performance gap between short and long distance entity relations is still large and needs further improvement.

Keywords: relationship extraction; graph convolutional networks; dependency syntax; entity recognition