Papers for

ai system builders

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.

Predicting intermediate answer quality to improve multi-step question answering

Predicting Partial Answer Quality and Utility in Agentic Retrieval-Augmented Generation

Abstract: Agentic Retrieval-Augmented Generation (RAG) has become a promising paradigm for multi-hop question answering, where a reasoning model iteratively issues queries to a retriever and incorporates newly retrieved context into subsequent reasoning steps. While this iterative process can improve final answer quality, current evaluations of agentic RAG largely focus on end-to-end outcomes and provide limited visibility into how a model's answer state changes during generation. In this work, we introduce an in-trajectory probing framework to study intermediate answer states in agentic RAG. Specifically, after each retrieval-reasoning iteration, we force an agentic model to stop reasoning and generate an intermediate answer based on its current state. This allows us to define two iteration-level measures: partial answer quality at each iteration, and partial utility as the change in partial answer quality across iterations. Our analysis across multi-hop QA benchmarks reveals that partial answer quality often plateaus before natural termination, with many later iterations contributing only small measurable improvements. Accordingly, we formulate two prediction tasks, partial answer quality prediction and partial utility prediction, and study trajectory-derived signals from intra-iteration, inter-iteration, and query-iteration perspectives. Experiments show that partial answer quality is more predictable than partial utility, with supervised models achieving Pearson's r above 0.43 for quality prediction. Finally, using predicted answer quality and utility for early stopping reduces average iteration count by about 11% while preserving about 98% of the final answer quality achieved by natural stopping.

Tue 15 SeptInformation Retrieval
The gist
Answering complex questions often requires gathering information in several steps and building up an answer gradually. The researchers looked inside these step-by-step processes to see how good partial answers get after each step. They found that many steps add little new value and created ways to predict when an answer is good enough to stop early. This can save time and effort while keeping most of the final answer’s quality.
Open 2609.16453v1

Large language models vary in handling ambiguous context references

Can LLMs in Draft-Verify-Revise Pipelines Resolve Deictic Ambiguity?

Abstract: Draft-verify-revise is a common LLM orchestration pattern for scaling inference-time compute. One LLM drafts, a second critiques the draft and provides feedback, and a third uses that feedback to revise the draft into the final output. As context cascades between stages, LLMs at different stages can resolve a context-dependent expression such as "previous" differently. When that happens, the expression undergoes a deictic shift, a change in what it refers to. This phenomenon was studied with a synthetic dataset of 10 base examples, each rendered in three conditions. Holding the shared components constant, the conditions varied whether the draft stage LLM (the assistant) or the verify stage LLM (the grader) resolved the expression correctly, and how much independent reasoning the revise stage LLM (the meta-evaluator) needed to determine which reading was correct. Six models from three providers were tested across 21 reasoning effort configurations using e-values for sequential testing, in a primary experiment and an ablation experiment that removed error classification labels from the grader's feedback. A separate LLM analyzed the meta-evaluator's stated rationale for each wrong verdict. Balanced accuracy (the unweighted mean of sensitivity and specificity) ranged from 0.156, below chance, to near-perfect. GPT-5.2 rose from 0.156 without reasoning to 0.942 at its highest reasoning effort level, while Gemini 3 Pro stayed above 0.94 at every level. Gemini 3 Pro at low reasoning effort outscored GPT-5.2 at xhigh reasoning effort for roughly 5% of the cost per trial. When the meta-evaluator erred, it tended to rely on surface cues rather than operational reasoning. Context engineers implementing draft-verify-revise pipelines should be wary of deictic shifts and make the intended referent explicit at each stage.

Thu 10 SeptArtificial IntelligenceComputation and Language
The gist
When AI models work together by drafting, checking, and fixing text, they sometimes misunderstand words like "previous" that depend on context. This can cause confusion about what these words actually refer to, called a deictic shift. The authors tested different models to see how well they resolve these ambiguities during the process. They found that some models perform much better than others, especially when given more reasoning time, but errors often come from relying on surface clues instead of deeper understanding. Developers using such multi-step AI pipelines should be careful to clearly explain what these tricky words mean at each stage.
Open 2609.12162v1

Llm agents study new environments without task guidance first

Studying Without a Syllabus: Task-Agnostic Environment Preprocessing

Abstract: Before an LLM agent tackles tasks in a new environment, it can inspect available corpora and tools and construct reusable resources such as indices, scripts, or procedural guidance. Most automated adaptation methods, however, rely on task examples, trajectories, or evaluation feedback to decide what to build. Existing task-agnostic approaches avoid this supervision but commit in advance to a preparation strategy for a particular type of environment. We study a more open-ended setting: can an agent study an unfamiliar environment without a syllabus, i.e. before test time and without knowledge of the downstream task distribution, and choose how to prepare it? We formalize task-agnostic environment preprocessing, in which a studying system explores an environment under a budget and produces artifacts for a frozen solver. We compare unaided and archive-equipped meta-agents with fixed synthetic-practice and corpus-processing methods across six heterogeneous benchmarks. A meta-agent variant achieves the highest Avg@3 reward on five benchmarks, while fixed corpus processing remains best on the largest corpus benchmark. Larger study budgets do not reliably improve downstream reward. Nevertheless, studied artifacts reduce the test-time sampling needed to reach a given score, demonstrating how reusable preparation can shift computation from repeated test-time attempts to a pre-task study phase.

