English

Something Old, Something New: Grammar-based CCG Parsing with Transformer Models

Computation and Language 2021-09-29 v2

Abstract

This report describes the parsing problem for Combinatory Categorial Grammar (CCG), showing how a combination of Transformer-based neural models and a symbolic CCG grammar can lead to substantial gains over existing approaches. The report also documents a 20-year research program, showing how NLP methods have evolved over this time. The staggering accuracy improvements provided by neural models for CCG parsing can be seen as a reflection of the improvements seen in NLP more generally. The report provides a minimal introduction to CCG and CCG parsing, with many pointers to the relevant literature. It then describes the CCG supertagging problem, and some recent work from Tian et al. (2020) which applies Transformer-based models to supertagging with great effect. I use this existing model to develop a CCG multitagger, which can serve as a front-end to an existing CCG parser. Simply using this new multitagger provides substantial gains in parsing accuracy. I then show how a Transformer-based model from the parsing literature can be combined with the grammar-based CCG parser, setting a new state-of-the-art for the CCGbank parsing task of almost 93% F-score for labelled dependencies, with complete sentence accuracies of over 50%.

Keywords

Cite

@article{arxiv.2109.10044,
  title  = {Something Old, Something New: Grammar-based CCG Parsing with Transformer Models},
  author = {Stephen Clark},
  journal= {arXiv preprint arXiv:2109.10044},
  year   = {2021}
}

Comments

o Added to the description of the formal properties of CCG o Added more description of how maxent and neural taggers differ o Added a ref to some very recent CCG parsing work o Fixed a bug in one of the figures o Added a note and ref to the conclusions o Added to the acknowledgements

R2 v1 2026-06-24T06:10:28.527Z