Proceedings of the 2015 Conference of the North American Chapter of the Association for Computational Linguistics: Human Langua 2015
DOI: 10.3115/v1/n15-1006
|View full text |Cite
|
Sign up to set email alerts
|

An Incremental Algorithm for Transition-based CCG Parsing

Abstract: Incremental parsers have potential advantages for applications like language modeling for machine translation and speech recognition. We describe a new algorithm for incremental transition-based Combinatory Categorial Grammar parsing. As English CCGbank derivations are mostly right branching and non-incremental, we design our algorithm based on the dependencies resolved rather than the derivation. We introduce two new actions in the shift-reduce paradigm based on the idea of 'revealing' (Pareschi and Steedman,… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
19
0

Year Published

2016
2016
2018
2018

Publication Types

Select...
4
3
1

Relationship

3
5

Authors

Journals

citations
Cited by 13 publications
(19 citation statements)
references
References 20 publications
0
19
0
Order By: Relevance
“…Transition-based techniques are a natural starting point for UCCA parsing, given the conceptual similarity of UCCA's distinctions, centered around predicate-argument structures, to distinctions expressed by dependency schemes, and the achievements of transition-based methods in dependency parsing (Dyer et al, 2015;Andor et al, 2016;Kiperwasser and Goldberg, 2016). We are further motivated by the strength of transition-based methods in related tasks, including dependency graph parsing (Sagae and Tsujii, 2008;Ribeyre et al, 2014;Tokgöz and Eryigit, 2015), constituency parsing (Sagae and Lavie, 2005;Zhang and Clark, 2009;Zhu et al, 2013;Maier, 2015;Maier and Lichte, 2016), AMR parsing (Wang et al, 2015a(Wang et al, ,b, 2016Misra and Artzi, 2016;Goodman et al, 2016;Zhou et al, 2016;Damonte et al, 2017) and CCG parsing (Zhang and Clark, 2011;Ambati et al, 2015Ambati et al, , 2016.…”
Section: Introductionmentioning
confidence: 99%
“…Transition-based techniques are a natural starting point for UCCA parsing, given the conceptual similarity of UCCA's distinctions, centered around predicate-argument structures, to distinctions expressed by dependency schemes, and the achievements of transition-based methods in dependency parsing (Dyer et al, 2015;Andor et al, 2016;Kiperwasser and Goldberg, 2016). We are further motivated by the strength of transition-based methods in related tasks, including dependency graph parsing (Sagae and Tsujii, 2008;Ribeyre et al, 2014;Tokgöz and Eryigit, 2015), constituency parsing (Sagae and Lavie, 2005;Zhang and Clark, 2009;Zhu et al, 2013;Maier, 2015;Maier and Lichte, 2016), AMR parsing (Wang et al, 2015a(Wang et al, ,b, 2016Misra and Artzi, 2016;Goodman et al, 2016;Zhou et al, 2016;Damonte et al, 2017) and CCG parsing (Zhang and Clark, 2011;Ambati et al, 2015Ambati et al, , 2016.…”
Section: Introductionmentioning
confidence: 99%
“…While the majority of CCG parsers are chart-based (Clark and Curran, 2007;Lewis and Steedman, 2014a), there has been some work on shift-reduce CCG parsing (Zhang and Clark, 2011;Xu et al, 2014;Ambati et al, 2015). Zhang and Clark (2011) used a global linear model trained discriminatively with the averaged perceptron (Collins, 2002) and beam search for their shift-reduce CCG parser.…”
Section: Ccg Parsersmentioning
confidence: 99%
“…A dependency model for shift-reduce CCG parsing using a dynamic oracle technique (Goldberg and Nivre, 2012) was developed by Xu et al (2014). Ambati et al (2015) presented an incremental algorithm for transition based CCG parsing which introduced two novel revealing actions to overcome the consequences of the greedy nature of the previous parsers.…”
Section: Ccg Parsersmentioning
confidence: 99%
See 1 more Smart Citation
“…Most work on CCG parsing has either used CKY chart parsing (Hockenmaier, 2003;Clark and Curran, 2007;Fowler and Penn, 2010;Auli and Lopez, 2011a) or shift-reduce algorithms (Zhang and Clark, 2011;Xu et al, 2014;Ambati et al, 2015). These methods rely on beam-search to cope with the huge space of possible CCG parses.…”
Section: Related Workmentioning
confidence: 99%