← Search

Preethi Jyothi

39 accepted papers

2025

AMPS: ASR with Multimodal Paraphrase Supervision

NAACL 2025short

Spontaneous or conversational multilingual speech presents many challenges for state-of-the-art automatic speech recognition (ASR) systems. In this work, we present a new technique AMPS, that augments a multilingual multimodal ASR system with paraphrase-based supervision for improved conversational…

Cited by 0SourcePDFScholar
2025

CoSTA: Code-Switched Speech Translation using Aligned Speech-Text Interleaving

COLING 2025main

Code-switching is a widely prevalent linguistic phenomenon in multilingual societies like India. Building speech-to-text models for code-switched speech is challenging due to limited availability of datasets. In this work, we focus on the problem of spoken translation (ST) of code-switched speech in…

2025

LexGen: Domain-aware Multilingual Lexicon Generation

ACL 2025long

Lexicon or dictionary generation across domains has the potential for societal impact, as it can potentially enhance information accessibility for a diverse user base while preserving language identity. Prior work in the field primarily focuses on bilingual lexical induction, which deals with word a…

2025

LoFTI: Localization and Factuality Transfer to Indian Locales

ACL 2025finding

Large language models (LLMs) encode vast amounts of world knowledge acquired via training on large web-scale datasets crawled from the internet. However, the datasets used to train the LLMs typically exhibit a geographical bias towards English-speaking Western countries. This results in LLMs produci…

2025

RECAST: Retrieval-Augmented Contextual ASR via Decoder-State Keyword Spotting

EMNLP 2025

Contextual biasing in ASR systems is critical for recognizing rare, domain-specific terms but becomes impractical with large keyword dictionaries due to prompt size and latency constraints. We present RECAST–a lightweight retrieval-augmented approach that repurposes decoder states of a pretrained AS

2024

Boosting Zero-Shot Crosslingual Performance using LLM-Based Augmentations with Effective Data Selection

ACL 2024findings

Large language models (LLMs) are very proficient text generators. We leverage this capability of LLMs to generate task-specific data via zero-shot prompting and promote cross-lingual transfer for low-resource target languages. Given task-specific data in a source language and a teacher model trained…

2024

DIMSIM: Distilled Multilingual Critics for Indic Text Simplification

ACL 2024findings

Self-correction techniques have recently emerged as a promising framework to improve the quality of responses generated by large language models (LLMs). Few-shot prompted LLMs act as critics to produce feedback for an input, which is further fed to a refiner (also an LLM) to produce an output. Howev…

Cited by 1SourcePDFScholar
2024

DictDis: Dictionary Constrained Disambiguation for Improved NMT

EMNLP 2024finding

Domain-specific neural machine translation (NMT) systems (, in educational applications) are socially significant with the potential to help make information accessible to a diverse set of users in multilingual societies. Such NMT systems should be lexically constrained and draw from domain-specific…

2024

In-context Mixing (ICM): Code-mixed Prompts for Multilingual LLMs

ACL 2024long

We introduce a simple and effective prompting technique called in-context mixing (ICM) for effective in-context learning (ICL) with multilingual large language models (MLLMs). With ICM, we modify the few-shot examples within ICL prompts to be intra-sententially code-mixed by randomly swapping conten…

Cited by 4SourcePDFScholar
2024

Part-of-speech Tagging for Extremely Low-resource Indian Languages

ACL 2024findings

Modern natural language processing (NLP) systems thrive when given access to large datasets. However, a large fraction of the world’s languages are not privy to such benefits due to sparse documentation and inadequate digital representation. This is especially true for Indian regional languages. As…

2024

WikiDO: A New Benchmark Evaluating Cross-Modal Retrieval for Vision-Language Models

NeurIPS 2024poster

Cross-modal (image-to-text and text-to-image) retrieval is an established task used in evaluation benchmarks to test the performance of vision-language models (VLMs). Several state-of-the-art VLMs (e.g. CLIP, BLIP-2) have achieved near-perfect performance on widely-used image-text retrieval benchmar…

Cited by 0SourceScholar
2023

