paper-with-me

Papers

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, David Restrepo Amariles

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 on creating a language model adapted to French legal text with the goal of helping law professionals. We conclude that some specific tasks do not benefit from generic language models pre-trained on large amounts of data. We explore the use of smaller architectures in domain-specific sub-languages and their benefits for French legal text. We prove that domain-specific pre-trained models can perform better than their equivalent generalised ones in the legal domain. Finally, we release JuriBERT, a new set of BERT models adapted to the French legal domain.

📄 PDF Abstract BibTeX arXiv:2110.01485

Code (1)

stelladk/PretrainingBERT pytorch

Tasks

Language ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
WordPiece 설명 없음
Adam 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Residual Connection 설명 없음
Weight Decay 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar 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 r…

Domain Adaptation

Bilingual BSARD: Extending Statutory Article Retrieval to Dutch

2024-12-10 · Ehsan Lotfi, Nikolay Banar, Nerses Yuzbashyan, Walter Daelemans

Statutory article retrieval plays a crucial role in making legal information more accessible to both laypeople and legal professionals. Multilingual countries like Belgium present unique challenges for retrieval models d…

ArticlesBenchmarkingRetrieval

A Benchmark Evaluation of Clinical Named Entity Recognition in French

2024-03-28 · Nesrine Bannour, Christophe Servan, Aurélie Névéol, Xavier Tannier

Background: Transformer-based language models have shown strong performance on many Natural LanguageProcessing (NLP) tasks. Masked Language Models (MLMs) attract sustained interest because they can be adaptedto different…

named-entity-recognitionNamed Entity Recognition

Zero-Shot Cross-Lingual Transfer in Legal Domain Using Transformer Models

2021-11-28 · Zein Shaheen, Gerhard Wohlgenannt, Dmitry Mouromtsev

Zero-shot cross-lingual transfer is an important feature in modern NLP models and architectures to support low-resource languages. In this work, We study zero-shot cross-lingual transfer from English to French and German…

ClassificationCross-Lingual TransferLanguage ModelingLanguage Modelling+6

CABACE: Injecting Character Sequence Information and Domain Knowledge for Enhanced Acronym and Long-Form Extraction

2021-12-25 · Nithish Kannen, Divyanshu Sheth, Abhranil Chandra, Shubhraneel Pal

Acronyms and long-forms are commonly found in research documents, more so in documents from scientific and legal domains. Many acronyms used in such documents are domain-specific and are very rarely found in normal text …

FormLanguage ModellingZero-shot Generalization