CLJan 22, 2019

Debugging Frame Semantic Role Labeling

arXiv:1901.07475v11 citations
Originality Synthesis-oriented
AI Analysis

This work provides debugging insights for researchers in natural language processing working on semantic parsing, though it is incremental in nature.

The authors analyzed statistical models for frame semantic role labeling, finding that preprocessing toolkits significantly impact argument identification performance with gains comparable to recent models, and demonstrated that syntactic preprocessing is crucial for classifier robustness to lexical variations.

We propose a quantitative and qualitative analysis of the performances of statistical models for frame semantic structure extraction. We report on a replication study on FrameNet 1.7 data and show that preprocessing toolkits play a major role in argument identification performances, observing gains similar in their order of magnitude to those reported by recent models for frame semantic parsing. We report on the robustness of a recent statistical classifier for frame semantic parsing to lexical configurations of predicate-argument structures, relying on an artificially augmented dataset generated using a rule-based algorithm combining valence pattern matching and lexical substitution. We prove that syntactic pre-processing plays a major role in the performances of statistical classifiers to argument identification, and discuss the core reasons of syntactic mismatch between dependency parsers output and FrameNet syntactic formalism. Finally, we suggest new leads for improving statistical models for frame semantic parsing, including joint syntax-semantic parsing relying on FrameNet syntactic formalism, latent classes inference via split-and-merge algorithms and neural network architectures relying on rich input representations of words.

Foundations

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

Your Notes