English

Parsing Combinatory Categorial Grammar with Answer Set Programming: Preliminary Report

Artificial Intelligence 2011-08-30 v1 Computation and Language

Abstract

Combinatory categorial grammar (CCG) is a grammar formalism used for natural language parsing. CCG assigns structured lexical categories to words and uses a small set of combinatory rules to combine these categories to parse a sentence. In this work we propose and implement a new approach to CCG parsing that relies on a prominent knowledge representation formalism, answer set programming (ASP) - a declarative programming paradigm. We formulate the task of CCG parsing as a planning problem and use an ASP computational tool to compute solutions that correspond to valid parses. Compared to other approaches, there is no need to implement a specific parsing algorithm using such a declarative method. Our approach aims at producing all semantically distinct parse trees for a given sentence. From this goal, normalization and efficiency issues arise, and we deal with them by combining and extending existing strategies. We have implemented a CCG parsing tool kit - AspCcgTk - that uses ASP as its main computational means. The C&C supertagger can be used as a preprocessor within AspCcgTk, which allows us to achieve wide-coverage natural language parsing.

Keywords

Cite

@article{arxiv.1108.5567,
  title  = {Parsing Combinatory Categorial Grammar with Answer Set Programming: Preliminary Report},
  author = {Yuliya Lierler and Peter Schüller},
  journal= {arXiv preprint arXiv:1108.5567},
  year   = {2011}
}

Comments

12 pages, 2 figures, Proceedings of the 25th Workshop on Logic Programming (WLP 2011)

R2 v1 2026-06-21T18:56:10.330Z