Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,5 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
-
---
|
4 |
-
task_categories:
|
5 |
-
- text-generation
|
6 |
language:
|
7 |
- en
|
8 |
- es
|
@@ -16,54 +13,56 @@ tags:
|
|
16 |
- LLMs
|
17 |
- LLM
|
18 |
pretty_name: casimedicos-exp
|
19 |
-
|
20 |
configs:
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
|
|
|
|
|
|
67 |
---
|
68 |
|
69 |
# CasiMedicos-exp: Annotation of Possible Answers Explanations in Resident Medical Exams
|
@@ -126,4 +125,4 @@ If you use casimedicos-exp please **cite the following paper**:
|
|
126 |
```
|
127 |
|
128 |
**Contact**: [Rodrigo Agerri](https://ragerri.github.io/)
|
129 |
-
HiTZ Center - Ixa, University of the Basque Country UPV/EHU
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
|
|
|
|
|
|
3 |
language:
|
4 |
- en
|
5 |
- es
|
|
|
13 |
- LLMs
|
14 |
- LLM
|
15 |
pretty_name: casimedicos-exp
|
|
|
16 |
configs:
|
17 |
+
- config_name: en
|
18 |
+
data_files:
|
19 |
+
- split: train
|
20 |
+
path:
|
21 |
+
- data/en/en.train_casimedicos.jsonl
|
22 |
+
- split: validation
|
23 |
+
path:
|
24 |
+
- data/en/en.dev_casimedicos.jsonl
|
25 |
+
- split: test
|
26 |
+
path:
|
27 |
+
- data/en/en.test_casimedicos.jsonl
|
28 |
+
- config_name: es
|
29 |
+
data_files:
|
30 |
+
- split: train
|
31 |
+
path:
|
32 |
+
- data/es/es.train_casimedicos.jsonl
|
33 |
+
- split: validation
|
34 |
+
path:
|
35 |
+
- data/es/es.dev_casimedicos.jsonl
|
36 |
+
- split: test
|
37 |
+
path:
|
38 |
+
- data/es/es.test_casimedicos.jsonl
|
39 |
+
- config_name: fr
|
40 |
+
data_files:
|
41 |
+
- split: train
|
42 |
+
path:
|
43 |
+
- data/fr/fr.train_casimedicos.jsonl
|
44 |
+
- split: validation
|
45 |
+
path:
|
46 |
+
- data/fr/fr.dev_casimedicos.jsonl
|
47 |
+
- split: test
|
48 |
+
path:
|
49 |
+
- data/fr/fr.test_casimedicos.jsonl
|
50 |
+
- config_name: it
|
51 |
+
data_files:
|
52 |
+
- split: train
|
53 |
+
path:
|
54 |
+
- data/it/it.train_casimedicos.jsonl
|
55 |
+
- split: validation
|
56 |
+
path:
|
57 |
+
- data/it/it.dev_casimedicos.jsonl
|
58 |
+
- split: test
|
59 |
+
path:
|
60 |
+
- data/it/it.test_casimedicos.jsonl
|
61 |
+
task_categories:
|
62 |
+
- text-generation
|
63 |
+
- question-answering
|
64 |
+
size_categories:
|
65 |
+
- 1K<n<10K
|
66 |
---
|
67 |
|
68 |
# CasiMedicos-exp: Annotation of Possible Answers Explanations in Resident Medical Exams
|
|
|
125 |
```
|
126 |
|
127 |
**Contact**: [Rodrigo Agerri](https://ragerri.github.io/)
|
128 |
+
HiTZ Center - Ixa, University of the Basque Country UPV/EHU
|