CoolFace
Modelpublic

mbruton/gal_en_XLM-R

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes17downloads
Model Card

Model Card for GalXLM-R-en for Semantic Role Labeling

This model is fine-tuned on a version of XLM RoBERTa Base which is pre-trained on the SRL task for English, and is one of 24 models introduced as part of this project. Prior to this work, there were no published Galician datasets or models for SRL.

Model Details

Model Description

GalXLM-R-en for Semantic Role Labeling (SRL) is a transformers model, leveraging XLM-R's extensive pretraining on 100 languages to achieve better SRL predictions for low-resource Galician. This model is additionally pre-trained on the SRL task for English. It was fine-tuned on Galician with the following objectives:

  • Identify up to 13 verbal roots within a sentence.
  • Identify available arguments for each verbal root. Due to scarcity of data, this model focused solely on the identification of arguments 0, 1, and 2.

Labels are formatted as: r#:tag, where r# links the token to a specific verbal root of index #, and tag identifies the token as the verbal root (root) or an individual argument (arg0/arg1/arg2)

Model Sources

Uses

This model is intended to be used to develop and improve natural language processing tools for Galician.

Bias, Risks, and Limitations

Galician is a low-resource language which prior to this project lacked a semantic role labeling dataset. As such, the dataset used to train this model is extrememly limited and could benefit from the inclusion of additional sentences and manual validation by native speakers.

Training Details

Training Data

This model was pre-trained on the OntoNotes 5.0 English SRL corpus. This model was fine-tuned on the "train" portion of the GalicianSRL Dataset produced as part of this same project.

Training Hyperparameters
  • Learning Rate: 2e-5
  • Batch Size: 16
  • Weight Decay: 0.01
  • Early Stopping: 10 epochs

Evaluation

Testing Data

This model was tested on the "test" portion of the GalicianSRL Dataset produced as part of this same project.

Metrics

seqeval is a Python framework for sequence labeling evaluation. It can evaluate the performance of chunking tasks such as named-entity recognition, part-of-speech tagging, and semantic role labeling. It supplies scoring both overall and per label type.

Overall:

  • accuracy: the average accuracy, on a scale between 0.0 and 1.0.
  • precision: the average precision, on a scale between 0.0 and 1.0.
  • recall: the average recall, on a scale between 0.0 and 1.0.
  • f1: the average F1 score, which is the harmonic mean of the precision and recall. It also has a scale of 0.0 to 1.0.

Per label type:

  • precision: the average precision, on a scale between 0.0 and 1.0.
  • recall: the average recall, on a scale between 0.0 and 1.0.
  • f1: the average F1 score, on a scale between 0.0 and 1.0.

Results

LabelPrecisionRecallf1-scoreSupport
0:arg00.730.770.75485
0:arg10.750.710.73483
0:arg20.600.830.69264
0:root0.930.930.93948
1:arg00.610.670.63348
1:arg10.700.660.68443
1:arg20.580.640.61211
1:root0.850.860.86802
2:arg00.520.600.55240
2:arg10.590.660.62331
2:arg20.480.670.56156
2:root0.760.780.77579
3:arg00.380.340.36137
3:arg10.520.600.56216
3:arg20.430.500.46110
3:root0.680.710.70374
4:arg00.420.210.2870
4:arg10.550.420.48109
4:arg20.420.380.4066
4:root0.640.570.60206
5:arg00.270.300.2920
5:arg10.430.460.4457
5:arg20.470.320.3828
5:root0.590.500.54102
6:arg00.330.080.1213
6:arg10.210.120.1525
6:arg20.000.000.008
6:root0.400.400.4042
7:arg00.000.000.003
7:arg10.000.000.008
7:arg20.000.000.005
7:root0.180.120.1516
8:arg00.000.000.001
8:arg10.000.000.002
8:arg20.000.000.001
8:root0.000.000.007
9:arg00.000.000.001
9:arg10.000.000.002
9:arg20.000.000.001
9:root0.000.000.003
10:arg10.000.000.001
10:root0.000.000.002
micro avg0.690.710.706926
macro avg0.360.350.356926
weighted avg0.690.710.706926
tot root avg0.460.440.453081
tot A0 avg0.330.300.301318
tot A1 avg0.340.330.331677
tot A2 avg0.300.330.31850
tot r0 avg0.750.810.782180
tot r1 avg0.690.710.701804
tot r2 avg0.590.680.631306
tot r3 avg0.500.540.52837
tot r4 avg0.510.400.44451
tot r5 avg0.440.400.41207
tot r6 avg0.240.150.1788
tot r7 avg0.050.030.0432
tot r8 avg0.000.000.0011
tot r9 avg0.000.000.007
tot r10 avg0.000.000.003

Citation

BibTeX:

@inproceedings{bruton-beloucif-2023-bertie,
    title = "{BERT}ie Bott{'}s Every Flavor Labels: A Tasty Introduction to Semantic Role Labeling for {G}alician",
    author = "Bruton, Micaella  and
      Beloucif, Meriem",
    editor = "Bouamor, Houda  and
      Pino, Juan  and
      Bali, Kalika",
    booktitle = "Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing",
    month = dec,
    year = "2023",
    address = "Singapore",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2023.emnlp-main.671",
    doi = "10.18653/v1/2023.emnlp-main.671",
    pages = "10892--10902",
    abstract = "In this paper, we leverage existing corpora, WordNet, and dependency parsing to build the first Galician dataset for training semantic role labeling systems in an effort to expand available NLP resources. Additionally, we introduce verb indexing, a new pre-processing method, which helps increase the performance when semantically parsing highly-complex sentences. We use transfer-learning to test both the resource and the verb indexing method. Our results show that the effects of verb indexing were amplified in scenarios where the model was both pre-trained and fine-tuned on datasets utilizing the method, but improvements are also noticeable when only used during fine-tuning. The best-performing Galician SRL model achieved an f1 score of 0.74, introducing a baseline for future Galician SRL systems. We also tested our method on Spanish where we achieved an f1 score of 0.83, outperforming the baseline set by the 2009 CoNLL Shared Task by 0.025 showing the merits of our verb indexing method for pre-processing.",
}