← Search

Vasudev Lal

19 accepted papers

2026

Distill-SynthKG: Distilling Knowledge Graph Synthesis Workflow for Improved Coverage and Efficiency

ICLR 2026poster

Document-level knowledge graph (KG) construction faces a fundamental scaling challenge: existing methods either rely on expensive large language models (LLMs), making them economically unviable for large-scale corpora, or employ smaller models that produce incomplete and inconsistent graphs. We iden…

Cited by 0SourceScholar
2026

Is Your Paper Being Reviewed by an LLM? Benchmarking AI Text Detection in Peer Review

ICLR 2026poster

Peer review is a critical process for ensuring the integrity of published scientific research. Confidence in this process is predicated on the assumption that experts in the relevant domain give careful consideration to the merits of manuscripts which are submitted for publication. With the recent r…

Cited by 0SourcecodeScholar
2026

Learning from Reasoning Failures via Synthetic Data Generation

AAAI 2026technical

Training models on synthetic data has emerged as an increasingly important strategy for improving the performance of generative AI. This approach is particularly helpful for large multimodal models (LMMs) due to the relative scarcity of high-quality paired image-text data compared to language-only d

Cited by 0SourcePDFScholar
2026

LieCraft: A Multi-Agent Framework for Evaluating Deceptive Capabilities in Language Models

AAAI 2026technical

Large Language Models (LLMs) exhibit impressive general-purpose capabilities but also introduce serious safety risks, particularly the potential for deception as models acquire increased agency and human oversight diminishes. In this work, we present LieCraft: a novel evaluation framework and sandbo

Cited by 0SourcePDFScholar
2025

A Causal World Model Underlying Next Token Prediction: Exploring GPT in a Controlled Environment

ICML 2025poster

Are generative pre-trained transformer (GPT) models, trained only to predict the next token, implicitly learning a world model from which sequences are generated one token at a time? We address this question by deriving a causal interpretation of the attention mechanism in GPT and presenting a causa…

2025

LVLM-Compress-Bench: Benchmarking the Broader Impact of Large Vision-Language Model Compression

NAACL 2025findings

Despite recent efforts in understanding the compression impact on Large Language Models (LLMs) in terms of their downstream task performance and trustworthiness on relatively simpler uni-modal benchmarks (e.g. question answering, common sense reasoning), their detailed study on multi-modal Large Vis…

Cited by 1SourcePDFScholar
2025

Probing Semantic Routing in Large Mixture-of-Expert Models

EMNLP 2025

In the past year, large ( >100 B parameter) mixture-of-expert (MoE) models have become increasingly common in the open domain. While their advantages are often framed in terms of efficiency, prior work has also explored functional differentiation through routing behavior. We investigate whether expe

Cited by 0SourcePDFScholar
2025

Pruning the Paradox: How CLIP’s Most Informative Heads Enhance Performance While Amplifying Bias

EMNLP 2025

CLIP is one of the most popular foundation models and is heavily used for many vision-language tasks, yet little is known about its inner workings. As CLIP is increasingly deployed in real-world applications, it is becoming even more critical to understand its limitations and embedded social biases

Cited by 0SourcePDFScholar
2025

SK-VQA: Synthetic Knowledge Generation at Scale for Training Context-Augmented Multimodal LLMs

ICML 2025oral

Multimodal retrieval-augmented generation (RAG) plays a crucial role in domains such as knowledge-based visual question answering (KB-VQA), where models should effectively integrate additional knowledge to generate a response. However, existing vision and language models (VLMs) are not inherently de…

Cited by 5SourcePDFScholar
2024

Getting it Right: Improving Spatial Consistency in Text-to-Image Models

ECCV 2024poster

"One of the key shortcomings in current text-to-image (T2I) models is their inability to consistently generate images which faithfully follow the spatial relationships specified in the text prompt. In this paper, we offer a comprehensive investigation of this limitation, while also developing datase…

2024

NeuroComparatives: Neuro-Symbolic Distillation of Comparative Knowledge

NAACL 2024findings

Comparative knowledge (e.g., steel is stronger and heavier than styrofoam) is an essential component of our world knowledge, yet understudied in prior literature. In this paper, we harvest the dramatic improvements in knowledge capabilities of language models into a large-scale comparative knowledge…

2024

SocialCounterfactuals: Probing and Mitigating Intersectional Social Biases in Vision-Language Models with Counterfactual Examples

CVPR 2024poster

While vision-language models (VLMs) have achieved remarkable performance improvements recently there is growing evidence that these models also posses harmful biases with respect to social attributes such as gender and race. Prior studies have primarily focused on probing such bias attributes indivi…

2024

Why do LLaVA Vision-Language Models Reply to Images in English?

EMNLP 2024finding

We uncover a surprising multilingual bias occurring in a popular class of multimodal vision-language models (VLMs). Including an image in the query to a LLaVA-style VLM significantly increases the likelihood of the model returning an English response, regardless of the language of the query. This pa…

Cited by 4SourcePDFScholar
2023

Brain encoding models based on multimodal transformers can transfer across language and vision

NeurIPS 2023poster

Encoding models have been used to assess how the human brain represents concepts in language and vision. While language and vision rely on similar concept representations, current encoding models are typically trained and tested on brain responses to each modality in isolation. Recent advances in mu…

Cited by 39SourcePDFScholar
2023

BridgeTower: Building Bridges between Encoders in Vision-Language Representation Learning

AAAI 2023technical

Vision-Language (VL) models with the Two-Tower architecture have dominated visual-language representation learning in recent years. Current VL models either use lightweight uni-modal encoders and learn to extract, align and fuse both modalities simultaneously in a deep cross-modal encoder, or feed t…

2023

COCO-Counterfactuals: Automatically Constructed Counterfactual Examples for Image-Text Pairs

NeurIPS 2023poster

Counterfactual examples have proven to be valuable in the field of natural language processing (NLP) for both evaluating and improving the robustness of language models to spurious correlations in datasets. Despite their demonstrated utility for NLP, multimodal counterfactual examples have been rela…

Cited by 28SourcePDFScholar
2023

ManagerTower: Aggregating the Insights of Uni-Modal Experts for Vision-Language Representation Learning

ACL 2023long

Two-Tower Vision-Language (VL) models have shown promising improvements on various downstream VL tasks. Although the most advanced work improves performance by building bridges between encoders, it suffers from ineffective layer-by-layer utilization of uni-modal representations and cannot flexibly e…

2022

KD-VLP: Improving End-to-End Vision-and-Language Pretraining with Object Knowledge Distillation

NAACL 2022findings

Self-supervised vision-and-language pretraining (VLP) aims to learn transferable multi-modal representations from large-scale image-text data and to achieve strong performances on a broad scope of vision-language tasks after finetuning. Previous mainstream VLP approaches typically adopt a two-step s…

Cited by 32SourcePDFScholar
2022

NeuroCounterfactuals: Beyond Minimal-Edit Counterfactuals for Richer Data Augmentation

EMNLP 2022finding

While counterfactual data augmentation offers a promising step towards robust generalization in natural language processing, producing a set of counterfactuals that offer valuable inductive bias for models remains a challenge. Most existing approaches for producing counterfactuals, manual or automat…