Update README.md
Browse files
README.md
CHANGED
|
@@ -1,22 +1,47 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
dataset_info:
|
| 4 |
-
features:
|
| 5 |
-
- name: correct_text
|
| 6 |
-
dtype: string
|
| 7 |
-
- name: incorrect_text
|
| 8 |
-
dtype: string
|
| 9 |
-
- name: error
|
| 10 |
-
dtype: string
|
| 11 |
-
splits:
|
| 12 |
-
- name: test
|
| 13 |
-
num_bytes: 23464301
|
| 14 |
-
num_examples: 99116
|
| 15 |
-
download_size: 13964902
|
| 16 |
-
dataset_size: 23464301
|
| 17 |
-
configs:
|
| 18 |
-
- config_name: default
|
| 19 |
-
data_files:
|
| 20 |
-
- split: test
|
| 21 |
-
path: data/test-*
|
| 22 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
dataset_info:
|
| 4 |
+
features:
|
| 5 |
+
- name: correct_text
|
| 6 |
+
dtype: string
|
| 7 |
+
- name: incorrect_text
|
| 8 |
+
dtype: string
|
| 9 |
+
- name: error
|
| 10 |
+
dtype: string
|
| 11 |
+
splits:
|
| 12 |
+
- name: test
|
| 13 |
+
num_bytes: 23464301
|
| 14 |
+
num_examples: 99116
|
| 15 |
+
download_size: 13964902
|
| 16 |
+
dataset_size: 23464301
|
| 17 |
+
configs:
|
| 18 |
+
- config_name: default
|
| 19 |
+
data_files:
|
| 20 |
+
- split: test
|
| 21 |
+
path: data/test-*
|
| 22 |
+
---
|
| 23 |
+
|
| 24 |
+
The official repository for the NoCoLA zero dataset introduced in [NoCoLA: The Norwegian Corpus of Linguistic Acceptability](https://aclanthology.org/2023.nodalida-1.60/).
|
| 25 |
+
|
| 26 |
+
## Contact
|
| 27 |
+
|
| 28 |
+
David Samuel (davisamu@ifi.uio.no)
|
| 29 |
+
|
| 30 |
+
## Citation
|
| 31 |
+
|
| 32 |
+
```bibtex
|
| 33 |
+
@inproceedings{jentoft-samuel-2023-nocola,
|
| 34 |
+
title = "{N}o{C}o{LA}: The {N}orwegian Corpus of Linguistic Acceptability",
|
| 35 |
+
author = "Jentoft, Matias and
|
| 36 |
+
Samuel, David",
|
| 37 |
+
editor = {Alum{\"a}e, Tanel and
|
| 38 |
+
Fishel, Mark},
|
| 39 |
+
booktitle = "Proceedings of the 24th Nordic Conference on Computational Linguistics (NoDaLiDa)",
|
| 40 |
+
month = may,
|
| 41 |
+
year = "2023",
|
| 42 |
+
address = "T{\'o}rshavn, Faroe Islands",
|
| 43 |
+
publisher = "University of Tartu Library",
|
| 44 |
+
url = "https://aclanthology.org/2023.nodalida-1.60/",
|
| 45 |
+
pages = "610--617",
|
| 46 |
+
}
|
| 47 |
+
```
|