Semantic Role Labeling

132 papers with code • 7 benchmarks • 14 datasets

Semantic role labeling aims to model the predicate-argument structure of a sentence and is often described as answering "Who did what to whom". BIO notation is typically used for semantic role labeling.

Example:

Housing starts are expected to quicken a bit from August’s pace
B-ARG1 I-ARG1 O O O V B-ARG2 I-ARG2 B-ARG3 I-ARG3 I-ARG3

The Role of Semantic Parsing in Understanding Procedural Text

hlr/proceduralsemanticparsing 14 Feb 2023

In this paper, we investigate whether symbolic semantic representations, extracted from deep semantic parsers, can help reasoning over the states of involved entities in a procedural text.

0
14 Feb 2023

Query Your Model with Definitions in FrameNet: An Effective Method for Frame Semantic Role Labeling

pkunlp-icler/aged 5 Dec 2022

Such methods usually model role classification as naive multi-class classification and treat arguments individually, which neglects label semantics and interactions between arguments and thus hindering performance and generalization of models.

12
05 Dec 2022

Semantic Role Labeling Meets Definition Modeling: Using Natural Language to Describe Predicate-Argument Structures

sapienzanlp/gsrl 2 Dec 2022

One of the common traits of past and present approaches for Semantic Role Labeling (SRL) is that they rely upon discrete labels drawn from a predefined linguistic inventory to classify predicate senses and their arguments.

18
02 Dec 2022

What do you MEME? Generating Explanations for Visual Semantic Role Labelling in Memes

LCS2-IIITD/LUMEN-Explaining-Memes 1 Dec 2022

Here, we introduce a novel task - EXCLAIM, generating explanations for visual semantic role labeling in memes.

0
01 Dec 2022

Influence Functions for Sequence Tagging Models

successar/segment_influence_functions 25 Oct 2022

We show the practical utility of segment influence by using the method to identify systematic annotation errors in two named entity recognition corpora.

7
25 Oct 2022

PriMeSRL-Eval: A Practical Quality Metric for Semantic Role Labeling Systems Evaluation

universalpropositions/primesrl-eval 12 Oct 2022

In this paper, we address key practical issues with existing evaluation scripts and propose a more strict SRL evaluation metric PriMeSRL.

6
12 Oct 2022

Astock: A New Dataset and Automated Stock Trading based on Stock-specific News Analyzing Model

jinanzou/astock 14 Jun 2022

In addition, we propose a self-supervised learning strategy based on SRLP to enhance the out-of-distribution generalization performance of our system.

189
14 Jun 2022

GENEVA: Benchmarking Generalizability for Event Argument Extraction with Hundreds of Event Types and Argument Roles

pluslabnlp/geneva 25 May 2022

We utilize this ontology to further introduce GENEVA, a diverse generalizability benchmarking dataset comprising four test suites, aimed at evaluating models' ability to handle limited data and unseen event type generalization.

7
25 May 2022

DeepStruct: Pretraining of Language Models for Structure Prediction

cgraywang/deepstruct Findings (ACL) 2022

We introduce a method for improving the structural understanding abilities of language models.

77
21 May 2022

Transition-based Semantic Role Labeling with Pointer Networks

danifg/srlpointer 20 May 2022

Semantic role labeling (SRL) focuses on recognizing the predicate-argument structure of a sentence and plays a critical role in many natural language processing tasks such as machine translation and question answering.

2
20 May 2022