← Search

Anoop Kumar

12 accepted papers

2026

Alignment-Weighted DPO: A principled reasoning approach to improve alignment

ICLR 2026poster

Recent advances in alignment techniques such as Supervised Fine-Tuning (SFT), Reinforcement Learning from Human Feedback (RLHF), and Direct Preference Optimization (DPO) have improved the safety of large language models (LLMs). However, these LLMs remain vulnerable to jailbreak attacks that disguise…

Cited by 0SourceScholar
2026

EPSVec: Efficient and Private Synthetic Text Generation via Dataset Vectors

ICML 2026poster

High-quality data is essential for modern machine learning, yet many valuable corpora are sensitive and cannot be freely shared. Synthetic data offers a practical substitute for downstream development, and large language models (LLMs) have emerged as powerful engines for generating it. However, exis…

Cited by 0SourceScholar
2026

Uncertainty as Feature Gaps: Epistemic Uncertainty Quantification of LLMs in Contextual Question-Answering

ICLR 2026poster

Uncertainty Quantification (UQ) research has primarily focused on closed-book factual question answering (QA), while contextual QA remains unexplored, despite its importance in real-world applications. In this work, we focus on UQ for the contextual QA task and propose a theoretically grounded appro…

Cited by 0SourcecodeScholar
2025

A Comparison of Independent and Joint Fine-tuning Strategies for Retrieval-Augmented Generation

EMNLP 2025

Retrieval augmented generation (RAG) is a popular framework for question answering that is powered by two large language models (LLMs): an embedding model that retrieves context documents from a database that are relevant to a given question, and a generator model that uses the retrieved context to

Cited by 0SourcePDFScholar
2025

An Automatic Method to Estimate Correctness of RAG

COLING 2025industry

In sectors in where data quality is critical, like finance and healthcare, it is crucial to have confidence in not only the outputs generated by retrieval-augmented generation (RAG) models but also the process followed by the model while arriving at the output. Existing methods, such as hallucinatio…

Cited by 2SourcePDFScholar
2024

Agenda-Driven Question Generation: A Case Study in the Courtroom Domain

COLING 2024main

This paper introduces a novel problem of automated question generation for courtroom examinations, CourtQG. While question generation has been studied in domains such as educational testing and product description, CourtQG poses several unique challenges owing to its non-cooperative and agenda-drive…

Cited by 1SourcePDFScholar
2024

Leveraging LLMs for Dialogue Quality Measurement

NAACL 2024industry

In task-oriented conversational AI evaluation, unsupervised methods poorly correlate with human judgments, and supervised approaches lack generalization. Recent advances in large language models (LLMs) show robust zero- and few-shot capabilities across NLP tasks. Our paper explores using LLMs for au…

Cited by 4SourcePDFScholar
2023

Measuring and Mitigating Local Instability in Deep Neural Networks

ACL 2023findings

Deep Neural Networks (DNNs) are becoming integral components of real world services relied upon by millions of users. Unfortunately, architects of these systems can find it difficult to ensure reliable performance as irrelevant details like random initialization can unexpectedly change the outputs o…

Cited by 4SourcePDFScholar
2023

Neural Architecture Search for Parameter-Efficient Fine-tuning of Large Pre-trained Language Models

ACL 2023findings

Parameter-efficient tuning (PET) methods fit pre-trained language models (PLMs) to downstream tasks by either computing a small compressed update for a subset of model parameters, or appending and fine-tuning a small number of new model parameters to the pre-trained network. Hand-designed PET archit…

Cited by 26SourcePDFScholar
2023

ParaAMR: A Large-Scale Syntactically Diverse Paraphrase Dataset by AMR Back-Translation

ACL 2023long

Paraphrase generation is a long-standing task in natural language processing (NLP). Supervised paraphrase generation models, which rely on human-annotated paraphrase pairs, are cost-inefficient and hard to scale up. On the other hand, automatically annotated paraphrase pairs (e.g., by machine back-t…

2022

Temporal Generalization for Spoken Language Understanding

NAACL 2022industry

Spoken Language Understanding (SLU) models in industry applications are usually trained offline on historic data, but have to perform well on incoming user requests after deployment. Since the application data is not available at training time, this is formally similar to the domain generalization p…

Cited by 5SourcePDFScholar
2022

Unsupervised Syntactically Controlled Paraphrase Generation with Abstract Meaning Representations

EMNLP 2022finding

Syntactically controlled paraphrase generation has become an emerging research direction in recent years. Most existing approaches require annotated paraphrase pairs for training and are thus costly to extend to new domains. Unsupervised approaches, on the other hand, do not need paraphrase pairs bu…