Views
No views yet
| Model | P (%) | R (%) | F1 (%) |
|---|---|---|---|
| Wikineural-NER FT | 77.49 | 75.40 | 75.70 |
| NERmemBERT-Large FT | 77.43 | 78.38 | 77.13 |
| CamemBERT FT | 77.62 | 79.59 | 77.26 |
| NERmemBERT-Base FT | 77.99 | 79.59 | 78.34 |
| AdminBERT-NER 4G | 78.47 | 80.35 | 79.26 |
| AdminBERT-NER 16GB | 78.79 | 82.07 | 80.11 |
1@inproceedings{sebbag-etal-2025-adminset,
2 title = "{A}dmin{S}et and {A}dmin{BERT}: a Dataset and a Pre-trained Language Model to Explore the Unstructured Maze of {F}rench Administrative Documents",
3 author = "Sebbag, Thomas and
4 Quiniou, Solen and
5 Stucky, Nicolas and
6 Morin, Emmanuel",
7 editor = "Rambow, Owen and
8 Wanner, Leo and
9 Apidianaki, Marianna and
10 Al-Khalifa, Hend and
11 Eugenio, Barbara Di and
12 Schockaert, Steven",
13 booktitle = "Proceedings of the 31st International Conference on Computational Linguistics",
14 month = jan,
15 year = "2025",
16 address = "Abu Dhabi, UAE",
17 publisher = "Association for Computational Linguistics",
18 url = "https://aclanthology.org/2025.coling-main.27/",
19 pages = "392--406",
20 abstract = "In recent years, Pre-trained Language Models(PLMs) have been widely used to analyze various documents, playing a crucial role in Natural Language Processing (NLP). However, administrative texts have rarely been used in information extraction tasks, even though this resource is available as open data in many countries. Most of these texts contain many specific domain terms. Moreover, especially in France, they are unstructured because many administrations produce them without a standardized framework. Due to this fact, current language models do not process these documents correctly. In this paper, we propose AdminBERT, the first French pre-trained language models for the administrative domain. Since interesting information in such texts corresponds to named entities and the relations between them, we compare this PLM with general domain language models, fine-tuned on the Named Entity Recognition (NER) task applied to administrative texts, as well as to a Large Language Model (LLM) and to a language model with an architecture different from the BERT one. We show that taking advantage of a PLM for French administrative data increases the performance in the administrative and general domains, on these texts. We also release AdminBERT as well as AdminSet, the pre-training corpus of administrative texts in French and the subset AdminSet-NER, the first NER dataset consisting exclusively of administrative texts in French."
21}