← Search

Elias Stengel-Eskin

38 accepted papers

2026

Generalized Correctness Models: Learning Calibrated and Cross-Model Correctness Predictors from Historical Patterns

ICML 2026poster

Generating accurate and calibrated confidence estimates is critical for deploying LLMs in high-stakes or user-facing applications, and remains an open challenge. Prior research has often framed confidence as a problem of eliciting a model’s “self-knowledge”, i.e., the ability of an LLM to judge whet…

Cited by 0SourceScholar
2026

Gistify: Codebase-Level Understanding via Runtime Execution

ICLR 2026poster

As coding agents are increasingly deployed in large codebases, the need to automatically design challenging, codebase-level evaluation is central. We propose Gistify, a task where a coding LLM must create a single, minimal, self-contained file that can reproduce a specific functionality of a codebas…

Cited by 0SourceScholar
2026

One Life to Learn: Inferring Symbolic World Models for Stochastic Environments from Unguided Exploration

ICLR 2026poster

Symbolic world modeling is the task of inferring and representing the transitional dynamics of an environment as an executable program. Previous research on symbolic world modeling has focused on simple, deterministic environments with abundant data and human-provided guidance. We address the more r…

Cited by 0SourcecodeScholar
2026

PoSh: Using Scene Graphs to Guide LLMs-as-a-Judge for Detailed Image Descriptions

ICLR 2026poster

While vision-language models (VLMs) have advanced into detailed image description, evaluation remains a challenge. Standard metrics (e.g. CIDEr, SPICE) were designed for short texts and tuned to recognize errors that are now uncommon, such as object misidentification. In contrast, long texts require…

Cited by 0SourcecodeScholar
2026

Symbolic Mixture-of-Experts: Adaptive Skill-based Routing for Heterogeneous Reasoning

ICML 2026poster

Combining existing pre-trained LLMs is a promising avenue for tackling diverse reasoning tasks. However, selecting experts at the task level is often too coarse-grained, as heterogeneous tasks may require different expertise for each instance. To enable instance-level mixing of LLM experts, we propo…

Cited by 0SourceScholar
2026

TrustGen: A Platform of Dynamic Benchmarking on the Trustworthiness of Generative Foundation Models

ICLR 2026poster

Generative foundation models (GenFMs), such as large language models and text-to-image systems, have demonstrated remarkable capabilities in various downstream applications. As they are increasingly deployed in high-stakes applications, assessing their trustworthiness has become both a critical nece…

Cited by 0SourceScholar
2026

Verifiable Multimodal Reasoning: Fact-level Attribution with Multimodal Sources

ICML 2026poster

Multimodal large language models (MLLMs) are increasingly used for real-world tasks involving multi-step reasoning and long-form generation, where reliability requires grounding model outputs in heterogeneous input sources and verifying individual factual claims. However, existing multimodal groundi…

Cited by 0SourceScholar
2025

AdaCAD: Adaptively Decoding to Balance Conflicts between Contextual and Parametric Knowledge

NAACL 2025long

Knowledge conflict arises from discrepancies between information in the context of a large language model (LLM) and the knowledge stored in its parameters. This can hurt performance when using standard decoding techniques, which tend to ignore the context. Existing test-time contrastive methods seek…

2025

CAPTURE: Evaluating Spatial Reasoning in Vision Language Models via Occluded Object Counting

ICCV 2025poster

Recognizing and reasoning about occluded (partially or fully hidden) objects is vital to understanding visual scenes, as occlusions frequently occur in real-world environments and act as obstacles for spatial comprehension. To test models' ability to reason about multiple occluded objects, we introd…

2025

DataEnvGym: Data Generation Agents in Teacher Environments with Student Feedback

ICLR 2025spotlight

The process of creating training data to teach models is currently driven by humans, who manually analyze model weaknesses and plan how to create data that improves a student model. Recent approaches using large language models (LLMs) as annotators reduce human annotation effort, but still require h…

2025

LAQuer: Localized Attribution Queries in Content-grounded Generation

ACL 2025long

Grounded text generation models often produce content that deviates from their source material, requiring user verification to ensure accuracy. Existing attribution methods associate entire sentences with source documents, which can be overwhelming for users seeking to fact-check specific claims. In…

