Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Type-Driven Incremental Semantic Parsing with Polymorphism

About

Semantic parsing has made significant progress, but most current semantic parsers are extremely slow (CKY-based) and rather primitive in representation. We introduce three new techniques to tackle these problems. First, we design the first linear-time incremental shift-reduce-style semantic parsing algorithm which is more efficient than conventional cubic-time bottom-up semantic parsers. Second, our parser, being type-driven instead of syntax-driven, uses type-checking to decide the direction of reduction, which eliminates the need for a syntactic grammar such as CCG. Third, to fully exploit the power of type-driven semantic parsing beyond simple types (such as entities and truth values), we borrow from programming language theory the concepts of subtype polymorphism and parametric polymorphism to enrich the type system in order to better guide the parsing. Our system learns very accurate parses in GeoQuery, Jobs and Atis domains.

Kai Zhao, Liang Huang• 2014

Related benchmarks

TaskDatasetResultRank
Semantic ParsingGEO
Accuracy0.889
26
Semantic ParsingATIS
Accuracy84.2
19
Semantic ParsingGeoquery (test)
Accuracy88.9
14
Semantic ParsingGEO (test)
Accuracy88.9
8
Semantic ParsingATIS (test)
Accuracy84.2
8
Semantic ParsingGEOQUERY 280-sentence Geo880 (test)
Precision92.9
7
Semantic ParsingJOBS
Accuracy85
6
Semantic ParsingJOBS (test)
Precision85
3
Showing 8 of 8 rows

Other info

Follow for update