Papers for

ai product teams

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

LLM judges miss task success in simulated user evaluations

GAUGE: When Not to Trust LLM-as-a-Judge in User-Simulated Evaluation of Task-Oriented Agents

Abstract: Comparing and selecting task-oriented LLM agents increasingly relies on a low-cost offline evaluation gate: persona-driven LLM user-simulators converse with each candidate, an LLM-as-a-judge scores the transcripts, and the higher-scoring agent is promoted. We introduce GAUGE, a reusable offline protocol that measures whether this gate's ranking matches a grounded verifiable reward across 25 agents from six providers on the $τ^2$-bench and SimulatorArena benchmarks, separating two kinds of evaluation validity that release practices conflate: ranking validity and construct validity. First, a satisfaction-success gap: satisfaction carries essentially no information about task success, as conversations rated satisfied by our blind panel are decorrelated from actual success, with 57.5% of them failing the customer's task, a pattern consistent across five rater populations, both benchmarks, and every subjective dimension we rated. Second, while the gate's ranking is robust across the broad capability span, it loses resolution among the near-equal strong agents: this decision-disagreement rate jumps from $<$1% on wide-reward pairs to 31% on close pairs. The gate is thus human-validated yet mis-anchored. As a remedy, we propose a calibrate-then-trust cadence in which a judge-free completion bit is a zero-cost tripwire for truncation regressions.

Thu 10 SeptComputation and LanguageMachine Learning
The gist
It can be hard to tell which computer assistants do the best job. The authors found that when AI judges rate conversations they have with simulated users, their ratings often don’t match whether the assistant actually completed the task. Even conversations that looked satisfying to human reviewers often failed the tasks. The paper shows this mismatch and suggests a way to check for errors before fully trusting the AI judge’s scores.
Open 2609.12191v1

FlowCPO improves preference alignment in flow models using offline data

FlowCPO: A Unified Divergence View of Preference Alignment for Flow Models

Abstract: Preference alignment for flow and diffusion models now spans online reinforcement learning and offline preference optimization, but the relation between these methods remains unclear. In particular, existing forward-process alignment methods require fresh samples from the current model, while offline methods based on fixed preference pairs rely primarily on positive-only fine-tuning or DPO-style likelihood-ratio surrogates. We organize these approaches through a divergence-based framework and introduce FlowCPO, an offline forward-KL objective that uses both preferred and dispreferred samples without online rollouts. For linear interpolation, we show under explicit regularity conditions that the forward-KL objective is bounded by a contrastive flow matching loss, yielding a tractable surrogate on fixed data. We further show that this loss is nonnegative, whereas the signed regression loss of simplified FlowDPO can be unbounded below. In the in-domain setting, FlowCPO achieves higher mean GenEval and OCR scores than the evaluated baselines, reaching 0.84 and 0.87 versus 0.81 and 0.74 for FlowDPO at CFG 3.0. In the out-of-domain setting, the results are mixed, with the best GenEval result but lower reward scores than RFT on several metrics.

Wed 9 SeptArtificial IntelligenceComputer Vision and Pattern RecognitionMachine Learning
The gist
Training AI models to agree with user preferences can be done by online learning from fresh samples or offline learning from fixed examples. The authors clarify how these methods are related and propose FlowCPO, which uses both good and bad examples together without needing new online samples. This approach performs better than existing methods on some standard tests of model quality but shows mixed results in new areas. FlowCPO also avoids some mathematical issues found in similar prior methods.
Open 2609.09905v1

Data centric methods improve ai agent robustness and explainability

Vision: Data-Centric Anchoring for Robust and Interpretable Agentic AI

Abstract: Agentic AI systems built on large language models fail in two persistent ways that scaling does not fix: they break under distribution shift, and they cannot explain the decisions they make. We argue these are co-symptoms of one structural deficiency in the data lifecycle that governs how agents are trained, evaluated, and deployed. Observational interaction logs record what an agent did, not what it would have done otherwise. They encode spurious correlations without controlled variation, so they lack the counterfactual structure needed to separate causal signal from coincidence or to validate an explanation. No model-centric method can recover invariances the data never contained. We present Data-Centric Anchoring: robustness and interpretability should be engineered into the data environment, not extracted from models after training. Our central contribution is the Data-Centric Agentic Loop, a four-stage framework of Curate, Augment, Constrain, and Attribute. The ordering is structural, not stylistic. Curation precedes augmentation because generative models amplify whatever bias they are trained on. Augmentation precedes constraint because invariance objectives are vacuous without variation across environments to be invariant to. Attribution closes the loop, converting observed failures into targeted data interventions for the next iteration. Each stage manufactures the preconditions of the next, which makes the loop self-correcting rather than merely sequential. We ground the framework in a failure-driven taxonomy that links four core failure modes to the data lifecycle: spurious feature reliance, distribution-shift fragility, uncertainty miscalibration, and explanation unfaithfulness. We close with the limits of this approach and the open problems that stand between it and practical deployment at scale.

Tue 8 SeptArtificial IntelligenceEmerging TechnologiesMachine Learning
The gist
AI agents often fail when faced with new situations and cannot clearly explain their decisions. The authors identify that the root problem lies in the training data, which records only what happened rather than exploring alternatives or causes. They propose a new approach called Data-Centric Anchoring, which focuses on carefully curating, augmenting, and constraining the data used to train AI agents, making these systems more reliable and understandable. Their method uses a loop of steps that ensure data quality and clarity drive improvements, rather than trying to fix models after training.
Open 2609.08216v1

Precision steering improves knowledge conflict resolution in language models

Key Path Identification for Resolving Knowledge Conflicts via SAE-based Steering

Abstract: Sparse autoencoder (SAE)-based steering has been widely used to address knowledge conflicts by guiding LLMs to be more faithful to the contextual knowledge. Existing methods usually perform mass steering, which modifies a large batch of SAE features identified via correlation-based methods. However, due to the inaccurate correlation and the neglected feature interactions, mass steering methods fail to precisely identify the features that play the key roles in steering and introduce a large number of redundant ones, which add noise and weaken the steering effects. Our empirical studies reveal that steering only a small subset of the identified features can achieve comparable or even better performance. Motivated by this finding, we propose Key Path Identification (KPI), a novel method that identifies key steering features characterized by strong causal dependencies with both upstream and downstream features. From these features, KPI constructs key paths and steers through less feature modifications. In this way, KPI advances SAE-based steering from quantity-driven to quality-focused, offering a perspective for more precise and interpretable model editing. Experiments in RAG tasks with knowledge conflicts show that our method improves the accuracy by 18% on average compared to the best baseline of mass steering, effectively filtering redundant features, alleviating side effects and demonstrating the core role of key paths in steering.

Tue 8 SeptArtificial Intelligence
The gist
Large language models sometimes get confused when given conflicting information. The authors found that instead of changing many parts of the model all at once, focusing on a few key parts that strongly influence others can work better. They created a new method that identifies these important features and changes only them, making the model more accurate and less noisy. Their tests showed this approach improved performance by a noticeable margin compared to older methods that changed many features at once.
Open 2609.08173v1