intelia-lab commited on
Commit
46b7d21
·
verified ·
1 Parent(s): b68c7a1

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -0
README.md ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - rajpurkar/squad_v2
4
+ - PlanTL-GOB-ES/SQAC
5
+ language:
6
+ - es
7
+ metrics:
8
+ - bleu
9
+ - meteor
10
+ - rouge
11
+ - sari
12
+ - google_bleu
13
+ - wer
14
+ base_model:
15
+ - bigscience/mt0-base
16
+ pipeline_tag: text2text-generation
17
+ library_name: transformers
18
+ tags:
19
+ - AnswerExtraction
20
+ license: gpl-3.0
21
+ ---
22
+ # Citation
23
+ If you use this model in your research, please cite the following paper: [Evaluating the performance of multilingual models in answer extraction and question generation.](https://www.nature.com/articles/s41598-024-66472-5)
24
+
25
+ ```
26
+ @article{moreno-cediel_evaluating_2024,
27
+ title = {Evaluating the performance of multilingual models in answer extraction and question generation},
28
+ volume = {14},
29
+ copyright = {2024 The Author(s)},
30
+ issn = {2045-2322},
31
+ url = {https://www.nature.com/articles/s41598-024-66472-5},
32
+ doi = {10.1038/s41598-024-66472-5},
33
+ language = {en},
34
+ number = {1},
35
+ urldate = {2025-01-10},
36
+ journal = {Scientific Reports},
37
+ author = {Moreno-Cediel, Antonio and del-Hoyo-Gabaldon, Jesus-Angel and Garcia-Lopez, Eva and Garcia-Cabot, Antonio and de-Fitero-Dominguez, David},
38
+ month = jul,
39
+ year = {2024},
40
+ note = {Publisher: Nature Publishing Group},
41
+ keywords = {Computer science, Software},
42
+ pages = {15477},
43
+ }
44
+ ```