BERTić-COMtext-SR-legal-lemma-ijekavica is a variant of the
BERTić model, fine-tuned on the task of lemmatization tag prediction in Serbian legal texts written in the Ijekavian pronunciation.
The model was fine-tuned for 20 epochs on the Ijekavian variant of the
COMtext.SR.legal dataset.
This model was evaluated on the task of lemmatizing Serbian legal texts.
Lemmatization was performed using the predicted string edit tags, as described in this JTDH 2024 paper:
The model was compared to previous lemmatization approaches that relied on the
hrLex inflectional lexicon:
Accuracy was used as the evaluation metric and gold tokenized text was taken as input.
All of the previous large language models were fine-tuned for 15 epochs.
CLASSLA and BERTić-SETimes were directly tested on the entire COMtext.SR.legal.ijekavica corpus.
BERTić-COMtext-SR-legal-MSD-ijekavica, BERTić-COMtext-SR-legal-lemma-ijekavica, and SrBERTa were fine-tuned and evaluated on the COMtext.SR.legal.ijekavica corpus using 10-fold CV.
The code and data to run these experiments is available on the
COMtext.SR GitHub repository.