Index of papers in Proc. ACL 2008 that mention
  • parsing algorithms
Gómez-Rodr'iguez, Carlos and Carroll, John and Weir, David
Abstract
We define a new formalism, based on Sikkel’s parsing schemata for constituency parsers, that can be used to describe, analyze and compare dependency parsing algorithms .
Dependency parsing schemata
0 Some of the most popular dependency parsing algorithms , like that of Eisner (1996), work by connecting spans which can represent disconnected dependency graphs.
Dependency parsing schemata
3 Some practical examples 3.1 C0196 (Collins, 96) One of the most straightforward projective dependency parsing strategies is the one described by Collins (1996), directly based on the CYK parsing algorithm .
Dependency parsing schemata
We have defined a variant of Sikkel’s parsing schemata formalism which allows us to represent dependency parsing algorithms in a simple, declarative way7.
Introduction
The formalism of parsing schemata (Sikkel, 1997) is a useful tool for the study of constituency parsers since it provides formal, high-level descriptions of parsing algorithms that can be used to prove their formal properties (such as correctness), establish relations between them, derive new parsers from existing ones and obtain efficient implementations automatically (Gomez-Rodriguez et al., 2007).
parsing algorithms is mentioned in 7 sentences in this paper.
Topics mentioned in this paper:
Zhang, Hao and Gildea, Daniel
Conclusion
We use an in-side/outside parsing algorithm to get the Viterbi outside cost of bigram integrated states which is used as an outside estimate for trigram integrated states.
Decoding to Maximize BLEU
Our algorithm is another dynamic programming decoding pass on the trigram forest, and is similar to the parsing algorithm for maximizing expected labelled recall presented by Goodman (1996).
Multi-pass LM-Integrated Decoding
Charniak and Johnson (2005) use a PCFG to do a pass of inside-outside parsing to reduce the state space of a subsequent lexicalized n-best parsing algorithm to produce parses that are further re-ranked by a MaxEnt model.
Multi-pass LM-Integrated Decoding
Klein and Manning (2003) describe an A* parsing framework for monolingual parsing and admissible outside estimates that are computed using in-side/outside parsing algorithm on simplified PCFGs compared to the original PCFG.
parsing algorithms is mentioned in 4 sentences in this paper.
Topics mentioned in this paper:
Nesson, Rebecca and Satta, Giorgio and Shieber, Stuart M.
Abstract
Given a particular grammar, the polynomial degree of efficient STAG parsing algorithms depends directly on the rank of the grammar: the maximum number of correspondences that appear within a single elementary structure.
Introduction
Given a particular grammar, the polynomial degree of efficient STAG parsing algorithms depends directly on the rank of the grammar: the maximum number of correspondences that appear within a single elementary structure.
Introduction
This is a critical minimization because k is the feature of the grammar that appears in the exponent of the complexity of parsing algorithms for STAG.
parsing algorithms is mentioned in 3 sentences in this paper.
Topics mentioned in this paper: