← Search

Arushi Gupta

6 accepted papers

2024

SKILL-MIX: a Flexible and Expandable Family of Evaluations for AI Models

ICLR 2024poster

With LLMs shifting their role from statistical modeling of language to serving as general-purpose AI agents, how should LLM evaluations change? Arguably, a key ability of an AI agent is to flexibly combine, as needed, the basic skills it has learned. The capability to combine skills plays an importa…

2023

Online Nonstochastic Model-Free Reinforcement Learning

NeurIPS 2023poster

We investigate robust model-free reinforcement learning algorithms designed for environments that may be dynamic or even adversarial. Traditional state-based policies often struggle to accommodate the challenges imposed by the presence of unmodeled disturbances in such settings. Moreover, optimizing…

Cited by 11SourcePDFScholar
2023

Understanding Influence Functions and Datamodels via Harmonic Analysis

ICLR 2023poster

Influence functions estimate effect of individual data points on predictions of the model on test data and were adapted to deep learning in \cite{koh2017understanding}. They have been used for detecting data poisoning, detecting helpful and harmful examples, influence of groups of datapoints, etc. R…

Cited by 30SourcePDFScholar
2022

New Definitions and Evaluations for Saliency Methods: Staying Intrinsic, Complete and Sound

NeurIPS 2022accept

Saliency methods compute heat maps that highlight portions of an input that were most important for the label assigned to it by a deep net. Evaluations of saliency methods convert this heat map into a new masked input by retaining the $k$ highest-ranked pixels of the original input and replacing the…

2021

A Representation Learning Perspective on the Importance of Train-Validation Splitting in Meta-Learning

ICML 2021spotlight

An effective approach in meta-learning is to utilize multiple “train tasks” to learn a good initialization for model parameters that can help solve unseen “test tasks” with very few samples by fine-tuning from this initialization. Although successful in practice, theoretical understanding of such me…