← Search

Mert Yuksekgonul

15 accepted papers

2026

Cost-of-Pass: An Economic Framework for Evaluating Language Models

ICLR 2026poster

The widespread adoption of AI systems in the economy hinges on their ability to generate economic value that outweighs their inference costs. Evaluating this tradeoff requires metrics that account for both performance and costs. Building on production theory, we develop an economically grounded fram…

Cited by 0SourcecodeScholar
2026

Learning to Discover at Test Time

ICML 2026spotlight

How can we use AI to discover a new state of the art for a scientific problem? Prior work in test-time scaling, such as AlphaEvolve, performs search by prompting a frozen LLM. We perform reinforcement learning at test time, so the LLM can continue to train, but now with experience specific to the te…

Cited by 0SourceScholar
2025

Dynamical phases of short-term memory mechanisms in RNNs

ICML 2025poster

Short-term memory is essential for cognitive processing, yet our understanding of its neural mechanisms remains unclear. Neuroscience has long focused on how sequential activity patterns, where neurons fire one after another within large networks, can explain how information is maintained. While rec…

Cited by 0SourcePDFScholar
2025

SiriuS: Self-improving Multi-agent Systems via Bootstrapped Reasoning

NeurIPS 2025poster

Multi-agent AI systems powered by large language models (LLMs) are increasingly applied to solve complex tasks. However, these systems often rely on fragile, manually designed prompts and heuristics, making optimization difficult. A key challenge in optimizing multi-agent systems is acquiring suitab…

Cited by 0SourcecodeScholar
2025

metaTextGrad: Automatically optimizing language model optimizers

NeurIPS 2025poster

Large language models (LLMs) are increasingly used in learning algorithms, evaluations, and optimization tasks. Recent studies have shown that using LLM-based optimizers to automatically optimize model prompts, demonstrations, predictions themselves, or other components can significantly enhance the…

Cited by 0SourceScholar
2024

Attention Satisfies: A Constraint-Satisfaction Lens on Factual Errors of Language Models

ICLR 2024poster

We investigate the internal behavior of Transformer-based Large Language Models (LLMs) when they generate factually incorrect text. We propose modeling factual queries as constraint satisfaction problems and use this framework to investigate how the LLM interacts internally with factual constraints.…

2024

How Well Can LLMs Negotiate? NegotiationArena Platform and Analysis

ICML 2024poster

Negotiation is the basis of social interactions; humans negotiate everything from the price of cars to how to share common resources. With rapidly growing interest in using large language models (LLMs) to act as agents on behalf of human users, such LLM agents would also need to be able to negotiate…

2024

KITAB: Evaluating LLMs on Constraint Satisfaction for Information Retrieval

ICLR 2024poster

We study the ability of state-of-the art models to answer constraint satisfaction queries for information retrieval (e.g., “a list of ice cream shops in San Diego”). In the past, such queries were considered as tasks that could only be solved via web-search or knowledge bases. More recently, large l…

Cited by 10SourcePDFScholar
2023

Beyond Confidence: Reliable Models Should Also Consider Atypicality

NeurIPS 2023poster

While most machine learning models can provide confidence in their predictions, confidence is insufficient to understand a prediction's reliability. For instance, the model may have a low confidence prediction if the input is not well-represented in the training dataset or if the input is inherently…

2023

Discover and Cure: Concept-aware Mitigation of Spurious Correlation

ICML 2023poster

Deep neural networks often rely on spurious correlations to make predictions, which hinders generalization beyond training environments. For instance, models that associate cats with bed backgrounds can fail to predict the existence of cats in other environments without beds. Mitigating spurious cor…

2023

When and Why Vision-Language Models Behave like Bags-Of-Words, and What to Do About It?

ICLR 2023top-5%

Despite the success of large vision and language models (VLMs) in many downstream applications, it is unclear how well they encode the compositional relationships between objects and attributes. Here, we create the Attribution, Relation, and Order (ARO) benchmark to systematically evaluate the abili…

2022

Meaningfully debugging model mistakes using conceptual counterfactual explanations

ICML 2022spotlight

Understanding and explaining the mistakes made by trained models is critical to many machine learning objectives, such as improving robustness, addressing concept drift, and mitigating biases. However, this is often an ad hoc process that involves manually looking at the model’s mistakes on many tes…

2022

SkinCon: A skin disease dataset densely annotated by domain experts for fine-grained debugging and analysis

NeurIPS 2022accept

For the deployment of artificial intelligence (AI) in high risk settings, such as healthcare, methods that provide interpretability/explainability or allow fine-grained error analysis are critical. Many recent methods for interpretability/explainability and fine-grained error analysis use concepts,…

Cited by 14SourcePDFScholar