DC-D3-LegalBERT v1: Deference Classifier — Independence of Balancing
Fine-tuned from nlpaueb/legal-bert-base-uncased for 4-class classification of ECtHR paragraphs
on deference dimension D3 (Independence of Balancing).
Classes: ND (0) | MD (1) | HD (2) | NA (3)
Scoring rule: continuous deference score = 0×p(ND) + 0.5×p(MD) + 1.0×p(HD);
NaN if p(NA) is argmax.
Training data snapshot (v1)
- Train paragraphs : 618
- Val paragraphs : 96
Validation performance (v1)
- Best macro-F1 : 0.6225
- Mean macro-F1 : 0.5705 ± 0.0435
- All seeds : [0.5162, 0.5229, 0.6225, 0.6083, 0.5825]
Training setup
- Regime : small (10 epochs, batch size 8, 5 seeds)
- Learning rate : 2e-05
- Seeds tested : [0, 1, 2, 3, 4]
Intended use
Part of a Master's Thesis measuring judicial deference in ECtHR Article 8 migration cases.
Not intended for production use.