← Search

Gagan Bansal

5 accepted papers

2025

Navigating Rifts in Human-LLM Grounding: Study and Benchmark

ACL 2025long

Language models excel at following instructions but often struggle with the collaborative aspects of conversation that humans naturally employ. This limitation in grounding—the process by which conversation participants establish mutual understanding—can lead to outcomes ranging from frustrated user…

2024

AUTOGEN STUDIO: A No-Code Developer Tool for Building and Debugging Multi-Agent Systems

EMNLP 2024system demonstrations

Multi-agent systems, where multiple agents (generative AI models + tools) collaborate, are emerging as an effective pattern for solving long-running, complex tasks in numerous do- mains. However, specifying their parameters (such as models, tools, and orchestration mechanisms etc,.) and debugging th…

2024

When to Show a Suggestion? Integrating Human Feedback in AI-Assisted Programming

AAAI 2024technical

AI powered code-recommendation systems, such as Copilot and CodeWhisperer, provide code suggestions inside a programmer's environment (e.g., an IDE) with the aim of improving productivity. We pursue mechanisms for leveraging signals about programmers' acceptance and rejection of code suggestions to…

2023

Aligning Offline Metrics and Human Judgments of Value for Code Generation Models

ACL 2023findings

Large language models have demonstrated great potential to assist programmers in generating code. For such human-AI pair programming scenarios, we empirically demonstrate that while generated code are most often evaluated in terms of their functional correctness (i.e., whether generations pass avail…

Cited by 11SourcePDFScholar
2021

Is the Most Accurate AI the Best Teammate? Optimizing AI for Teamwork

AAAI 2021technical

AI practitioners typically strive to develop the most accurate systems, making an implicit assumption that the AI system will function autonomously. However, in practice, AI systems often are used to provide advice to people in domains ranging from criminal justice and finance to healthcare. In su…