Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,27 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
+
task_categories:
|
4 |
+
- text2text-generation
|
5 |
+
language:
|
6 |
+
- 'no'
|
7 |
+
- nb
|
8 |
+
tags:
|
9 |
+
- gec
|
10 |
---
|
11 |
+
|
12 |
+
|
13 |
+
# Norwegian grammatical error correction (ASK)
|
14 |
+
|
15 |
+
This is the ASK-RAW dataset by [Matias Jentoft (2023)](https://www.duo.uio.no/handle/10852/103885).
|
16 |
+
|
17 |
+
## Cite
|
18 |
+
|
19 |
+
```bibtex
|
20 |
+
@mastersthesis{jentoft2023grammatical,
|
21 |
+
title={Grammatical Error Correction with byte-level language models},
|
22 |
+
author={Jentoft, Matias},
|
23 |
+
year={2023},
|
24 |
+
school={University of Oslo},
|
25 |
+
url={https://www.duo.uio.no/handle/10852/103885}
|
26 |
+
}
|
27 |
+
```
|