paper-with-me

홈 › Papers

A Transition-based Parser for Unscoped Episodic Logical Forms

2021-03-15 · IWCS (ACL) 2021 6 · Gene Louis Kim, Viet Duong, Xin Lu, Lenhart Schubert

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

📄 PDF Abstract BibTeX arXiv:2103.08759

Code (1)

genelkim/ulf-transition-parser 공식 구현 pytorch

Similar Papers 제목 키워드 기반

A (Mostly) Symbolic System for Monotonic Inference with Unscoped Episodic Logical Forms

2021-06-01 · ACL (NALOMA, IWCS) 2021 6 · Gene Kim, Mandar Juvekar, Junis Ekmekciu, Viet Duong 외

We implement the formalization of natural logic-like monotonic inference using Unscoped Episodic Logical Forms (ULFs) by Kim et al. (2020). We demonstrate this system’s capacity to handle a variety of challenging semanti…

Generating Discourse Inferences from Unscoped Episodic Logical Formulas

2019-08-01 · WS 2019 8 · Gene Kim, Benjamin Kane, Viet Duong, Muskaan Mendiratta 외

Abstract Unscoped episodic logical form (ULF) is a semantic representation capturing the predicate-argument structure of English within the episodic logic formalism in relation to the syntactic structure, while leaving s…

Monotonic Inference for Underspecified Episodic Logic

2021-06-01 · ACL (NALOMA, IWCS) 2021 6 · Gene Kim, Mandar Juvekar, Lenhart Schubert

We present a method of making natural logic inferences from Unscoped Logical Form of Episodic Logic. We establish a correspondence between inference rules of scope resolved Episodic Logic and the natural logic treatment …

Learning an Executable Neural Semantic Parser

2017-11-14 · CL 2019 3 · Jianpeng Cheng, Siva Reddy, Vijay Saraswat, Mirella Lapata

This paper describes a neural semantic parser that maps natural language utterances onto logical forms which can be executed against a task-specific environment, such as a knowledge base or a database, to produce a respo…

Improved Transition-Based Parsing by Modeling Characters instead of Words with LSTMs

2015-08-04 · EMNLP 2015 9 · Miguel Ballesteros, Chris Dyer, Noah A. Smith

We present extensions to a continuous-state dependency parsing method that makes it applicable to morphologically rich languages. Starting with a high-performance transition-based parser that uses long short-term memory …

Dependency Parsing