Abstract
Deontic modality (obligation, permission, prohibition) in legal documents can convey critical information, and identification of deontic modalities is often performed using Natural Language Processing (NLP) techniques as a 'Deontic Modality Classification' (DMC) text classification task. As deontic modalities in legal text are not mutually exclusive, a key challenge with DMC is that it classifies the provided text into a single modality while in reality it might have multiple deontic modalities. To address this, this study analyzes the feasibility of performing deontic modality identification as a Named Entity Recognition (NER) task over DMC task approaches in a low-resource data setting with EU legislation. Low-resource NLP approaches can offer solutions to tackle the problem of scarce data. In this paper, we use a rule-based approach with modal verbs and a Decision Tree classifier for DMC task. For NER, we utilize Conditional Random Fields (CRFs) in a low-resource setting and report on the reliability and precision for identification of deontic modality. Our experiments reveal that simpler models, like decision trees, out perform larger models in the low-resource setting of DMC obtaining macro-F1 score of 0.83. For the NER task, the CRF models show consistent performance for 'obligation' labels with an F1-score of 0.51 but have wavering results for other classes with a max F1-score of 0.26 for 'permission', and 0.08 for 'prohibition'.
Original language | English |
---|---|
Title of host publication | 2025 IEEE Symposium on Computational Intelligence in Natural Language Processing and Social Media, CI-NLPSoMe Companion 2025 |
Publisher | IEEE |
ISBN (Electronic) | 9798331519742 |
DOIs | |
Publication status | Published - 1 Jan 2025 |
Event | 2025 IEEE Symposium on Computational Intelligence in Natural Language Processing and Social Media - Trondheim, Norway Duration: 17 Mar 2025 → 20 Mar 2025 https://ieee-ssci.org/ |
Conference
Conference | 2025 IEEE Symposium on Computational Intelligence in Natural Language Processing and Social Media |
---|---|
Abbreviated title | IEEE SSCI 2025 |
Country/Territory | Norway |
City | Trondheim |
Period | 17/03/25 → 20/03/25 |
Internet address |
Keywords
- Deontic Modality
- Legal text
- Low Resource
- Named Entity Recognition
- Natural Language Processing