Dependency Parsing Based on Maximum Entropy Model

Xiaolong Wang
2009-01-01
Abstract:This paper presents three algorithms for dependency parsing based on the Maximum Entropy Models.The Maximum Spanning Tree(MST) algorithm achieves the best result.The target of MST is to find a Maximum Spanning Tree in a directed graph.Each edge of the directed graph corresponds to a dependency relation of the dependency parser,and the weights of the edges are obtained by using a Maximum Entropy Model.The training and test data sets are the CoNLL2008 share task corpora.The system achieves F1 scores of 87.42 and 80.8 for WSJ and Brown test data respectively,ranking sixth among all the competition teams.
What problem does this paper attempt to address?