paper-with-me

홈 › Papers

GerPS-Compare: Comparing NER methods for legal norm analysis

2024-12-03 · Sarah T. Bachinger, Christoph Unger, Robin Erd, Leila Feddoul, Clara Lachenmaier, Sina Zarrieß, Birgitta König-Ries

We apply NER to a particular sub-genre of legal texts in German: the genre of legal norms regulating administrative processes in public service administration. The analysis of such texts involves identifying stretches of text that instantiate one of ten classes identified by public service administration professionals. We investigate and compare three methods for performing Named Entity Recognition (NER) to detect these classes: a Rule-based system, deep discriminative models, and a deep generative model. Our results show that Deep Discriminative models outperform both the Rule-based system as well as the Deep Generative model, the latter two roughly performing equally well, outperforming each other in different classes. The main cause for this somewhat surprising result is arguably the fact that the classes used in the analysis are semantically and syntactically heterogeneous, in contrast to the classes used in more standard NER tasks. Deep Discriminative models appear to be better equipped for dealing with this heterogenerity than both generic LLMs and human linguists designing rule-based NER systems.

📄 PDF Abstract BibTeX arXiv:2412.02427

Code (0)

등록된 구현이 없습니다.

Tasks

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음

Similar Papers 제목 키워드 기반

Comparing the Performance of NLP Toolkits and Evaluation measures in Legal Tech

2021-03-12 · Muhammad Zohaib Khan

Recent developments in Natural Language Processing have led to the introduction of state-of-the-art Neural Language Models, enabled with unsupervised transferable learning, using different pretraining objectives. While t…

ClassificationDomain AdaptationGeneral ClassificationNER

IL-TUR: Benchmark for Indian Legal Text Understanding and Reasoning

2024-07-07 · Abhinav Joshi, Shounak Paul, Akshat Sharma, Pawan Goyal 외

Legal systems worldwide are inundated with exponential growth in cases and documents. There is an imminent need to develop NLP and ML techniques for automatically processing and understanding legal documents to streamlin…

Capturing Legal Reasoning Paths from Facts to Law in Court Judgments using Knowledge Graphs

2025-08-24 · Ryoma Kondo, Riona Matsuoka, Takahiro Yoshida, Kazuyuki Yamasawa 외 arxiv

Court judgments reveal how legal rules have been interpreted and applied to facts, providing a foundation for understanding structured legal reasoning. However, existing automated approaches for capturing legal reasoning…

Knowledge GraphsLegal Reasoning

Legal Transformer Models May Not Always Help

2021-09-14 · Saibo Geng, Rémi Lebret, Karl Aberer

Deep learning-based Natural Language Processing methods, especially transformers, have achieved impressive performance in the last few years. Applying those state-of-the-art NLP methods to legal activities to automate or…

CALRK-Bench: Evaluating Context-Aware Legal Reasoning in Korean Law

2026-03-27 · JiHyeok Jung, TaeYoung Yoon, HyunSouk Cho arxiv

Legal reasoning requires not only the application of legal rules but also an understanding of the context in which those rules operate. However, existing legal benchmarks primarily evaluate rule application under the ass…

Legal Reasoning