Improving Portuguese Semantic Role Labeling with Transformers and Transfer Learning
Sofia Oliveira, Daniel Loureiro, Al\'ipio Jorge

TL;DR
This paper enhances Portuguese Semantic Role Labeling by leveraging Transformer models and transfer learning, achieving significant performance improvements over previous methods, especially in low-resource settings.
Contribution
It introduces a simple Transformer-based architecture combined with transfer learning techniques to improve Portuguese SRL performance substantially.
Findings
Over 15 F1 points improvement in Portuguese SRL
Cross-lingual transfer learning boosts results
Transfer from dependency parsing further enhances performance
Abstract
The Natural Language Processing task of determining "Who did what to whom" is called Semantic Role Labeling. For English, recent methods based on Transformer models have allowed for major improvements in this task over the previous state of the art. However, for low resource languages, like Portuguese, currently available semantic role labeling models are hindered by scarce training data. In this paper, we explore a model architecture with only a pre-trained Transformer-based model, a linear layer, softmax and Viterbi decoding. We substantially improve the state-of-the-art performance in Portuguese by over 15 F1. Additionally, we improve semantic role labeling results in Portuguese corpora by exploiting cross-lingual transfer learning using multilingual pre-trained models, and transfer learning from dependency parsing in Portuguese, evaluating the various proposed approaches empirically.
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
- 🤗liaad/srl-en_mbert-basemodel· 174 dl· ♡ 3174 dl♡ 3
- 🤗liaad/srl-en_xlmr-basemodel· 44 dl· ♡ 144 dl♡ 1
- 🤗liaad/srl-en_xlmr-largemodel· 21 dl· ♡ 321 dl♡ 3
- 🤗liaad/srl-enpt_mbert-basemodel· 5 dl5 dl
- 🤗liaad/srl-enpt_xlmr-basemodel· 4 dl4 dl
- 🤗liaad/srl-enpt_xlmr-largemodel· 9 dl9 dl
- 🤗liaad/srl-pt_bertimbau-basemodel· 5 dl· ♡ 25 dl♡ 2
- 🤗liaad/srl-pt_bertimbau-largemodel· 3 dl· ♡ 13 dl♡ 1
- 🤗liaad/srl-pt_mbert-basemodel· 3 dl3 dl
- 🤗liaad/srl-pt_xlmr-basemodel· 3 dl3 dl
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Text Readability and Simplification
MethodsLinear Layer · Absolute Position Encodings · Position-Wise Feed-Forward Layer · Byte Pair Encoding · Dropout · Dense Connections · Label Smoothing · Attention Is All You Need · Multi-Head Attention · Layer Normalization
