CLOct 17, 2023

An Empirical Study of Translation Hypothesis Ensembling with Large Language Models

arXiv:2310.11430v1137 citationsh-index: 22
Originality Incremental advance
AI Analysis

This work addresses unreliable outputs in LLM-based machine translation, offering incremental improvements for researchers and practitioners in natural language processing.

The paper tackled the problem of improving machine translation quality with large language models by investigating hypothesis ensembling techniques, finding that minimum Bayes risk decoding effectively enhances translation using a small number of samples and that instruction tuning influences hypothesis diversity and temperature.

Large language models (LLMs) are becoming a one-fits-many solution, but they sometimes hallucinate or produce unreliable output. In this paper, we investigate how hypothesis ensembling can improve the quality of the generated text for the specific problem of LLM-based machine translation. We experiment with several techniques for ensembling hypotheses produced by LLMs such as ChatGPT, LLaMA, and Alpaca. We provide a comprehensive study along multiple dimensions, including the method to generate hypotheses (multiple prompts, temperature-based sampling, and beam search) and the strategy to produce the final translation (instruction-based, quality-based reranking, and minimum Bayes risk (MBR) decoding). Our results show that MBR decoding is a very effective method, that translation quality can be improved using a small number of samples, and that instruction tuning has a strong impact on the relation between the diversity of the hypotheses and the sampling temperature.

Code Implementations1 repo
Foundations

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

Your Notes