# A Simple and Accurate Syntax-Agnostic Neural Model for Dependency-based   Semantic Role Labeling

**Authors:** Diego Marcheggiani, Anton Frolov, Ivan Titov

arXiv: 1701.02593 · 2017-06-16

## TL;DR

This paper presents a simple, syntax-agnostic neural model for dependency-based semantic role labeling that achieves competitive and robust results across multiple languages and out-of-domain data, without relying on syntactic information.

## Contribution

The authors introduce a neural SRL model that operates without syntactic features, outperforming previous local models especially when using POS tags, and demonstrating robustness on out-of-domain data.

## Key findings

- Achieves competitive results on English, Chinese, Czech, and Spanish datasets.
- Outperforms previous local models when using automatically predicted POS tags.
- Excels in out-of-domain settings, showing increased robustness.

## Abstract

We introduce a simple and accurate neural model for dependency-based semantic role labeling. Our model predicts predicate-argument dependencies relying on states of a bidirectional LSTM encoder. The semantic role labeler achieves competitive performance on English, even without any kind of syntactic information and only using local inference. However, when automatically predicted part-of-speech tags are provided as input, it substantially outperforms all previous local models and approaches the best reported results on the English CoNLL-2009 dataset. We also consider Chinese, Czech and Spanish where our approach also achieves competitive results. Syntactic parsers are unreliable on out-of-domain data, so standard (i.e., syntactically-informed) SRL models are hindered when tested in this setting. Our syntax-agnostic model appears more robust, resulting in the best reported results on standard out-of-domain test sets.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1701.02593/full.md

## Figures

4 figures with captions in the complete paper: https://tomesphere.com/paper/1701.02593/full.md

## References

41 references — full list in the complete paper: https://tomesphere.com/paper/1701.02593/full.md

---
Source: https://tomesphere.com/paper/1701.02593