davda54 commited on
Commit
a5b3ea9
1 Parent(s): 565dc43

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -7
README.md CHANGED
@@ -57,12 +57,24 @@ The following classes are currently implemented: `AutoModel`, `AutoModelMaskedLM
57
  ## Cite us
58
 
59
  ```bibtex
60
- @inproceedings{
61
- samuel2023norbench,
62
- title={NorBench -- A Benchmark for Norwegian Language Models},
63
- author={David Samuel and Andrey Kutuzov and Samia Touileb and Erik Velldal and Lilja {\O}vrelid and Egil R{\o}nningstad and Elina Sigdel and Anna Sergeevna Palatkina},
64
- booktitle={The 24rd Nordic Conference on Computational Linguistics},
65
- year={2023},
66
- url={https://openreview.net/forum?id=WgxNONkAbz}
 
 
 
 
 
 
 
 
 
 
 
67
  }
 
68
  ```
 
57
  ## Cite us
58
 
59
  ```bibtex
60
+ @inproceedings{samuel-etal-2023-norbench,
61
+ title = "{N}or{B}ench {--} A Benchmark for {N}orwegian Language Models",
62
+ author = "Samuel, David and
63
+ Kutuzov, Andrey and
64
+ Touileb, Samia and
65
+ Velldal, Erik and
66
+ {\O}vrelid, Lilja and
67
+ R{\o}nningstad, Egil and
68
+ Sigdel, Elina and
69
+ Palatkina, Anna",
70
+ booktitle = "Proceedings of the 24th Nordic Conference on Computational Linguistics (NoDaLiDa)",
71
+ month = may,
72
+ year = "2023",
73
+ address = "T{\'o}rshavn, Faroe Islands",
74
+ publisher = "University of Tartu Library",
75
+ url = "https://aclanthology.org/2023.nodalida-1.61",
76
+ pages = "618--633",
77
+ abstract = "We present NorBench: a streamlined suite of NLP tasks and probes for evaluating Norwegian language models (LMs) on standardized data splits and evaluation metrics. We also introduce a range of new Norwegian language models (both encoder and encoder-decoder based). Finally, we compare and analyze their performance, along with other existing LMs, across the different benchmark tests of NorBench.",
78
  }
79
+
80
  ```