Datasets:

Modalities:
Text
Formats:
parquet
License:
File size: 1,205 Bytes
cc792c6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3dedab3
 
cc792c6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
license: mit
dataset_info:
  features:
  - name: correct_text
    dtype: string
  - name: incorrect_text
    dtype: string
  - name: error
    dtype: string
  splits:
  - name: test
    num_bytes: 23464301
    num_examples: 99116
  download_size: 13964902
  dataset_size: 23464301
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
---

# NoCoLA zero (Norwegian BLiMP)

The official repository for the NoCoLA zero dataset introduced in [NoCoLA: The Norwegian Corpus of Linguistic Acceptability](https://aclanthology.org/2023.nodalida-1.60/).

## Contact

David Samuel (davisamu@ifi.uio.no)

## Citation

```bibtex
@inproceedings{jentoft-samuel-2023-nocola,
    title = "{N}o{C}o{LA}: The {N}orwegian Corpus of Linguistic Acceptability",
    author = "Jentoft, Matias  and
      Samuel, David",
    editor = {Alum{\"a}e, Tanel  and
      Fishel, Mark},
    booktitle = "Proceedings of the 24th Nordic Conference on Computational Linguistics (NoDaLiDa)",
    month = may,
    year = "2023",
    address = "T{\'o}rshavn, Faroe Islands",
    publisher = "University of Tartu Library",
    url = "https://aclanthology.org/2023.nodalida-1.60/",
    pages = "610--617",
}
```