paper-with-me

Papers

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

2015-05-21 · IJCNLP 2015 7 · Chenxi Zhu, Xipeng Qiu, Xinchi Chen, Xuanjing Huang

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.

📄 PDF Abstract BibTeX arXiv:1505.05667

Code (0)

등록된 구현이 없습니다.

Tasks

Dependency ParsingRe-Ranking

Similar Papers 제목 키워드 기반

Recursive Non-Autoregressive Graph-to-Graph Transformer for Dependency Parsing with Iterative Refinement

2020-03-29 · Alireza Mohammadshahi, James Henderson

We propose the Recursive Non-autoregressive Graph-to-Graph Transformer architecture (RNGTr) for the iterative refinement of arbitrary graphs through the recursive application of a non-autoregressive Graph-to-Graph Transf…

Dependency Parsing

Efficient Stacked Dependency Parsing by Forest Reranking

2013-01-01 · TACL 2013 1 · Katsuhiko Hayashi, Shuhei Kondo, Yuji Matsumoto

This paper proposes a discriminative forest reranking algorithm for dependency parsing that can be seen as a form of efficient stacked parsing. A dynamic programming shift-reduce parser produces a packed derivation fores…

ARCDependency ParsingReranking

Neural Ranking Models for Temporal Dependency Structure Parsing

2018-09-02 · EMNLP 2018 10 · Yuchen Zhang, Nianwen Xue

We design and build the first neural temporal dependency parser. It utilizes a neural ranking model with minimal feature engineering, and parses time expressions and events in a text into a temporal dependency tree struc…

Feature Engineering

A System for Experiments with Dependency Parsers

2014-05-01 · LREC 2014 5 · Kiril Simov, Iliana Simova, Ginka Ivanova, Maria Mateva 외

In this paper we present a system for experimenting with combinations of dependency parsers. The system supports initial training of different parsing models, creation of parsebank(s) with these models, and different str…

Dependency ParsingSentence

Easy-First Dependency Parsing with Hierarchical Tree LSTMs

2016-03-01 · TACL 2016 1 · Eliyahu Kiperwasser, Yoav Goldberg

We suggest a compositional vector representation of parse trees that relies on a recursive combination of recurrent-neural network encoders. To demonstrate its effectiveness, we use the representation as the backbone of …

Dependency ParsingWord Embeddings