A Transition-based Parser for Unscoped Episodic Logical Forms
Gene Louis Kim, Viet Duong, Xin Lu, Lenhart Schubert

TL;DR
This paper introduces the first learned transition-based parser for Unscoped Logical Forms (ULFs) in Episodic Logic, utilizing a sequence-to-sequence model trained on an annotated dataset to improve semantic parsing.
Contribution
It presents the first neural transition-based parsing approach for ULFs, along with an annotated dataset and evaluation of various constraints and features.
Findings
Established a strong baseline for ULF parsing
Demonstrated effectiveness of type grammar constraints and lexicon
Provided publicly available dataset and parser implementation
Abstract
"Episodic Logic:Unscoped Logical Form" (EL-ULF) is a semantic representation capturing predicate-argument structure as well as more challenging aspects of language within the Episodic Logic formalism. We present the first learned approach for parsing sentences into ULFs, using a growing set of annotated examples. The results provide a strong baseline for future improvement. Our method learns a sequence-to-sequence model for predicting the transition action sequence within a modified cache transition system. We evaluate the efficacy of type grammar-based constraints, a word-to-symbol lexicon, and transition system state features in this task. Our system is available at https://github.com/genelkim/ulf-transition-parser We also present the first official annotated ULF dataset at https://www.cs.rochester.edu/u/gkim21/ulf/resources/.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Semantic Web and Ontologies
