Update README.md
Browse files
README.md
CHANGED
|
@@ -114,4 +114,26 @@ configs:
|
|
| 114 |
---
|
| 115 |
# Dataset Card for "ALMA-Human-Parallel"
|
| 116 |
|
| 117 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 114 |
---
|
| 115 |
# Dataset Card for "ALMA-Human-Parallel"
|
| 116 |
|
| 117 |
+
This is human-written parallel dataset used by [ALMA](https://arxiv.org/abs/2309.11674) translation models.
|
| 118 |
+
|
| 119 |
+
```
|
| 120 |
+
@misc{xu2023paradigm,
|
| 121 |
+
title={A Paradigm Shift in Machine Translation: Boosting Translation Performance of Large Language Models},
|
| 122 |
+
author={Haoran Xu and Young Jin Kim and Amr Sharaf and Hany Hassan Awadalla},
|
| 123 |
+
year={2023},
|
| 124 |
+
eprint={2309.11674},
|
| 125 |
+
archivePrefix={arXiv},
|
| 126 |
+
primaryClass={cs.CL}
|
| 127 |
+
}
|
| 128 |
+
```
|
| 129 |
+
|
| 130 |
+
```
|
| 131 |
+
@misc{xu2024contrastive,
|
| 132 |
+
title={Contrastive Preference Optimization: Pushing the Boundaries of LLM Performance in Machine Translation},
|
| 133 |
+
author={Haoran Xu and Amr Sharaf and Yunmo Chen and Weiting Tan and Lingfeng Shen and Benjamin Van Durme and Kenton Murray and Young Jin Kim},
|
| 134 |
+
year={2024},
|
| 135 |
+
eprint={2401.08417},
|
| 136 |
+
archivePrefix={arXiv},
|
| 137 |
+
primaryClass={cs.CL}
|
| 138 |
+
}
|
| 139 |
+
```
|