← Search

Mrigank Raman

4 accepted papers

2024

Post-Hoc Reversal: Are We Selecting Models Prematurely?

NeurIPS 2024poster

Trained models are often composed with post-hoc transforms such as temperature scaling (TS), ensembling and stochastic weight averaging (SWA) to improve performance, robustness, uncertainty estimation, etc. However, such transforms are typically applied only after the base models have already been f…

2023

Model-tuning Via Prompts Makes NLP Models Adversarially Robust

EMNLP 2023long main

In recent years, NLP practitioners have converged on the following practice: (i) import an off-the-shelf pretrained (masked) language model; (ii) append a multilayer perceptron atop the CLS token's hidden representation (with randomly initialized weights); and (iii) fine-tune the entire model on a d…

Cited by 0SourcecodeScholar
2021

Generalization on Unseen Domains via Inference-Time Label-Preserving Target Projections

CVPR 2021poster

Generalization of machine learning models trained on a set of source domains on unseen target domains with different statistics, is a challenging problem. While many approaches have been proposed to solve this problem, they only utilize source data during training, but do not take advantage of the f…

Cited by 46PDFScholar
2021

Learning to Deceive Knowledge Graph Augmented Models via Targeted Perturbation

ICLR 2021poster

Knowledge graphs (KGs) have helped neural models improve performance on various knowledge-intensive tasks, like question answering and item recommendation. By using attention over the KG, such KG-augmented models can also "explain" which KG information was most relevant for making a given prediction…