← Search

Lovekesh Vig

8 accepted papers

2025

AbGen: Evaluating Large Language Models in Ablation Study Design and Evaluation for Scientific Research

ACL 2025long

We introduce AbGen, the first benchmark designed to evaluate the capabilities of LLMs in designing ablation studies for scientific research. AbGen consists of 2,000 expert-annotated examples derived from 677 NLP papers. In this benchmark, LLMs are tasked with generating detailed ablation study desig…

Cited by 0SourcePDFScholar
2025

Can LLMs Identify Critical Limitations within Scientific Research? A Systematic Evaluation on AI Research Papers

ACL 2025long

Peer review is fundamental to scientific research, but the growing volume of publications has intensified the challenges of this expertise-intensive process. While LLMs show promise in various scientific tasks, their potential to assist with peer review, particularly in identifying paper limitations…

Cited by 0SourcePDFScholar
2025

MIR: Methodology Inspiration Retrieval for Scientific Research Problems

ACL 2025long

There has been a surge of interest in harnessing the reasoning capabilities of Large Language Models (LLMs) to accelerate scientific discovery. While existing approaches rely on grounding the discovery process within the relevant literature, effectiveness varies significantly with the quality and na…

2024

Generating Novel Leads for Drug Discovery Using LLMs with Logical Feedback

AAAI 2024technical

Large Language Models (LLMs) can be used as repositories of biological and chemical information to generate pharmacological lead compounds. However, for LLMs to focus on specific drug targets typically requires experimentation with progressively more refined prompts. Results thus become dependent no…

2023

Do I have the Knowledge to Answer? Investigating Answerability of Knowledge Base Questions

ACL 2023long

When answering natural language questions over knowledge bases, missing facts, incomplete schema and limited scope naturally lead to many questions being unanswerable. While answerability has been explored in other QA settings, it has not been studied for QA over knowledge bases (KBQA). We create Gr…

2022

Intent Detection and Discovery from User Logs via Deep Semi-Supervised Contrastive Clustering

NAACL 2022long

Intent Detection is a crucial component of Dialogue Systems wherein the objective is to classify a user utterance into one of multiple pre-defined intents. A pre-requisite for developing an effective intent identifier is a training dataset labeled with all possible user intents. However, even skille…

2022

Prompt Augmented Generative Replay via Supervised Contrastive Learning for Lifelong Intent Detection

NAACL 2022findings

Identifying all possible user intents for a dialog system at design time is challenging even for skilled domain experts. For practical applications, novel intents may have to be inferred incrementally on the fly. This typically entails repeated retraining of the intent detector on both the existing…