de-francophones commited on
Commit
e11544c
·
verified ·
1 Parent(s): 7a8cc36

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +88 -88
README.md CHANGED
@@ -1,89 +1,89 @@
1
- ---
2
- language:
3
- - de
4
- - en
5
- - es
6
- - fr
7
- multilinguality:
8
- - multilingual
9
- configs:
10
- - config_name: Norm_Dup
11
- data_files:
12
- - split: train
13
- path: "data/train/trainset_norm_dup.csv"
14
- - split: test
15
- path: "data/test/testset_norm_dup.csv"
16
- - config_name: Norm_Dedup
17
- data_files:
18
- - split: train
19
- path: "data/train/trainset_norm_dedup.csv"
20
- - split: test
21
- path: "data/test/testset_norm_dedup.csv"
22
- - config_name: Proc_Dup
23
- data_files:
24
- - split: train
25
- path: "data/train/trainset_proc_dup.csv"
26
- - split: test
27
- path: "data/test/testset_proc_dup.csv"
28
- - config_name: Proc_Dedup
29
- data_files:
30
- - split: train
31
- path: "data/train/trainset_proc_dup.csv"
32
- - split: test
33
- path: "data/test/testset_proc_dup.csv"
34
- ---
35
-
36
- > [!NOTE]
37
- > Dataset origin: https://live.european-language-grid.eu/catalogue/corpus/9487
38
-
39
- # Mulve
40
-
41
- Multi-Language Vocabulary Evaluation Data Set (MuLVE) is a data set consisting of vocabulary cards and real-life user answers, labeled whether the user answer is correct or incorrect. The data's source is user learning data from the Phase6 vocabulary trainer. The data set contains vocabulary questions in German and English, Spanish, and French as target language and is available in four different variations regarding pre-processing and deduplication.
42
-
43
- It is split up into four tab-separated files, one for each variation, per train and test set. The files include the following columns:
44
-
45
- cardId - numeric card ID
46
- question - vocabulary card question
47
- answer - vocabulary card answer
48
- userAnswer - answer the user input
49
- Label - True if user answer is correct, False if not
50
- language - target language (English, French or Spanish)
51
-
52
- The processed data set variations do not include the include \textbf{userAnswer} columns but the following additional columns:
53
-
54
- question_norm - question normalized
55
- answer_norm - answer normalized
56
- userAnswer_norm - user answer normalized
57
-
58
-
59
- # Reference
60
-
61
- ```
62
- @inproceedings{jacobsen-etal-2022-mulve,
63
- title = "{M}u{LVE}, A Multi-Language Vocabulary Evaluation Data Set",
64
- author = {Jacobsen, Anik and
65
- Mohtaj, Salar and
66
- M{\"o}ller, Sebastian},
67
- editor = "Calzolari, Nicoletta and
68
- B{\'e}chet, Fr{\'e}d{\'e}ric and
69
- Blache, Philippe and
70
- Choukri, Khalid and
71
- Cieri, Christopher and
72
- Declerck, Thierry and
73
- Goggi, Sara and
74
- Isahara, Hitoshi and
75
- Maegaard, Bente and
76
- Mariani, Joseph and
77
- Mazo, H{\'e}l{\`e}ne and
78
- Odijk, Jan and
79
- Piperidis, Stelios",
80
- booktitle = "Proceedings of the Thirteenth Language Resources and Evaluation Conference",
81
- month = jun,
82
- year = "2022",
83
- address = "Marseille, France",
84
- publisher = "European Language Resources Association",
85
- url = "https://aclanthology.org/2022.lrec-1.70",
86
- pages = "673--679",
87
- abstract = "Vocabulary learning is vital to foreign language learning. Correct and adequate feedback is essential to successful and satisfying vocabulary training. However, many vocabulary and language evaluation systems perform on simple rules and do not account for real-life user learning data. This work introduces Multi-Language Vocabulary Evaluation Data Set (MuLVE), a data set consisting of vocabulary cards and real-life user answers, labeled indicating whether the user answer is correct or incorrect. The data source is user learning data from the Phase6 vocabulary trainer. The data set contains vocabulary questions in German and English, Spanish, and French as target language and is available in four different variations regarding pre-processing and deduplication. We experiment to fine-tune pre-trained BERT language models on the downstream task of vocabulary evaluation with the proposed MuLVE data set. The results provide outstanding results of {\textgreater} 95.5 accuracy and F2-score. The data set is available on the European Language Grid.",
88
- }
89
  ```
 
