Clique-Based Lower Bounds for Parsing Tree-Adjoining Grammars
Abstract
Tree-adjoining grammars are a generalization of context-free grammars that are well suited to model human languages and are thus popular in computational linguistics. In the tree-adjoining grammar recognition problem, given a grammar and a string of length , the task is to decide whether can be obtained from . Rajasekaran and Yooseph's parser (JCSS'98) solves this problem in time , where is the matrix multiplication exponent. The best algorithms avoiding fast matrix multiplication take time . The first evidence for hardness was given by Satta (J. Comp. Linguist.'94): For a more general parsing problem, any algorithm that avoids fast matrix multiplication and is significantly faster than in the case of would imply a breakthrough for Boolean matrix multiplication. Following an approach by Abboud et al. (FOCS'15) for context-free grammar recognition, in this paper we resolve many of the disadvantages of the previous lower bound. We show that, even on constant-size grammars, any improvement on Rajasekaran and Yooseph's parser would imply a breakthrough for the -Clique problem. This establishes tree-adjoining grammar parsing as a practically relevant problem with the unusual running time of , up to lower order factors.
Cite
@article{arxiv.1803.00804,
title = {Clique-Based Lower Bounds for Parsing Tree-Adjoining Grammars},
author = {Karl Bringmann and Philip Wellnitz},
journal= {arXiv preprint arXiv:1803.00804},
year = {2018}
}
Comments
Presented at CPM'17. 15 pages