Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
json
Languages:
Vietnamese
Size:
10K - 100K
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,27 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- vi
|
5 |
+
task_categories:
|
6 |
+
- text-classification
|
7 |
---
|
8 |
+
|
9 |
+
# Dataset Summary
|
10 |
+
Vietnamese-version of MedNLI. The data has been used as a benchmark for [evaluating a Vietnamese Biomedical-domain Transformer model](https://arxiv.org/abs/2210.05598).
|
11 |
+
|
12 |
+
|
13 |
+
# Citation
|
14 |
+
Please cite this paper if you use this dataset:
|
15 |
+
|
16 |
+
```
|
17 |
+
@misc{vipubmed,
|
18 |
+
doi = {10.48550/ARXIV.2210.05598},
|
19 |
+
url = {https://arxiv.org/abs/2210.05598},
|
20 |
+
author = {Phan, Long and Dang, Tai and Tran, Hieu and Phan, Vy and Chau, Lam D. and Trinh, Trieu H.},
|
21 |
+
keywords = {Computation and Language (cs.CL), Artificial Intelligence (cs.AI), FOS: Computer and information sciences, FOS: Computer and information sciences},
|
22 |
+
title = {Enriching Biomedical Knowledge for Vietnamese Low-resource Language Through Large-Scale Translation},
|
23 |
+
publisher = {arXiv},
|
24 |
+
year = {2022},
|
25 |
+
copyright = {Creative Commons Attribution 4.0 International}
|
26 |
+
}
|
27 |
+
```
|