← Search

Vivek Srikumar

26 accepted papers

2025

LLM-Symbolic Integration for Robust Temporal Tabular Reasoning

ACL 2025finding

Temporal tabular question answering presents a significant challenge for Large Language Models (LLMs), requiring robust reasoning over structured data—a task where traditional prompting methods often fall short. These methods face challenges such as memorization, sensitivity to table size, and reduc…

2025

Understanding the Logic of Direct Preference Alignment through Logic

ICML 2025poster

Recent direct preference alignment algorithms (DPA), such as DPO, have shown great promise in aligning large language models to human preferences. While this has motivated the development of many new variants of the original DPO loss, understanding the differences between these recent proposals, as…

Cited by 0SourcePDFScholar
2024

Beyond Perplexity: Multi-dimensional Safety Evaluation of LLM Compression

EMNLP 2024finding

Increasingly, model compression techniques enable large language models (LLMs) to be deployed in real-world applications. As a result of this momentum towards local deployment, compressed LLMs will interact with a large population. Prior work on compression typically prioritize preserving perplexity…

2024

Measuring and Improving Attentiveness to Partial Inputs with Counterfactuals

EMNLP 2024finding

The inevitable appearance of spurious correlations in training datasets hurts the generalization of NLP models on unseen data. Previous work has found that datasets with paired inputs are prone to correlations between a specific part of the input (e.g., the hypothesis in NLI) and the label; conseque…

Cited by 2SourcePDFScholar
2024

Whispers of Doubt Amidst Echoes of Triumph in NLP Robustness

NAACL 2024long

*Do larger and more performant models resolve NLP’s longstanding robustness issues?* We investigate this question using over 20 models of different sizes spanning different architectural choices and pretraining objectives. We conduct evaluations using (a) out-of-domain and challenge test sets, (b) b…

2023

AGRO: Adversarial discovery of error-prone Groups for Robust Optimization

ICLR 2023poster

Models trained via empirical risk minimization (ERM) are known to rely on spurious correlations between labels and task-independent input features, resulting in poor generalization to distributional shifts. Group distributionally robust optimization (G-DRO) can alleviate this problem by minimizing t…

2023

ClarifyDelphi: Reinforced Clarification Questions with Defeasibility Rewards for Social and Moral Situations

ACL 2023long

Context is everything, even in commonsense moral reasoning. Changing contexts can flip the moral judgment of an action; Lying to a friend is wrong in general, but may be morally acceptable if it is intended to protect their life. We present ClarifyDelphi, an interactive system that learns to ask cla…

Cited by 34SourcePDFScholar
2023

Don’t Retrain, Just Rewrite: Countering Adversarial Perturbations by Rewriting Text

ACL 2023long

Can language models transform inputs to protect text classifiers against adversarial attacks? In this work, we present ATINTER, a model that intercepts and learns to rewrite adversarial inputs to make them non-adversarial for a downstream text classifier. Our experiments on four datasets and five at…

2023

Elaboration-Generating Commonsense Question Answering at Scale

ACL 2023long

In question answering requiring common sense, language models (e.g., GPT-3) have been used to generate text expressing background knowledge that helps improve performance. Yet the cost of working with such models is very high; in this work, we finetune smaller language models to generate useful inte…

2023

Learning Semantic Role Labeling from Compatible Label Sequences

EMNLP 2023long findings

Semantic role labeling (SRL) has multiple disjoint label sets, e.g., VerbNet and PropBank. Creating these datasets is challenging, therefore a natural question is how to use each one to help the other. Prior work has shown that cross-task interaction helps, but only explored multitask learning so fa…

Cited by 0SourcecodeScholar
2023

Logic-driven Indirect Supervision: An Application to Crisis Counseling

ACL 2023long

Ensuring the effectiveness of text-based crisis counseling requires observing ongoing conversations and providing feedback, both labor-intensive tasks. Automatic analysis of conversations—at the full chat and utterance levels—may help support counselors and provide better care. While some session-le…

Cited by 1SourcePDFScholar
2023

TempTabQA: Temporal Question Answering for Semi-Structured Tables

EMNLP 2023long main

Semi-structured data, such as Infobox tables, often include temporal information about entities, either implicitly or explicitly. Can current NLP systems reason about such information in semi-structured tables? To tackle this question, we introduce the task of temporal question answering on semi-str…

Cited by 0SourceScholar
2023

Verifying Annotation Agreement without Multiple Experts: A Case Study with Gujarati SNACS

ACL 2023findings

Good datasets are a foundation of NLP research, and form the basis for training and evaluating models of language use. While creating datasets, the standard practice is to verify the annotation consistency using a committee of human annotators. This norm assumes that multiple annotators are availabl…

2022

Right for the Right Reason: Evidence Extraction for Trustworthy Tabular Reasoning

ACL 2022long

When pre-trained contextualized embedding-based models developed for unstructured data are adapted for structured tabular data, they perform admirably. However, recent probing studies show that these models use spurious correlations, and often predict inference labels by focusing on false evidence o…

Cited by 13SourcePDFScholar
2021

BERT & Family Eat Word Salad: Experiments with Text Understanding

AAAI 2021technical

In this paper, we study the response of large models from the BERT family to incoherent inputs that should confuse any model that claims to understand natural language. We define simple heuristics to construct such examples. Our experiments show that state-of-the-art models consistently fail to reco…

2021

Evaluating Relaxations of Logic for Neural Networks: A Comprehensive Study

IJCAI 2021poster

Symbolic knowledge can provide crucial inductive bias for training neural models, especially in low data regimes. A successful strategy for incorporating such knowledge involves relaxing logical statements into sub-differentiable losses for optimization. In this paper, we study the question of how b…

2021

OSCaR: Orthogonal Subspace Correction and Rectification of Biases in Word Embeddings

EMNLP 2021main

Language representations are known to carry stereotypical biases and, as a result, lead to biased predictions in downstream tasks. While existing methods are effective at mitigating biases by linear projection, such methods are too aggressive: they not only remove bias, but also erase valuable infor…

2021

Putting Words in BERT’s Mouth: Navigating Contextualized Vector Spaces with Pseudowords

EMNLP 2021main

We present a method for exploring regions around individual points in a contextualized vector space (particularly, BERT space), as a way to investigate how these regions correspond to word senses. By inducing a contextualized “pseudoword” vector as a stand-in for a static embedding in the input laye…