Automated Multi-Language to English Machine Translation Using Generative Pre-Trained Transformers
Elijah Pelofske, Vincent Urias, Lorie M. Liebrock

TL;DR
This paper evaluates the performance of 16 open-source GPT models in zero-shot, multi-language to English translation tasks using benchmark datasets, focusing on accuracy and efficiency without fine-tuning.
Contribution
It provides a comprehensive benchmark of GPT models for multilingual translation into English, highlighting their capabilities and limitations in a zero-shot setting on local hardware.
Findings
ReMM-v2-L2-13B achieves highest BLEU score of 0.152.
ReMM-v2-L2-13B also leads in GLEU with 0.256.
Llama2-chat-AYT-13B performs best on chrF with 0.448.
Abstract
The task of accurate and efficient language translation is an extremely important information processing task. Machine learning enabled and automated translation that is accurate and fast is often a large topic of interest in the machine learning and data science communities. In this study, we examine using local Generative Pretrained Transformer (GPT) models to perform automated zero shot black-box, sentence wise, multi-natural-language translation into English text. We benchmark 16 different open-source GPT models, with no custom fine-tuning, from the Huggingface LLM repository for translating 50 different non-English languages into English using translated TED Talk transcripts as the reference dataset. These GPT model inference calls are performed strictly locally, on single A100 Nvidia GPUs. Benchmark metrics that are reported are language translation accuracy, using BLEU, GLEU,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques
MethodsRefunds@Expedia|||How do I get a full refund from Expedia? · Attention Is All You Need · Position-Wise Feed-Forward Layer · Absolute Position Encodings · Dense Connections · Label Smoothing · Residual Connection · Softmax · Adam · Layer Normalization
