Jeremy Gwinnup
Author directory2026
Findings of the MAGMaR 2026 Shared Task
Alexander Martin | Dengjia Zhang | Joel Brogan | Francis Ferraro | Jeremy Gwinnup | Reno Kriz | Teng Long | Kenton Murray | Andrew Yates | Xiang Xiang
Proceedings of the 2nd Workshop on Multimodal Augmented Generation via Multimodal Retrieval (MAGMaR 2026)
Alexander Martin | Dengjia Zhang | Joel Brogan | Francis Ferraro | Jeremy Gwinnup | Reno Kriz | Teng Long | Kenton Murray | Andrew Yates | Xiang Xiang
Proceedings of the 2nd Workshop on Multimodal Augmented Generation via Multimodal Retrieval (MAGMaR 2026)
This overview paper presents the results of the shared task for the second workshop on Multimodal Augmented Generation via Multimodal Retrieval (MAGMaR). In this shared task participants submitted systems focused on either (i) video retrieval or (ii) grounded generation of articles given retrieved videos. Teams could submit to either task. For the retrieval task, we had 2 participating teams that submitted a total of 17 systems – all of which beat a baseline derived from the winner of last years shared task. On the generation side, we had 4 teams submit 16 systems. All teams had at least one generated report that was labeled the best by a human annotator.
Crosslingual Disparities in LLM Performance: Challenges for MT as Mitigation
Rebecca Knowles | Cyril Goutte
Proceedings of the 17th Conference of the Association for Machine Translation in the Americas (Volume 1: Research Track)
Rebecca Knowles | Cyril Goutte
Proceedings of the 17th Conference of the Association for Machine Translation in the Americas (Volume 1: Research Track)
We examine crosslingual performance disparities in large language models (LLMs) in the context of safety- and regulation-related queries in Canada. We manually build a set of English and French query pairs with gold standard answers and collect LLM-generated answers, which are manually annotated for correctness. We find that LLMs are more likely to produce errors in their answers in French than in English. We investigate a machine translation pipeline, translating the French query, producing an English LLM response, and translating the response back to French. We find that, while it can mitigate some of these performance disparities, additional challenges such as the reliability and language of the cited sources or technical terms greatly impact that mitigation strategy.
Layout-Based Chunk Alignment: Utilizing Visual Information to Collect Parallel Texts From Image Documents
Masaki Kinouchi | Kayoko Nohara | Xinru Zhu | Yuma Miura
Proceedings of the 17th Conference of the Association for Machine Translation in the Americas (Volume 1: Research Track)
Masaki Kinouchi | Kayoko Nohara | Xinru Zhu | Yuma Miura
Proceedings of the 17th Conference of the Association for Machine Translation in the Americas (Volume 1: Research Track)
This study proposes a layout-based chunk alignment method (Layout-CA) as an intermediate step between document- and sentence-level parallel text alignment for bilingual document images. Visually rich printed materials, such as institutional reports and magazines, often contain high-quality translations and are valuable sources of parallel data, yet their layout cues are underutilized. Layout-CA aligns semantically coherent text chunks across document pairs by integrating multi-modal cues from textual content and layout, and sentence alignment is then performed within the aligned chunk pairs. Experiments on English UNESCO reports and their Japanese translations show that introducing chunk alignment improves downstream sentence alignment for both Bleualign and Vecalign. When document order is disrupted, Layout-CA preserves alignment coverage by restricting sentence matching to corresponding chunks, enabling robust alignment in multilingual image documents.
Improving Term Evaluation in Machine Translation: Variation Matters
Nicolas Dahan | Ziqian Peng | François Yvon | Rachel Bawden
Proceedings of the 17th Conference of the Association for Machine Translation in the Americas (Volume 1: Research Track)
Nicolas Dahan | Ziqian Peng | François Yvon | Rachel Bawden
Proceedings of the 17th Conference of the Association for Machine Translation in the Americas (Volume 1: Research Track)
Terminology evaluation in machine translation (MT) usually assumes a single correct target form per source term, yet human translators routinely introduce variation that current metrics penalize as inconsistency. We examine how to account for this variation in document-level MT evaluation in English–French scientific translation, combining glossary-based accuracy, translation consistency, and a new cross-term variation (CTV) diagnostic measure that captures whether variation relationships are preserved across languages. On two parallel corpora translated by four MT systems, we find that (1) MT systems generate less target-side variation than human translators; (2) transfer patterns strongly depend on the variation type; (3) consistency rankings vary with the choice of metric; and (4) constraining MT with a glossary improves accuracy and consistency but degrades CTV by suppressing valid variation. We argue for variation-aware evaluation that conditions consistency penalties on whether target-side variation mirrors source-side variation.
BRIDGE-MT: A Benchmark for Role Interactions and Dependencies in Machine Translation Gender Evaluation
Neha Gajakos | Christopher Staff | Brenda Murphy | John D. Kelleher | Rejwanul Haque
Proceedings of the 17th Conference of the Association for Machine Translation in the Americas (Volume 1: Research Track)
Neha Gajakos | Christopher Staff | Brenda Murphy | John D. Kelleher | Rejwanul Haque
Proceedings of the 17th Conference of the Association for Machine Translation in the Americas (Volume 1: Research Track)
This paper investigates gender behavior in Hindi–English machine translation (MT) within multi-entity settings, especially when two occupational roles appear within the same sentence. Existing benchmarks often focus on single-referenced entities, leaving cross-role dependencies largely unexplored. We define a taxonomy of thirteen role-gender configurations covering masculine (m), feminine (f), and neutral (n) assignments and introduce BRIDGE-MT, a manually created dataset of 351 Hindi–English sentence pairs (594 role-level instances) in order to evaluate dual-role interactions. We evaluated commercial MT systems and multilingual LLMs, and propose neutral-comparison asymmetry metrics and a conditional interaction metric to analyze cross-role dependencies. Our results show that explicitly gendered roles achieve higher F1 scores than neutral-labelled roles. We also observe a consistent position effect, where Role B (the second role) tends to have lower accuracy and greater gender asymmetry than Role A (the first role) across all evaluated systems. Conditional interaction analysis further indicates that the gender assigned to one role can influence the translation of the other. These findings highlight the importance of evaluating gender behavior in multi-entity settings to better understand interaction-driven asymmetries in MT.
Predict and Fix: A Unified Model for Translation Quality Estimation and Post-Editing
Maciej Modrzejewski | Yash Bhaskar | Chinmay Pateria
Proceedings of the 17th Conference of the Association for Machine Translation in the Americas (Volume 1: Research Track)
Maciej Modrzejewski | Yash Bhaskar | Chinmay Pateria
Proceedings of the 17th Conference of the Association for Machine Translation in the Americas (Volume 1: Research Track)
We propose a unified architecture for jointly modeling Translation Quality Estimation (QE) and Automatic Post-Editing (APE) within a single lightweight language model. Our approach integrates quality prediction and correction generation in a single decoding process using a decoder-only Qwen2.5 model (0.5B parameters), augmented with a dedicated QE regression head operating on hidden states at a special token position. The model produces structured outputs that include a continuous quality score, an edit decision, and a corrected translation when necessary. We train on datasets of 100K, 1M, and 1.84M manually annotated samples across eight language pairs, enabling analysis of both data scale and distribution. Experimental results show that the proposed model achieves strong QE performance (r=0.907) and high post-editing decision accuracy (88.4%), while reducing over-editing compared to both autoregressive baselines and large commercial LLMs.
LLMs as Translator Training Partners: A Multi-Agent Approach
Ming Qian | Luyi Yang
Proceedings of the 17th Conference of the Association for Machine Translation in the Americas (Volume 1: Research Track)
Ming Qian | Luyi Yang
Proceedings of the 17th Conference of the Association for Machine Translation in the Americas (Volume 1: Research Track)
Peer-review–based translator training promotes reflection and collaborative critique. This study examines whether GPT5, guided by MQM-like prompts, can function as a peer-review training partner rather than a grading tool. Using translated passages from a practice group, we compared GPT5’s feedback with human evaluations of the same segments, including both negative and positive judgments. GPT5 aligned with human evaluators on 77.8% of negative flags and 88.9% of positive flags, and achieved an F1 score of 0.875 for detailed rationales supporting the flags. The results suggest that GPT5 can provide useful analyses and alternative perspectives that support learner reflection, although its occasional poor judgments indicate that it should be used as a supplementary training partner rather than a standalone evaluator.
Toward Equitable Machine Translation for Atypical Speech: An LLM Post-Correction Approach
Grace Pasion | Ammon Shurtz | Steve Richardson
Proceedings of the 17th Conference of the Association for Machine Translation in the Americas (Volume 1: Research Track)
Grace Pasion | Ammon Shurtz | Steve Richardson
Proceedings of the 17th Conference of the Association for Machine Translation in the Americas (Volume 1: Research Track)
Individuals with speech disabilities rely on everyday technologies powered by Automatic Speech Recognition (ASR) systems, yet these systems consistently fail them–producing significantly higher error rates that undermine the usefulness of voice assistants, hands-free devices, and machine translation pipelines. We conduct a multi-stage evaluation of speech impairment effects in cascaded speech-to-text translation, examining two distinct conditions: real dysarthric speech and simulated rhotacism. For dysarthria, we quantify ASR error rates. For rhotacism, we quantify error rates from a minimal-pair text substitution. We then analyze how impairment-induced errors propagate through downstream machine translation across three language directions (English to Spanish, Ukrainian, Khmer), and propose a training-free LLM-based post-correction methodology as an accessible intervention. We find that larger LLMs (70B parameters or more) consistently improve downstream translation quality even when surface-level corrections made by those LLMs remain modest, while smaller models lack the capacity to do so reliably. These results reveal a promising but scale-dependent path toward more equitable speech technology for users with atypical speech.
Translation-CoT: A Human-Inspired Chain-of-Thought Framework for Multilingual LLM Translation
Tabia Tanzin Prama | Juniper L Lovato | Chris Danforth | Peter Dodds
Proceedings of the 17th Conference of the Association for Machine Translation in the Americas (Volume 1: Research Track)
Tabia Tanzin Prama | Juniper L Lovato | Chris Danforth | Peter Dodds
Proceedings of the 17th Conference of the Association for Machine Translation in the Americas (Volume 1: Research Track)
Large language models (LLMs) have transformed machine translation, yet mistranslations, hallucinations, and unnatural phrasing still limit their effectiveness, particularly for low-resource languages. We propose Translation-CoT, a chain-of-thought prompting strategy that breaks translation into structured stages (lexical retrieval, grammatical analysis, and topic identification), followed by a refinement step to improve fluency, tone, and idiomatic expression. We evaluate Translation-CoT across 14 languages from 14 language families and multiple LLMs (GPT-4o, GPT-4o-mini, LLaMA 3.1, and Gemma 2), with GPT-4o performing best overall, in both English ↔ non-English (X) translation settings. Compared with zero-shot prompting, in-context learning, and existing chain-of-thought prompting methods (Tree-of-Thought (ToT) and Learning-Oriented Prompting (LOT)), Translation-CoT outperforms these prompting strategies on multilingual machine translation across BLEU, ChrF, and METEOR, with especially strong gains in the more difficult English→non-English (X) setting and in low-resource languages. Human evaluation further shows higher preference scores and lower MQM penalty scores, indicating fewer mistranslations, omissions, awkward phrasing, and hallucinations with Translation-CoT. Overall, our results show that structured, task-aware prompting is an effective approach for improving multilingual translation quality and robustness in LLMs.
Benchmarking Large Language Models for Game Localization Quality Assurance: A Cross-Model, Cross-Lingual Analysis
Mao Tian | Na Wu
Proceedings of the 17th Conference of the Association for Machine Translation in the Americas (Volume 1: Research Track)
Mao Tian | Na Wu
Proceedings of the 17th Conference of the Association for Machine Translation in the Americas (Volume 1: Research Track)
Localization quality assurance (LQA) is a critical component of game development, where manual review of large volumes of translated text is time-consuming and costly. Recent advances in large language models (LLMs) suggest strong potential for automated LQA, yet their effectiveness across different models, target languages, and game domains remains insufficiently understood. We present a comprehensive benchmark evaluating eight LLMs, including both closed-source and open-weight models, on English-to-six-language gaming LQA tasks across two game genres. Our dataset comprises 96 evaluation settings with a total of 48,000 translation samples. The results show that Claude Sonnet 4 achieves the best overall performance (F1 = 0.766), followed by Qwen-2.5-72B (F1 = 0.711) and Gemini 2.0 Flash (F1 = 0.691). We observe that (1) the target language does not significantly affect model performance (p = 0.285), (2) models achieve their most consistent performance on French, while Japanese is the most challenging target language, and (3) game genre (RPG vs. strategy) has minimal impact on accuracy. While closed-source models achieve the highest overall performance, open-weight alternatives such as Qwen-2.5-72B provide competitive quality at substantially lower cost. These findings provide practical guidance for deploying LLM-based LQA systems in production game localization workflows.
Document Summarization for AI-based Post-Editing
Vera Senderowicz Guerra | Dimitrios Pavlou | Peter Bourgonje | Olesia Khrapunova | Konstantinos Karageorgos | Aaron Schliem
Proceedings of the 17th Conference of the Association for Machine Translation in the Americas (Volume 1: Research Track)
Vera Senderowicz Guerra | Dimitrios Pavlou | Peter Bourgonje | Olesia Khrapunova | Konstantinos Karageorgos | Aaron Schliem
Proceedings of the 17th Conference of the Association for Machine Translation in the Americas (Volume 1: Research Track)
Post-Editing (PE) is typically performed on isolated segments or small batches, without access to broader document context. In this paper, we investigate whether pre-generated, document-level summaries can improve PE quality. Using a purpose-built summarization prompt evaluated across nine LLMs from OpenAI and Google, we select two models with contrasting summary styles for downstream experiments on 448 documents covering 37 target locales and 13 content domains. Summaries generated by gemini-2.5-flash-lite, which are directive and domain-specific, yield gains in edit distance and modest gains in COMET, whereas those generated by GPT-4o, which tend to be more generic and descriptive, degrade performance across most metrics. The positive effect appears most pronounced in terminologically dense domains and lower-resource locales. A qualitative analysis shows that improvements arise when summaries provide specific, actionable guidance on terminology, domain conventions, and style, and that performance decreases when summaries are underspecified or conflicting. These findings suggest that summary specificity and actionability, rather than the mere addition of context, determine whether document-level information benefits post-editing.
Translators’ Perceptions and Edit Traces: Quality of MT as a Tool in Canadian Parliamentary Translation
Jeniffer Leal-Wyss | Gabriel Bernier-Colborne | Delaney Lothian | Michel Simard | Rebecca Knowles
Proceedings of the 17th Conference of the Association for Machine Translation in the Americas (Volume 1: Research Track)
Jeniffer Leal-Wyss | Gabriel Bernier-Colborne | Delaney Lothian | Michel Simard | Rebecca Knowles
Proceedings of the 17th Conference of the Association for Machine Translation in the Americas (Volume 1: Research Track)
The Parliament of Canada’s translation workflow includes access to a specialized neural machine translation (NMT) system. This study analyzes post-editing (PE) activity to identify the types of edits translators make when interacting with the NMT system, as well as the frequency, nature, and severity of errors encountered. We compare translations produced with and without the use of this NMT system to evaluate potential differences in edit patterns. To complement this analysis, we draw on insights from a user study. Our findings explore how translators’ perceptions align with observed PE patterns and how their feedback can inform strategies to better understand, and possibly mitigate, some of the errors observed.
AMTA Best Thesis Award Abstract: Overcoming Vocabulary Challenges in Natural Language Processing
Elizabeth Salesky
Proceedings of the 17th Conference of the Association for Machine Translation in the Americas (Volume 1: Research Track)
Elizabeth Salesky
Proceedings of the 17th Conference of the Association for Machine Translation in the Americas (Volume 1: Research Track)
This thesis addresses the vocabulary bottleneck in machine translation and other natural language processing applications, exploring more robust and flexible representations of text and their impact on translation quality and cross-lingual generalization. This volume includes a short summary of the thesis; the full thesis is available separately.
Proceedings of the 17th Conference of the Association for Machine Translation in the Americas (Volume 1: Research Track)
Eleftheria Briakou | Jeremy Gwinnup | Shivali Goel
Proceedings of the 17th Conference of the Association for Machine Translation in the Americas (Volume 1: Research Track)
Eleftheria Briakou | Jeremy Gwinnup | Shivali Goel
Proceedings of the 17th Conference of the Association for Machine Translation in the Americas (Volume 1: Research Track)
2024
Assessing the Role of Imagery in Multimodal Machine Translation
Nicholas Kashani Motlagh | Jim Davis | Jeremy Gwinnup | Grant Erdmann | Tim Anderson
Proceedings of the Ninth Conference on Machine Translation
Nicholas Kashani Motlagh | Jim Davis | Jeremy Gwinnup | Grant Erdmann | Tim Anderson
Proceedings of the Ninth Conference on Machine Translation
In Multimodal Machine Translation (MMT), the use of visual data has shown only marginal improvements compared to text-only models. Previously, the CoMMuTE dataset and associated metric were proposed to score models on tasks where the imagery is necessary to disambiguate between two possible translations for each ambiguous source sentence. In this work, we introduce new metrics within the CoMMuTE domain to provide deeper insights into image-aware translation models. Our proposed metrics differ from the previous CoMMuTE scoring method by 1) assessing the impact of multiple images on individual translations and 2) evaluating a model’s ability to jointly select each translation for each image context. Our results challenge the conventional views of poor visual comprehension capabilities of MMT models and show that models can indeed meaningfully interpret visual information, though they may not leverage it sufficiently in the final decision.
Detecting concrete visual tokens for Multimodal Machine Translation
Braeden Bowen | Vipin Vijayan | Scott Grigsby | Timothy Anderson | Jeremy Gwinnup
Proceedings of the 16th Conference of the Association for Machine Translation in the Americas (Volume 1: Research Track)
Braeden Bowen | Vipin Vijayan | Scott Grigsby | Timothy Anderson | Jeremy Gwinnup
Proceedings of the 16th Conference of the Association for Machine Translation in the Americas (Volume 1: Research Track)
The challenge of visual grounding and masking in multimodal machine translation (MMT) systems has encouraged varying approaches to the detection and selection of visually-grounded text tokens for masking. We introduce new methods for detection of visually and contextually relevant (concrete) tokens from source sentences, including detection with natural language processing (NLP), detection with object detection, and a joint detection-verification technique. We also introduce new methods for selection of detected tokens, including shortest n tokens, longest n tokens, and all detected concrete tokens. We utilize the GRAM MMT architecture to train models against synthetically collated multimodal datasets of source images with masked sentences, showing performance improvements and improved usage of visual context during translation tasks over the baseline model.
Adding multimodal capabilities to a text-only translation model
Vipin Vijayan | Braeden Bowen | Scott Grigsby | Timothy Anderson | Jeremy Gwinnup
Proceedings of the 16th Conference of the Association for Machine Translation in the Americas (Volume 1: Research Track)
Vipin Vijayan | Braeden Bowen | Scott Grigsby | Timothy Anderson | Jeremy Gwinnup
Proceedings of the 16th Conference of the Association for Machine Translation in the Americas (Volume 1: Research Track)
While most current work in multimodal machine translation (MMT) uses the Multi30k dataset for training and evaluation, we find that the resulting models overfit to the Multi30k dataset to an extreme degree. Consequently, these models perform very badly when evaluated against typical text-only testing sets such as the newstest datasets. In order to perform well on both Multi30k and typical text-only datasets, we use a performant text-only machine translation (MT) model as the starting point of our MMT model. We add vision-text adapter layers connected via gating mechanisms to the MT model, and incrementally transform the MT model into an MMT model by 1) pre-training using vision-based masking of the source text and 2) fine-tuning on Multi30k. We achieve a state-of-the-art performance on the Multi30k 2016 en-de test set of 46.5 BLEU4 score and 0.61 CoMMuTE score via this approach while retaining the performance of the original text-only MT model against the newstest dataset.
2023
Proceedings of the 3rd Workshop for Natural Language Processing Open Source Software (NLP-OSS 2023)
Liling Tan | Dmitrijs Milajevs | Geeticka Chauhan | Jeremy Gwinnup | Elijah Rippeth
Proceedings of the 3rd Workshop for Natural Language Processing Open Source Software (NLP-OSS 2023)
Liling Tan | Dmitrijs Milajevs | Geeticka Chauhan | Jeremy Gwinnup | Elijah Rippeth
Proceedings of the 3rd Workshop for Natural Language Processing Open Source Software (NLP-OSS 2023)
Enhancing Video Translation Context with Object Labels
Jeremy Gwinnup | Tim Anderson | Brian Ore | Eric Hansen | Kevin Duh
Proceedings of the 20th International Conference on Spoken Language Translation (IWSLT 2023)
Jeremy Gwinnup | Tim Anderson | Brian Ore | Eric Hansen | Kevin Duh
Proceedings of the 20th International Conference on Spoken Language Translation (IWSLT 2023)
We present a simple yet efficient method to enhance the quality of machine translation models trained on multimodal corpora by augmenting the training text with labels of detected objects in the corresponding video segments. We then test the effects of label augmentation in both baseline and two automatic speech recognition (ASR) conditions. In contrast with multimodal techniques that merge visual and textual features, our modular method is easy to implement and the results are more interpretable. Comparisons are made with Transformer translation architectures trained with baseline and augmented labels, showing improvements of up to +1.0 BLEU on the How2 dataset.
2021
Tune in: The AFRL WMT21 News-Translation Systems
Grant Erdmann | Jeremy Gwinnup | Tim Anderson
Proceedings of the Sixth Conference on Machine Translation
Grant Erdmann | Jeremy Gwinnup | Tim Anderson
Proceedings of the Sixth Conference on Machine Translation
This paper describes the Air Force Research Laboratory (AFRL) machine translation sys- tems and the improvements that were developed during the WMT21 evaluation campaign. This year, we explore various methods of adapting our baseline models from WMT20 and again measure improvements in performance on the Russian–English language pair.
2020
The AFRL WMT20 News Translation Systems
Jeremy Gwinnup | Tim Anderson
Proceedings of the Fifth Conference on Machine Translation
Jeremy Gwinnup | Tim Anderson
Proceedings of the Fifth Conference on Machine Translation
This report summarizes the Air Force Research Laboratory (AFRL) machine translation (MT) systems submitted to the news-translation task as part of the 2020 Conference on Machine Translation (WMT20) evaluation campaign. This year we largely repurpose strategies from previous years’ efforts with larger datasets and also train models with precomputed word alignments under various settings in an effort to improve translation quality.
The AFRL IWSLT 2020 Systems: Work-From-Home Edition
Brian Ore | Eric Hansen | Tim Anderson | Jeremy Gwinnup
Proceedings of the 17th International Conference on Spoken Language Translation
Brian Ore | Eric Hansen | Tim Anderson | Jeremy Gwinnup
Proceedings of the 17th International Conference on Spoken Language Translation
This report summarizes the Air Force Research Laboratory (AFRL) submission to the offline spoken language translation (SLT) task as part of the IWSLT 2020 evaluation campaign. As in previous years, we chose to adopt the cascade approach of using separate systems to perform speech activity detection, automatic speech recognition, sentence segmentation, and machine translation. All systems were neural based, including a fully-connected neural network for speech activity detection, a Kaldi factorized time delay neural network with recurrent neural network (RNN) language model rescoring for speech recognition, a bidirectional RNN with attention mechanism for sentence segmentation, and transformer networks trained with OpenNMT and Marian for machine translation. Our primary submission yielded BLEU scores of 21.28 on tst2019 and 23.33 on tst2020.
2019
Quality and Coverage: The AFRL Submission to the WMT19 Parallel Corpus Filtering for Low-Resource Conditions Task
Grant Erdmann | Jeremy Gwinnup
Proceedings of the Fourth Conference on Machine Translation (Volume 3: Shared Task Papers, Day 2)
Grant Erdmann | Jeremy Gwinnup
Proceedings of the Fourth Conference on Machine Translation (Volume 3: Shared Task Papers, Day 2)
The WMT19 Parallel Corpus Filtering For Low-Resource Conditions Task aims to test various methods of filtering a noisy parallel corpora, to make them useful for training machine translation systems. This year the noisy corpora are the relatively low-resource language pairs of Nepali-English and Sinhala-English. This papers describes the Air Force Research Laboratory (AFRL) submissions, including preprocessing methods and scoring metrics. Numerical results indicate a benefit over baseline and the relative benefits of different options.
The AFRL WMT19 Systems: Old Favorites and New Tricks
Jeremy Gwinnup | Grant Erdmann | Tim Anderson
Proceedings of the Fourth Conference on Machine Translation (Volume 2: Shared Task Papers, Day 1)
Jeremy Gwinnup | Grant Erdmann | Tim Anderson
Proceedings of the Fourth Conference on Machine Translation (Volume 2: Shared Task Papers, Day 1)
This paper describes the Air Force Research Laboratory (AFRL) machine translation systems and the improvements that were developed during the WMT19 evaluation campaign. This year, we refine our approach to training popular neural machine translation toolkits, experiment with a new domain adaptation technique and again measure improvements in performance on the Russian–English language pair.
Overcoming Catastrophic Forgetting During Domain Adaptation of Neural Machine Translation
Brian Thompson | Jeremy Gwinnup | Huda Khayrallah | Kevin Duh | Philipp Koehn
Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long and Short Papers)
Brian Thompson | Jeremy Gwinnup | Huda Khayrallah | Kevin Duh | Philipp Koehn
Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long and Short Papers)
Continued training is an effective method for domain adaptation in neural machine translation. However, in-domain gains from adaptation come at the expense of general-domain performance. In this work, we interpret the drop in general-domain performance as catastrophic forgetting of general-domain knowledge. To mitigate it, we adapt Elastic Weight Consolidation (EWC)—a machine learning method for learning a new task without forgetting previous tasks. Our method retains the majority of general-domain performance lost in continued training without degrading in-domain performance, outperforming the previous state-of-the-art. We also explore the full range of general-domain performance available when some in-domain degradation is acceptable.
2018
Coverage and Cynicism: The AFRL Submission to the WMT 2018 Parallel Corpus Filtering Task
Grant Erdmann | Jeremy Gwinnup
Proceedings of the Third Conference on Machine Translation: Shared Task Papers
Grant Erdmann | Jeremy Gwinnup
Proceedings of the Third Conference on Machine Translation: Shared Task Papers
The WMT 2018 Parallel Corpus Filtering Task aims to test various methods of filtering a noisy parallel corpus, to make it useful for training machine translation systems. We describe the AFRL submissions, including their preprocessing methods and quality metrics. Numerical results indicate relative benefits of different options and show where our methods are competitive.
The AFRL-Ohio State WMT18 Multimodal System: Combining Visual with Traditional
Jeremy Gwinnup | Joshua Sandvick | Michael Hutt | Grant Erdmann | John Duselis | James Davis
Proceedings of the Third Conference on Machine Translation: Shared Task Papers
Jeremy Gwinnup | Joshua Sandvick | Michael Hutt | Grant Erdmann | John Duselis | James Davis
Proceedings of the Third Conference on Machine Translation: Shared Task Papers
AFRL-Ohio State extends its usage of visual domain-driven machine translation for use as a peer with traditional machine translation systems. As a peer, it is enveloped into a system combination of neural and statistical MT systems to present a composite translation.
The AFRL WMT18 Systems: Ensembling, Continuation and Combination
Jeremy Gwinnup | Tim Anderson | Grant Erdmann | Katherine Young
Proceedings of the Third Conference on Machine Translation: Shared Task Papers
Jeremy Gwinnup | Tim Anderson | Grant Erdmann | Katherine Young
Proceedings of the Third Conference on Machine Translation: Shared Task Papers
This paper describes the Air Force Research Laboratory (AFRL) machine translation systems and the improvements that were developed during the WMT18 evaluation campaign. This year, we examined the developments and additions to popular neural machine translation toolkits and measure improvements in performance on the Russian–English language pair.
Freezing Subnetworks to Analyze Domain Adaptation in Neural Machine Translation
Brian Thompson | Huda Khayrallah | Antonios Anastasopoulos | Arya D. McCarthy | Kevin Duh | Rebecca Marvin | Paul McNamee | Jeremy Gwinnup | Tim Anderson | Philipp Koehn
Proceedings of the Third Conference on Machine Translation: Research Papers
Brian Thompson | Huda Khayrallah | Antonios Anastasopoulos | Arya D. McCarthy | Kevin Duh | Rebecca Marvin | Paul McNamee | Jeremy Gwinnup | Tim Anderson | Philipp Koehn
Proceedings of the Third Conference on Machine Translation: Research Papers
To better understand the effectiveness of continued training, we analyze the major components of a neural machine translation system (the encoder, decoder, and each embedding space) and consider each component’s contribution to, and capacity for, domain adaptation. We find that freezing any single component during continued training has minimal impact on performance, and that performance is surprisingly good when a single component is adapted while holding the rest of the model fixed. We also find that continued training does not move the model very far from the out-of-domain model, compared to a sensitivity analysis metric, suggesting that the out-of-domain model can provide a good generic initialization for the new domain.
The AFRL IWSLT 2018 Systems: What Worked, What Didn’t
Brian Ore | Eric Hansen | Katherine Young | Grant Erdmann | Jeremy Gwinnup
Proceedings of the 15th International Conference on Spoken Language Translation
Brian Ore | Eric Hansen | Katherine Young | Grant Erdmann | Jeremy Gwinnup
Proceedings of the 15th International Conference on Spoken Language Translation
This report summarizes the Air Force Research Laboratory (AFRL) machine translation (MT) and automatic speech recognition (ASR) systems submitted to the spoken language translation (SLT) and low-resource MT tasks as part of the IWSLT18 evaluation campaign.
2017
The AFRL WMT17 Neural Machine Translation Training Task Submission
Grant Erdmann | Katherine Young | Jeremy Gwinnup
Proceedings of the Second Conference on Machine Translation
Grant Erdmann | Katherine Young | Jeremy Gwinnup
Proceedings of the Second Conference on Machine Translation
The AFRL-OSU WMT17 Multimodal Translation System: An Image Processing Approach
John Duselis | Michael Hutt | Jeremy Gwinnup | James Davis | Joshua Sandvick
Proceedings of the Second Conference on Machine Translation
John Duselis | Michael Hutt | Jeremy Gwinnup | James Davis | Joshua Sandvick
Proceedings of the Second Conference on Machine Translation
The AFRL-MITLL WMT17 Systems: Old, New, Borrowed, BLEU
Jeremy Gwinnup | Timothy Anderson | Grant Erdmann | Katherine Young | Michaeel Kazi | Elizabeth Salesky | Brian Thompson | Jonathan Taylor
Proceedings of the Second Conference on Machine Translation
Jeremy Gwinnup | Timothy Anderson | Grant Erdmann | Katherine Young | Michaeel Kazi | Elizabeth Salesky | Brian Thompson | Jonathan Taylor
Proceedings of the Second Conference on Machine Translation
2016
The AFRL-MITLL WMT16 News-Translation Task Systems
Jeremy Gwinnup | Tim Anderson | Grant Erdmann | Katherine Young | Michaeel Kazi | Elizabeth Salesky | Brian Thompson
Proceedings of the First Conference on Machine Translation: Volume 2, Shared Task Papers
Jeremy Gwinnup | Tim Anderson | Grant Erdmann | Katherine Young | Michaeel Kazi | Elizabeth Salesky | Brian Thompson
Proceedings of the First Conference on Machine Translation: Volume 2, Shared Task Papers
The MITLL-AFRL IWSLT 2016 Systems
Michaeel Kazi | Elizabeth Salesky | Brian Thompson | Jonathan Taylor | Jeremy Gwinnup | Timothy Anderson | Grant Erdmann | Eric Hansen | Brian Ore | Katherine Young | Michael Hutt
Proceedings of the 13th International Conference on Spoken Language Translation
Michaeel Kazi | Elizabeth Salesky | Brian Thompson | Jonathan Taylor | Jeremy Gwinnup | Timothy Anderson | Grant Erdmann | Eric Hansen | Brian Ore | Katherine Young | Michael Hutt
Proceedings of the 13th International Conference on Spoken Language Translation
This report summarizes the MITLL-AFRL MT and ASR systems and the experiments run during the 2016 IWSLT evaluation campaign. Building on lessons learned from previous years’ results, we refine our ASR systems and examine the explosion of neural machine translation systems and techniques developed in the past year. We experiment with a variety of phrase-based, hierarchical and neural-network approaches in machine translation and utilize system combination to create a composite system with the best characteristics of all attempted MT approaches.
A Taxonomy of Weeds: A Field Guide for Corpus Curators to Winnowing the Parallel Text Harvest
Katherine M. Young | Jeremy Gwinnup | Lane O.B. Schwartz
Conferences of the Association for Machine Translation in the Americas: MT Users' Track
Katherine M. Young | Jeremy Gwinnup | Lane O.B. Schwartz
Conferences of the Association for Machine Translation in the Americas: MT Users' Track
2015
Drem: The AFRL Submission to the WMT15 Tuning Task
Grant Erdmann | Jeremy Gwinnup
Proceedings of the Tenth Workshop on Statistical Machine Translation
Grant Erdmann | Jeremy Gwinnup
Proceedings of the Tenth Workshop on Statistical Machine Translation
The AFRL-MITLL WMT15 System: There’s More than One Way to Decode It!
Jeremy Gwinnup | Tim Anderson | Grant Erdmann | Katherine Young | Christina May | Michaeel Kazi | Elizabeth Salesky | Brian Thompson
Proceedings of the Tenth Workshop on Statistical Machine Translation
Jeremy Gwinnup | Tim Anderson | Grant Erdmann | Katherine Young | Christina May | Michaeel Kazi | Elizabeth Salesky | Brian Thompson
Proceedings of the Tenth Workshop on Statistical Machine Translation
The MITLL-AFRL IWSLT 2015 MT system
Michaeel Kazi | Brian Thompson | Elizabeth Salesky | Timothy Anderson | Grant Erdmann | Eric Hansen | Brian Ore | Katherine Young | Jeremy Gwinnup | Michael Hutt | Christina May
Proceedings of the 12th International Workshop on Spoken Language Translation: Evaluation Campaign
Michaeel Kazi | Brian Thompson | Elizabeth Salesky | Timothy Anderson | Grant Erdmann | Eric Hansen | Brian Ore | Katherine Young | Jeremy Gwinnup | Michael Hutt | Christina May
Proceedings of the 12th International Workshop on Spoken Language Translation: Evaluation Campaign
2014
Machine Translation and Monolingual Postediting: The AFRL WMT-14 System
Lane Schwartz | Timothy Anderson | Jeremy Gwinnup | Katherine Young
Proceedings of the Ninth Workshop on Statistical Machine Translation
Lane Schwartz | Timothy Anderson | Jeremy Gwinnup | Katherine Young
Proceedings of the Ninth Workshop on Statistical Machine Translation
The MITLL-AFRL IWSLT 2014 MT system
Michaeel Kazi | Elizabeth Salesky | Brian Thompson | Jessica Ray | Michael Coury | Tim Anderson | Grant Erdmann | Jeremy Gwinnup | Katherine Young | Brian Ore | Michael Hutt
Proceedings of the 11th International Workshop on Spoken Language Translation: Evaluation Campaign
Michaeel Kazi | Elizabeth Salesky | Brian Thompson | Jessica Ray | Michael Coury | Tim Anderson | Grant Erdmann | Jeremy Gwinnup | Katherine Young | Brian Ore | Michael Hutt
Proceedings of the 11th International Workshop on Spoken Language Translation: Evaluation Campaign
This report summarizes the MITLL-AFRL MT and ASR systems and the experiments run using them during the 2014 IWSLT evaluation campaign. Our MT system is much improved over last year, owing to integration of techniques such as PRO and DREM optimization, factored language models, neural network joint model rescoring, multiple phrase tables, and development set creation. We focused our eforts this year on the tasks of translating from Arabic, Russian, Chinese, and Farsi into English, as well as translating from English to French. ASR performance also improved, partly due to increased eforts with deep neural networks for hybrid and tandem systems. Work focused on both the English and Italian ASR tasks.
2013
The MIT-LL/AFRL IWSLT-2013 MT system
Michaeel Kazi | Michael Coury | Elizabeth Salesky | Jessica Ray | Wade Shen | Terry Gleason | Tim Anderson | Grant Erdmann | Lane Schwartz | Brian Ore | Raymond Slyh | Jeremy Gwinnup | Katherine Young | Michael Hutt
Proceedings of the 10th International Workshop on Spoken Language Translation: Evaluation Campaign
Michaeel Kazi | Michael Coury | Elizabeth Salesky | Jessica Ray | Wade Shen | Terry Gleason | Tim Anderson | Grant Erdmann | Lane Schwartz | Brian Ore | Raymond Slyh | Jeremy Gwinnup | Katherine Young | Michael Hutt
Proceedings of the 10th International Workshop on Spoken Language Translation: Evaluation Campaign
This paper describes the MIT-LL/AFRL statistical MT system and the improvements that were developed during the IWSLT 2013 evaluation campaign [1]. As part of these efforts, we experimented with a number of extensions to the standard phrase-based model that improve performance on the Russian to English, Chinese to English, Arabic to English, and English to French TED-talk translation task. We also applied our existing ASR system to the TED-talk lecture ASR task. We discuss the architecture of the MIT-LL/AFRL MT system, improvements over our 2012 system, and experiments we ran during the IWSLT-2013 evaluation. Specifically, we focus on 1) cross-entropy filtering of MT training data, and 2) improved optimization techniques, 3) language modeling, and 4) approximation of out-of-vocabulary words.
Search
Fix author
Co-authors
- Tim Anderson 18
- Grant Erdmann 17
- Eleftheria Briakou 13
- Shivali Goel 13
- Katherine Young 11
- Elizabeth Salesky 8
- Brian Thompson 8
- Michaeel Kazi 7
- Brian Ore 7
- Michael Hutt 6
- Eric Hansen 5
- Kevin Duh 3
- Braeden Bowen 2
- Michael Coury 2
- James Davis 2
- John Duselis 2
- Scott Grigsby 2
- Huda Khayrallah 2
- Rebecca Knowles 2
- Philipp Koehn 2
- Christina May 2
- Jessica Ray 2
- Joshua Sandvick 2
- Lane Schwartz 2
- Jonathan Taylor 2
- Vipin Vijayan 2
- Antonios Anastasopoulos 1
- Rachel Bawden 1
- Gabriel Bernier-Colborne 1
- Yash Bhaskar 1
- Peter Bourgonje 1
- Joel Brogan 1
- Geeticka Chauhan 1
- Nicolas Dahan 1
- Chris Danforth 1
- Jim Davis 1
- Peter Dodds 1
- Francis Ferraro 1
- Neha Gajakos 1
- Terry Gleason 1
- Cyril Goutte 1
- Vera Senderowicz Guerra 1
- Rejwanul Haque 1
- Konstantinos Karageorgos 1
- Nicholas Kashani Motlagh 1
- John Kelleher 1
- Olesia Khrapunova 1
- Masaki Kinouchi 1
- Reno Kriz 1
- Jeniffer Leal-Wyss 1
- Teng Long 1
- Delaney Lothian 1
- Juniper L Lovato 1
- Alexander Martin 1
- Rebecca Marvin 1
- Arya D. McCarthy 1
- Paul McNamee 1
- Dmitrijs Milajevs 1
- Yuma Miura 1
- Maciej Modrzejewski 1
- Brenda Murphy 1
- Kenton Murray 1
- Kayoko Nohara 1
- Grace Pasion 1
- Chinmay Pateria 1
- Dimitrios Pavlou 1
- Ziqian Peng 1
- Tabia Tanzin Prama 1
- Ming Qian 1
- Steve Richardson 1
- Elijah Rippeth 1
- Aaron Schliem 1
- Lane O.B. Schwartz 1
- Wade Shen 1
- Ammon Shurtz 1
- Michel Simard 1
- Raymond Slyh 1
- Christopher Staff 1
- Liling Tan 1
- Mao Tian 1
- Na Wu 1
- Xiang Xiang 1
- Luyi Yang 1
- Andrew Yates 1
- Katherine M. Young 1
- François Yvon 1
- Dengjia Zhang 1
- Xinru Zhu 1