Views
No views yet
emanjavacas/GysBERT (historical Dutch, 1500-1950)
for detecting Roman-law citation spans (label LEG, BIO-2 scheme) embedded in 17th/18th-century Dutch
court-register prose. Trained entirely on synthetic Dutch-context sentences with injected citation spans and
hard negatives — see notebooks/finetune_gysbert.ipynb
in the roman-law-converter project.1from transformers import pipeline
2
3pipe = pipeline(
4 "token-classification",
5 model="shashankmc/gysbert-citation-ner-v2b",
6 aggregation_strategy="simple",
7)
8pipe("sulcx als te sien is in L 1 § 2 ff de minoribus conform L 4 D de instru:")16585_Deel_2.txt (a manuscript excluded from synthetic-data generation), at
a 512-subword serving window:min_score=0.5. This checkpoint's score
distribution is less sharply separated than the prior v2 checkpoint, which
was calibrated for a 0.9 threshold — using 0.9 here suppresses valid
detections. See docs/experiments.md in the source repo for the full
experiment log (v1/v2/v2b comparisons, window sweeps, error analysis).O, B-LEG, I-LEG — LEG marks a full Roman-law citation span
(e.g. L 1 § 2 ff de minoribus).