Update README.md
Browse files
README.md
CHANGED
@@ -53,11 +53,11 @@ task_categories:
|
|
53 |
|
54 |
### Dataset Summary
|
55 |
|
56 |
-
This is a classification dataset created from a subset of the [
|
57 |
|
58 |
### Supported Tasks and Leaderboards
|
59 |
|
60 |
-
[
|
61 |
|
62 |
### Languages
|
63 |
|
@@ -69,7 +69,7 @@ The text in the dataset is in Norwegian.
|
|
69 |
|
70 |
Example of one instance in the dataset.
|
71 |
|
72 |
-
```{'label': 0, 'text': 'Verre er det med slagsmålene .'}```
|
73 |
|
74 |
### Data Fields
|
75 |
|
@@ -95,19 +95,32 @@ The dataset is balanced on political party.
|
|
95 |
This dataset is based on the publicly available information by Norwegian Parliament (Storting) and created by the National Library of Norway AI-Lab to benchmark their language models.
|
96 |
|
97 |
## Additional Information
|
|
|
98 |
|
99 |
### Licensing Information
|
100 |
|
101 |
-
This work is licensed under a Creative Commons Attribution 4.0 International License
|
102 |
|
103 |
-
### Citation Information
|
104 |
|
105 |
-
|
106 |
-
|
107 |
-
title={--},
|
108 |
-
author={--},
|
109 |
-
year={2021},
|
110 |
-
archivePrefix={arXiv},
|
111 |
-
primaryClass={cs.CL}
|
112 |
-
}
|
113 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
|
54 |
### Dataset Summary
|
55 |
|
56 |
+
This is a classification dataset created from a subset of the [Talk of Norway](https://www.nb.no/sprakbanken/ressurskatalog/oai-repo-clarino-uib-no-11509-123/). This dataset contains text phrases from the political parties Fremskrittspartiet and Sosialistisk Venstreparti. The dataset is annotated with the party the speaker, as well as a timestamp. The classification task is to, simply by looking at the text, being able to predict is the speech was done by a representative from Fremskrittspartiet or from SV.
|
57 |
|
58 |
### Supported Tasks and Leaderboards
|
59 |
|
60 |
+
This dataset is meant for classification. Results can for instance be viewed in [this article](https://arxiv.org/abs/2104.09617).
|
61 |
|
62 |
### Languages
|
63 |
|
|
|
69 |
|
70 |
Example of one instance in the dataset.
|
71 |
|
72 |
+
```{'label': 0, 'text': 'Verre er det med slagsmålene .', 'date': '2016-01-15'}```
|
73 |
|
74 |
### Data Fields
|
75 |
|
|
|
95 |
This dataset is based on the publicly available information by Norwegian Parliament (Storting) and created by the National Library of Norway AI-Lab to benchmark their language models.
|
96 |
|
97 |
## Additional Information
|
98 |
+
The [Talk of Norway dataset] is also available [here](https://www.nb.no/sprakbanken/ressurskatalog/oai-repo-clarino-uib-no-11509-123/).
|
99 |
|
100 |
### Licensing Information
|
101 |
|
102 |
+
This work is licensed under a Creative Commons Attribution 4.0 International License.
|
103 |
|
|
|
104 |
|
105 |
+
### Citation Information
|
106 |
+
The following article can be quoted when referring to this dataset, since it is the first study that are using the dataset for evaluating a language model:
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
```
|
108 |
+
@inproceedings{kummervold-etal-2021-operationalizing,
|
109 |
+
title = {Operationalizing a National Digital Library: The Case for a {N}orwegian Transformer Model},
|
110 |
+
author = {Kummervold, Per E and
|
111 |
+
De la Rosa, Javier and
|
112 |
+
Wetjen, Freddy and
|
113 |
+
Brygfjeld, Svein Arne",
|
114 |
+
booktitle = {Proceedings of the 23rd Nordic Conference on Computational Linguistics (NoDaLiDa)},
|
115 |
+
year = "2021",
|
116 |
+
address = "Reykjavik, Iceland (Online)",
|
117 |
+
publisher = {Link{"o}ping University Electronic Press, Sweden},
|
118 |
+
url = "https://aclanthology.org/2021.nodalida-main.3",
|
119 |
+
pages = "20--29",
|
120 |
+
abstract = "In this work, we show the process of building a large-scale training set from digital and digitized collections at a national library.
|
121 |
+
The resulting Bidirectional Encoder Representations from Transformers (BERT)-based language model for Norwegian outperforms multilingual BERT (mBERT) models
|
122 |
+
in several token and sequence classification tasks for both Norwegian Bokm{aa}l and Norwegian Nynorsk. Our model also improves the mBERT performance for other
|
123 |
+
languages present in the corpus such as English, Swedish, and Danish. For languages not included in the corpus, the weights degrade moderately while keeping strong multilingual properties. Therefore,
|
124 |
+
we show that building high-quality models within a memory institution using somewhat noisy optical character recognition (OCR) content is feasible, and we hope to pave the way for other memory institutions to follow.",
|
125 |
+
}
|
126 |
+
```
|