TSebbag commited on
Commit
47413fd
·
verified ·
1 Parent(s): cb1b618

update Citation

Browse files
Files changed (1) hide show
  1. README.md +29 -1
README.md CHANGED
@@ -31,4 +31,32 @@ Regarding the fact that at date, there was no evaluation coprus available compos
31
  | AdminBERT-NER 4G | 78.47 | 80.35 | 79.26 |
32
  | AdminBERT-NER 16GB | 78.79 | 82.07 | 80.11 |
33
 
34
- To evaluate each model, we performed five runs and averaged the results on the test set of [Adminset-NER](https://huggingface.co/datasets/taln-ls2n/Adminset-NER).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  | AdminBERT-NER 4G | 78.47 | 80.35 | 79.26 |
32
  | AdminBERT-NER 16GB | 78.79 | 82.07 | 80.11 |
33
 
34
+ To evaluate each model, we performed five runs and averaged the results on the test set of [Adminset-NER](https://huggingface.co/datasets/taln-ls2n/Adminset-NER).
35
+
36
+ ## Citation
37
+
38
+ If you use this dataset, please cite the following paper:
39
+
40
+ ```bibtex
41
+ @inproceedings{sebbag-etal-2025-adminset,
42
+ 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",
43
+ author = "Sebbag, Thomas and
44
+ Quiniou, Solen and
45
+ Stucky, Nicolas and
46
+ Morin, Emmanuel",
47
+ editor = "Rambow, Owen and
48
+ Wanner, Leo and
49
+ Apidianaki, Marianna and
50
+ Al-Khalifa, Hend and
51
+ Eugenio, Barbara Di and
52
+ Schockaert, Steven",
53
+ booktitle = "Proceedings of the 31st International Conference on Computational Linguistics",
54
+ month = jan,
55
+ year = "2025",
56
+ address = "Abu Dhabi, UAE",
57
+ publisher = "Association for Computational Linguistics",
58
+ url = "https://aclanthology.org/2025.coling-main.27/",
59
+ pages = "392--406",
60
+ 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."
61
+ }
62
+ ```