davda54 commited on
Commit
bfe8fd3
1 Parent(s): 4a2ce68

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -8
README.md CHANGED
@@ -16,7 +16,7 @@ license: cc-by-4.0
16
 
17
  <img src="https://huggingface.co/ltg/norbert3-base/resolve/main/norbert.png" width=12.5%>
18
 
19
- The official release of a new generation of NorBERT language models described in paper [**NorBench — A Benchmark for Norwegian Language Models**](https://openreview.net/forum?id=WgxNONkAbz). Plese read the paper to learn more details about the model.
20
 
21
 
22
  ## Other sizes:
@@ -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
  ```
 
16
 
17
  <img src="https://huggingface.co/ltg/norbert3-base/resolve/main/norbert.png" width=12.5%>
18
 
19
+ The official release of a new generation of NorBERT language models described in paper [**NorBench — A Benchmark for Norwegian Language Models**](https://arxiv.org/abs/2305.03880). Plese read the paper to learn more details about the model.
20
 
21
 
22
  ## Other sizes:
 
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
  ```