paper-with-me

홈 › Papers

Bayesian Learning for Neural Dependency Parsing

2019-06-01 · NAACL 2019 6 · Ehsan Shareghi, Yingzhen Li, Yi Zhu, Roi Reichart, Anna Korhonen

While neural dependency parsers provide state-of-the-art accuracy for several languages, they still rely on large amounts of costly labeled training data. We demonstrate that in the small data regime, where uncertainty around parameter estimation and model prediction matters the most, Bayesian neural modeling is very effective. In order to overcome the computational and statistical costs of the approximate inference step in this framework, we utilize an efficient sampling procedure via stochastic gradient Langevin dynamics to generate samples from the approximated posterior. Moreover, we show that our Bayesian neural parser can be further improved when integrated into a multi-task parsing and POS tagging framework, designed to minimize task interference via an adversarial procedure. When trained and tested on 6 languages with less than 5k training instances, our parser consistently outperforms the strong bilstm baseline (Kiperwasser and Goldberg, 2016). Compared with the biaffine parser (Dozat et al., 2017) our model achieves an improvement of up to 3{\%} for Vietnames and Irish, while our multi-task model achieves an improvement of up to 9{\%} across five languages: Farsi, Russian, Turkish, Vietnamese, and Irish.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Dependency Parsingparameter estimationPOSPOS TaggingSmall Data Image Classification

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…

Similar Papers 제목 키워드 기반

Sprucing up the trees -- Error detection in treebanks

2018-08-01 · COLING 2018 8 · Ines Rehbein, Josef Ruppenhofer

We present a method for detecting annotation errors in manually and automatically annotated dependency parse trees, based on ensemble parsing in combination with Bayesian inference, guided by active learning. We evaluate…

Active LearningBayesian InferenceDomain AdaptationNamed Entity Recognition (NER)

A Bayesian Model for Generative Transition-based Dependency Parsing

2015-06-13 · WS 2015 8 · Jan Buys, Phil Blunsom

We propose a simple, scalable, fully generative model for transition-based dependency parsing with high accuracy. The model, parameterized by Hierarchical Pitman-Yor Processes, overcomes the limitations of previous gener…

Dependency ParsingLanguage ModelingLanguage ModellingPOS+2

A Survey of Syntactic-Semantic Parsing Based on Constituent and Dependency Structures

2020-06-19 · Meishan Zhang

Syntactic and semantic parsing has been investigated for decades, which is one primary topic in the natural language processing community. This article aims for a brief survey on this topic. The parsing community include…

Dependency ParsingSemantic Parsing

Adapting Unsupervised Syntactic Parsing Methodology for Discourse Dependency Parsing

2021-08-01 · ACL 2021 5 · Liwen Zhang, Ge Wang, Wenjuan Han, Kewei Tu

One of the main bottlenecks in developing discourse dependency parsers is the lack of annotated training data. A potential solution is to utilize abundant unlabeled data by using unsupervised techniques, but there is so …

Dependency ParsingDiscourse Parsing

A Graph-based Model for Joint Chinese Word Segmentation and Dependency Parsing

2019-04-09 · TACL 2020 1 · Hang Yan, Xipeng Qiu, Xuanjing Huang

Chinese word segmentation and dependency parsing are two fundamental tasks for Chinese natural language processing. The dependency parsing is defined on word-level. Therefore word segmentation is the precondition of depe…

Chinese Word SegmentationDependency ParsingFeature EngineeringLanguage Modeling+2