← Search

Arun Verma

19 accepted papers

2026

ActiveDPO: Active Direct Preference Optimization for Sample-Efficient Alignment

ICLR 2026poster

The recent success in using human preferences to align large language models (LLMs) has significantly improved their performance in various downstream tasks, such as question answering, mathematical reasoning, and code generation. However, achieving effective LLM alignment depends on high-quality hu…

Cited by 0SourceScholar
2026

Keep Everyone Happy: Online Fair Division of Numerous Items with Few Copies

ICML 2026poster

This paper considers a novel variant of the online fair division problem involving multiple agents in which a learner sequentially observes an indivisible item that has to be irrevocably allocated to one of the agents while satisfying a desired balance between fairness and efficiency. Existing algor…

Cited by 0SourceScholar
2026

MineDraft: A Framework for Batch Parallel Speculative Decoding

ICML 2026poster

Speculative decoding (SD) accelerates large language model inference by using a smaller draft model to propose draft tokens that are subsequently verified by a larger target model. However, the performance of standard SD is often limited by the strictly sequential execution of these drafting and ver…

Cited by 0SourceScholar
2025

Incentivizing Time-Aware Fairness in Data Sharing

NeurIPS 2025poster

In collaborative data sharing and machine learning, multiple parties aggregate their data resources to train a machine learning model with better model performance. However, as the parties incur data collection costs, they are only willing to do so when guaranteed incentives, such as fairness and i…

Cited by 0SourceScholar
2025

Neural Dueling Bandits: Preference-Based Optimization with Human Feedback

ICLR 2025poster

Contextual dueling bandit is used to model the bandit problems, where a learner's goal is to find the best arm for a given context using observed noisy human preference feedback over the selected arms for the past contexts. However, existing algorithms assume the reward function is linear, which can…

Cited by 1SourcePDFScholar
2025

TETRIS: Optimal Draft Token Selection for Batch Speculative Decoding

ACL 2025long

We propose TETRIS, a novel method that optimizes the total throughput of batch speculative decoding in multi-request settings. Unlike existing methods that optimize for a single request or a group of requests as a whole, TETRIS actively selects the most promising draft tokens (for every request in a…

Cited by 0SourcePDFScholar
2025

Uncovering Scaling Laws for Large Language Models via Inverse Problems

EMNLP 2025

Large Language Models (LLMs) are large-scale pretrained models that have achieved remarkable success across diverse domains. These successes have been driven by unprecedented complexity and scale in both data and computations. However, due to the high costs of training such models, brute-force trial

Cited by 0SourcePDFScholar
2024

Position Paper: Data-Centric AI in the Age of Large Language Models

EMNLP 2024finding

This position paper proposes a data-centric viewpoint of AI research, focusing on large language models (LLMs). We start by making a key observation that data is instrumental in the developmental (e.g., pretraining and fine-tuning) and inferential stages (e.g., in-context learning) of LLMs, and advo…

Cited by 1SourcePDFScholar
2023

Exploiting Correlated Auxiliary Feedback in Parameterized Bandits

NeurIPS 2023poster

We study a novel variant of the parameterized bandits problem in which the learner can observe additional auxiliary feedback that is correlated with the observed reward. The auxiliary feedback is readily available in many real-life applications, e.g., an online platform that wants to recommend the b…

Cited by 0SourcePDFScholar
2023

FAIR: Fair Collaborative Active Learning with Individual Rationality for Scientific Discovery

AISTATS 2023poster

Scientific discovery aims to find new patterns and test specific hypotheses by analysing large-scale experimental data. However, various practical limitations (e.g., high experimental costs or the inability to perform some experiments) make it challenging for researchers to collect sufficient experi…

Cited by 15SourcePDFScholar
2023

Federated Neural Bandits

ICLR 2023poster

Recent works on neural contextual bandits have achieved compelling performances due to their ability to leverage the strong representation power of neural networks (NNs) for reward prediction. Many applications of contextual bandits involve multiple agents who collaborate without sharing raw observa…

2023

Quantum Bayesian Optimization

NeurIPS 2023poster

Kernelized bandits, also known as Bayesian optimization (BO), has been a prevalent method for optimizing complicated black-box reward functions. Various BO algorithms have been theoretically shown to enjoy upper bounds on their cumulative regret which are sub-linear in the number $T$ of iterations,…

Cited by 18SourcePDFScholar
2023

Risk-Aware Reinforcement Learning with Coherent Risk Measures and Non-linear Function Approximation

ICLR 2023poster

We study the risk-aware reinforcement learning (RL) problem in the episodic finite-horizon Markov decision process with unknown transition and reward functions. In contrast to the risk-neutral RL problem, we consider minimizing the risk of having low rewards, which arise due to the intrinsic randomn…

Cited by 17SourcePDFScholar
2023

Zeroth-Order Optimization with Trajectory-Informed Derivative Estimation

ICLR 2023poster

Zeroth-order (ZO) optimization, in which the derivative is unavailable, has recently succeeded in many important machine learning applications. Existing algorithms rely on finite difference (FD) methods for derivative estimation and gradient descent (GD)-based approaches for optimization. However, t…

Cited by 15SourcePDFScholar
2022

Bayesian Optimization under Stochastic Delayed Feedback

ICML 2022spotlight

Bayesian optimization (BO) is a widely-used sequential method for zeroth-order optimization of complex and expensive-to-compute black-box functions. The existing BO methods assume that the function evaluation (feedback) is available to the learner immediately or after a fixed delay. Such assumptions…

2020

Online Algorithm for Unsupervised Sequential Selection with Contextual Information

NeurIPS 2020poster

In this paper, we study Contextual Unsupervised Sequential Selection (USS), a new variant of the stochastic contextual bandits problem where the loss of an arm cannot be inferred from the observed feedback. In our setup, arms are associated with fixed costs and are ordered, forming a cascade. In eac…

Cited by 5SourcePDFScholar
2019

Censored Semi-Bandits: A Framework for Resource Allocation with Censored Feedback

NeurIPS 2019poster

In this paper, we study Censored Semi-Bandits, a novel variant of the semi-bandits problem. The learner is assumed to have a fixed amount of resources, which it allocates to the arms at each time step. The loss observed from an arm is random and depends on the amount of resources allocated to it. Mo…

2019

Online Algorithm for Unsupervised Sensor Selection

AISTATS 2019poster

In many security and healthcare systems, the detection and diagnosis systems use a sequence of sensors/tests. Each test outputs a prediction of the latent state and carries an inherent cost. However, the correctness of the predictions cannot be evaluated due to unavailability of the ground-truth ann…

Cited by 14SourcePDFScholar