Integrating graph embedding and neural models for improving transition-based dependency parsing

Phuong Le-Hong,Erik Cambria
DOI: https://doi.org/10.1007/s00521-023-09223-3
2023-11-27
Neural Computing and Applications
Abstract:This paper introduces an effective method for improving dependency parsing which is based on a graph embedding model. The model helps extract local and global connectivity patterns between tokens. This method allows neural network models to perform better on dependency parsing benchmarks. We propose to incorporate node embeddings trained by a graph embedding algorithm into a bidirectional recurrent neural network scheme. The new model outperforms a baseline reference using a state-of-the-art method on three dependency treebanks for both low-resource and high-resource natural languages, namely Indonesian, Vietnamese and English. We also show that the popular pretraining technique of BERT would not pick up on the same kind of signal as graph embeddings. The new parser together with all trained models is made available under an open-source license, facilitating community engagement and advancement of natural language processing research for two low-resource languages with around 300 million users worldwide in total.
computer science, artificial intelligence
What problem does this paper attempt to address?