Transition-based Semantic Role Labeling with Pointer Networks
Daniel Fern\'andez-Gonz\'alez

TL;DR
This paper introduces a novel transition-based semantic role labeling method using Pointer Networks that processes entire sentences in a single pass without syntactic info, achieving state-of-the-art results.
Contribution
It presents the first fully transition-based SRL approach capable of complete sentence processing without relying on syntactic trees or multiple modules.
Findings
Achieves the best performance on multiple languages in CoNLL-2009.
Operates in O(n^2) time, making it efficient.
Does not depend on syntactic information or additional modules.
Abstract
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. Practically all available methods do not perform full SRL, since they rely on pre-identified predicates, and most of them follow a pipeline strategy, using specific models for undertaking one or several SRL subtasks. In addition, previous approaches have a strong dependence on syntactic information to achieve state-of-the-art performance, despite being syntactic trees equally hard to produce. These simplifications and requirements make the majority of SRL systems impractical for real-world applications. In this article, we propose the first transition-based SRL approach that is capable of completely processing an input sentence in a single left-to-right pass, with neither…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Semantic Web and Ontologies
