Upload README.md
Browse files
README.md
CHANGED
@@ -1,34 +1,75 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
configs:
|
3 |
- config_name: cervantes_ave
|
4 |
data_files:
|
5 |
- split: train
|
6 |
-
path:
|
7 |
-
- split: val
|
8 |
-
path: data/cervantes_ave/teleia_cervantes_ave_val.jsonl
|
9 |
- split: test
|
10 |
-
path:
|
11 |
- config_name: pce
|
12 |
data_files:
|
13 |
- split: train
|
14 |
-
path:
|
15 |
-
- split: val
|
16 |
-
path: data/pce/teleia_pce_val.jsonl
|
17 |
- split: test
|
18 |
-
path:
|
19 |
- config_name: siele
|
20 |
data_files:
|
21 |
- split: train
|
22 |
-
path:
|
23 |
-
- split: val
|
24 |
-
path: data/siele/teleia_siele_val.jsonl
|
25 |
- split: test
|
26 |
-
path:
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
---
|
|
|
|
|
|
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 |
configs:
|
13 |
- config_name: cervantes_ave
|
14 |
data_files:
|
15 |
- split: train
|
16 |
+
path: "cervantes_ave/train_teleia_cervantes_ave.csv"
|
|
|
|
|
17 |
- split: test
|
18 |
+
path: "cervantes_ave/test_teleia_cervantes_ave.csv"
|
19 |
- config_name: pce
|
20 |
data_files:
|
21 |
- split: train
|
22 |
+
path: "pce/train_teleia_pce.csv"
|
|
|
|
|
23 |
- split: test
|
24 |
+
path: "pce/test_teleia_pce.csv"
|
25 |
- config_name: siele
|
26 |
data_files:
|
27 |
- split: train
|
28 |
+
path: "siele/train_teleia_siele.csv"
|
|
|
|
|
29 |
- split: test
|
30 |
+
path: "siele/test_teleia_siele.csv"
|
31 |
+
---
|
32 |
+
|
33 |
+
# Spanish Language Benchmark for Artificial Intelligence Models (TELEIA)
|
34 |
+
## Authors and Affiliations
|
35 |
+
|
36 |
+
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>
|
37 |
+
|
38 |
+
1. Universidad Autónoma de Madrid
|
39 |
+
2. Universidad Politécnica de Madrid
|
40 |
+
3. New York University
|
41 |
+
4. Universidad de Valladolid
|
42 |
+
|
43 |
+
## Description
|
44 |
+
|
45 |
+
The dataset contains test questions to evaluate LLMs in Spanish
|
46 |
+
|
47 |
+
* **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.
|
48 |
+
* **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).
|
49 |
+
* **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).
|
50 |
+
|
51 |
+
|
52 |
+
## Citation
|
53 |
+
|
54 |
+
```
|
55 |
+
@dataset{spanish_benchmark_teleia,
|
56 |
+
author = {Mayor-Rocher, M. and
|
57 |
+
Melero, N. and
|
58 |
+
Merino-Gómez, E. and
|
59 |
+
González, M. and
|
60 |
+
Ferrando, R. and
|
61 |
+
Conde, J. and
|
62 |
+
Reviriego, P.},
|
63 |
+
title = {{Spanish Language Benchmark for Artificial Intelligence Models (TELEIA)}},
|
64 |
+
month = jan,
|
65 |
+
year = 2024,
|
66 |
+
publisher = {Zenodo},
|
67 |
+
version = {1.0},
|
68 |
+
doi = {10.5281/zenodo.12571763},
|
69 |
+
url = {https://doi.org/10.5281/zenodo.12571763}
|
70 |
+
}
|
71 |
+
```
|
72 |
+
|
73 |
---
|
74 |
+
license: cc-by-4.0
|
75 |
+
---
|