← Search

Sumit Bhatia

14 accepted papers

2025

It Helps to Take a Second Opinion: Teaching Smaller LLMs To Deliberate Mutually via Selective Rationale Optimisation

ICLR 2025poster

Very large language models (LLMs) such as GPT-4 have shown the ability to handle complex tasks by generating and self-refining step-by-step rationales. Smaller language models (SLMs), typically with < 13B parameters, have been improved by using the data generated from very-large LMs through knowledg…

Cited by 0SourcePDFScholar
2025

Learning Together to Perform Better: Teaching Small-Scale LLMs to Collaborate via Preferential Rationale Tuning

ACL 2025long

LLMs such as GPT-4 have shown a remarkable ability to solve complex questions by generating step-by-step rationales. Prior works have utilized this capability to improve smaller and cheaper LMs (say, with 7B parameters). However, various practical constraints, such as copyright and legal issues, owi…

2024

All Should Be Equal in the Eyes of LMs: Counterfactually Aware Fair Text Generation

AAAI 2024technical

Fairness in Language Models (LMs) remains a long-standing challenge, given the inherent biases in training data that can be perpetuated by models and affect the downstream tasks. Recent methods employ expensive retraining or attempt debiasing during inference by constraining model outputs to contras…

Cited by 1SourcePDFScholar
2024

CABINET: Content Relevance-based Noise Reduction for Table Question Answering

ICLR 2024spotlight

Table understanding capability of Large Language Models (LLMs) has been extensively studied through the task of question-answering (QA) over tables. Typically, only a small part of the whole table is relevant to derive the answer for a given question. The irrelevant parts act as noise and are distra…

2024

Evaluating the Efficacy of Prompting Techniques for Debiasing Language Model Outputs (Student Abstract)

AAAI 2024technical

Achieving fairness in Large Language Models (LLMs) continues to pose a persistent challenge, as these models are prone to inheriting biases from their training data, which can subsequently impact their performance in various applications. There is a need to systematically explore whether structured…

Cited by 2SourcePDFScholar
2024

POSIX: A Prompt Sensitivity Index For Large Language Models

EMNLP 2024finding

Despite their remarkable capabilities, Large Language Models (LLMs) are found to be surprisingly sensitive to minor variations in prompts, often generating significantly divergent outputs in response to minor variations in the prompts, such as spelling errors, alteration of wording or the prompt tem…

2024

SMART: Submodular Data Mixture Strategy for Instruction Tuning

ACL 2024findings

Instruction Tuning involves finetuning a language model on a collection of instruction-formatted datasets in order to enhance the generalizability of the model to unseen tasks. Studies have shown the importance of balancing different task proportions during finetuning, but finding the right balance…

2024

“Thinking” Fair and Slow: On the Efficacy of Structured Prompts for Debiasing Language Models

EMNLP 2024main

Existing debiasing techniques are typically training-based or require access to the model’s internals and output distributions, so they are inaccessible to end-users looking to adapt LLM outputs for their particular needs. In this study, we examine whether structured prompting techniques can offer o…

Cited by 11SourcePDFScholar
2023

HyHTM: Hyperbolic Geometry-based Hierarchical Topic Model

ACL 2023findings

Hierarchical Topic Models (HTMs) are useful for discovering topic hierarchies in a collection of documents. However, traditional HTMs often produce hierarchies where lower-level topics are unrelated and not specific enough to their higher-level topics. Additionally, these methods can be computationa…

2023

INGENIOUS: Using Informative Data Subsets for Efficient Pre-Training of Language Models

EMNLP 2023long findings

A salient characteristic of pre-trained language models (PTLMs) is a remarkable improvement in their generalization capability and emergence of new capabilities with increasing model capacity and pre-training dataset size. Consequently, we are witnessing the development of enormous models pushing th…

Cited by 0SourcecodeScholar
2022

CoSe-Co: Text Conditioned Generative CommonSense Contextualizer

NAACL 2022long

Pre-trained Language Models (PTLMs) have been shown to perform well on natural language tasks. Many prior works have leveraged structured commonsense present in the form of entities linked through labeled relations in Knowledge Graphs (KGs) to assist PTLMs. Retrieval approaches use KG as a separate…

Cited by 5SourcePDFScholar
2022

CyCLIP: Cyclic Contrastive Language-Image Pretraining

NeurIPS 2022accept

Recent advances in contrastive representation learning over paired image-text data have led to models such as CLIP that achieve state-of-the-art performance for zero-shot classification and distributional robustness. Such models typically require joint reasoning in the image and text representation…

2022

LM-CORE: Language Models with Contextually Relevant External Knowledge

NAACL 2022findings

Large transformer-based pre-trained language models have achieved impressive performance on a variety of knowledge-intensive tasks and can capture factual knowledge in their parameters. We argue that storing large amounts of knowledge in the model parameters is sub-optimal given the ever-growing amo…

2020

Schema Aware Semantic Reasoning for Interpreting Natural Language Queries in Enterprise Settings

COLING 2020main

Natural Language Query interfaces allow the end-users to access the desired information without the need to know any specialized query language, data storage, or schema details. Even with the recent advances in NLP research space, the state-of-the-art QA systems fall short of understanding implicit…