← Search

Yatin Nandwani

9 accepted papers

2025

Selective Self-to-Supervised Fine-Tuning for Generalization in Large Language Models

NAACL 2025findings

Fine-tuning Large Language Models (LLMs) on specific datasets is a common practice to improve performance on target tasks. However, this performance gain often leads to overfitting, where the model becomes too specialized in either the task or the characteristics of the training data, resulting in a…

Cited by 0SourcePDFScholar
2025

Systematic Knowledge Injection into Large Language Models via Diverse Augmentation for Domain-Specific RAG

NAACL 2025findings

Retrieval-Augmented Generation (RAG) has emerged as a prominent method for incorporating domain knowledge into Large Language Models (LLMs). While RAG enhances response relevance by incorporating retrieved domain knowledge in the context, retrieval errors can still lead to hallucinations and incorre…

2024

BRAIn: Bayesian Reward-conditioned Amortized Inference for natural language generation from feedback

ICML 2024poster

Distribution matching methods for language model alignment such as Generation with Distributional Control (GDC) and Distributional Policy Gradient (DPG) have not received the same level of attention in reinforcement learning from human feedback (RLHF) as contrastive methods such as Sequence Likeliho…

Cited by 3SourcePDFScholar
2024

Few shot chain-of-thought driven reasoning to prompt LLMs for open-ended medical question answering

EMNLP 2024finding

In this paper, we propose a modified version of the MedQA-USMLE dataset, named MEDQA-OPEN, which contains open-ended medical questions without options to mimic clinical scenarios, along with clinician-approved reasoned answers. Additionally, we implement a prompt driven by Chain of Thought (CoT) rea…

2023

Pointwise Mutual Information Based Metric and Decoding Strategy for Faithful Generation in Document Grounded Dialogs

EMNLP 2023long main

A major concern in using deep learning based generative models for document-grounded dialogs is the potential generation of responses that are not faithful to the underlying document. Existing automated metrics used for evaluating the faithfulness of response with respect to the grounding document m…

Cited by 0SourcecodeScholar
2022

A Solver-free Framework for Scalable Learning in Neural ILP Architectures

NeurIPS 2022accept

There is a recent focus on designing architectures that have an Integer Linear Programming (ILP) layer within a neural model (referred to as \emph{Neural ILP} in this paper). Neural ILP architectures are suitable for pure reasoning tasks that require data-driven constraint learning or for tasks requ…

2022

Neural Models for Output-Space Invariance in Combinatorial Problems

ICLR 2022poster

Recently many neural models have been proposed to solve combinatorial puzzles by implicitly learning underlying constraints using their solved instances, such as sudoku or graph coloring (GCP). One drawback of the proposed architectures, which are often based on Graph Neural Networks (GNN) (Zhou et…

Cited by 4SourcePDFScholar
2021

Neural Learning of One-of-Many Solutions for Combinatorial Problems in Structured Output Spaces

ICLR 2021poster

Recent research has proposed neural architectures for solving combinatorial problems in structured output spaces. In many such problems, there may exist multiple solutions for a given input, e.g. a partially filled Sudoku puzzle may have many completions satisfying all constraints. Further, we are o…

Cited by 7SourcePDFScholar
2019

A Primal Dual Formulation For Deep Learning With Constraints

NeurIPS 2019poster

For several problems of interest, there are natural constraints which exist over the output label space. For example, for the joint task of NER and POS labeling, these constraints might specify that the NER label ‘organization’ is consistent only with the POS labels ‘noun’ and ‘preposition’. These c…