Commit ·
62cda74
1
Parent(s): 115f558
upload hub_repos/paramed/README.md to hub from bigbio repo
Browse files
README.md
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
---
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
- zh
|
| 6 |
+
license: cc-by-4.0
|
| 7 |
+
license_bigbio_shortname: CC_BY_4p0
|
| 8 |
+
pretty_name: ParaMed
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
# Dataset Card for ParaMed
|
| 13 |
+
|
| 14 |
+
## Dataset Description
|
| 15 |
+
|
| 16 |
+
- **Homepage:** https://github.com/boxiangliu/ParaMed
|
| 17 |
+
- **Pubmed:** False
|
| 18 |
+
- **Public:** True
|
| 19 |
+
- **Tasks:** Translation
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
NEJM is a Chinese-English parallel corpus crawled from the New England Journal of Medicine website.
|
| 23 |
+
English articles are distributed through https://www.nejm.org/ and Chinese articles are distributed through
|
| 24 |
+
http://nejmqianyan.cn/. The corpus contains all article pairs (around 2000 pairs) since 2011.
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
|
| 28 |
+
## Citation Information
|
| 29 |
+
|
| 30 |
+
```
|
| 31 |
+
@article{liu2021paramed,
|
| 32 |
+
author = {Liu, Boxiang and Huang, Liang},
|
| 33 |
+
title = {ParaMed: a parallel corpus for English–Chinese translation in the biomedical domain},
|
| 34 |
+
journal = {BMC Medical Informatics and Decision Making},
|
| 35 |
+
volume = {21},
|
| 36 |
+
year = {2021},
|
| 37 |
+
url = {https://bmcmedinformdecismak.biomedcentral.com/articles/10.1186/s12911-021-01621-8},
|
| 38 |
+
doi = {10.1186/s12911-021-01621-8}
|
| 39 |
+
}
|
| 40 |
+
|
| 41 |
+
```
|