vix.ing · top · new · best · stats · spec

A Re-ranking Model for Dependency Parser with Recursive Convolutional Neural Network

2015/05/21 by Chenxi Zhu, Xipeng Qiu, Zhu, Chenxi +5 · 1 citation
Computer Science · #Computation and Language (cs.CL) #FOS: Computer and information sciences #Machine Learning (cs.LG) #Natural Language Processing Techniques #Neural and Evolutionary Computing (cs.NE) #Text and Document Classification Technologies #Topic Modeling

paper · pdf · doi:10.48550/arxiv.1505.05667

openalex publication_date 2015/05/21 · openalex created_date 2016/06/24 · openalex updated_date 2026/07/28

Abstract

In this work, we address the problem to model all the nodes (words or phrases) in a dependency tree with the dense representations. We propose a recursive convolutional neural network (RCNN) architecture to capture syntactic and compositional-semantic representations of phrases and words in a dependency tree. Different with the original recursive neural network, we introduce the convolution and pooling layers, which can model a variety of compositions by the feature maps and choose the most informative compositions by the pooling layers. Based on RCNN, we use a discriminative model to re-rank a k-best list of candidate dependency parsing trees. The experiments show that RCNN is very effective to improve the state-of-the-art dependency parsing on both English and Chinese datasets.

Cited by

Related