Accented Speech Recognition With Accent-specific Codebooks

EMNLP 2023long main

Speech accents pose a significant challenge to state-of-the-art automatic speech recognition (ASR) systems. Degradation in performance across underrepresented accents is a severe deterrent to the inclusive adoption of ASR. In this work, we propose a novel accent adaptation approach for end-to-end AS…

Cited by 0SourcecodeScholar
2023

Adversarial Training for Low-Resource Disfluency Correction

ACL 2023findings

Disfluencies commonly occur in conversational speech. Speech with disfluencies can result in noisy Automatic Speech Recognition (ASR) transcripts, which affects downstream tasks like machine translation. In this paper, we propose an adversarially-trained sequence-tagging model for Disfluency Correct…

2023

DISCO: A Large Scale Human Annotated Corpus for Disfluency Correction in Indo-European Languages

EMNLP 2023long findings

Disfluency correction (DC) is the process of removing disfluent elements like fillers, repetitions and corrections from spoken utterances to create readable and interpretable text. DC is a vital post-processing step applied to Automatic Speech Recognition (ASR) outputs, before subsequent processing…

Cited by 0SourcecodeScholar
2023

DITTO: Data-efficient and Fair Targeted Subset Selection for ASR Accent Adaptation

ACL 2023long

State-of-the-art Automatic Speech Recognition (ASR) systems are known to exhibit disparate performance on varying speech accents. To improve performance on a specific target accent, a commonly adopted solution is to finetune the ASR model using accent-specific labeled speech. However, acquiring larg…

Cited by 8SourcePDFScholar
2023

In-Situ Text-Only Adaptation of Speech Models with Low-Overhead Speech Imputations

ICLR 2023poster

Fast and accurate adaptation of automatic speech recognition (ASR) systems using only text data in the target domain is a problem of long-standing practical relevance. Text-only adaptation was easy in traditional cascaded ASR systems with completely decoupled acoustic and language models. Recently,…

Cited by 8SourcePDFScholar
2023

Speech-enriched Memory for Inference-time Adaptation of ASR Models to Word Dictionaries

EMNLP 2023long main

Despite the impressive performance of ASR models on mainstream benchmarks, their performance on rare words is unsatisfactory. In enterprise settings, often a focused list of entities (such as locations, names, etc) are available which can be used to adapt the model to the terminology of specific dom…

Cited by 0SourceScholar
2023

Temporally Aligning Long Audio Interviews with Questions: A Case Study in Multimodal Data Integration

IJCAI 2023poster

The problem of audio-to-text alignment has seen significant amount of research using complete supervision during training. However, this is typically not in the context of long audio recordings wherein the text being queried does not appear verbatim within the audio file. This work is a collaboratio…

2023

Towards Zero-Shot Code-Switched Speech Recognition

ICASSP 2023accepted

In this work, we seek to build effective code-switched (CS) automatic speech recognition systems (ASR) under the zero-shot set-ting where no transcribed CS speech data is available for training. Previously proposed frameworks which conditionally factorize the bilingual task into its constituent mono…

Cited by 0SourceScholar
2023

Zero-shot Cross-lingual Transfer With Learned Projections Using Unlabeled Target-Language Data

ACL 2023short

Adapters have emerged as a parameter-efficient Transformer-based framework for cross-lingual transfer by inserting lightweight language-specific modules (language adapters) and task-specific modules (task adapters) within pretrained multilingual models. Zero-shot transfer is enabled by pairing the l…

Cited by 8SourcePDFScholar
2022

Accurate Online Posterior Alignments for Principled Lexically-Constrained Decoding

ACL 2022long

Online alignment in machine translation refers to the task of aligning a target word to a source word when the target sequence has only been partially decoded. Good online alignments facilitate important applications such as lexically constrained translation where user-defined dictionaries are used…

2022

Adaptive Discounting of Implicit Language Models in RNN-Transducers

ICASSP 2022accepted

