A Span Selection Model for Semantic Role Labeling
We present a simple and accurate span-based model for semantic role labeling (SRL). Our model directly takes into account all possible argument spans and scores them for each label. At decoding time, we greedily select higher scoring labeled spans. One advantage of our model is to allow us to design and use span-level features, that are difficult to use in token-based BIO tagging approaches. Experimental results demonstrate that our ensemble model achieves the state-of-the-art results, 87.4 F1 and 87.0 F1 on the CoNLL-2005 and 2012 datasets, respectively.
Code (2)
Tasks
modelSemantic Role LabelingSimilar Papers 제목 키워드 기반
A Structured Span Selector
Many natural language processing tasks, e.g., coreference resolution and semantic role labeling, require selecting text spans and making decisions about them. A typical approach to such tasks is to score all possible spa…
coreference-resolutionCoreference ResolutionInductive BiasSemantic Role LabelingIterative Span Selection: Self-Emergence of Resolving Orders in Semantic Role Labeling
Semantic Role Labeling (SRL) is the task of labeling semantic arguments for marked semantic predicates. Semantic arguments and their predicates are related in various distinct manners, of which certain semantic arguments…
Semantic Role LabelingTuning Deep Active Learning for Semantic Role Labeling
Active learning has been shown to reduce annotation requirements for numerous natural language processing tasks, including semantic role labeling (SRL). SRL involves labeling argument spans for potentially multiple predi…
Active LearningSemantic Role LabelingSentenceDependency and Span, Cross-Style Semantic Role Labeling on PropBank and NomBank
The latest developments in neural semantic role labeling (SRL) have shown great performance improvements with both the dependency and span formalisms/styles. Although the two styles share many similarities in linguistic …
Semantic Role LabelingJointly Predicting Predicates and Arguments in Neural Semantic Role Labeling
Recent BIO-tagging-based neural semantic role labeling models are very high performing, but assume gold predicates as part of the input and cannot incorporate span-level features. We propose an end-to-end approach for jo…
Semantic Role Labeling