# Semantic Role Labeling - Semantic role labeling is presented as a span prediction problem. - Given a sentence and a predicate-driven wh-question, the goal is to predict the start and end indices of the answer in the sentence. - There are around 200,000 training questions and 25,000 test questions in the dataset - Proposed by FitzGerald et al. (2018) --- ## References