← Search

Victor Bursztyn

10 accepted papers

2026

Mosaic: Runtime-Efficient Multi-Agent Embodied Planning

ICML 2026poster

LLM-based multi-agent embodied planning remains impractical due to prohibitively high execution latency. We identify failed actions as the dominant bottleneck, stemming from two core challenges: inaccurate state tracking under partial observability and inefficient coordination that produces redundan…

Cited by 0SourceScholar
2025

A Flash in the Pan: Better Prompting Strategies to Deploy Out-of-the-Box LLMs as Conversational Recommendation Systems

COLING 2025main

Conversational Recommendation Systems (CRSs) are a particularly interesting application for out-of-the-box LLMs due to their potential for eliciting user preferences and making recommendations in natural language across a wide set of domains. Somewhat surprisingly, we find however that in such a con…

2025

Disambiguation in Conversational Question Answering in the Era of LLMs and Agents: A Survey

EMNLP 2025

Ambiguity remains a fundamental challenge in Natural Language Processing (NLP) due to the inherent complexity and flexibility of human language. With the advent of Large Language Models (LLMs), addressing ambiguity has become even more critical due to their expanded capabilities and applications. In

2025

Doc-React: Multi-page Heterogeneous Document Question-answering

ACL 2025short

Answering questions over multi-page, multimodal documents, including text and figures, is a critical challenge for applications that require answers to integrate information across multiple modalities and contextual dependencies. Existing methods, such as single-turn retrieval-augmented generation (…

Cited by 0SourcePDFScholar
2025

SQLSpace: A Representation Space for Text-to-SQL to Discover and Mitigate Robustness Gaps

EMNLP 2025

We introduce SQLSpace, a human-interpretable, generalizable, compact representation for text-to-SQL examples derived with minimal human intervention. We demonstrate the utility of these representations in evaluation with three use cases: (i) closely comparing and contrasting the composition of popul

2024

RaDA: Retrieval-augmented Web Agent Planning with LLMs

ACL 2024findings

Agents powered by large language models (LLMs) inherit important limitations, such as the restricted context length, dependency on human-engineered exemplars (e.g., for task decomposition), and insufficient generalization. To address these challenges, we propose RaDA, a novel planning method for Web…

Cited by 6SourcePDFScholar
2024

ToolChain*: Efficient Action Space Navigation in Large Language Models with A* Search

ICLR 2024poster

Large language models (LLMs) have demonstrated powerful decision-making and planning capabilities in solving complicated real-world problems. LLM-based autonomous agents can interact with diverse tools (e.g., functional APIs) and generate solution plans that execute a series of API function calls in…

Cited by 52SourcePDFScholar
2022

Learning to Perform Complex Tasks through Compositional Fine-Tuning of Language Models

EMNLP 2022finding

How to usefully encode compositional task structure has long been a core challenge in AI. Recent work in chain of thought prompting has shown that for very large neural language models (LMs), explicitly demonstrating the inferential steps involved in a target task may improve performance over end-to…

2021

“It doesn’t look good for a date”: Transforming Critiques into Preferences for Conversational Recommendation Systems

EMNLP 2021main

Conversations aimed at determining good recommendations are iterative in nature. People often express their preferences in terms of a critique of the current recommendation (e.g., “It doesn’t look good for a date”), requiring some degree of common sense for a preference to be inferred. In this work,…