@InProceedings{yoshikawa-noji-matsumoto:2017:Long,
  author    = {Yoshikawa, Masashi  and  Noji, Hiroshi  and  Matsumoto, Yuji},
  title     = {A* CCG Parsing with a Supertag and Dependency Factored Model},
  booktitle = {Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)},
  month     = {July},
  year      = {2017},
  address   = {Vancouver, Canada},
  publisher = {Association for Computational Linguistics},
  pages     = {277--287},
  abstract  = {We propose a new A* CCG parsing model in which the probability of a tree is
	decomposed into factors of CCG categories and its syntactic dependencies both
	defined on bi-directional LSTMs. Our factored model allows the precomputation
	of all probabilities and runs very efficiently, while modeling sentence
	structures explicitly via dependencies. Our model achieves the state-of-the-art
	results on English and Japanese CCG parsing.},
  url       = {http://aclweb.org/anthology/P17-1026}
}

