paper-with-me

Papers

MaltOptimizer: A System for MaltParser Optimization

2012-05-01 · LREC 2012 5 · Miguel Ballesteros, Joakim Nivre

Freely available statistical parsers often require careful optimization to produce state-of-the-art results, which can be a non-trivial task especially for application developers who are not interested in parsing research for its own sake. We present MaltOptimizer, a freely available tool developed to facilitate parser optimization using the open-source system MaltParser, a data-driven parser-generator that can be used to train dependency parsers given treebank data. MaltParser offers a wide range of parameters for optimization, including nine different parsing algorithms, two different machine learning libraries (each with a number of different learners), and an expressive specification language that can be used to define arbitrarily rich feature models. MaltOptimizer is an interactive system that first performs an analysis of the training set in order to select a suitable starting point for optimization and then guides the user through the optimization of parsing algorithm, feature model, and learning algorithm. Empirical evaluation on data from the CoNLL 2006 and 2007 shared tasks on dependency parsing shows that MaltOptimizer consistently improves over the baseline of default settings and sometimes even surpasses the result of manual optimization.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Dependency Parsing

Similar Papers 제목 키워드 기반

MaltOptimizer: An Optimization Tool for MaltParser

2012-04-01 · EACL 2012 4 · Miguel Ballesteros, Joakim Nivre
Dependency ParsingPart-Of-Speech TaggingSemantic Role LabelingWord Sense Disambiguation

One model, two languages: training bilingual parsers with harmonized treebanks

2015-07-30 · ACL 2016 8 · David Vilares, Carlos Gómez-Rodríguez, Miguel A. Alonso

We introduce an approach to train lexicalized parsers using bilingual corpora obtained by merging harmonized treebanks of different languages, producing parsers that can analyze sentences in either of the learned languag…

Vocal Bursts Valence Prediction

Effective Morphological Feature Selection with MaltOptimizer at the SPMRL 2013 Shared Task

2013-10-01 · WS 2013 10 · Miguel Ballesteros
Dependency Parsingfeature selection

Two-stage Approach for Hindi Dependency Parsing Using MaltParser

2012-12-01 · WS 2012 12 · Naman Jain, Karan Singla, Aniruddha Tammewar, Sambhav Jain
Dependency ParsingMachine TranslationVocal Bursts Valence Prediction

Dependency Parsing for Urdu: Resources, Conversions and Learning

2020-05-01 · LREC 2020 5 · Toqeer Ehsan, Miriam Butt

This paper adds to the available resources for the under-resourced language Urdu by converting different types of existing treebanks for Urdu into a common format that is based on Universal Dependencies. We present compa…

Dependency ParsingWord Embeddings