Datasets:
File size: 4,548 Bytes
e06986a 1ad0ca2 00c7f46 1ad0ca2 81658ff e06986a cead7e2 e06986a 7f9bc11 02055f9 e06986a 02055f9 e06986a 02055f9 e06986a 81658ff e06986a 5836e81 e06986a 81658ff e06986a 81658ff e06986a 81658ff e06986a 81658ff e06986a 81658ff e06986a 81658ff e06986a 81658ff e06986a 81658ff e06986a 81658ff e06986a 81658ff e06986a 5836e81 e06986a 5836e81 e06986a 81658ff e06986a 81658ff 1d4df4c e06986a 81658ff e06986a 1d4df4c e06986a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 |
---
annotations_creators:
- machine-generated
language_creators:
- found
language:
- zh
license:
- cc-by-nc-sa-4.0
multilinguality:
- translation
size_categories:
- unknown
source_datasets:
- original
task_categories:
- text2text-generation
- translation
task_ids: []
pretty_name: Cantonese - Mandarin Translations
language_bcp47:
- zh-CN
- zh-HK
tags:
- conditional-text-generation
---
# Dataset Card for cantonese-mandarin-translations
## Table of Contents
- [Table of Contents](#table-of-contents)
- [Dataset Description](#dataset-description)
- [Dataset Summary](#dataset-summary)
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
- [Languages](#languages)
- [Dataset Structure](#dataset-structure)
- [Data Instances](#data-instances)
- [Data Fields](#data-fields)
- [Data Splits](#data-splits)
- [Dataset Creation](#dataset-creation)
- [Curation Rationale](#curation-rationale)
- [Source Data](#source-data)
- [Annotations](#annotations)
- [Personal and Sensitive Information](#personal-and-sensitive-information)
- [Considerations for Using the Data](#considerations-for-using-the-data)
- [Social Impact of Dataset](#social-impact-of-dataset)
- [Discussion of Biases](#discussion-of-biases)
- [Other Known Limitations](#other-known-limitations)
- [Additional Information](#additional-information)
- [Dataset Curators](#dataset-curators)
- [Licensing Information](#licensing-information)
- [Citation Information](#citation-information)
- [Contributions](#contributions)
## Dataset Description
- **Homepage:**
- **Repository:**
- **Paper:**
- **Leaderboard:**
- **Point of Contact:**
### Dataset Summary
This is a machine-translated parallel corpus between Cantonese (a Chinese dialect that is mainly spoken by Guangdong (province of China), Hong Kong, Macau and part of Malaysia) and Chinese (written form, in Simplified Chinese).
### Supported Tasks and Leaderboards
N/A
### Languages
- Cantonese (`yue`)
- Simplified Chinese (`zh-CN`)
## Dataset Structure
JSON lines with `yue` field and `zh` field for the parallel corpus.
### Data Instances
N/A
### Data Fields
- `yue`: Cantonese corpus
- `zh`: translated Chinese corpus
### Data Splits
No data splitting is done as of yet.
## Dataset Creation
The dataset is produced by doing the following:
- Download [HKCancor Cantonese Corpus](https://github.com/fcbond/hkcancor) and [CommonVoice Cantonese (Hong Kong Chinese `yue`) text corpus](https://commonvoice.mozilla.org/en/datasets)
- Extract text corpus and merge datasets
- Run text against [Microsoft's Translator API](https://learn.microsoft.com/en-us/azure/ai-services/translator/language-support) from `yue` to `zh-Hans`
### Curation Rationale
Currently no such corpus exists, and it is hard to find such a corpus, so we tried to generate a reasonable batch of samples using machine translation for research purposes.
### Source Data
- [HKCancor](https://github.com/fcbond/hkcancor)
- [CommonVoice 7.0 Chinese (Hong Kong)](https://commonvoice.mozilla.org/en/datasets)
#### Initial Data Collection and Normalization
Normalization scripts will be included soon.
#### Who are the source language producers?
- [HKCancor](https://github.com/fcbond/hkcancor)
- [CommonVoice 7.0 Chinese (Hong Kong)](https://commonvoice.mozilla.org/en/datasets)
### Annotations
#### Annotation process
We run the Cantonese text corpus against Microsoft's Translator API.
#### Who are the annotators?
- [Microsoft's Translator API](https://learn.microsoft.com/en-us/azure/ai-services/translator/language-support)
### Personal and Sensitive Information
N/A
## Considerations for Using the Data
### Social Impact of Dataset
We would like to share this parallel corpus and welcome contributions to preserve the Cantonese dialect.
### Discussion of Biases
N/A
### Other Known Limitations
This parallel corpus is machine-translated, it is not 100% accurate.
## Additional Information
### Dataset Curators
- [Botisan AI](https://botisan.ai)
- [Haoran (Simon) Liang](https://github.com/lhr0909)
### Licensing Information
[CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
### Citation Information
```
@misc {botisanAiCantoneseMandarinTranslationsDatasets,
author = {Liang, H.},
title = {Cantonese Mandarin Translations Dataset},
year = {2021},
url = {https://huggingface.co/datasets/botisan-ai/cantonese-mandarin-translations},
}
```
### Contributions
Thanks to [@lhr0909](https://github.com/lhr0909) for adding this dataset. |