← Search

Ray Mooney

8 accepted papers

2026

MET-Bench: Multimodal Entity Tracking for Evaluating the Limitations of Vision-Language and Reasoning Models

ICML 2026poster

Entity state tracking is a necessary component of world modeling that requires maintaining coherent representations of entities over time. Previous work has benchmarked entity tracking performance in purely text-based tasks. We introduce MET-Bench, a multimodal entity tracking benchmark designed to …

Cited by 0SourceScholar
2024

CaT-Bench: Benchmarking Language Model Understanding of Causal and Temporal Dependencies in Plans

EMNLP 2024main

Understanding the abilities of LLMs to reason about natural language plans, such as instructional text and recipes, is critical to reliably using them in decision-making systems. A fundamental aspect of plans is the temporal order in which their steps need to be executed, which reflects the underlyi…

2024

When is Tree Search Useful for LLM Planning? It Depends on the Discriminator

ACL 2024long

In this paper, we examine how large language models (LLMs) solve multi-step problems under a language agent framework with three components: a generator, a discriminator, and a planning method. We investigate the practical utility of two advanced planning methods, iterative correction and tree searc…

2022

Impact of Evaluation Methodologies on Code Summarization

ACL 2022long

There has been a growing interest in developing machine learning (ML) models for code summarization tasks, e.g., comment generation and method naming. Despite substantial increase in the effectiveness of ML models, the evaluation methodologies, i.e., the way people split datasets into training, vali…

2022

Learning to Describe Solutions for Bug Reports Based on Developer Discussions

ACL 2022findings

When a software bug is reported, developers engage in a discussion to collaboratively resolve it. While the solution is likely formulated within the discussion, it is often buried in a large amount of text, making it difficult to comprehend and delaying its implementation. To expedite bug resolution…