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

Unified Low-Resource Sequence Labeling by Sample-Aware Dynamic Sparse Finetuning

psunlpgroup/fish-dip 7 Nov 2023

Unfortunately, this requires formatting them into specialized augmented format unknown to the base pretrained language model (PLMs) necessitating finetuning to the target format.

1
07 Nov 2023

Extracting Entities of Interest from Comparative Product Reviews

jatinarora2702/Review-Information-Extraction Conference on Information and Knowledge Management (CIKM) 2017

This paper presents a deep learning based approach to extract product comparison information out of user reviews on various e-commerce websites.

5
31 Oct 2023

Speaker attribution in German parliamentary debates with QLoRA-adapted large language models

umanlp/spkatt-2023 18 Sep 2023

The growing body of political texts opens up new opportunities for rich insights into political dynamics and ideologies but also increases the workload for manual analysis.

2
18 Sep 2023

Improving Aspect-Based Sentiment with End-to-End Semantic Role Labeling Model

pauli31/srl-aspect-based-sentiment 27 Jul 2023

We propose a novel end-to-end Semantic Role Labeling model that effectively captures most of the structured semantic information within the Transformer hidden state.

1
27 Jul 2023

Discovering collective narratives shifts in online discussions

wanyingzhao/collective_narrative_shift 17 Jul 2023

Narrative is a foundation of human cognition and decision making.

0
17 Jul 2023

Semantic Role Labeling Guided Out-of-distribution Detection

cytai/srlood 29 May 2023

Identifying unexpected domain-shifted instances in natural language processing is crucial in real-world applications.

1
29 May 2023

Learning Semantic Role Labeling from Compatible Label Sequences

utahnlp/marginal_srl_with_semlink 24 May 2023

In this paper, we eliminate such issue with a framework that jointly models VerbNet and PropBank labels as one sequence.

1
24 May 2023

Interpretable Automatic Fine-grained Inconsistency Detection in Text Summarization

kenchan0226/finegrainedfact 23 May 2023

Motivated by how humans inspect factual inconsistency in summaries, we propose an interpretable fine-grained inconsistency detection model, FineGrainFact, which explicitly represents the facts in the documents and summaries with semantic frames extracted by semantic role labeling, and highlights the related semantic frames to predict inconsistency.

11
23 May 2023

Evaluating Factual Consistency of Texts with Semantic Role Labeling

heyjing/srlscore 22 May 2023

We introduce SRLScore, a reference-free evaluation metric designed with text summarization in mind.

7
22 May 2023

Extracting Victim Counts from Text

mianzg/victim_counts 23 Feb 2023

We cast victim count extraction as a question answering (QA) task with a regression or classification objective.

2
23 Feb 2023