RNN-Transducer (RNN-T) models have become synonymous with streaming end-to-end ASR systems. While they perform competitively on a number of evaluation categories, rare words pose a serious challenge to RNN-T models. One main reason for the degradation in performance on rare words is that the languag…

Cited by 0SourceScholar
2022

Aligning Multilingual Embeddings for Improved Code-switched Natural Language Understanding

COLING 2022main

Multilingual pretrained models, while effective on monolingual data, need additional training to work well with code-switched text. In this work, we present a novel idea of training multilingual models with alignment objectives using parallel text so as to explicitly align word representations with…

2022

CoCoa: An Encoder-Decoder Model for Controllable Code-switched Generation

EMNLP 2022main

Code-switching has seen growing interest in recent years as an important multilingual NLP phenomenon. Generating code-switched text for data augmentation has been sufficiently well-explored. However, there is no prior work on generating code-switched text with fine-grained control on the degree of c…

2022

Partitioned Gradient Matching-based Data Subset Selection for Compute-Efficient Robust ASR Training

EMNLP 2022finding

Training state-of-the-art ASR systems such as RNN-T often has a high associated financial and environmental cost. Training with a subset of training data could mitigate this problem if the subset selected could achieve on-par performance with training with the entire dataset. Although there are many…

2021

An Investigation of End-to-End Models for Robust Speech Recognition

ICASSP 2021accepted

End-to-end models for robust automatic speech recognition (ASR) have not been sufficiently well-explored in prior work. With end-to-end models, one could choose to preprocess the input speech using speech enhancement techniques and train the model using enhanced speech. Another alternative is to pas…

Cited by 0SourceScholar
2021

Collaborative Learning to Generate Audio-Video Jointly

ICASSP 2021accepted

There have been a number of techniques that have demonstrated the generation of multimedia data for one modality at a time using GANs, such as the ability to generate images, videos, and audio. However, so far, the task of multi-modal generation of data, specifically for audio and videos both, has n…

Cited by 0SourceScholar
2021

Error-Driven Fixed-Budget ASR Personalization for Accented Speakers

ICASSP 2021accepted

We consider the task of personalizing ASR models while being constrained by a fixed budget on recording speaker specific utterances. Given a speaker and an ASR model, we propose a method of identifying sentences for which the speaker’s utterances are likely to be harder for the given ASR model to re…

Cited by 0SourceScholar
2021

From Machine Translation to Code-Switching: Generating High-Quality Code-Switched Text

ACL 2021long

Generating code-switched text is a problem of growing interest, especially given the scarcity of corpora containing large volumes of real code-switched text. In this work, we adapt a state-of-the-art neural machine translation model to generate Hindi-English code-switched sentences starting from mon…

2021

Perturb, Predict & Paraphrase: Semi-Supervised Learning using Noisy Student for Image Captioning

IJCAI 2021poster

Recent semi-supervised learning (SSL) methods are predominantly focused on multi-class classification tasks. Classification tasks allow for easy mixing of class labels during augmentation which does not trivially extend to structured outputs such as word sequences that appear in tasks like image cap…

2020

Coupled Training of Sequence-to-Sequence Models for Accented Speech Recognition

ICASSP 2020accepted

Accented speech poses significant challenges for state-of-the-art automatic speech recognition (ASR) systems. Accent is a property of speech that lasts throughout an utterance in varying degrees of strength. This makes it hard to isolate the influence of accent on individual speech sounds. We propos…

Cited by 0SourceScholar
2018

Generalizing Across Domains via Cross-Gradient Training

ICLR 2018poster

We present CROSSGRAD , a method to use multi-domain training data to learn a classifier that generalizes to new domains. CROSSGRAD does not need an adaptation phase via labeled or unlabeled data, or domain features in the new domain. Most existing domain adaptation methods attempt to erase domain si…

2016

Adapting ASR for under-resourced languages using mismatched transcriptions

ICASSP 2016accepted

Mismatched transcriptions of speech in a target language refers to transcriptions provided by people unfamiliar with the language, using English letter sequences. In this work, we demonstrate the value of such transcriptions in building an ASR system for the target language. For different languages,…

Cited by 0SourceScholar