paper-with-me

홈 › Papers

Bi-directional Attention with Agreement for Dependency Parsing

2016-08-06 · EMNLP 2016 11 · Hao Cheng, Hao Fang, Xiaodong He, Jianfeng Gao, Li Deng

We develop a novel bi-directional attention model for dependency parsing, which learns to agree on headword predictions from the forward and backward parsing directions. The parsing procedure for each direction is formulated as sequentially querying the memory component that stores continuous headword embeddings. The proposed parser makes use of {\it soft} headword embeddings, allowing the model to implicitly capture high-order parsing history without dramatically increasing the computational complexity. We conduct experiments on English, Chinese, and 12 other languages from the CoNLL 2006 shared task, showing that the proposed model achieves state-of-the-art unlabeled attachment scores on 6 languages.

📄 PDF Abstract BibTeX arXiv:1608.02076

Code (1)

hao-cheng/biattdp 공식 구현

Tasks

Dependency Parsing

Similar Papers 제목 키워드 기반

Bidirectional Transition-Based Dependency Parsing

2019-07-17 · AAAI 2019 7 · Yunzhe Yuan, Yong Jiang, Kewei Tu

Transition-based dependency parsing is a fast and effective approach for dependency parsing. Traditionally, a transitionbased dependency parser processes an input sentence and predicts a sequence of parsing actions in a …

Dependency ParsingSentenceTransition-Based Dependency Parsing

Potsdam: Semantic Dependency Parsing by Bidirectional Graph-Tree Transformations and Syntactic Parsing

2014-08-01 · SEMEVAL 2014 8 · {\v{Z}}eljko Agi{\'c}, Alex Koller, er
Dependency ParsingSemantic Dependency Parsing

On the Challenges of Fully Incremental Neural Dependency Parsing

2023-09-28 · Ana Ezquerro, Carlos Gómez-Rodríguez, David Vilares

Since the popularization of BiLSTMs and Transformer-based bidirectional encoders, state-of-the-art syntactic parsers have lacked incrementality, requiring access to the whole sentence and deviating from human language pr…

Dependency ParsingSentence

Graph-based Dependency Parsing with Bidirectional LSTM

2016-08-01 · ACL 2016 8 · Wenhui Wang, Baobao Chang
Dependency ParsingFeature EngineeringMachine Translation

Syntactic Substitutability as Unsupervised Dependency Syntax

2022-11-29 · Jasper Jian, Siva Reddy

Syntax is a latent hierarchical structure which underpins the robust and compositional nature of human language. In this work, we explore the hypothesis that syntactic dependencies can be represented in language model at…

Dependency ParsingLanguage ModelingLanguage Modelling