← Search

Trishul Chilimbi

17 accepted papers

2025

ALERT: An LLM-powered Benchmark for Automatic Evaluation of Recommendation Explanations

NAACL 2025long

Recommendation explanation systems have become increasingly vital with the widespread adoption of recommender systems. However, existing recommendation explanation evaluation benchmarks suffer from limited item diversity, impractical user profiling requirements, and unreliable and unscalable evaluat…

2025

AutoMixAlign: Adaptive Data Mixing for Multi-Task Preference Optimization in LLMs

ACL 2025long

When aligning large language models (LLMs), their performance across various tasks (such as being helpful, harmless, and honest) is heavily influenced by the composition of the training data. However, it is difficult to determine what mixture of data should be used to produce a model with strong per…

2025

CoLLM: A Large Language Model for Composed Image Retrieval

CVPR 2025poster

Composed Image Retrieval (CIR) is a complex task that aims to retrieve images based on a multimodal query. Typical training data consists of triplets containing a reference image, a textual description of desired modifications, and the target image, which are expensive and time-consuming to acquire.…

2025

InfoPO: On Mutual Information Maximization for Large Language Model Alignment

NAACL 2025long

We study the post-training of large language models (LLMs) with human preference data. Recently, direct preference optimization and its variants have shown considerable promise in aligning language models, eliminating the need for reward models and online sampling. Despite these benefits, these meth…

Cited by 0SourcePDFScholar
2025

M-LLM Based Video Frame Selection for Efficient Video Understanding

CVPR 2025poster

Recent advances in Multi-Modal Large Language Models (M-LLMs) show promising results in video reasoning. Popular Multi-Modal Large Language Model (M-LLM) frameworks usually apply naive uniform sampling to reduce the number of video frames that are fed into an M-LLM, particularly for long context vid…

Cited by 3SourcePDFScholar
2024

Evolutionary Contrastive Distillation for Language Model Alignment

EMNLP 2024finding

The ability of large language models (LLMs) to execute complex instructions is essential for their real-world applications. However, several recent studies indicate that LLMs struggle with challenging instructions. In this paper, we propose Evolutionary Contrastive Distillation (ECD), a novel method…

2024

Robust Multi-Task Learning with Excess Risks

ICML 2024poster

Multi-task learning (MTL) considers learning a joint model for multiple tasks by optimizing a convex combination of all task losses. To solve the optimization problem, existing methods use an adaptive weight updating scheme, where task weights are dynamically adjusted based on their respective losse…

2024

VidLA: Video-Language Alignment at Scale

CVPR 2024poster

In this paper we propose VidLA an approach for video-language alignment at scale. There are two major limitations of previous video-language alignment approaches. First they do not capture both short-range and long-range temporal dependencies and typically employ complex hierarchical deep network ar…

Cited by 4SourcePDFScholar
2023

OssCSE: Overcoming Surface Structure Bias in Contrastive Learning for Unsupervised Sentence Embedding

EMNLP 2023long main

Contrastive learning has been demonstrated effective in unsupervised sentence representation learning. Given one sentence, positive pairs are obtained by passing the sentence to the encoder twice using the different dropout masks, and negative pairs are obtained by taking another sentence in the sam…

Cited by 0SourceScholar
2023

ReAugKD: Retrieval-Augmented Knowledge Distillation For Pre-trained Language Models

ACL 2023short

Knowledge Distillation (KD) is one of the most effective approaches to deploying large-scale pre-trained language models in low-latency environments by transferring the knowledge contained in the large-scale models to smaller student models. Prior KD approaches use the soft labels and intermediate a…

Cited by 23SourcePDFScholar
2023

Understanding and Constructing Latent Modality Structures in Multi-Modal Representation Learning

CVPR 2023poster

Contrastive loss has been increasingly used in learning representations from multiple modalities. In the limit, the nature of the contrastive loss encourages modalities to exactly match each other in the latent space. Yet it remains an open question how the modality alignment affects the downstream…

Cited by 54SourcePDFScholar
2022

Asynchronous Convergence in Multi-Task Learning via Knowledge Distillation from Converged Tasks

NAACL 2022industry

Multi-task learning (MTL) aims to solve multiple tasks jointly by sharing a base representation among them. This can lead to more efficient learning and better generalization, as compared to learning each task individually. However, one issue that often arises in MTL is the convergence speed between…

Cited by 4SourcePDFScholar
2022

DynaMaR: Dynamic Prompt with Mask Token Representation

EMNLP 2022industry

Recent research has shown that large language models pretrained using unsupervised approaches can achieve significant performance improvement on many downstream tasks. Typically when adapting these language models to downstream tasks, like a classification or regression task, we employ a fine-tuning…

Cited by 1SourcePDFScholar
2022

MICO: Selective Search with Mutual Information Co-training

COLING 2022main

In contrast to traditional exhaustive search, selective search first clusters documents into several groups before all the documents are searched exhaustively by a query, to limit the search executed within one group or only a few groups. Selective search is designed to reduce the latency and comput…

2022

Vision-Language Pre-Training With Triple Contrastive Learning

CVPR 2022poster

Vision-language representation learning largely benefits from image-text alignment through contrastive losses (e.g., InfoNCE loss). The success of this alignment strategy is attributed to its capability in maximizing the mutual information (MI) between an image and its matched text. However, simply…

Cited by 351PDFcodeScholar
2022

Why do We Need Large Batchsizes in Contrastive Learning? A Gradient-Bias Perspective

NeurIPS 2022accept

Contrastive learning (CL) has been the de facto technique for self-supervised representation learning (SSL), with impressive empirical success such as multi-modal representation learning. However, traditional CL loss only considers negative samples from a minibatch, which could cause biased gradient…

Cited by 40SourcePDFScholar