← Search

Inkit Padhi

17 accepted papers

2026

Building a Foundational Guardrail for General Agentic Systems via Synthetic Data

ICLR 2026poster

While LLM agents can plan multi-step tasks, intervening at the planning stage—before any action is executed—is often the safest way to prevent harm, since certain risks can lead to severe consequences once carried out. However, existing guardrails mostly operate post-execution, which is difficult to…

Cited by 0SourcecodeScholar
2025

Final-Model-Only Data Attribution with a Unifying View of Gradient-Based Methods

NeurIPS 2025poster

Training data attribution (TDA) is concerned with understanding model behavior in terms of the training data. This paper draws attention to the common setting where one has access only to the final trained model, and not the training algorithm or intermediate information from training. We reframe th…

Cited by 0SourceScholar
2025

Granite Guardian: Comprehensive LLM Safeguarding

NAACL 2025industry

The deployment of language models in real-world applications exposes users to various risks, including hallucinations and harmful or unethical content. These challenges highlight the urgent need for robust safeguards to ensure safe and responsible AI. To address this, we introduce Granite Guardian,…

2025

Programming Refusal with Conditional Activation Steering

ICLR 2025spotlight

LLMs have shown remarkable capabilities, but precisely controlling their response behavior remains challenging. Existing activation steering methods alter LLM behavior indiscriminately, limiting their practical applicability in settings where selective responses are essential, such as content modera…

2024

ComVas: Contextual Moral Values Alignment System

IJCAI 2024poster

In contemporary society, the integration of artificial intelligence (AI) systems into various aspects of daily life raises significant ethical concerns. One critical aspect is to ensure that AI systems align with the moral values of the endusers. To that end, we introduce the Contextual Moral Value…

2024

Value Alignment from Unstructured Text

EMNLP 2024industry

Aligning large language models (LLMs) to value systems has emerged as a significant area of research within the fields of AI and NLP. Currently, this alignment process relies on the availability of high-quality supervised and preference data, which can be both time-consuming and expensive to curate…

Cited by 1SourcePDFScholar
2024

WikiContradict: A Benchmark for Evaluating LLMs on Real-World Knowledge Conflicts from Wikipedia

NeurIPS 2024poster

Retrieval-augmented generation (RAG) has emerged as a promising solution to mitigate the limitations of large language models (LLMs), such as hallucinations and outdated information. However, it remains unclear how LLMs handle knowledge conflicts arising from different augmented retrieved passages,…

Cited by 6SourcePDFScholar
2023

Reprogramming Pretrained Language Models for Antibody Sequence Infilling

ICML 2023poster

Antibodies comprise the most versatile class of binding molecules, with numerous applications in biomedicine. Computational design of antibodies involves generating novel and diverse sequences, while maintaining structural consistency. Unique to antibodies, designing the complementarity-determining…

2023

The Impact of Positional Encoding on Length Generalization in Transformers

NeurIPS 2023poster

Length generalization, the ability to generalize from small training context sizes to larger ones, is a critical challenge in the development of Transformer-based language models. Positional encoding (PE) has been identified as a major factor influencing length generalization, but the exact impact o…

2022

Fair Infinitesimal Jackknife: Mitigating the Influence of Biased Training Data Points Without Refitting

NeurIPS 2022accept

In consequential decision-making applications, mitigating unwanted biases in machine learning models that yield systematic disadvantage to members of groups delineated by sensitive attributes such as race and gender is one key intervention to strive for equity. Focusing on demographic parity and equ…

Cited by 34SourcePDFScholar
2021

Generate Your Counterfactuals: Towards Controlled Counterfactual Generation for Text

AAAI 2021technical

Machine Learning has seen tremendous growth recently, which has led to a larger adaptation of ML systems for educational assessments, credit risk, healthcare, employment, criminal justice, to name a few. The trustworthiness of ML and NLP systems is a crucial aspect and requires a guarantee that the…

Cited by 111SourcePDFScholar
2021

ReGen: Reinforcement Learning for Text and Knowledge Base Generation using Pretrained Language Models

EMNLP 2021main

Automatic construction of relevant Knowledge Bases (KBs) from text, and generation of semantically meaningful text from KBs are both long-standing goals in Machine Learning. In this paper, we present ReGen, a bidirectional generation of text and graph leveraging Reinforcement Learning to improve per…

2021

Tabular Transformers for Modeling Multivariate Time Series

ICASSP 2021accepted

Tabular datasets are ubiquitous in data science applications. Given their importance, it seems natural to apply state-of-the-art deep learning algorithms in order to fully unlock their potential. Here we propose neural network models that represent tabular time series that can optionally leverage th…

Cited by 0SourceScholar
2020

CogMol: Target-Specific and Selective Drug Design for COVID-19 Using Deep Generative Models

NeurIPS 2020poster

The novel nature of SARS-CoV-2 calls for the development of efficient de novo drug design approaches. In this study, we propose an end-to-end framework, named CogMol (Controlled Generation of Molecules), for designing new drug-like small molecules targeting novel viral proteins with high affinity an…

2019

Learning Implicit Generative Models by Matching Perceptual Features

ICCV 2019oral

Perceptual features (PFs) have been used with great success in tasks such as transfer learning, style transfer, and super-resolution. However, the efficacy of PFs as key source of information for learning generative models is not well studied. We investigate here the use of PFs in the context of lea…

Cited by 27PDFScholar
2019

Sobolev Independence Criterion

NeurIPS 2019poster

We propose the Sobolev Independence Criterion (SIC), an interpretable dependency measure between a high dimensional random variable X and a response variable Y. SIC decomposes to the sum of feature importance scores and hence can be used for nonlinear feature selection. SIC can be seen as a gradient…