← Search

Michel Galley

21 accepted papers

2026

Dyna-Mind: Learning to Simulate from Experience for Better AI Agents

ICLR 2026poster

Reasoning models have recently shown remarkable progress in domains such as math and coding. However, their expert-level abilities in math and coding contrast sharply with their performance in long-horizon, interactive tasks such as web navigation and computer/phone-use. Inspired by literature on hu…

Cited by 0SourceScholar
2026

PlugMem: A Task-Agnostic Plugin Memory Module for LLM Agents

ICML 2026poster

Long-term memory is essential for large language model (LLM) agents operating in complex environments, yet existing memory designs are either task-specific and non-transferable, or task-agnostic but less effective due to low task-relevance and context explosion from raw memory retrieval. We propose …

Cited by 0SourceScholar
2025

CollabLLM: From Passive Responders to Active Collaborators

ICML 2025oral

Large Language Models are typically trained with next-turn rewards, limiting their ability to optimize for long-term interaction. As a result, they often respond passively to ambiguous or open-ended user requests, failing to help users reach their ultimate intents and leading to inefficient conversa…

Cited by 1SourcePDFScholar
2025

ExACT: Teaching AI Agents to Explore with Reflective-MCTS and Exploratory Learning

ICLR 2025poster

Autonomous agents have demonstrated significant potential in automating complex multistep decision-making tasks. However, even state-of-the-art vision-language models (VLMs), such as GPT-4o, still fall short of human-level performance, particularly in intricate web environments and long-horizon plan…

Cited by 8SourcePDFScholar
2025

Iterative Self-Tuning LLMs for Enhanced Jailbreaking Capabilities

NAACL 2025long

Recent research has shown that Large Language Models (LLMs) are vulnerable to automated jailbreak attacks, where adversarial suffixes crafted by algorithms appended to harmful queries bypass safety alignment and trigger unintended responses. Current methods for generating these suffixes are computat…

2025

SimulatorArena: Are User Simulators Reliable Proxies for Multi-Turn Evaluation of AI Assistants?

EMNLP 2025

Large language models (LLMs) are increasingly used in interactive applications, and human evaluation remains the gold standard for assessing their performance in multi-turn conversations. Since human studies are costly, time-consuming, and hard to reproduce, recent work explores using LLMs to simula

Cited by 0SourcePDFScholar
2024

MathVista: Evaluating Mathematical Reasoning of Foundation Models in Visual Contexts

ICLR 2024oral

Large Language Models (LLMs) and Large Multimodal Models (LMMs) exhibit impressive problem-solving skills in many tasks and domains, but their ability in mathematical reasoning in visual contexts has not been systematically studied. To bridge this gap, we present MathVista, a benchmark designed to c…

2024

Self-Checker: Plug-and-Play Modules for Fact-Checking with Large Language Models

NAACL 2024findings

Fact-checking is an essential task in NLP that is commonly utilized to validate the factual accuracy of a piece of text. Previous approaches mainly involve the resource-intensive process of fine-tuning pre-trained language models on specific datasets. In addition, there is a notable gap in datasets…

2024

Teaching Language Models to Self-Improve through Interactive Demonstrations

NAACL 2024long

The self-improving ability of large language models (LLMs), enabled by prompting them to analyze and revise their own outputs, has garnered significant interest in recent research. However, this ability has been shown to be absent and difficult to learn for smaller models, thus widening the performa…

2023

Chameleon: Plug-and-Play Compositional Reasoning with Large Language Models

NeurIPS 2023poster

Large language models (LLMs) have achieved remarkable progress in solving various natural language processing tasks due to emergent reasoning abilities. However, LLMs have inherent limitations as they are incapable of accessing up-to-date information (stored on the Web or in task-specific knowledge…

Cited by 456SourcePDFScholar
2023

DIONYSUS: A Pre-trained Model for Low-Resource Dialogue Summarization

ACL 2023long

Dialogue summarization has recently garnered significant attention due to its wide range of applications. However, existing methods for summarizing dialogues have limitations because they do not take into account the inherent structure of dialogue and rely heavily on labeled data, which can lead to…

2023

Guiding Large Language Models via Directional Stimulus Prompting

NeurIPS 2023poster

We introduce Directional Stimulus Prompting, a novel framework for guiding black-box large language models (LLMs) towards specific desired outputs. Instead of directly adjusting LLMs, our method employs a small tunable policy model (e.g., T5) to generate an auxiliary directional stimulus prompt for…

2023

Interactive Text Generation

EMNLP 2023long main

Users interact with text, image, code, or other editors on a daily basis. However, machine learning models are rarely trained in the settings that reflect the interactivity between users and their editor. This is understandable as training AI models with real users is not only slow and costly, but w…

Cited by 0SourceScholar
2022

Grounded Keys-to-Text Generation: Towards Factual Open-Ended Generation

EMNLP 2022finding

Large pre-trained language models have recently enabled open-ended generation frameworks (e.g., prompt-to-text NLG) to tackle a variety of tasks going beyond the traditional data-to-text generation. While this framework is more general, it is under-specified and often leads to a lack of controllabil…

2022

Probing Factually Grounded Content Transfer with Factual Ablation

ACL 2022findings

Despite recent success, large neural models often generate factually incorrect text. Compounding this is the lack of a standard automatic evaluation for factuality–it cannot be meaningfully improved if it cannot be measured. Grounded generation promises a path to solving both of these problems: mode…

Cited by 9SourcePDFScholar
2022

RetGen: A Joint Framework for Retrieval and Grounded Text Generation Modeling

AAAI 2022technical

Recent advances in large-scale pre-training such as GPT-3 allow seemingly high quality text to be generated from a given prompt. However, such generation systems often suffer from problems of hallucinated facts, and are not inherently designed to incorporate useful external information. Grounded gen…

2021

A Controllable Model of Grounded Response Generation

AAAI 2021technical

Current end-to-end neural conversation models inherently lack the flexibility to impose semantic control in the response generation process, often resulting in uninteresting responses. Attempts to boost informativeness alone come at the expense of factual accuracy, as attested by pretrained language…

2021

Ask what’s missing and what’s useful: Improving Clarification Question Generation using Global Knowledge

NAACL 2021long

The ability to generate clarification questions i.e., questions that identify useful missing information in a given context, is important in reducing ambiguity. Humans use previous experience with similar contexts to form a global view and compare it to the given context to ascertain what is missing…

2021

Data Augmentation for Abstractive Query-Focused Multi-Document Summarization

AAAI 2021technical

The progress in Query-focused Multi-Document Summarization (QMDS) has been limited by the lack of sufficient largescale high-quality training datasets. We present two QMDS training datasets, which we construct using two data augmentation methods: (1) transferring the commonly used single-document CN…

2021

Text Editing by Command

NAACL 2021long

A prevailing paradigm in neural text generation is one-shot generation, where text is produced in a single step. The one-shot setting is inadequate, however, when the constraints the user wishes to impose on the generated text are dynamic, especially when authoring longer documents. We address this…

2018

Generating Informative and Diverse Conversational Responses via Adversarial Information Maximization

NeurIPS 2018poster

Responses generated by neural conversational models tend to lack informativeness and diversity. We present Adversarial Information Maximization (AIM), an adversarial learning framework that addresses these two related but distinct problems. To foster response diversity, we leverage adversarial train…

Cited by 326SourcePDFScholar