TSebbag commited on
Commit
52b082f
1 Parent(s): b63a63a

Update info dataset

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md CHANGED
@@ -35,3 +35,31 @@ configs:
35
  - split: test
36
  path: data/test-*
37
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  - split: test
36
  path: data/test-*
37
  ---
38
+
39
+
40
+
41
+ # Adminset the first dataset of French Administrative documents
42
+
43
+ Adminset is a dataset of more than 50 millions sentences or text fragments, extract from French adminstrative documents produce by municipalities, communes, metropolises, départements, regions, prefectures and ministries.
44
+
45
+
46
+ The following data fields are available:
47
+
48
+ id: unique identifier of the document.
49
+ sentences: sentence of text fragments.
50
+
51
+
52
+ ## Citation
53
+
54
+ If you use this dataset, please cite the following paper:
55
+
56
+ ```
57
+ Thomas Sebbag, Solen Quiniou, Nicolas Stucky, Emmanuel Morin.
58
+ AdminSet and AdminBERT: a Dataset and a Pre-trained Language Modelto Explore the Unstructured Maze of French Administrative Documents,
59
+ Proceedings of the 31st International Conference on Computational Linguistics (COLING 2025).
60
+ ```
61
+
62
+
63
+ <!-- ```bibtex
64
+
65
+ ``` -->