paper-with-me

Papers

Learning from Executions for Semantic Parsing

2021-04-12 · NAACL 2021 4 · Bailin Wang, Mirella Lapata, Ivan Titov

Semantic parsing aims at translating natural language (NL) utterances onto machine-interpretable programs, which can be executed against a real-world environment. The expensive annotation of utterance-program pairs has long been acknowledged as a major bottleneck for the deployment of contemporary neural models to real-life applications. In this work, we focus on the task of semi-supervised learning where a limited amount of annotated data is available together with many unlabeled NL utterances. Based on the observation that programs which correspond to NL utterances must be always executable, we propose to encourage a parser to generate executable programs for unlabeled utterances. Due to the large search space of executable programs, conventional methods that use approximations based on beam-search such as self-training and top-k marginal likelihood training, do not perform as well. Instead, we view the problem of learning from executions from the perspective of posterior regularization and propose a set of new training objectives. Experimental results on Overnight and GeoQuery show that our new objectives outperform conventional methods, bridging the gap between semi-supervised and supervised learning.

📄 PDF Abstract BibTeX arXiv:2104.05819

Code (1)

berlino/tensor2struct-public 공식 구현 pytorch

Tasks

Semantic Parsing

Similar Papers 제목 키워드 기반

Semantic Parsing to Probabilistic Programs for Situated Question Answering

2016-06-22 · EMNLP 2016 11 · Jayant Krishnamurthy, Oyvind Tafjord, Aniruddha Kembhavi

Situated question answering is the problem of answering questions about an environment such as an image or diagram. This problem requires jointly interpreting a question and an environment using background knowledge to s…

Question AnsweringSemantic Parsing

Unsupervised identification of surgical robotic actions from small non homogeneous datasets

2021-05-18 · Daniele Meli, Paolo Fiorini

Robot-assisted surgery is an established clinical practice. The automatic identification of surgical actions is needed for a range of applications, including performance assessment of trainees and surgical process modeli…

Clustering

A Survey of Syntactic-Semantic Parsing Based on Constituent and Dependency Structures

2020-06-19 · Meishan Zhang

Syntactic and semantic parsing has been investigated for decades, which is one primary topic in the natural language processing community. This article aims for a brief survey on this topic. The parsing community include…

Dependency ParsingSemantic Parsing

Context Dependent Semantic Parsing: A Survey

2020-11-02 · COLING 2020 8 · Zhuang Li, Lizhen Qu, Gholamreza Haffari

Semantic parsing is the task of translating natural language utterances into machine-readable meaning representations. Currently, most semantic parsing methods are not able to utilize contextual information (e.g. dialogu…

Semantic ParsingSurvey

EUSP: An Easy-to-Use Semantic Parsing PlatForm

2019-11-01 · IJCNLP 2019 11 · Bo An, Chen Bo, Xianpei Han, Le Sun

Semantic parsing aims to map natural language utterances into structured meaning representations. We present a modular platform, EUSP (Easy-to-Use Semantic Parsing PlatForm), that facilitates developers to build semantic…

Semantic Parsing