← Search

Ashutosh Sathe

8 accepted papers

2025

Improving Consistency in LLM Inference using Probabilistic Tokenization

NAACL 2025findings

Prior research has demonstrated noticeable performance gains through the use of probabilistic tokenizations, an approach that involves employing multiple tokenizations of the same input string during the training phase of a language model. Despite these promising findings, modern large language mode…

Cited by 0SourcePDFScholar
2025

Improving Cross Lingual Transfer by Pretraining with Active Forgetting

EMNLP 2025

Large Language Models (LLMs) demonstrate exceptional capabilities in a multitude of NLP tasks. However, the efficacy of such models to languages other than English is often limited. Prior works have shown that encoder-only models such as BERT or XLM-RoBERTa show impressive cross lingual transfer of

Cited by 0SourcePDFScholar
2024

A Unified Framework and Dataset for Assessing Societal Bias in Vision-Language Models

EMNLP 2024finding

Vision-language models (VLMs) have gained widespread adoption in both industry and academia. In this study, we propose a unified framework for systematically evaluating gender, race, and age biases in VLMs with respect to professions. Our evaluation encompasses all supported inference modes of the r…

Cited by 10SourcePDFScholar
2024

Efficient Training of Language Models with Compact and Consistent Next Token Distributions

ACL 2024findings

Maximizing the likelihood of the next token is an established, statistically sound objective for pre-training language models. In this paper we show that we can train better models faster by pre-aggregating the corpus with a collapsed n-gram distribution. Previous studies have proposed corpus-level…

2024

MAPLE: Multilingual Evaluation of Parameter Efficient Finetuning of Large Language Models

ACL 2024findings

Parameter efficient finetuning has emerged as a viable solution for improving the performance of Large Language Models without requiring massive resources and compute. Prior work on multilingual evaluation has shown that there is a large gap between the performance of LLMs on English and other langu…

Cited by 8SourcePDFScholar
2024

MEGAVERSE: Benchmarking Large Language Models Across Languages, Modalities, Models and Tasks

NAACL 2024long

There has been a surge in LLM evaluation research to understand LLM capabilities and limitations. However, much of this research has been confined to English, leaving LLM building and evaluation for non-English languages relatively unexplored. Several new LLMs have been introduced recently, necessit…

2023

Benchmarking and Improving Text-to-SQL Generation under Ambiguity

EMNLP 2023long main

Research in Text-to-SQL conversion has been largely benchmarked against datasets where each text query corresponds to one correct SQL. However, natural language queries over real-life databases frequently involve significant ambiguity about the intended SQL due to overlapping schema names and multi…

Cited by 0SourcecodeScholar
2022

Diverse Parallel Data Synthesis for Cross-Database Adaptation of Text-to-SQL Parsers

EMNLP 2022main

Text-to-SQL parsers typically struggle with databases unseen during the train time. Adapting Text-to-SQL parsers to new database schemas is a challenging problem owing to a vast diversity of schemas and zero availability of natural language queries in new schemas. We present ReFill, a framework for…