Parsing Syntactic and Semantic Dependencies for Multiple Languages with A Pipeline Approach.

Han Ren,Donghong Ji,Jing Wan,Mingyao Zhang
DOI: https://doi.org/10.3115/1596409.1596426
2009-01-01
Abstract:This paper describes a pipelined approach for CoNLL-09 shared task on joint learning of syntactic and semantic dependencies. In the system, we handle syntactic dependency parsing with a transition-based approach and utilize MaltParser as the base model. For SRL, we utilize a Maximum Entropy model to identify predicate senses and classify arguments. Experimental results show that the average performance of our system for all languages achieves 67.81% of macro F1 Score, 78.01% of syntactic accuracy, 56.69% of semantic labeled F1, 71.66% of macro precision and 64.66% of micro recall.
What problem does this paper attempt to address?