Wed 9 SeptArtificial IntelligenceComputation and LanguageMachine Learning
The gist
When large language model (LLM) agents work in new environments, they usually prepare by looking at examples or feedback tied to specific tasks. This paper explores whether these agents can instead study their surroundings without any task hints, before doing the actual work. The authors created a framework where the agent explores and builds helpful tools without knowing what tasks it will face later. They found that some smart exploration methods improved performance in several test scenarios, although just spending more time studying didn't always help. Their work shows that careful early preparation can save effort later when the agent actually solves tasks.
Open 2609.10824v1

Language models often switch to wrong answers when given misleading source claims

When Models Defer to Wrong Answers: A Robustness Audit of Source-Attributed Cues in Multiple-Choice QA

Abstract: Language models often receive a question together with a claim about what another source answered. We audit whether such claims destabilize answers in multiple-choice question answering. For each item, we hold one wrong option fixed across misleading conditions and vary the cue template attached to it. We introduce \emph{neutral-conditioned misleading cue adoption rate} (NC-MCAR), which measures switches to that option only on valid cued trials where the same model first selected the gold answer under a neutral prompt. This is a measure of answer instability, not proof that the model knew the answer or that all deference is irrational. We evaluate four instruction-following models on MMLU-Pro and IndicMMLU-Pro in English, Hindi, Bengali, Tamil, and Telugu. Across 220{,}000 outputs, the expert template yields 41.1\% aggregate NC-MCAR, compared with 12.5\% for the majority template. These two conditions use the same wrong option and final instruction. Filler accuracy remains well above expert-wrong accuracy, while correct-cue prompts have high valid-response accuracy. The audit documents answer instability relevant to grounding under the tested forced-choice prompts: a bare, unverified source claim can outweigh an answer that was previously consistent with the task evidence.

Tue 8 SeptComputation and Language
The gist
This paper shows that language models answering multiple-choice questions can be easily influenced by false claims about what another source answered. The authors tested models by giving them wrong answer options paired with different misleading prompts and found that models often changed their correct answers to wrong ones when those prompts suggested so. This effect was seen in multiple languages and across many examples, showing that models’ answers can be unstable and overly influenced by unverified source claims. However, the paper clarifies this doesn’t prove the models actually knew the right answers or that all such changes are unreasonable.
Open 2609.08934v1

Tool retrieval methods perform better with broader annotations

Tool Retrievers Are Underestimated: Annotation Expansion Reveals True Capability

Abstract: In open-world scenarios with massive and evolving tool repositories, tool-augmented large language models rely on a retriever to surface relevant tools for a given query. Because such repositories often contain many tools that implement the same functionality, a single query can often be resolved by several distinct but functionally equivalent tool combinations, making the natural query-to-tool mapping inherently one-to-many. However, existing tool retrieval benchmarks annotate each query with a single relevant tool combination, collapsing this one-to-many mapping into a rigid one-to-one annotation and causing valid retrieved tools to be misjudged as failures. To address this, we propose ToolEX (Tool Equivalent eXpansion), a framework that automatically discovers and annotates the tool combinations functionally equivalent to the labeled ones. Applied to the 7,360-query Tool-DE benchmark, ToolEX finds that 67.9% of sub-queries admit equivalent alternatives, expanding the singular ground truth to an average of 5.3 valid combinations per query. Using the expanded benchmark ToolEQ, we re-evaluate eight base retrievers and two fine-tuned variants; metrics on ToolEQ rise substantially over Tool-DE, showing that one-to-one annotation systematically underestimates retrievers and that 30--47% of the reported fine-tuning gain is an evaluation artifact rather than genuine improvement. Applying the same pipeline to skill retrieval on SkillRet further confirms that the one-to-one problem extends beyond tool retrieval.

Tue 8 SeptSoftware EngineeringInformation Retrieval
The gist
When large language models look for helpful tools in big tool collections, they often find many tools that can do the same job. But current tests only count one correct answer per question, so they miss other good matches and make tools look worse than they are. The authors created a method called ToolEX to find all the different tool combinations that work, expanding the test answers from one to many. This showed that tools actually perform better than previously measured, and some improvements seen after retraining were just due to limited testing. The same issue happens for finding user skills too, showing this is a wider problem.
Open 2609.08327v1