Update README.md
Browse files
README.md
CHANGED
@@ -3,7 +3,7 @@ license: cc-by-4.0
|
|
3 |
language:
|
4 |
- 'no'
|
5 |
---
|
6 |
-
## Dataset Card for NO-MRPC
|
7 |
|
8 |
The dataset is machine translated from [The Microsoft Research Paraphrase Corpus](https://www.microsoft.com/en-us/download/details.aspx?id=52398) which contains sentence pairs from English news sources with human anootations for thether the sentences in the pair are semantically equivalent.
|
9 |
|
@@ -11,5 +11,20 @@ We keep the original split of MRPC for NO-MRPC dataset. More information can be
|
|
11 |
|
12 |
This dataset belongs to NLEBench Norwegian benchmarks for evaluation on Norwegian Natrual Language Undersanding (NLU) tasks.
|
13 |
|
14 |
-
## Licensing Information
|
|
|
15 |
This dataset is built upon the existing datasets. We therefore follow its original license information.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
language:
|
4 |
- 'no'
|
5 |
---
|
6 |
+
## Dataset Card for NO-MRPC
|
7 |
|
8 |
The dataset is machine translated from [The Microsoft Research Paraphrase Corpus](https://www.microsoft.com/en-us/download/details.aspx?id=52398) which contains sentence pairs from English news sources with human anootations for thether the sentences in the pair are semantically equivalent.
|
9 |
|
|
|
11 |
|
12 |
This dataset belongs to NLEBench Norwegian benchmarks for evaluation on Norwegian Natrual Language Undersanding (NLU) tasks.
|
13 |
|
14 |
+
## Licensing Information
|
15 |
+
|
16 |
This dataset is built upon the existing datasets. We therefore follow its original license information.
|
17 |
+
|
18 |
+
## Citation Information
|
19 |
+
|
20 |
+
The dataset is from GLUE benchmark:
|
21 |
+
|
22 |
+
```
|
23 |
+
@inproceedings{wang2019glue,
|
24 |
+
title={{GLUE}: A Multi-Task Benchmark and Analysis Platform for Natural Language Understanding},
|
25 |
+
author={Wang, Alex and Singh, Amanpreet and Michael, Julian and Hill, Felix and Levy, Omer and Bowman, Samuel R.},
|
26 |
+
note={In the Proceedings of ICLR.},
|
27 |
+
year={2019}
|
28 |
+
}
|
29 |
+
```
|
30 |
+
|