paper-with-me

Papers

Learning Semantic Role Labeling from Compatible Label Sequences

2023-05-24 · Tao Li, Ghazaleh Kazeminejad, Susan W. Brown, Martha Palmer, Vivek Srikumar

Semantic role labeling (SRL) has multiple disjoint label sets, e.g., VerbNet and PropBank. Creating these datasets is challenging, therefore a natural question is how to use each one to help the other. Prior work has shown that cross-task interaction helps, but only explored multitask learning so far. A common issue with multi-task setup is that argument sequences are still separately decoded, running the risk of generating structurally inconsistent label sequences (as per lexicons like Semlink). In this paper, we eliminate such issue with a framework that jointly models VerbNet and PropBank labels as one sequence. In this setup, we show that enforcing Semlink constraints during decoding constantly improves the overall F1. With special input constructions, our joint model infers VerbNet arguments from given PropBank arguments with over 99 F1. For learning, we propose a constrained marginal model that learns with knowledge defined in Semlink to further benefit from the large amounts of PropBank-only data. On the joint benchmark based on CoNLL05, our models achieve state-of-the-art F1's, outperforming the prior best in-domain model by 3.5 (VerbNet) and 0.8 (PropBank). For out-of-domain generalization, our models surpass the prior best by 3.4 (VerbNet) and 0.2 (PropBank).

📄 PDF Abstract BibTeX arXiv:2305.14600

Code (1)

utahnlp/marginal_srl_with_semlink 공식 구현 pytorch

Tasks

Domain GeneralizationSemantic Role Labeling

Similar Papers 제목 키워드 기반

Combining Seemingly Incompatible Corpora for Implicit Semantic Role Labeling

2015-06-01 · SEMEVAL 2015 6 · Parvin Sadat Feizabadi, Sebastian Pad{\'o}
Domain AdaptationMachine TranslationQuestion AnsweringSemantic Role Labeling

Remove Noise and Keep Truth: A Noisy Channel Model for Semantic Role Labeling

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Semantic role labeling usually models structures using sequences, trees, or graphs. Past works focused on researching novel modeling methods and neural structures and integrating more features. In this paper, we re-exami…

Semantic Role Labeling

Neural Semantic Role Labeling with Dependency Path Embeddings

2016-05-24 · ACL 2016 8 · Michael Roth, Mirella Lapata

This paper introduces a novel model for semantic role labeling that makes use of neural sequence modeling techniques. Our approach is motivated by the observation that complex syntactic structures and related phenomena, …

Semantic Role Labeling

An MRC Framework for Semantic Role Labeling

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Semantic Role Labeling (SRL) aims at recognizing the predicate-argument structure of a sentence and can be decomposed into two subtasks: predicate disambiguation and argument labeling. Prior work deals with these two tas…

Computational EfficiencyMachine Reading ComprehensionMultiple-choiceReading Comprehension+2

An MRC Framework for Semantic Role Labeling

2021-09-14 · COLING 2022 10 · Nan Wang, Jiwei Li, Yuxian Meng, Xiaofei Sun 외

Semantic Role Labeling (SRL) aims at recognizing the predicate-argument structure of a sentence and can be decomposed into two subtasks: predicate disambiguation and argument labeling. Prior work deals with these two tas…

Computational EfficiencyMachine Reading ComprehensionMultiple-choiceReading Comprehension+2