paper-with-me

홈 › Papers

Yara Parser: A Fast and Accurate Dependency Parser

2015-03-23 · Mohammad Sadegh Rasooli, Joel Tetreault

Dependency parsers are among the most crucial tools in natural language processing as they have many important applications in downstream tasks such as information retrieval, machine translation and knowledge acquisition. We introduce the Yara Parser, a fast and accurate open-source dependency parser based on the arc-eager algorithm and beam search. It achieves an unlabeled accuracy of 93.32 on the standard WSJ test set which ranks it among the top dependency parsers. At its fastest, Yara can parse about 4000 sentences per second when in greedy mode (1 beam). When optimizing for accuracy (using 64 beams and Brown cluster features), Yara can parse 45 sentences per second. The parser can be trained on any syntactic dependency treebank and different options are provided in order to make it more flexible and tunable for specific tasks. It is released with the Apache version 2.0 license and can be used for both commercial and academic purposes. The parser can be found at https://github.com/yahoo/YaraParser.

📄 PDF Abstract BibTeX arXiv:1503.06733

Code (2)

yahoo/YaraParser 공식 구현
rasoolims/YaraParser

Tasks

ARCDependency ParsingInformation RetrievalMachine TranslationRetrievalTranslation

Similar Papers 제목 키워드 기반

A Fast and Accurate Dependency Parser using Neural Networks

2014-10-01 · EMNLP 2014 10 · Danqi Chen, Christopher Manning
Constituency ParsingMachine TranslationWord Embeddings

Distilling Neural Networks for Greener and Faster Dependency Parsing

2020-06-01 · WS 2020 7 · Mark Anderson, Carlos Gómez-Rodríguez

The carbon footprint of natural language processing research has been increasing in recent years due to its reliance on large and inefficient neural network implementations. Distillation is a network compression techniqu…

CPUDependency ParsingGPU

Revisiting Higher-Order Dependency Parsers

2020-07-01 · ACL 2020 6 · Erick Fonseca, Andr{\'e} F. T. Martins

Neural encoders have allowed dependency parsers to shift from higher-order structured models to simpler first-order ones, making decoding faster and still achieving better accuracy than non-neural parsers. This has led t…

Sentence

Viable Dependency Parsing as Sequence Labeling

2019-02-27 · NAACL 2019 6 · Michalina Strzyz, David Vilares, Carlos Gómez-Rodríguez

We recast dependency parsing as a sequence labeling problem, exploring several encodings of dependency trees as labels. While dependency parsing by means of sequence labeling had been attempted in existing work, results …

Dependency Parsing

A Fast and Lightweight System for Multilingual Dependency Parsing

2017-08-01 · CONLL 2017 8 · Tao Ji, Yuanbin Wu, Man Lan

We present a multilingual dependency parser with a bidirectional-LSTM (BiLSTM) feature extractor and a multi-layer perceptron (MLP) classifier. We trained our transition-based projective parser in UD version 2.0 datasets…

Dependency Parsing