Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,14 @@
|
|
| 1 |
vnPara is a Vietnamese dataset for the paraphrase identification task.
|
| 2 |
This repository is a reformatted version of the original dataset, adapted for Hugging Face Datasets, with a standard train/test split (80% / 20%).
|
| 3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
## Original Resource
|
| 5 |
The original dataset and implementation can be found at:
|
| 6 |
https://github.com/nlp-team-itus-hcmc/paraphrase-identification-vietnamese-document
|
|
|
|
| 1 |
vnPara is a Vietnamese dataset for the paraphrase identification task.
|
| 2 |
This repository is a reformatted version of the original dataset, adapted for Hugging Face Datasets, with a standard train/test split (80% / 20%).
|
| 3 |
|
| 4 |
+
```
|
| 5 |
+
Overall label counts: Counter({'1': 1576, '0': 1506, '1,': 1})
|
| 6 |
+
train_gen: 2640 labels: Counter({'0': 1506, '1': 1134})
|
| 7 |
+
dev_gen : 126 labels: Counter({'1': 126})
|
| 8 |
+
test_gen : 316 labels: Counter({'1': 316})
|
| 9 |
+
neg_pool : 1506 labels: Counter({'0': 1506})
|
| 10 |
+
```
|
| 11 |
+
|
| 12 |
## Original Resource
|
| 13 |
The original dataset and implementation can be found at:
|
| 14 |
https://github.com/nlp-team-itus-hcmc/paraphrase-identification-vietnamese-document
|