Semantic Role Labeling Using Recursive Neural Network

Tianshi Li,Baobao Chang
DOI: https://doi.org/10.1007/978-3-319-25816-4_6
2015-01-01
Abstract:Semantic role labeling (SRL) is an important NLP task for understanding the semantic of sentences in real-world. SRL is a task which assigns semantic roles to different phrases in a sentence for a given word. We design a recursive neural network model for SRL. On the one hand, comparing to traditional shallow models, our model does not dependent on lots of rich hand-designed features. On the other hand, different from early deep models, our model is able to add many shallow features. Further more, our model uses global structure information of parse trees. In our experiment, we evaluate using the CoNLL-2005 data and reach a competitive performance with fewer features.
What problem does this paper attempt to address?