Datasets:
Tasks:
Translation
Modalities:
Text
Formats:
json
Languages:
Chinese
Size:
100K - 1M
Tags:
machine translation
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,9 +11,10 @@ tags:
|
|
| 11 |
---
|
| 12 |
|
| 13 |
### Dataset Summary
|
| 14 |
-
This dataset consists of parallel sentence pairs in Cantonese and Chinese. It is designed for various tasks, including machine translation.
|
|
|
|
|
|
|
| 15 |
|
| 16 |
-
Please note that this is only a portion of the dataset; the complete version will be updated subsequently as we require additional time to further organize the data and process our citation information.
|
| 17 |
|
| 18 |
### Languages
|
| 19 |
|
|
@@ -25,4 +26,14 @@ Please note that this is only a portion of the dataset; the complete version wil
|
|
| 25 |
Each entry in the dataset is a JSON object containing two fields: "yue" for the Cantonese sentence and "zh" for the corresponding Chinese sentence.
|
| 26 |
|
| 27 |
### Citation
|
| 28 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
### Dataset Summary
|
| 14 |
+
This dataset consists of parallel sentence pairs in Cantonese and Chinese. It is designed for various tasks, including machine translation.
|
| 15 |
+
|
| 16 |
+
The corpus contains a large number of sentence pairs collected from various domains and most has been improved through manual correction and translation.
|
| 17 |
|
|
|
|
| 18 |
|
| 19 |
### Languages
|
| 20 |
|
|
|
|
| 26 |
Each entry in the dataset is a JSON object containing two fields: "yue" for the Cantonese sentence and "zh" for the corresponding Chinese sentence.
|
| 27 |
|
| 28 |
### Citation
|
| 29 |
+
If you find our work helpful, feel free to give us a cite.
|
| 30 |
+
|
| 31 |
+
```
|
| 32 |
+
@inproceedings{dai2025next,
|
| 33 |
+
title={Next-Level Cantonese-to-Mandarin Translation: Fine-Tuning and Post-Processing with LLMs},
|
| 34 |
+
author={Dai, Yuqian and Chan, Chun Fai and Wong, Ying Ki and Pun, Tsz Ho},
|
| 35 |
+
booktitle={Proceedings of the First Workshop on Language Models for Low-Resource Languages},
|
| 36 |
+
pages={427--436},
|
| 37 |
+
year={2025}
|
| 38 |
+
}
|
| 39 |
+
```
|