DarioVajda commited on
Commit
8b2bf87
·
verified ·
1 Parent(s): efd7e86

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -91,3 +91,21 @@ The model was evaluated by our custom script on three types of data. The results
91
  | GaMS-9B-Instruct | 0.693659 | 0.685006 | 0.673394 | 0.723470 | 13.50% | 4.83% | 33.15% |
92
  | EuroLLM-9B-Instruct | 0.689321 | 0.668084 | 0.670723 | 0.729227 | 8.97% | 1.89% | 35.08% |
93
  | GaMS-9B-SFT-Translator | 0.682467 | 0.676580 | 0.673650 | 0.699602 | 5.14% | 1.48% | 30.53% |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
91
  | GaMS-9B-Instruct | 0.693659 | 0.685006 | 0.673394 | 0.723470 | 13.50% | 4.83% | 33.15% |
92
  | EuroLLM-9B-Instruct | 0.689321 | 0.668084 | 0.670723 | 0.729227 | 8.97% | 1.89% | 35.08% |
93
  | GaMS-9B-SFT-Translator | 0.682467 | 0.676580 | 0.673650 | 0.699602 | 5.14% | 1.48% | 30.53% |
94
+
95
+
96
+ *Note* - the evaluation script and evaluation data can be found in this [github repo](https://github.com/DarioVajda/translation_dpo) under the data_pipeline folder. See the README for more detailed instructions.
97
+
98
+
99
+ ## Citation
100
+ If you found this project useful in your work, please cite our paper with the following BibTeX citation:
101
+ ```txt
102
+ @misc{vajda2025improvingllmsmachinetranslation,
103
+ title={Improving LLMs for Machine Translation Using Synthetic Preference Data},
104
+ author={Dario Vajda and Domen Vreš and Marko Robnik-Šikonja},
105
+ year={2025},
106
+ eprint={2508.14951},
107
+ archivePrefix={arXiv},
108
+ primaryClass={cs.CL},
109
+ url={https://arxiv.org/abs/2508.14951},
110
+ }
111
+ ```