← Search

Sachindra Joshi

17 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…

2024

Granite-Function Calling Model: Introducing Function Calling Abilities via Multi-task Learning of Granular Tasks

EMNLP 2024industry

An emergent research trend explores the use of Large Language Models (LLMs) as the backbone of agentic systems (e.g., SWE-Bench, Agent-Bench). To fulfill LLMs’ potential as autonomous agents, they must be able to identify, call, and interact with a variety of external tools and application program i…

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

Fast and Light-Weight Answer Text Retrieval in Dialogue Systems

NAACL 2022industry

Dialogue systems can benefit from being able to search through a corpus of text to find information relevant to user requests, especially when encountering a request for which no manually curated response is available. The state-of-the-art technology for neural dense retrieval or re-ranking involves…

2022

Learning as Conversation: Dialogue Systems Reinforced for Information Acquisition

NAACL 2022long

We propose novel AI-empowered chat bots for learning as conversation where a user does not read a passage but gains information and knowledge through conversation with a teacher bot. Our information acquisition-oriented dialogue system employs a novel adaptation of reinforced self-play so that the s…

2022

Mix-and-Match: Scalable Dialog Response Retrieval using Gaussian Mixture Embeddings

EMNLP 2022finding

Embedding-based approaches for dialog response retrieval embed the context-response pairs as points in the embedding space. These approaches are scalable, but fail to account for the complex, many-to-many relationships that exist between context-response pairs. On the other end of the spectrum, ther…

2022

Structural Constraints and Natural Language Inference for End-to-End Flowchart Grounded Dialog Response Generation

EMNLP 2022main

Flowchart grounded dialog systems converse with users by following a given flowchart and a corpus of FAQs. The existing state-of-the-art approach (Raghu et al, 2021) for learning such a dialog system, named FLONET, has two main limitations. (1) It uses a Retrieval Augmented Generation (RAG) framewor…

Cited by 1SourcePDFScholar
2021

Does Structure Matter? Encoding Documents for Machine Reading Comprehension

NAACL 2021long

Machine reading comprehension is a challenging task especially for querying documents with deep and interconnected contexts. Transformer-based methods have shown advanced performances on this task; however, most of them still treat documents as a flat sequence of tokens. This work proposes a new Tra…

Cited by 8SourcePDFScholar
2021

End-to-End Learning of Flowchart Grounded Task-Oriented Dialogs

EMNLP 2021main

We propose a novel problem within end-to-end learning of task oriented dialogs (TOD), in which the dialog system mimics a troubleshooting agent who helps a user by diagnosing their problem (e.g., car not starting). Such dialogs are grounded in domain-specific flowcharts, which the agent is supposed…

2021

Explaining Neural Network Predictions on Sentence Pairs via Learning Word-Group Masks

NAACL 2021long

Explaining neural network models is important for increasing their trustworthiness in real-world applications. Most existing methods generate post-hoc explanations for neural network models by identifying individual feature attributions or detecting interactions between adjacent features. However, f…

2021

MultiDoc2Dial: Modeling Dialogues Grounded in Multiple Documents

EMNLP 2021main

We propose MultiDoc2Dial, a new task and dataset on modeling goal-oriented dialogues grounded in multiple documents. Most previous works treat document-grounded dialogue modeling as machine reading comprehension task based on a single given document or passage. In this work, we aim to address more r…

2021

Simulated Chats for Building Dialog Systems: Learning to Generate Conversations from Instructions

EMNLP 2021finding

Popular dialog datasets such as MultiWOZ are created by providing crowd workers an instruction, expressed in natural language, that describes the task to be accomplished. Crowd workers play the role of a user and an agent to generate dialogs to accomplish tasks involving booking restaurant tables, c…

2021

TWEETSUMM - A Dialog Summarization Dataset for Customer Service

EMNLP 2021finding

In a typical customer service chat scenario, customers contact a support center to ask for help or raise complaints, and human agents try to solve the issues. In most cases, at the end of the conversation, agents are asked to write a short summary emphasizing the problem and the proposed solution, u…

2021

Using Question Answering Rewards to Improve Abstractive Summarization

EMNLP 2021finding

Neural abstractive summarization models have drastically improved in the recent years. However, the summaries generated by these models generally suffer from issues such as: not capturing the critical facts in source documents, and containing facts that are inconsistent with the source documents. In…