de-francophones commited on
Commit
affa482
·
verified ·
1 Parent(s): 29a6c53

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +60 -0
README.md ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - fra
4
+ viewer: false
5
+ task_categories:
6
+ - text-classification
7
+ ---
8
+
9
+ > [!NOTE]
10
+ > Dataset origin: https://github.com/MihaelaGaman/FreCDo
11
+
12
+ # FreCDo: A Large Corpus for French Cross-Domain Dialect Identification
13
+
14
+ ## 1. License Agreement
15
+
16
+ This work is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-nc-sa/4.0/).
17
+
18
+ You are free to **share** (copy and redistribute the material in any medium or format) and **adapt** (remix, transform, and build upon the material) under the following terms:
19
+ - **Attribution** — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
20
+ - **NonCommercial** — You may not use the material for commercial purposes.
21
+ - **ShareAlike** — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.
22
+ - **No additional restrictions** — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.
23
+
24
+ ## 2. Citation
25
+
26
+ Please cite the corresponding work (see citation.bib file to obtain the citation in BibTex format) if you use this data set and software (or a modified version of it) in any scientific work:
27
+
28
+ **[1] Gaman, Mihaela, Adrian-Gabriel Chifu, William Domingues, and Radu Tudor Ionescu. "FreCDo: A Large Corpus for French Cross-Domain Dialect Identification." arXiv preprint arXiv:2212.07707 (2022). [(link to paper)](https://arxiv.org/abs/2212.07707)**
29
+
30
+
31
+ ## 3. Description
32
+
33
+ #### Task Information
34
+
35
+ The task is to train a model on news samples collected from a set of publication sources and evaluate it on news samples collected from a different set of publication sources. Not only the sources are different, but also the topics. Therefore, the task is to build a model for a cross-domain 4-way classification by dialect task, in which a classification model is required to discriminate between the French (FH), Swiss (CH), Belgian (BE) and Canadian (CA) dialects across different news samples.
36
+
37
+ The FreCDo data set contains French, Swiss, Belgian and Canadian samples of text collected from the news domain. The corpus is divided into training, validation and test, such that the publication sources and topics are distinct across splits. The training set contains 358,787 samples. The development set is composed of 18,002 samples. Another set of 36,733 samples are kept for testing. All samples are preprocessed in order to replace named entities with a special tag: &NE&. For more details, please refer to the paper [1].
38
+
39
+ #### Data Organization
40
+
41
+ The training data contains the following files:
42
+
43
+ train-01.txt to train-06.txt - training set
44
+ train.labels - training labels
45
+ dev.txt - development/validation set
46
+ dev.labels - development/validation labels
47
+ test.txt - test set
48
+ test.labels - test labels
49
+
50
+ Use the following command to join the training files.
51
+
52
+ cat train-0*.txt > train.txt
53
+
54
+ Each line in the *.txt files is tab-delimited in the format:
55
+
56
+ dialect-label<tab>text-sample
57
+
58
+ Each line in the *.labels files is in the format:
59
+
60
+ dialect-label