← Search

Raghuveer Thirukovalluru

6 accepted papers

2025

Breaking the Batch Barrier (B3) of Contrastive Learning via Smart Batch Mining

NeurIPS 2025spotlight

Contrastive learning (CL) is a prevalent technique for training embedding models, which pulls semantically similar examples (positives) closer in the representation space while pushing dissimilar ones (negatives) further apart. A key source of negatives are "in-batch" examples, i.e., positives from…

Cited by 0SourcecodeScholar
2025

GenEOL: Harnessing the Generative Power of LLMs for Training-Free Sentence Embeddings

NAACL 2025findings

Training-free embedding methods directly leverage pretrained large language models (LLMs) to embed text, bypassing the costly and complex procedure of contrastive learning. Previous training-free embedding methods have mainly focused on optimizing embedding prompts and have overlooked the benefits o…

2024

Atomic Self-Consistency for Better Long Form Generations

EMNLP 2024main

Recent work has aimed to improve LLM generations by filtering out hallucinations, thereby improving the precision of the information in responses. Correctness of a long-form response, however, also depends on the recall of multiple pieces of information relevant to the question. In this paper, we in…

2024

Calibrating Long-form Generations From Large Language Models

EMNLP 2024finding

To enhance Large Language Models’ (LLMs) reliability, calibration is essential—the model’s confidence scores should align with the likelihood of its responses being correct. However, traditional calibration methods typically rely on a binary true/false assessment of response correctness, unsuitable…

2024

Sequence Reducible Holdout Loss for Language Model Pretraining

COLING 2024main

Data selection techniques, which adaptively select datapoints inside the training loop, have demonstrated empirical benefits in reducing the number of gradient steps to train neural models. However, these techniques have so far largely been applied to classification. In this work, we study their app…

2024

SumCSE: Summary as a transformation for Contrastive Learning

NAACL 2024findings

Sentence embedding models are typically trained using contrastive learning (CL), either using human annotations directly or by repurposing other annotated datasets. In this work, we explore the recently introduced paradigm of generating CL data using generative language models (LM). In CL for comput…