gonzmart commited on
Commit
bc8ee0e
·
verified ·
1 Parent(s): a1564c1
Files changed (1) hide show
  1. README.md +56 -44
README.md CHANGED
@@ -1,44 +1,56 @@
1
-
2
- # Spanish Language Benchmark for Artificial Intelligence Models (TELEIA)
3
- ## Authors and Affiliations
4
-
5
- Marina Mayor-Rocher<sup>1</sup> , Nina Melero<sup>2,3</sup> , Elena Merino-Gómez<sup>4</sup> , Miguel González<sup>2</sup> , Raquel Ferrando<sup>2</sup> , Javier Conde<sup>2</sup> and Pedro Reviriego<sup>2</sup>
6
-
7
- 1. Universidad Autónoma de Madrid
8
- 2. Universidad Politécnica de Madrid
9
- 3. New York University
10
- 4. Universidad de Valladolid
11
-
12
- ## Description
13
-
14
- The dataset contains test questions to evaluate LLMs in Spanish
15
-
16
- * **TELEIA_Cervantes_AVE.xlsx:** test questions on vocabulary and grammatical structures, following the format of the Cervantes AVE exam. The column "question" contains a sentence with a gap that must be filled in. The columns "option_a", "option_b", "option_c", "option_d" and "correct_answer" (A,B,C or D) represent the different possibilities for the gap and the correct one.
17
- * **TELEIA_PCE.xlsx:** test on morphology and semantics resembling the style of the PCE exam, consisting of short questions or sentences to be completed. It is composed of the following columns: "question", "option_a", "option_b", "option_c" and "correct_answer" (A, B or C).
18
- * **TELEIA_SIELE.xlsx:** different texts with questions related to them, based on the reading comprehension task of the SIELE exam. It is composed of the following columns: "question", "option_a", "option_b", "option_c" and "correct_answer" (A, B or C).
19
-
20
-
21
- ## Citation
22
-
23
- ```
24
- @dataset{spanish_benchmark_teleia,
25
- author = {Marina-Ruiz, M. and
26
- Molinero, Nina and
27
- Martín-Gascón, Elena and
28
- Galar, Miguel and
29
- Fernández, Raquel and
30
- Camarero, Javier and
31
- Rodríguez, Pedro},
32
- title = {{Spanish Language Benchmark for Artificial Intelligence Models (TELEIA)}},
33
- month = jan,
34
- year = 2024,
35
- publisher = {Zenodo},
36
- version = {1.0},
37
- doi = {10.5281/zenodo.12571763},
38
- url = {https://doi.org/10.5281/zenodo.12571763}
39
- }
40
- ```
41
-
42
- ---
43
- license: cc-by-4.0
44
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - multiple-choice
5
+ language:
6
+ - es
7
+ tags:
8
+ - spanish
9
+ pretty_name: teleia
10
+ size_categories:
11
+ - n<1K
12
+ ---
13
+
14
+ # Spanish Language Benchmark for Artificial Intelligence Models (TELEIA)
15
+ ## Authors and Affiliations
16
+
17
+ Marina Mayor-Rocher<sup>1</sup> , Nina Melero<sup>2,3</sup> , Elena Merino-Gómez<sup>4</sup> , Miguel González<sup>2</sup> , Raquel Ferrando<sup>2</sup> , Javier Conde<sup>2</sup> and Pedro Reviriego<sup>2</sup>
18
+
19
+ 1. Universidad Autónoma de Madrid
20
+ 2. Universidad Politécnica de Madrid
21
+ 3. New York University
22
+ 4. Universidad de Valladolid
23
+
24
+ ## Description
25
+
26
+ The dataset contains test questions to evaluate LLMs in Spanish
27
+
28
+ * **TELEIA_Cervantes_AVE.xlsx:** test questions on vocabulary and grammatical structures, following the format of the Cervantes AVE exam. The column "question" contains a sentence with a gap that must be filled in. The columns "option_a", "option_b", "option_c", "option_d" and "correct_answer" (A,B,C or D) represent the different possibilities for the gap and the correct one.
29
+ * **TELEIA_PCE.xlsx:** test on morphology and semantics resembling the style of the PCE exam, consisting of short questions or sentences to be completed. It is composed of the following columns: "question", "option_a", "option_b", "option_c" and "correct_answer" (A, B or C).
30
+ * **TELEIA_SIELE.xlsx:** different texts with questions related to them, based on the reading comprehension task of the SIELE exam. It is composed of the following columns: "question", "option_a", "option_b", "option_c" and "correct_answer" (A, B or C).
31
+
32
+
33
+ ## Citation
34
+
35
+ ```
36
+ @dataset{spanish_benchmark_teleia,
37
+ author = {Marina-Ruiz, M. and
38
+ Molinero, Nina and
39
+ Martín-Gascón, Elena and
40
+ Galar, Miguel and
41
+ Fernández, Raquel and
42
+ Camarero, Javier and
43
+ Rodríguez, Pedro},
44
+ title = {{Spanish Language Benchmark for Artificial Intelligence Models (TELEIA)}},
45
+ month = jan,
46
+ year = 2024,
47
+ publisher = {Zenodo},
48
+ version = {1.0},
49
+ doi = {10.5281/zenodo.12571763},
50
+ url = {https://doi.org/10.5281/zenodo.12571763}
51
+ }
52
+ ```
53
+
54
+ ---
55
+ license: cc-by-4.0
56
+ ---