paper-with-me

홈 › Papers

Please Mind the Root: Decoding Arborescences for Dependency Parsing

2020-10-06 · EMNLP 2020 11 · Ran Zmigrod, Tim Vieira, Ryan Cotterell

The connection between dependency trees and spanning trees is exploited by the NLP community to train and to decode graph-based dependency parsers. However, the NLP literature has missed an important difference between the two structures: only one edge may emanate from the root in a dependency tree. We analyzed the output of state-of-the-art parsers on many languages from the Universal Dependency Treebank: although these parsers are often able to learn that trees which violate the constraint should be assigned lower probabilities, their ability to do so unsurprisingly de-grades as the size of the training set decreases. In fact, the worst constraint-violation rate we observe is 24%. Prior work has proposed an inefficient algorithm to enforce the constraint, which adds a factor of n to the decoding runtime. We adapt an algorithm due to Gabow and Tarjan (1984) to dependency parsing, which satisfies the constraint without compromising the original runtime.

📄 PDF Abstract BibTeX arXiv:2010.02550

Code (1)

rycolab/spanningtrees 공식 구현

Tasks

Dependency Parsing

Similar Papers 제목 키워드 기반

On Finding the K-best Non-projective Dependency Trees

2021-08-01 · ACL 2021 5 · Ran Zmigrod, Tim Vieira, Ryan Cotterell

The connection between the maximum spanning tree in a directed graph and the best dependency tree of a sentence has been exploited by the NLP community. However, for many dependency parsing schemes, an important detail o…

Dependency ParsingSentence

On Finding the $K$-best Non-projective Dependency Trees

2021-06-01 · Ran Zmigrod, Tim Vieira, Ryan Cotterell

The connection between the maximum spanning tree in a directed graph and the best dependency tree of a sentence has been exploited by the NLP community. However, for many dependency parsing schemes, an important detail o…

Dependency ParsingSentence

Headed-Span-Based Projective Dependency Parsing

2021-09-17 · ACL ARR September 2021 9 · Anonymous

We propose a new paradigm for projective dependency parsing based on headed spans. In a projective dependency tree, the subtree rooted at each word covers a contiguous sequence (i.e., a span) in the surface order. We c…

Dependency Parsingglobal-optimization

EEG-ReMinD: Enhancing Neurodegenerative EEG Decoding through Self-Supervised State Reconstruction-Primed Riemannian Dynamics

2025-01-14 · ZiRui Wang, Zhenxi Song, Yi Guo, Yuxin Liu 외

The development of EEG decoding algorithms confronts challenges such as data sparsity, subject variability, and the need for precise annotations, all of which are vital for advancing brain-computer interfaces and enhanci…

EEGEeg Decoding

MindSemantix: Deciphering Brain Visual Experiences with a Brain-Language Model

2024-05-29 · Ziqi Ren, Jie Li, Xuetong Xue, Xin Li 외

Deciphering the human visual experience through brain activities captured by fMRI represents a compelling and cutting-edge challenge in the field of neuroscience research. Compared to merely predicting the viewed image i…

Brain DecodingLanguage ModelingLanguage ModellingSelf-Supervised Learning