Character-Based Parsing with Convolutional Neural Network.

Xiaoqing Zheng,Haoyuan Peng,Yi Chen,Pengjing Zhang,Wenqiang Zhang
2015-01-01
Abstract:We describe a novel convolutional neural network architecture with k-max pooling layer that is able to successfully recover the structure of Chinese sentences. This network can capture active features for unseen segments of a sentence to measure how likely the segments are merged to be the constituents. Given an input sentence, after all the scores of possible segments are computed, an efficient dynamic programming parsing algorithm is used to find the globally optimal parse tree. A similar network is then applied to predict syntactic categories for every node in the parse tree. Our networks archived competitive performance to existing benchmark parsers on the CTB-5 dataset without any task-specific feature engineering.
What problem does this paper attempt to address?