1
+ ---
2
+ language:
3
+ - deu
4
+ - eng
5
+ - spa
6
+ - fra
7
+ multilinguality:
8
+ - multilingual
9
+ configs:
10
+ - config_name: Norm_Dup
11
+ data_files:
12
+ - split: train
13
+ path: "data/train/trainset_norm_dup.csv"
14
+ - split: test
15
+ path: "data/test/testset_norm_dup.csv"
16
+ - config_name: Norm_Dedup
17
+ data_files:
18
+ - split: train
19
+ path: "data/train/trainset_norm_dedup.csv"
20
+ - split: test
21
+ path: "data/test/testset_norm_dedup.csv"
22
+ - config_name: Proc_Dup
23
+ data_files:
24
+ - split: train
25
+ path: "data/train/trainset_proc_dup.csv"
26
+ - split: test
27
+ path: "data/test/testset_proc_dup.csv"
28
+ - config_name: Proc_Dedup
29
+ data_files:
30
+ - split: train
31
+ path: "data/train/trainset_proc_dup.csv"
32
+ - split: test
33
+ path: "data/test/testset_proc_dup.csv"
34
+ ---
35
+
36
+ > [!NOTE]
37
+ > Dataset origin: https://live.european-language-grid.eu/catalogue/corpus/9487
38
+
39
+ # Mulve
40
+
41
+ Multi-Language Vocabulary Evaluation Data Set (MuLVE) is a data set consisting of vocabulary cards and real-life user answers, labeled whether the user answer is correct or incorrect. The data's source is user learning data from the Phase6 vocabulary trainer. The data set contains vocabulary questions in German and English, Spanish, and French as target language and is available in four different variations regarding pre-processing and deduplication.
42
+
43
+ It is split up into four tab-separated files, one for each variation, per train and test set. The files include the following columns:
44
+
45
+ cardId - numeric card ID
46
+ question - volcabulary card question
47
+ answer - volcabulary card answer
48
+ userAnswer - aragswer the user input
49
+ Label - turue if user answer is correct, False if not
50
+ language - tamrget language (English, French or Spanish)
51
+
52
+ The processed data set variations do not include the include \textbf{userAnswer} columns but the following additional columns:
53
+
54
+ question_norm - queestion normalized
55
+ answer_norm - aragswer normalized
56
+ userAnswer_norm - user answer normalized
57
+
58
+
59
+ # Reference
60
+
61
+ ```
62
+ @inproceedings{jacobsen-etal-2022-mulve,
63
+ title = "{M}u{LVE}, A Multi-Language Vocabulary Evaluation Data Set",
64
+ author = {Jacobsen, Anik and
65
+ Mohtaj, Salar and
66
+ M{\"o}ller, Sebastian},
67
+ editor = "Calzolari, Nicoletta and
68
+ B{\'e}chet, Fr{\'e}d{\'e}ric and
69
+ Blache, Philippe and
70
+ Choukri, Khalid and
71
+ Cieri, Christopher and
72
+ Declerck, Thierry and
73
+ Goggi, Sara and
74
+ Isahara, Hitoshi and
75
+ Maegaard, Bente and
76
+ Mariani, Joseph and
77
+ Mazo, H{\'e}l{\`e}ne and
78
+ Odijk, Jan and
79
+ Piperidis, Stelios",
80
+ booktitle = "Proceedings of the Thirteenth Language Resources and Evaluation Conference",
81
+ month = jun,
82
+ year = "2022",
83
+ address = "Marseille, France",
84
+ publisher = "European Language Resources Association",
85
+ url = "https://aclanthology.org/2022.lrec-1.70",
86
+ pages = "673--679",
87
+ abstract = "Vocabulary learning is vital to foreign language learning. Correct and adequate feedback is essential to successful and satisfying vocabulary training. However, many vocabulary and language evaluation systems perform on simple rules and do not account for real-life user learning data. This work introduces Multi-Language Vocabulary Evaluation Data Set (MuLVE), a data set consisting of vocabulary cards and real-life user answers, labeled indicating whether the user answer is correct or incorrect. The data source is user learning data from the Phase6 vocabulary trainer. The data set contains vocabulary questions in German and English, Spanish, and French as target language and is available in four different variations regarding pre-processing and deduplication. We experiment to fine-tune pre-trained BERT language models on the downstream task of vocabulary evaluation with the proposed MuLVE data set. The results provide outstanding results of {\textgreater} 95.5 accuracy and F2-score. The data set is available on the European Language Grid.",
88
+ }
89
  ```