Datasets:

ArXiv:
Tags:
haoranxu commited on
Commit
4cee1a0
1 Parent(s): 8716f8f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -1
README.md CHANGED
@@ -114,4 +114,26 @@ configs:
114
  ---
115
  # Dataset Card for "ALMA-Human-Parallel"
116
 
117
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ```