← Search

Vedanuj Goswami

12 accepted papers

2023

Causes and Cures for Interference in Multilingual Translation

ACL 2023long

Multilingual machine translation models can benefit from synergy between different language pairs, but also suffer from interference. While there is a growing number of sophisticated methods that aim to eliminate interference, our understanding of interference as a phenomenon is still limited. This…

Cited by 21SourcePDFScholar
2023

Revisiting Machine Translation for Cross-lingual Classification

EMNLP 2023long main

Machine Translation (MT) has been widely used for cross-lingual classification, either by translating the test set into English and running inference with a monolingual model (translate-test), or translating the training set into the target languages and finetuning a multilingual model (translate-tr…

Cited by 0SourceScholar
2023

Small Data, Big Impact: Leveraging Minimal Data for Effective Machine Translation

ACL 2023long

For many languages, machine translation progress is hindered by the lack of reliable training data. Models are trained on whatever pre-existing datasets may be available and then augmented with synthetic data, because it is often not economical to pay for the creation of large-scale datasets. But fo…

2023

SpeechMatrix: A Large-Scale Mined Corpus of Multilingual Speech-to-Speech Translations

ACL 2023long

We present SpeechMatrix, a large-scale multilingual corpus of speech-to-speech translations mined from real speech of European Parliament recordings. It contains speech alignments in 136 language pairs with a total of 418 thousand hours of speech. To evaluate the quality of this parallel speech, we…

Cited by 34SourcePDFScholar
2023

Towards Being Parameter-Efficient: A Stratified Sparsely Activated Transformer with Dynamic Capacity

EMNLP 2023long findings

Mixture-of-experts (MoE) models that employ sparse activation have demonstrated effectiveness in significantly increasing the number of parameters while maintaining low computational requirements per token. However, recent studies have established that MoE models are inherently parameter-inefficien…

Cited by 0SourcecodeScholar
2022

FLAVA: A Foundational Language and Vision Alignment Model

CVPR 2022poster

State-of-the-art vision and vision-and-language models rely on large-scale visio-linguistic pretraining for obtaining good performance on a variety of downstream tasks. Generally, such models are often either cross-modal (contrastive) or multi-modal (with earlier fusion) but not both; and they often…

Cited by 796PDFScholar
2022

Tricks for Training Sparse Translation Models

NAACL 2022long

Multi-task learning with an unbalanced data distribution skews model learning towards high resource tasks, especially when model capacity is fixed and fully shared across all tasks. Sparse scaling architectures, such as BASELayers, provide flexible mechanisms for different tasks to have a variable n…

Cited by 30SourcePDFScholar
2021

Human-Adversarial Visual Question Answering

NeurIPS 2021poster

Performance on the most commonly used Visual Question Answering dataset (VQA v2) is starting to approach human accuracy. However, in interacting with state-of-the-art VQA models, it is clear that the problem is far from being solved. In order to stress test VQA models, we benchmark them against huma…

Cited by 67SourcePDFScholar
2021

MoVie: Revisiting Modulated Convolutions for Visual Counting and Beyond

ICLR 2021poster

This paper focuses on visual counting, which aims to predict the number of occurrences given a natural image and a query (e.g. a question or a category). Unlike most prior works that use explicit, symbolic models which can be computationally expensive and limited in generalization, we propose a simp…

2020

12-in-1: Multi-Task Vision and Language Representation Learning

CVPR 2020poster

Much of vision-and-language research focuses on a small but diverse set of independent tasks and supporting datasets often studied in isolation; however, the visually-grounded language understanding skills required for success at these tasks overlap significantly. In this work, we investigate these…

Cited by 575PDFcodeScholar
2020

The Hateful Memes Challenge: Detecting Hate Speech in Multimodal Memes

NeurIPS 2020poster

This work proposes a new challenge set for multimodal classification, focusing on detecting hate speech in multimodal memes. It is constructed such that unimodal models struggle and only multimodal models can succeed: difficult examples (“benign confounders”) are added to the dataset to make it hard…