A Dependency-Based Method for Evaluating Broad-Coverage Parsers

Abstract

With the emergence of broad-coverage parsers, quantitative evaluation of parsers becomes increasingly more important. We propose a dependency-based method for evaluating broad-coverage parsers that offers more meaningful performance measures than previous approaches. We also present a structural pattern-matching mechanism that can be used to eliminate inconsequential differences among different parse trees. Previous evaluation methods have only evaluated the overall performance of parsers. The dependency-based method can also evaluate parsers with respect to different kinds of grammatical relationships or different types of lexical categories. An algorithm for transforming constituency trees into dependency trees is presented, which makes the evaluation method applicable to both constituency grammars and dependency grammars.

Cite

Text

Lin. "A Dependency-Based Method for Evaluating Broad-Coverage Parsers." International Joint Conference on Artificial Intelligence, 1995. doi:10.1017/S1351324998001958

Markdown

[Lin. "A Dependency-Based Method for Evaluating Broad-Coverage Parsers." International Joint Conference on Artificial Intelligence, 1995.](https://mlanthology.org/ijcai/1995/lin1995ijcai-dependency/) doi:10.1017/S1351324998001958

BibTeX

@inproceedings{lin1995ijcai-dependency,
  title     = {{A Dependency-Based Method for Evaluating Broad-Coverage Parsers}},
  author    = {Lin, Dekang},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {1995},
  pages     = {1420-1427},
  doi       = {10.1017/S1351324998001958},
  url       = {https://mlanthology.org/ijcai/1995/lin1995ijcai-dependency/}
}