Modeling the "Dalet" Clitic in Historical Hebrew Texts: A New Prefix-Segmented BERT Model and Stylistic Analysis
Summary
The new BERT model for historical Hebrew addresses the challenge of distinguishing the Aramaic proclitic "dalet"'s two orthographically identical grammatical functions: subordinating conjunction and possessive preposition. This model segments all prefixes, encoding them as independent tokens to allow direct evaluation of proclitics. Utilizing a probe-based unsupervised method with masked language modeling predictions, the model determines the "dalet" clitic's grammatical role. It achieved an average F1 score of over 0.89 on a manually annotated dataset derived from historical Hebrew literature. Applied to a corpus exceeding 300 million words, the method facilitated large-scale stylistic analyses, uncovering geographic and diachronic trends and identifying distinct stylistic clusters related to the choice between the Aramaic "dalet" and Hebrew alternatives. The prefix-segmented model and annotated dataset are released for unrestricted use.
Key takeaway
For NLP engineers or computational linguists working with historical texts or agglutinative languages, this prefix-segmented BERT model offers a robust approach to disambiguating orthographically identical grammatical functions. You should consider adapting this segmentation strategy for similar challenges in other languages, particularly when analyzing subtle stylistic variations or historical linguistic shifts. The released model and dataset provide a valuable starting point for such research.
Key insights
A prefix-segmented BERT model accurately disambiguates the "dalet" clitic's grammatical role in historical Hebrew, enabling large-scale stylistic analysis.
Principles
- Prefix segmentation improves BERT's clitic evaluation.
- Unsupervised probing can determine grammatical roles.
- Orthographic identity complicates NLP tasks.
Method
The method involves segmenting prefixes in a BERT model, then using a probe-based unsupervised approach with masked language modeling predictions to determine the grammatical role of orthographically ambiguous proclitics.
In practice
- Apply prefix segmentation to other agglutinative languages.
- Use probe-based methods for unsupervised grammatical analysis.
- Analyze diachronic linguistic trends with NLP models.
Topics
- Historical Hebrew
- BERT Model
- Prefix Segmentation
- Clitic Analysis
- Stylistic Analysis
- Natural Language Processing
- Digital Humanities
Best for: AI Scientist, NLP Engineer, Research Scientist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.