2025

LASeR: Learning to Adaptively Select Reward Models with Multi-Arm Bandits

NeurIPS 2025poster

Reward Models (RMs) are crucial to aligning large language models (LLMs), but the degree to which an RM specialized to one task (e.g. writing) generalizes to new tasks (e.g. math) is often not known a priori, often making using only one fixed RM to train LLMs suboptimal. However, optimizing LLMs wit…

Cited by 0SourceScholar
2025

MAMM-Refine: A Recipe for Improving Faithfulness in Generation with Multi-Agent Collaboration

NAACL 2025long

Multi-agent collaboration among models has shown promise in reasoning tasks but is underexplored in long-form generation tasks like summarization and question-answering. We extend multi-agent multi-model reasoning to generation, specifically to improving faithfulness through refinement, i.e., revisi…

2025

MAgICoRe: Multi-Agent, Iterative, Coarse-to-Fine Refinement for Reasoning

EMNLP 2025

Large language model (LLM) reasoning can be improved by scaling test-time compute with aggregation, i.e., generating multiple samples and aggregating over them. While improving performance, this strategy often reaches a saturation point beyond which additional compute provides no return. Refinement

2025

Multi-Attribute Steering of Language Models via Targeted Intervention

ACL 2025long

Inference-time intervention (ITI) has emerged as a promising method for steering large language model (LLM) behavior in a particular direction (e.g., improving helpfulness) by intervening on token representations without costly updates to the LLM’s parameters. However, existing ITI approaches fail t…

Cited by 0SourcePDFScholar
2025

See It from My Perspective: How Language Affects Cultural Bias in Image Understanding

ICLR 2025poster

Vision-language models (VLMs) can respond to queries about images in many languages. However, beyond language, culture affects how we see things. For example, individuals from Western cultures focus more on the central figure in an image while individuals from East Asian cultures attend more to sce…

Cited by 0SourcePDFScholar
2025

System 1.x: Learning to Balance Fast and Slow Planning with Language Models

ICLR 2025poster

Language models can be used to solve long-horizon planning problems in two distinct modes. In a fast 'System-1' mode, models directly generate plans without any explicit search or backtracking, and in a slow 'System-2' mode, they plan step-by-step by explicitly searching over possible actions. Syste…

2025

Teaching Models to Balance Resisting and Accepting Persuasion

NAACL 2025long

Large language models (LLMs) are susceptible to persuasion, which can pose risks when models are faced with an adversarial interlocutor. We take a first step towards defending models against persuasion while also arguing that defense against adversarial (i.e. *negative*) persuasion is only half of t…

2025

VideoTree: Adaptive Tree-based Video Representation for LLM Reasoning on Long Videos

CVPR 2025poster

Long-form video understanding has been a challenging task due to the high redundancy in video data and the abundance of query-irrelevant information. To tackle this challenge, we propose VideoTree, a training-free framework which builds a query-adaptive and hierarchical video representation for LLM…

2024

Contrastive Region Guidance: Improving Grounding in Vision-Language Models without Training

ECCV 2024poster

"Highlighting particularly relevant regions of an image can improve the performance of vision-language models (VLMs) on various vision-language (VL) tasks by guiding the model to attend more closely to these regions of interest. For example, VLMs can be given a “visual prompt”, where visual markers…

2024

GTBench: Uncovering the Strategic Reasoning Capabilities of LLMs via Game-Theoretic Evaluations

NeurIPS 2024poster

As Large Language Models (LLMs) are integrated into critical real-world applications, their strategic and logical reasoning abilities are increasingly crucial. This paper evaluates LLMs' reasoning abilities in competitive environments through game-theoretic tasks, e.g., board and card games that req…

Cited by 50SourcePDFScholar
2024

LACIE: Listener-Aware Finetuning for Calibration in Large Language Models

NeurIPS 2024poster

When answering questions, large language models (LLMs) can convey not only an answer to the question, but a level of confidence about the answer being correct. This includes explicit markers of confidence (e.g. giving a numeric confidence score) as well as implicit markers, like using an authoritati…

Cited by 3SourcePDFScholar
2024

Language-guided Skill Learning with Temporal Variational Inference

ICML 2024poster

