paper-with-me

Papers

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 generative models by allowing fast and accurate inference. We propose an efficient decoding algorithm based on particle filtering that can adapt the beam size to the uncertainty in the model while jointly predicting POS tags and parse trees. The UAS of the parser is on par with that of a greedy discriminative baseline. As a language model, it obtains better perplexity than a n-gram model by performing semi-supervised learning over a large unlabelled corpus. We show that the model is able to generate locally and syntactically coherent sentences, opening the door to further applications in language generation.

📄 PDF Abstract BibTeX arXiv:1506.04334

Code (0)

등록된 구현이 없습니다.

Tasks

Dependency ParsingLanguage ModelingLanguage ModellingPOSText GenerationTransition-Based 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

Vietnamese transition-based dependency parsing with supertag features

2019-11-09 · Kiet Van Nguyen, Ngan Luu-Thuy Nguyen

In recent years, dependency parsing is a fascinating research topic and has a lot of applications in natural language processing. In this paper, we present an effective approach to improve dependency parsing by utilizing…

Dependency ParsingTransition-Based Dependency Parsing

Global Transition-based Non-projective Dependency Parsing

2018-07-04 · ACL 2018 7 · Carlos Gómez-Rodríguez, Tianze Shi, Lillian Lee

Shi, Huang, and Lee (2017) obtained state-of-the-art results for English and Chinese dependency parsing by combining dynamic-programming implementations of transition-based dependency parsers with a minimal set of bidire…

Chinese Dependency ParsingDependency Parsing

Transition-Based Dependency Parsing using Perceptron Learner

2020-01-22 · Rahul Radhakrishnan Iyer, Miguel Ballesteros, Chris Dyer, Robert Frederking

Syntactic parsing using dependency structures has become a standard technique in natural language processing with many different parsing models, in particular data-driven models that can be trained on syntactically annot…

ARCDependency ParsingTransition-Based Dependency Parsing

Graph-to-Graph Transformer for Transition-based Dependency Parsing

2019-11-08 · Findings of the Association for Computational Linguistics 2020 · Alireza Mohammadshahi, James Henderson

We propose the Graph2Graph Transformer architecture for conditioning on and predicting arbitrary graphs, and apply it to the challenging task of transition-based dependency parsing. After proposing two novel Transformer …

Dependency ParsingStructured PredictionTransition-Based Dependency Parsing