Update README.md
Browse files
README.md
CHANGED
|
@@ -45,4 +45,34 @@ For further information on the languages and data, see https://huggingface.co/da
|
|
| 45 |
|
| 46 |
* id: unique id of the document (from the Oscar dataset)
|
| 47 |
* labels: the list of labels assigned to the text
|
| 48 |
-
* text: the original text of the document (as appears in the Oscar dataset)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
|
| 46 |
* id: unique id of the document (from the Oscar dataset)
|
| 47 |
* labels: the list of labels assigned to the text
|
| 48 |
+
* text: the original text of the document (as appears in the Oscar dataset)
|
| 49 |
+
|
| 50 |
+
|
| 51 |
+
### Citing
|
| 52 |
+
|
| 53 |
+
```
|
| 54 |
+
@inproceedings{laippala-etal-2022-towards,
|
| 55 |
+
title = "Towards better structured and less noisy Web data: Oscar with Register annotations",
|
| 56 |
+
author = {Laippala, Veronika and
|
| 57 |
+
Salmela, Anna and
|
| 58 |
+
R{\"o}nnqvist, Samuel and
|
| 59 |
+
Aji, Alham Fikri and
|
| 60 |
+
Chang, Li-Hsin and
|
| 61 |
+
Dhifallah, Asma and
|
| 62 |
+
Goulart, Larissa and
|
| 63 |
+
Kortelainen, Henna and
|
| 64 |
+
P{\`a}mies, Marc and
|
| 65 |
+
Prina Dutra, Deise and
|
| 66 |
+
Skantsi, Valtteri and
|
| 67 |
+
Sutawika, Lintang and
|
| 68 |
+
Pyysalo, Sampo},
|
| 69 |
+
booktitle = "Proceedings of the Eighth Workshop on Noisy User-generated Text (W-NUT 2022)",
|
| 70 |
+
month = oct,
|
| 71 |
+
year = "2022",
|
| 72 |
+
address = "Gyeongju, Republic of Korea",
|
| 73 |
+
publisher = "Association for Computational Linguistics",
|
| 74 |
+
url = "https://aclanthology.org/2022.wnut-1.23",
|
| 75 |
+
pages = "215--221",
|
| 76 |
+
abstract = {Web-crawled datasets are known to be noisy, as they feature a wide range of language use covering both user-generated and professionally edited content as well as noise originating from the crawling process. This article presents one solution to reduce this noise by using automatic register (genre) identification -whether the texts are, e.g., forum discussions, lyrical or how-to pages. We apply the multilingual register identification model by R{\"o}nnqvist et al. (2021) and label the widely used Oscar dataset. Additionally, we evaluate the model against eight new languages, showing that the performance is comparable to previous findings on a restricted set of languages. Finally, we present and apply a machine learning method for further cleaning text files originating from Web crawls from remains of boilerplate and other elements not belonging to the main text of the Web page. The register labeled and cleaned dataset covers 351 million documents in 14 languages and is available at https://huggingface.co/datasets/TurkuNLP/register{\_}oscar.},
|
| 77 |
+
}
|
| 78 |
+
```
|