We present an algorithm for skill discovery from expert demonstrations. The algorithm first utilizes Large Language Models (LLMs) to propose an initial segmentation of the trajectories. Following that, a hierarchical variational inference framework incorporates the LLM-generated segmentation informa…

Cited by 9SourcePDFScholar
2024

MAGDi: Structured Distillation of Multi-Agent Interaction Graphs Improves Reasoning in Smaller Language Models

ICML 2024poster

Multi-agent interactions between Large Language Model (LLM) agents have shown major improvements on diverse reasoning tasks. However, these involve long generations from multiple models across several rounds, making them expensive. Moreover, these multi-agent approaches fail to provide a final, sing…

2024

ReGAL: Refactoring Programs to Discover Generalizable Abstractions

ICML 2024poster

While large language models (LLMs) are increasingly being used for program synthesis, they lack the global view needed to develop useful abstractions; they generally predict programs one at a time, often repeating the same functionality. Generating redundant code from scratch is both inefficient and…

2024

Rephrase, Augment, Reason: Visual Grounding of Questions for Vision-Language Models

ICLR 2024poster

An increasing number of vision-language tasks can be handled with little to no training, i.e., in a zero and few-shot manner, by marrying large language models (LLMs) to vision encoders, resulting in large vision-language models (LVLMs). While this has huge upsides, such as not requiring training da…

2024

Soft Self-Consistency Improves Language Models Agents

ACL 2024short

Generations from large language models (LLMs) can be improved by sampling and scoring multiple solutions to select a final answer. Current “sample and select” methods such as self-consistency (SC) rely on majority voting to score answers. However, when tasks have many distinct and valid answers, sel…

Cited by 13SourcePDFScholar
2024

Zero and Few-shot Semantic Parsing with Ambiguous Inputs

ICLR 2024poster

Despite the frequent challenges posed by ambiguity when representing meaning via natural language, it is often ignored or deliberately removed in tasks mapping language to formally-designed representations, which generally assume a one-to-one mapping between linguistic and formal representations. W…

2023

Super-CLEVR: A Virtual Benchmark To Diagnose Domain Robustness in Visual Reasoning

CVPR 2023highlight

Visual Question Answering (VQA) models often perform poorly on out-of-distribution data and struggle on domain generalization. Due to the multi-modal nature of this task, multiple factors of variation are intertwined, making generalization difficult to analyze. This motivates us to introduce a virtu…

2023

Why Did the Chicken Cross the Road? Rephrasing and Analyzing Ambiguous Questions in VQA

ACL 2023long

Natural language is ambiguous. Resolving ambiguous questions is key to successfully answering them. Focusing on questions about images, we create a dataset of ambiguous examples. We annotate these, grouping answers by the underlying question they address and rephrasing the question for each group to…

2022

Visual Commonsense in Pretrained Unimodal and Multimodal Models

NAACL 2022long

Our commonsense knowledge about objects includes their typical visual attributes; we know that bananas are typically yellow or green, and not purple. Text and image corpora, being subject to reporting bias, represent this world-knowledge to varying degrees of faithfulness. In this paper, we investig…

2022

When More Data Hurts: A Troubling Quirk in Developing Broad-Coverage Natural Language Understanding Systems

EMNLP 2022main

In natural language understanding (NLU) production systems, users’ evolving needs necessitate the addition of new features over time, indexed by new symbols added to the meaning representation space. This requires additional training data and results in ever-growing datasets. We present the first sy…

Cited by 3SourcePDFScholar
2021

Calibrating Concepts and Operations: Towards Symbolic Reasoning on Real Images

ICCV 2021poster

While neural symbolic methods demonstrate impressive performance in visual question answering on synthetic images, their performance suffers on real images. We identify that the long-tail distribution of visual concepts and unequal importance of reasoning steps in real data are the two key obstacles…

Cited by 18PDFcodeScholar
2021

Guiding Multi-Step Rearrangement Tasks with Natural Language Instructions

CoRL 2021poster

Enabling human operators to interact with robotic agents using natural language would allow non-experts to intuitively instruct these agents. Towards this goal, we propose a novel Transformer-based model which enables a user to guide a robot arm through a 3D multi-step manipulation task with natural…

Cited by 31SourcecodeScholar