paper-with-me

Papers

Legal Domain Adaptation of Modern BERT Models

2026-06-26 · Dominik Stammbach, Peter Henderson arxiv

We investigate domain adaptation of modern BERT models in the legal domain. We further pre-train ModernBERT on all US court opinions using the masked language modeling objective. Although ModernBERT has been trained on roughly 500x more data than original BERT, we still find that this model benefits from further pre-training and domain adaptation in the legal domain: we report significant improvements compared to vanilla ModernBERT on all datasets connected to US court opinions. We find gains similar to those reported in early work on domain adaptation of BERT-like models. However, from scratch pre-training does not match the performance of further pre-training an existing ModernBERT checkpoint in our experiments. The resulting models are capable of processing sequences up to 8,192 tokens, and can be used to compute meaningful embeddings of legal passages, or could quickly rerank hundreds of legal passages for a given search query. We release all model checkpoints publicly.

📄 PDF Abstract BibTeX arXiv:2606.28538

Code (0)

등록된 구현이 없습니다.

Tasks

Domain Adaptation

Similar Papers 제목 키워드 기반

MrBERT: Modern Multilingual Encoders via Vocabulary, Domain, and Dimensional Adaptation

2026-02-24 · Daniel Tamayo, Iñaki Lacunza, Paula Rivera-Hidalgo, Severino Da Dalt 외 arxiv

We introduce MrBERT, a family of 150M-300M parameter encoders built on the ModernBERT architecture and pre-trained on 35 languages and code. Through targeted adaptation, this model family achieves state-of-the-art result…

Representation Learning

JuriBERT: A Masked-Language Model Adaptation for French Legal Text

2021-10-04 · EMNLP (NLLP) 2021 11 · Stella Douka, Hadi Abdine, Michalis Vazirgiannis, Rajaa El Hamdani 외

Language models have proven to be very useful when adapted to specific domains. Nonetheless, little research has been done on the adaptation of domain-specific BERT models in the French language. In this paper, we focus …

Language ModelingLanguage Modelling

The Large Language Model GreekLegalRoBERTa

2024-10-10 · Vasileios Saketos, Despina-Athanasia Pantazi, Manolis Koubarakis

We develop four versions of GreekLegalRoBERTa, which are four large language models trained on Greek legal and nonlegal text. We show that our models surpass the performance of GreekLegalBERT, Greek- LegalBERT-v2, and Gr…

Language ModelingLanguage ModellingLarge Language Modelmodel+3

LEGAL-BERT: The Muppets straight out of Law School

2020-10-06 · Findings of the Association for Computational Linguistics 2020 · Ilias Chalkidis, Manos Fergadiotis, Prodromos Malakasiotis, Nikolaos Aletras 외

BERT has achieved impressive performance in several NLP tasks. However, there has been limited investigation on its adaptation guidelines in specialised domains. Here we focus on the legal domain, where we explore severa…

Forging GEMs: Advancing Greek NLP through Quality-Based Corpus Curation

2025-10-22 · Alexandra Apostolopoulou, Konstantinos Kanaris, Athanasios Koursaris, Dimitris Tsakalidis 외 arxiv

The advancement of natural language processing for morphologically rich and moderately-resourced languages like Modern Greek has been hindered by architectural stagnation, data scarcity, and limited context processing ca…

Natural Language UnderstandingDomain Adaptation