GorkaUrbizu commited on
Commit
fe91db1
1 Parent(s): ddc68d9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -5
README.md CHANGED
@@ -40,11 +40,17 @@ If you use this model, please cite the following paper:
40
  - G. Urbizu, I. San Vicente, X. Saralegi, R. Agerri, A. Soroa. BasqueGLUE: A Natural Language Understanding Benchmark for Basque. In proceedings of the 13th Language Resources and Evaluation Conference (LREC 2022). June 2022. Marseille, France
41
 
42
  ```
43
- @inproceedings{urbizu2022basqueglue,
44
- title={BasqueGLUE: A Natural Language Understanding Benchmark for Basque},
45
- author={Gorka Urbizu and I{\~n}aki San Vicente and Xabier Saralegi and Rodrigo Agerri and Aitor Soroa},
46
- booktitle={Proceedings of the 13th Language Resources and Evaluation Conference},
47
- year={2022}
 
 
 
 
 
 
48
  }
49
  ```
50
 
 
40
  - G. Urbizu, I. San Vicente, X. Saralegi, R. Agerri, A. Soroa. BasqueGLUE: A Natural Language Understanding Benchmark for Basque. In proceedings of the 13th Language Resources and Evaluation Conference (LREC 2022). June 2022. Marseille, France
41
 
42
  ```
43
+ @InProceedings{urbizu2022basqueglue,
44
+ author = {Urbizu, Gorka and San Vicente, Iñaki and Saralegi, Xabier and Agerri, Rodrigo and Soroa, Aitor},
45
+ title = {BasqueGLUE: A Natural Language Understanding Benchmark for Basque},
46
+ booktitle = {Proceedings of the Language Resources and Evaluation Conference},
47
+ month = {June},
48
+ year = {2022},
49
+ address = {Marseille, France},
50
+ publisher = {European Language Resources Association},
51
+ pages = {1603--1612},
52
+ abstract = {Natural Language Understanding (NLU) technology has improved significantly over the last few years and multitask benchmarks such as GLUE are key to evaluate this improvement in a robust and general way. These benchmarks take into account a wide and diverse set of NLU tasks that require some form of language understanding, beyond the detection of superficial, textual clues. However, they are costly to develop and language-dependent, and therefore they are only available for a small number of languages. In this paper, we present BasqueGLUE, the first NLU benchmark for Basque, a less-resourced language, which has been elaborated from previously existing datasets and following similar criteria to those used for the construction of GLUE and SuperGLUE. We also report the evaluation of two state-of-the-art language models for Basque on BasqueGLUE, thus providing a strong baseline to compare upon. BasqueGLUE is freely available under an open license.},
53
+ url = {https://aclanthology.org/2022.lrec-1.172}
54
  }
55
  ```
56