← Search

Vikas Raunak

11 accepted papers

2025

Memorization Inheritance in Sequence-Level Knowledge Distillation for Neural Machine Translation

ACL 2025short

In this work, we explore how instance-level memorization in the teacher Neural Machine Translation (NMT) model gets inherited by the student model in sequence-level knowledge distillation (SeqKD). We find that despite not directly seeing the original training data, students memorize more than baseli…

2025

Struct-Bench: A Benchmark for Differentially Private Structured Text Generation

NeurIPS 2025poster

Differentially private (DP) synthetic data generation is a promising technique for utilizing private datasets that otherwise cannot be exposed for model training or other analytics. While much research literature has focused on generating private unstructured text and image data, in enterprise setti…

Cited by 0SourcecodeScholar
2024

SLIDE: Reference-free Evaluation for Machine Translation using a Sliding Document Window

NAACL 2024short

Reference-based metrics that operate at the sentence-level typically outperform quality estimation metrics, which have access only to the source and system output.This is unsurprising, since references resolve ambiguities that may be present in the source.In this paper, we investigate whether additi…

Cited by 3SourcePDFScholar
2023

Leveraging GPT-4 for Automatic Translation Post-Editing

EMNLP 2023long findings

While Neural Machine Translation (NMT) represents the leading approach to Machine Translation (MT), the outputs of NMT models still require translation post-editing to rectify errors and enhance quality under critical settings. In this work, we formalize the task of direct translation post-editing w…

Cited by 0SourceScholar
2022

Finding Memo: Extractive Memorization in Constrained Sequence Generation Tasks

EMNLP 2022finding

Memorization presents a challenge for several constrained Natural Language Generation (NLG) tasks such as Neural Machine Translation (NMT), wherein the proclivity of neural models to memorize noisy and atypical samples reacts adversely with the noisy (web crawled) datasets. However, previous studies…

2022

SALTED: A Framework for SAlient Long-tail Translation Error Detection

EMNLP 2022finding

Traditional machine translation (MT) metrics provide an average measure of translation quality that is insensitive to the long tail of behavioral problems. Examples include translation of numbers, physical units, dropped content and hallucinations. These errors, which occur rarely and unpredictably…

2021

Searchable Hidden Intermediates for End-to-End Models of Decomposable Sequence Tasks

NAACL 2021long

End-to-end approaches for sequence tasks are becoming increasingly popular. Yet for complex sequence tasks, like speech translation, systems that cascade several models trained on sub-tasks have shown to be superior, suggesting that the compositionality of cascaded systems simplifies learning and en…

2021

The Curious Case of Hallucinations in Neural Machine Translation

NAACL 2021long

In this work, we study hallucinations in Neural Machine Translation (NMT), which lie at an extreme end on the spectrum of NMT pathologies. Firstly, we connect the phenomenon of hallucinations under source perturbation to the Long-Tail theory of Feldman, and present an empirically validated hypothesi…