CLAILGApr 23, 2024

Automated Multi-Language to English Machine Translation Using Generative Pre-Trained Transformers

arXiv:2404.14680v12 citationsh-index: 16Has Code
Originality Synthesis-oriented
AI Analysis

This work addresses the need for efficient and accurate translation tools for researchers and practitioners, but it is incremental as it applies existing models to a new dataset without fine-tuning.

The study tackled the problem of automated multi-language to English translation by benchmarking 16 open-source GPT models on 50 languages using TED Talk transcripts, with the best model achieving mean scores of 0.152 BLEU, 0.256 GLEU, 0.448 chrF, and 0.438 METEOR.

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, METEOR, and chrF text overlap measures, and wall-clock time for each sentence translation. The best overall performing GPT model for translating into English text for the BLEU metric is ReMM-v2-L2-13B with a mean score across all tested languages of $0.152$, for the GLEU metric is ReMM-v2-L2-13B with a mean score across all tested languages of $0.256$, for the chrF metric is Llama2-chat-AYT-13B with a mean score across all tested languages of $0.448$, and for the METEOR metric is ReMM-v2-L2-13B with a mean score across all tested languages of $0.438$.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes