Fast and Accurate End-to-End Span-based Semantic Role Labeling as Word-based Graph Parsing (2022.coling-1)
Copied to clipboard
| Challenge: | Using end-to-end span-based SRL, we propose a word-based graph parsing task for word-level representation of spans . compared with word-driven SRL, span-Based SRL is more complex due to difficulties in determining argument boundaries. |
| Approach: | They propose to cast end-to-end span-based SRL as a word-based graph parsing task . they propose a constrained Viterbi procedure to ensure the legality of the output graph . |
| Outcome: | The proposed model can parse 669/252 sentences per second without and with pre-trained models. |
Similar Papers
A Span Selection Model for Semantic Role Labeling (D18-1)
Copied to clipboard
| Challenge: | Existing models for semantic role labeling use BIO tags to predict argument spans . but performance of these approaches is weak . |
| Approach: | They propose a span-based model that takes into account all possible argument spans and scores them for each label. |
| Outcome: | The proposed model achieves state-of-the-art results on the CoNLL-2005 and 2012 datasets. |
Span-based Semantic Role Labeling as Lexicalized Constituency Tree Parsing (2025.findings-acl)
Copied to clipboard
| Challenge: | Existing models for semantic role labeling fail to capture the relationship between syntax and semantics. |
| Approach: | They propose a lexicalized tree representation for span-based SRL that integrates constituency and dependency parsing to explicitly model predicate-argument structures. |
| Outcome: | The proposed model achieves competitive performance on standard English benchmarks. |
Syntax-driven Approach for Semantic Role Labeling (2022.lrec-1)
Copied to clipboard
| Challenge: | Existing studies focus on auto-generated syntactic knowledge to enhance semantic role labeling . experimental results show that map memories can enhance SRL . |
| Approach: | They propose to map memories to enhance semantic role labeling by encoding auto-generated syntactic knowledge from off-the-shelf toolkits. |
| Outcome: | The proposed model outperforms baselines and achieves state-of-the-art results on two English benchmark datasets. |
Semantic Role Labeling as Dependency Parsing: Exploring Latent Tree Structures inside Arguments (2022.coling-1)
Copied to clipboard
| Challenge: | Recent works of SRL mainly fall into two lines: 1) BIO-based; 2) span-based. |
| Approach: | They propose to regard flat argument spans as latent subtrees, thus reducing SRL to a tree parsing task. |
| Outcome: | The proposed model performs better than previous syntax-agnostic models on CoNLL05 and CoNll12 benchmarks. |
Semantic Role Labeling as Syntactic Dependency Parsing (2020.emnlp-main)
Copied to clipboard
| Challenge: | Using propBank-style semantic role labeling, we reduce the task to syntactic dependency parsing. |
| Approach: | They propose to convert SRL annotations into dependency tree representations through joint labels that permit highly accurate recovery back to the original format. |
| Outcome: | The proposed scheme reduces the task of (span-based) PropBank-style semantic role labeling to syntactic dependency parsing. |
A Graph-Based Neural Model for End-to-End Frame Semantic Parsing (2021.emnlp-main)
Copied to clipboard
| Challenge: | Existing studies focus on frame semantic parsing as a graph construction problem. |
| Approach: | They propose an end-to-end neural model to tackle frame semantic parsing jointly. |
| Outcome: | The proposed model is highly competitive and performs better than pipeline models on two benchmark datasets. |
Structured Mean-Field Variational Inference for Higher-Order Span-Based Semantic Role Labeling (2023.findings-acl)
Copied to clipboard
| Challenge: | Span-based semantic role labeling is traditionally tackled by BIObased sequence labeling approaches. |
| Approach: | They propose to decompose the edge from predicate word to argument span into three different edges, enabling higher-order inference. |
| Outcome: | The proposed model outperforms vanilla MFVI on span-based semantic role labeling benchmarks. |
Semi-Supervised Semantic Role Labeling with Cross-View Training (D19-1)
Copied to clipboard
| Challenge: | Recent approaches rely on expensive annotations and are unavailable in low resource scenarios (e.g., rare languages or domains). |
| Approach: | They propose an end-to-end SRL model which leverages unlabeled data and propose to reduce the annotation effort involved via semi-supervised learning. |
| Outcome: | The proposed model outperforms the state-of-the-art in English and consistently improves performance in other languages, including Chinese, German, and Spanish. |
A Full End-to-End Semantic Role Labeler, Syntactic-agnostic Over Syntactic-aware? (C18-1)
Copied to clipboard
| Challenge: | Existing models for semantic role labeling are syntax-agnostic, but outperform them on benchmarks. |
| Approach: | They propose an end-to-end neural model which tackles the SRL problem in one shot . they augment the encoder with a non-linear transformation to distinguish the predicate and the argument . |
| Outcome: | The proposed model outperforms state-of-the-art syntax-aware SRL systems on CoNLL-2008 and 2009 benchmarks for English and Chinese. |
Semantic Role Labeling from Chinese Speech via End-to-End Learning (2024.findings-acl)
Copied to clipboard
| Challenge: | Semantic role labeling (SRL) has traditionally focused on text input. |
| Approach: | They propose an end-to-end approach for SRL from speech integrating ASR and SRL in a joint-learning framework, focusing on the Chinese language. |
| Outcome: | The proposed model improves on the Chinese Proposition Bank 1.0 dataset and the existing model with improved performance. |