CLJun 29, 2017

Frame-Semantic Parsing with Softmax-Margin Segmental RNNs and a Syntactic Scaffold

arXiv:1706.09528v1130 citations
Originality Highly original
AI Analysis

This work addresses the problem of semantic parsing for natural language processing researchers, offering a cheaper alternative to traditional syntactic pipelines.

The authors tackled frame-semantic parsing by developing a parser that labels semantic arguments to FrameNet predicates, achieving state-of-the-art performance with an efficient method that avoids syntactic parsing at test time.

We present a new, efficient frame-semantic parser that labels semantic arguments to FrameNet predicates. Built using an extension to the segmental RNN that emphasizes recall, our basic system achieves competitive performance without any calls to a syntactic parser. We then introduce a method that uses phrase-syntactic annotations from the Penn Treebank during training only, through a multitask objective; no parsing is required at training or test time. This "syntactic scaffold" offers a cheaper alternative to traditional syntactic pipelining, and achieves state-of-the-art performance.

Code Implementations10 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

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

Your Notes