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

MuCPAD: A Multi-Domain Chinese Predicate-Argument Dataset

suda-la/mucpad NAACL 2022

1) Based on a frame-free annotation methodology, we avoid writing complex frames for new predicates.

4
13 May 2022

A Structured Span Selector

lyutyuh/structured-span-selector NAACL 2022

Many natural language processing tasks, e. g., coreference resolution and semantic role labeling, require selecting text spans and making decisions about them.

21
08 May 2022

ATP: AMRize Then Parse! Enhancing AMR Parsing with PseudoAMRs

chenllliang/atp Findings (NAACL) 2022

As Abstract Meaning Representation (AMR) implicitly involves compound semantic annotations, we hypothesize auxiliary tasks which are semantically or formally related can better enhance AMR parsing.

14
19 Apr 2022

Zero-shot Cross-lingual Conversational Semantic Role Labeling

hahahawu/zero-shot-xcsrl Findings (NAACL) 2022

While conversational semantic role labeling (CSRL) has shown its usefulness on Chinese conversational tasks, it is still under-explored in non-Chinese languages due to the lack of multilingual CSRL annotations for the parser training.

2
11 Apr 2022

Fast and Accurate End-to-End Span-based Semantic Role Labeling as Word-based Graph Parsing

zslin177/srl-as-gp COLING 2022

Moreover, we propose a simple constrained Viterbi procedure to ensure the legality of the output graph according to the constraints of the SRL structure.

17
06 Dec 2021

Semantic Role Labeling as Dependency Parsing: Exploring Latent Tree Structures Inside Arguments

yzhangcs/crfsrl COLING 2022

Semantic role labeling (SRL) is a fundamental yet challenging task in the NLP community.

61
13 Oct 2021

Text Simplification for Comprehension-based Question-Answering

kartikeypant/text-simplification-qa-www2021 WNUT (ACL) 2021

Text simplification is the process of splitting and rephrasing a sentence to a sequence of sentences making it easier to read and understand while preserving the content and approximating the original meaning.

1
28 Sep 2021

A Graph-Based Neural Model for End-to-End Frame Semantic Parsing

ch4osmy7h/framenetparser EMNLP 2021

The three subtasks are closely related while previous studies model them individually, which ignores their intern connections and meanwhile induces error propagation problem.

16
25 Sep 2021

Finding a Balanced Degree of Automation for Summary Evaluation

zhangshiyue/lite2-3pyramid EMNLP 2021

In this work, we propose flexible semiautomatic to automatic summary evaluation metrics, following the Pyramid human evaluation method.

12
23 Sep 2021

CSAGN: Conversational Structure Aware Graph Network for Conversational Semantic Role Labeling

hahahawu/CSAGN EMNLP 2021

Conversational semantic role labeling (CSRL) is believed to be a crucial step towards dialogue understanding.

8
23 Sep 2021