CLMar 15, 2021

A Transition-based Parser for Unscoped Episodic Logical Forms

arXiv:2103.08759v1660 citationsHas Code
Originality Synthesis-oriented
AI Analysis

This work addresses a specific challenge in natural language processing for semantic parsing, but it is incremental as it builds on existing Episodic Logic formalism and focuses on establishing a baseline.

The paper tackles the problem of parsing sentences into Unscoped Episodic Logical Forms (ULFs), a semantic representation for language, by introducing the first learned approach using a sequence-to-sequence model with a modified cache transition system, and it provides a strong baseline for future work.

"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/.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes