Semantic Parsing with Combinatory Categorial Grammars.

Yoav Artzi, Nicholas FitzGerald, Luke Zettlemoyer
2013-08-01
Abstract:Semantic Parsing with Combinatory Categorial Grammars Page 1 Semantic Parsing with Combinatory Categorial Grammars Yoav Artzi, Nicholas FitzGerald and Luke Zettlemoyer University of Washington ACL 2013 Tutorial Sofia, Bulgaria Page 2 Learning Data CCG Learning Algorithm • What kind of data/supervision we can use? • What do we need to learn? Page 3 Supervised Data show me flights to Boston S/N N PP/NP NP λf.f λx.flight(x) λy.λx.to(x, y) BOSTON > PP λx.to(x,BOSTON) N<N λf.λx.f(x) < to(x,BOSTON)< N λx.flight(x) < to(x,BOSTON) > S λx.flight(x) < to(x,BOSTON) Page 4 show me flights to Boston S/N N PP/NP NP λf.f λx.flight(x) λy.λx.to(x, y) BOSTON > PP λx.to(x,BOSTON) N<N λf.λx.f(x) < to(x,BOSTON)< N λx.flight(x) < to(x,BOSTON) > S λx.flight(x) < to(x,BOSTON) Supervised Data S/N N PP/NP NP λf.f λx.flight(x) λy.λx.to(x, y) BOSTON > PP λx.to(x,BOSTON) N<N λf.λx.f(x) < to(x,BOSTON)< N λx.flight(x) …
What problem does this paper attempt to address?