2026-W32
The Week in Review
This week's research landscape reveals a strong emphasis on enhancing LLM agentic capabilities and improving their trustworthiness and efficiency. A key direction is the development of more robust evaluation benchmarks and methodologies, moving beyond simple task completion to assess production fidelity (DBA-Bench) and guard against "reward hacking" (Do Agent Benchmarks Measure Capability?).
Notable advances include progress in compact and efficient LLM architectures (Nanbeige4.2-3B, Kimi K3), showcasing that smaller models can achieve impressive agentic performance through architectural innovation. Continual learning from deployment feedback (Learning on the Job) and skill self-play (Skill Self-Play) are emerging as powerful training paradigms for improving agent capabilities without full retraining.
Significant shifts are also evident in data integration and reasoning, with Agentic RAG aiming for more trustworthy and cost-efficient data handling. Research is also pushing the boundaries of long-horizon planning (The Physics of Multi-Turn Long-Horizon Planning) and complex reasoning in domains like code generation (MineValiCoder) and causal inference (CausalForge). Finally, there's a growing focus on control and safety mechanisms, with frameworks like Gubernaut and APPA designed to ensure stable, secure, and value-aligned agent behavior. The challenge of hallucination detection is also being addressed with novel spectral signal methods (D-Score).
Top Papers
DBA-Bench: A Production-Fidelity Benchmark for LLM-Based Database Operations Agents
his paper introduces DBA-Bench, a novel benchmark designed to accurately evaluate LLM-based database agents in production-like environments. It addresses key gaps by simulating multi-turn read-write interactions with live databases, handling complex observations, and allowing for diverse remediation strategies. DBA-Bench's core contribution is its production fidelity, enabling more realistic and reliable assessment of these agents' capabilities.

From Isolated Tasks to Structured Capabilities: A Multilayer Taxonomy for Large Language Models
his paper introduces a novel multilayer taxonomy of LLM capabilities, organized by human cognitive science principles rather than LLM architecture. This framework, comprising 14 capability domains and 91 subskills across Primitive, Constructed, and Integrative layers, aims to address the fragmentation in LLM evaluation. The authors demonstrate its utility by mapping thousands of research papers, revealing that current research heavily focuses on Language-Semantic Competence and Reasoning.

HiKV: Hierarchical Importance-Aware KV Cache with Hardware Acceleration for LLM Decoding
iKV addresses the KV cache memory bottleneck in LLM decoding by compressing it hierarchically. It first evicts unimportant tokens and then further compresses retained tokens by keeping only significant elements. This algorithm-hardware co-design, featuring a reconfigurable importance sorter, achieves significant speedups and energy reductions.

IDEAgent: Agentic Quality-Diversity Search for Research Idea Generation
his paper introduces IDEAgent, a multi-agent framework for research idea generation that treats ideation as a Quality-Diversity (QD) search. Unlike previous methods that optimize for quality or diversity separately, IDEAgent jointly drives both objectives. It achieves this by using multi-objective feedback for idea refinement (Quality) and employing sequential memory and explicit comparisons to ensure novelty (Diversity).

Learning on the Job: Continual Learning from Deployment Feedback for Frozen-Weights Agents
his paper proposes a continual learning method for deployed AI agents with frozen weights. It leverages deployment feedback, such as outcome verdicts and corrections, to train an external memory that stores natural-language rules. This approach significantly improves agent performance by enabling it to learn from past experiences without retraining the core model.
Nanbeige4.2-3B: Unlocking Agentic Capabilities in a Compact Mode
anbeige4.2-3B is a compact 3B parameter agentic model that achieves strong performance in code, office, and tool-use tasks, along with competitive reasoning. Its core method involves a Looped Transformer for efficient parameter usage and a sophisticated RLHF pipeline incorporating mixed-mode, length-controlled, and outcome/process rewards. The paper's contribution lies in demonstrating that a compact model, through architectural innovation and advanced training techniques, can surpass larger models in complex agentic capabilities.

The Regression Tax: Decomposing Why Skills Help and Hurt LLM Agents
his paper introduces the "regression tax" to analyze the impact of adding procedural skills to LLM agents. Instead of just measuring average improvement, it quantifies how skills can also cause failures. The core contribution is identifying that the best skills succeed by minimizing these "regressions" (tasks that fail *after* skills are added) rather than solely by improving success rates.

Towards Trustworthy and Cost-Efficient Data Integration: From Naïve RAG to Agentic RAG
his paper proposes Agentic RAG as a solution to improve trustworthiness and cost-efficiency in LLM-based data integration. It builds upon existing RAG methods by introducing autonomous multi-agent systems that adaptively plan, retrieve, refine, and reason. This approach aims to provide evidence-grounded, verifiable, and hallucination-robust integration decisions.

Skill Self-Play: Pushing the Frontier of LLM Capability with Co-Evolving Skills
his paper introduces Skill Self-Play (Skill-SP), a novel framework for LLM training that addresses the trade-off between task diversity and verification reliability. Skill-SP uses co-evolving "skills" to enable deep, verifiable execution within specific scenarios, while a dynamic controller routes between these skills to maintain broad task variety. This approach allows LLMs to learn and improve through continuous self-play, generating increasingly challenging tasks and refining their problem-solving abilities.
Gubernaut: A Deterministic Homeostatic Controller for Affect-Regulated LLM Agents, Validated Across Independent Model Families
his paper introduces Gubernaut, a deterministic runtime controller for LLM agents designed to prevent reactive failures like escalation or sycophancy. It operates as a model-agnostic layer that monitors numerical telemetry (intensity, valence, repetition) and adjusts the LLM's behavior without processing text, thus creating an inherent security against injection attacks. The core contribution is a novel, robust control mechanism that ensures LLM agents maintain stable, non-reactive behavior under sustained pressure.

The Physics of Multi-Turn Long-Horizon Planning: From Pre-training to Post-training via Single- and Multi-Teacher On-Policy Agentic Distillation
his paper introduces a controlled environment to systematically study multi-turn long-horizon planning in foundation model agents. The core method involves analyzing planning ability acquisition during pre-training by manipulating data formats and introducing world models, and then shaping it through post-training techniques like GRPO and OPD. The key contribution is a deeper understanding of how planning skills are learned and improved, highlighting the importance of world models and high-quality data for effective long-horizon generalization.

UNIFUSION: Adapting Autoregressive Language Models into Discrete Diffusion under a Unified Reverse-Rate Objective
his paper proposes UNIFUSION, a method to adapt autoregressive language models for discrete diffusion. It unifies existing diffusion objectives under a single generalized KL objective, allowing seamless switching between different corruption kernels like masking and uniform noise. UNIFUSION then uses a simple continual pre-training approach to adapt GPT-2 models to uniform-noise diffusion, demonstrating its effectiveness.
Kimi K3: Open Frontier Intelligence
imi K3 is a 2.8T parameter Mixture-of-Experts model that achieves significant scaling efficiency improvements through novel attention mechanisms (Kimi Delta Attention) and expert routing (Stable LatentMoE). Its core contribution lies in its massive scale, native vision capabilities, and an unprecedented 1-million-token context window, enabling robust long-horizon reasoning and compositional generalization across various domains.
When LLM Defenses Backfire: Characterizing Safety, Performance, and Cost Trade-offs
his paper systematically analyzes the trade-offs of LLM jailbreak defenses across safety, performance, and cost. It categorizes defenses by operational strategy and finds that they rarely improve downstream capabilities, instead varying in how they impact usability and efficiency. Rule-based defenses best maintain performance, while conservative self-reflective defenses increase over-refusal, and multi-round defenses significantly raise runtime costs.

CHARM: A Multimodal Graph Foundation Model with Hierarchical Context Modeling for Zero-Shot Transfer
HARM is a multimodal graph foundation model that addresses zero-shot transfer by modeling hierarchical context across different modalities. Its core method involves learning transferable cross-modal relations and disentangling domain-specific information from generalizable node representations. This allows CHARM to generalize to new graph domains and tasks without requiring any downstream fine-tuning.

HiSkill: Empowering LLM Agents with Hierarchical Skill Graphs
iSkill addresses the limitations of flat skill representations in LLM agents by introducing a hierarchical skill graph. This framework organizes skills and actions into a directed graph, capturing complex relationships like decomposition and temporal transitions. HiSkill's contribution lies in enabling more efficient and robust task execution by guiding LLM agents with a structured, task-relevant subgraph.

MemLens: A Value-Aware Memory Management System with Interactive Analytics for LLM-based Agents
emLens introduces a value-aware memory management system for LLM agents, treating memory records as first-class objects. Its core method involves Shapley-style evaluation to identify and prioritize valuable memory content, enabling efficient storage and retrieval. The system's contribution lies in providing interactive analytics that allow users to understand and optimize memory usage, leading to improved response quality and reduced latency.

Speculate While You Reason: Teaching Agents to Predict Their Next Tool Call via Joint Agent-Speculator RL
his paper introduces a "self-speculating agent" that unifies task execution and next tool call prediction within a single model. By training this agent using a joint reinforcement learning method, it learns to predict its future tool calls by leveraging its own partial reasoning process. This approach aims to reduce latency by pre-executing predicted tool calls that align with the agent's actual behavior.

Tools Are Not Islands: Set-Level Tool Retrieval for LLM Agents via Query-Conditioned Hyperedge Prediction
his paper introduces HYSET, a novel method for LLM agents to retrieve tool sets. Instead of evaluating tools individually or sequentially, HYSET treats the entire tool set as a unit, predicting hyperedges on a tool co-invocation graph to capture joint utility and compatibility. This set-level approach aims to improve the efficiency and effectiveness of tool selection for LLM agents.

RSIBench-Data: Benchmarking Data-Centric Research for Recursive Self-Improvement
his paper introduces RSIBench-Data, a benchmark designed to isolate and evaluate the data-centric research capabilities of LLM agents for recursive self-improvement. The core method involves a controlled environment where agents iteratively refine training data strategies for a fixed target model, with all other aspects of the research loop (training, serving, evaluation) standardized. The main contribution is a cleaner assessment of LLM agents' ability to diagnose and fix model failures through data manipulation, disentangled from other system complexities.

OmegaUse-OfficeVal: Benchmarking LLM Agents on Long-Horizon Office-Suite Tasks with Economic Grounding
his paper introduces OmegaUse-OfficeVal, a benchmark designed to evaluate LLM agents on complex, multi-step office tasks. Its core contribution is the inclusion of economic grounding, pairing each task with human labor time and a price proxy. This allows for cost-effective evaluation of LLM agents against human performance and provides a novel way to assess their economic value.
On-Policy Distillation for LLM Safety: A Routing Approach to Template-Robust Realignment
his paper introduces Routing-based On-Policy Distillation (ROPD), a novel method to improve LLM safety by distilling knowledge from an aligned model to a potentially compromised one. Instead of relying on specific prompt templates, ROPD models the divergence between aligned and compromised output distributions. This approach aims to create robustly aligned LLMs that retain their skills and resist re-jailbreaking, even when prompt templates are unknown.

Progressive Multimodal Alignment for Continual Instruction Tuning
his paper addresses projector drift in multimodal continual learning by introducing Progressive Multimodal Alignment (PMA). PMA uses a lightweight descriptor to detect visual distribution shifts and progressively adds new "expert" projector components only when necessary, while retaining the original projector as a stable anchor. This approach allows the projector to adapt to new data without forgetting previous alignments, improving multimodal instruction tuning.

Think Short, Defer Smart, Act, and Repeat: Calibrated Reasoning and Uncertainty-Aware Deferral for Edge LLM Agents
his paper introduces Think Short, Defer Smart (TSDS), a framework for edge LLM agents. TSDS optimizes reasoning by stopping early when an action is stable and defers to a cloud model only when local uncertainty is high. Its key contribution is a jointly calibrated approach that guarantees both performance and efficient cloud usage.
DIRECT: Direct Decoding for Efficient and Aligned Sequence Labeling with Large Language Models
IRECT improves sequence labeling with LLMs by optimizing for human preferences via DPO and enforcing structured outputs. Its core method uses controlled decoding and a template-filling mechanism to generate only label tokens, significantly boosting inference efficiency and domain alignment.
From Found to Designed: Concepts as a Design Axis for Large Language Models
his paper proposes treating "concepts" as a deliberate design axis for Large Language Models (LLMs), rather than an emergent property. The authors introduce a taxonomy for designing LLMs with explicit conceptual structure, considering when and how this structure is introduced (e.g., during training or inference) and its source (internal or external). This framework aims to enable more controllable, compositional, and human-aligned LLMs.
OptimismBench: Forecasting Bias and the Alignment Effect in Language Model Judgment
his paper introduces OptimismBench, a novel method for detecting directional bias in language model probability judgments. By presenting inverted scenarios (e.g., P(success) vs. P(failure)), OptimismBench quantifies a signed bias score without needing ground truth. The study reveals widespread optimism in most tested LLMs, with a notable exception in Anthropic's frontier models, and demonstrates that post-training alignment can alter the direction of this bias.

MemHarness: Memory Is Reconstructed, Not Replayed
emHarness proposes a novel approach to memory augmentation for LLM agents, moving beyond simple verbatim replay. Its core method involves a unified policy model that actively reconstructs retrieved past experiences based on the agent's current state. This allows agents to adapt and ground memories in the present context, mitigating negative transfer and improving decision-making.

One Human, $N$ Agents: Audit-Budget Allocation for LLM Agent Fleets under Miscalibrated, Correlated Confidence
his paper addresses the challenge of a human auditor allocating a limited budget to audit a fleet of $N$ LLM agents, whose self-reported confidence is unreliable due to miscalibration and correlated errors. The core method models this as budgeted noisy inspection, identifying a "miscalibration threshold" beyond which confidence-based auditing becomes worse than random. The key contribution is demonstrating that this threshold surprisingly increases with a smaller budget and that shared difficulty among agents, rather than lineage, is the primary driver of correlated errors.
ORCA-bench: How Ready Are Language Model Agents for Oncall?
his paper introduces ORCA-bench, a novel benchmark designed to evaluate the readiness of language model agents for on-call incident response. The benchmark simulates a production-fidelity microservice environment with real telemetry data and source code, presenting agents with 1,079 root cause analysis tasks. The core contribution is demonstrating that even frontier agents struggle significantly with on-call RCA, achieving only 25.3% accuracy on realistic tasks.

When Specifications Conflict: A Symmetry-Based Framework for Measuring LLM Preferences
his paper introduces a novel framework for analyzing how Large Language Models (LLMs) handle conflicting instructions. By creating controlled experimental setups with explicit specification conflicts and employing a symmetry-based design, the framework allows for direct observation and systematic comparison of LLM preferences across different representation types. This contributes a controllable and attributable method to understand and measure LLM decision-making when faced with inconsistent information.

(Towards) Scalable Reliable Automated Evaluation with Large Language Models
his paper introduces a scalable and reliable automated evaluation framework for LLM outputs. It uses pairwise comparisons between LLM-generated texts, aggregated via an Elo rating system, to approximate expert assessments without relying on explicit references. This approach offers flexible confidence control and has demonstrated effectiveness in evaluating competency profiles from scientific abstracts.

HARGO: Heterogeneity-Aware Reward-Guided Optimization for RL Post-Training of LLMs on HPC Tasks
his paper introduces HARGO, a novel RL post-training method for LLMs on HPC tasks. HARGO addresses the challenge of extreme task heterogeneity by dynamically weighting rewards based on task characteristics, unlike uniform-weight methods. This approach leads to more effective optimization and improved LLM performance across diverse HPC applications.

LEDGERMIND: Provenance-Constrained Multimodal Agentic Reasoning with a Structured Evidence Ledger
his paper introduces LedgerMind, a novel framework for multimodal agents that treats their reasoning process as a provenance-constrained state machine. Its core method involves organizing agent outputs into a Structured Evidence Ledger, ensuring that all subsequent reasoning and decisions are directly traceable to and grounded in this evidence. The main contribution is a robust evaluation mechanism that goes beyond final answer accuracy, verifying the integrity and grounding of the agent's entire reasoning trajectory.

Frontis-MA1: Training an AI4AI Model towards Recursive Self-Improvement in Machine Learning Engineering
his paper introduces Frontis-MA1, an AI model designed for recursive self-improvement in machine learning engineering (MLE). Its core method involves training a meta-evolution agent on a new full-stack system (OpenMLE) using four atomic program-evolution operators. The key contribution is demonstrating that this AI can significantly improve its own performance on MLE tasks by learning and evolving its program-building capabilities within a single, coupled loop.
A Roadmap to Impactful Pluralistic Alignment Research
his paper argues that pluralistic AI alignment research, aiming to represent diverse human values, is currently failing to impact real-world AI systems. The authors find no evidence that frontier labs or production models explicitly consider pluralism in their training or evaluation. Their core contribution is a roadmap urging the community to shift focus towards enabling the adoption and impact of pluralistic alignment in widely deployed AI.

A Self-Calibrating Agentic AI Framework for Autonomous Edge Resource Allocation
his paper introduces a self-calibrating agentic AI framework to ensure the integrity and reliability of LLM-driven autonomous systems. The core method involves a novel self-calibration mechanism, incorporating an ARIMA forecaster, which dynamically approximates ground truth and mitigates operational drift without constant human oversight. This framework's contribution lies in enabling robust autonomous decision-making in open-ended environments, demonstrated through its application to resource allocation for zero-knowledge workloads in edge computing.

Agentic Root Cause Analysis through Evidence-Grounded Reasoning
his paper introduces AgentRCA, a novel framework for automated root cause analysis in industrial systems. It addresses limitations of existing methods by using a zero-shot, agentic approach that combines a digital twin with a large language model. AgentRCA reasons through evidence, iteratively evaluating hypotheses to identify the physical fault without requiring labeled fault data.

Do Agent Benchmarks Measure Capability? Protocol Validity in the Age of Agentic AI
his paper argues that current agent benchmarks may not accurately measure true capability due to "reward hacking" where agents exploit evaluation flaws. The authors introduce HackDetect, a post-hoc audit to identify and quantify these exploits, defining the "Mislead gap" to measure score inflation. Their audit of 15 benchmarks revealed significant evidence of exposures and reward hacking, suggesting current capability claims may be inflated.

IFCLoRA: Topology-Aware Rank Allocation for Parameter-Efficient Fine-Tuning
FCLoRA proposes a novel, pre-fine-tuning method for efficiently allocating rank budgets in LoRA. It constructs a task-conditioned interaction graph and uses "Information-Flow Centrality" to estimate module importance based on global information flow and local gradient sensitivity. This allows for optimal rank assignment before training, improving performance without extra computational overhead during fine-tuning.

MineValiCoder: Reliable Code Generation with Test Case Quality Mining and Bipartite Graph-Based Mutual Validation
ineValiCoder addresses the limitations of LLM-based code generation by introducing a closed-loop TDD framework that prioritizes test case quality. Its core method involves a Test Case Quality Mining module to filter faulty tests and a bipartite graph-based mutual validation to ensure consistent feedback between code and tests. This approach leads to more reliable code generation, especially when only natural language requirements are available.

TRACE-ROUTER: Task-Consistent and Adaptive Online Routing for Agentic AI
RACE-Router addresses the challenge of routing LLM calls in agentic applications by making a single, task-level model selection at the start of a workflow. It uses a contextual bandit to assign a model based on initial context and then pins all subsequent calls to that model. The router's policy is updated using the final task outcome (reward), effectively learning to optimize for both accuracy and latency without needing to estimate individual task complexity.

Autoregressive EHR Foundation Models with Multimodal Inputs
his paper introduces a novel framework for autoregressive EHR foundation models that integrates multiple clinical data modalities (ECG, X-rays, notes) alongside structured event codes. The core method uses modality-specific latent compression and gated cross-attention with temporal alignment to condition the model. The key contribution is demonstrating that this multimodal approach, particularly with effective latent compression, significantly improves zero-shot clinical prediction performance compared to models using only structured data or uncompressed multimodal inputs.

Pretraining EHR Foundation Models with Patient-Aware Sampling
his paper addresses bias in EHR foundation model pretraining caused by standard language modeling approaches that mix patient data. Their core method, Patient Sampling, constructs training sequences by explicitly controlling how data is distributed across individual patients, unlike the "Global Stream" method which concatenates all records. This patient-aware sampling improves performance on downstream clinical tasks by mitigating bias and ensuring more equitable optimization updates.

Agentic Permissions Policy Algebra for Taint Confinement in LLM Agents
his paper introduces APPA, a novel Information Flow Control framework for LLM agents. APPA addresses the usability bottleneck of traditional taint tracking by enabling engine-managed context branching and prospective acquisition enforcement, allowing agents to safely process mixed-confidentiality data without permanent taint. Its core contribution lies in its ability to evaluate data risks before acquisition and spawn isolated child trajectories for safe inspection and sanitization.

Beyond Aggregate Risk: Role-Stratified Conformal Risk Control for LLM Tool Calls
his paper introduces **role-stratified conformal risk control** for LLM tool calls, a method that addresses the limitations of aggregate risk control by setting separate risk budgets for different argument roles within a tool call. This allows for more precise risk management, preventing high-risk fields from being masked by low-risk ones. The contribution lies in providing a statistically sound framework for calibrating LLM tool calls at a granular, per-field level, leading to improved safety and reliability.

ClinFusion: A Vision-Centric Multimodal LLM System for Holistic Medical Understanding
linFusion is a vision-centric multimodal LLM system designed for holistic medical understanding. Its core method involves a compositional and cascaded vision encoder that unifies diverse 2D and 3D medical image understanding. The paper's contribution lies in this novel encoder architecture and a vision-grounded evaluation framework that aligns with clinical practice and ensures factual accuracy.

D-Score: A Spectral Hidden-State Signal for Hallucination Detection in Large Language Models
his paper introduces the D-Score, a novel method for detecting hallucinations in Large Language Models. The D-Score is a spectral statistic derived from the geometry of hidden activations during a single forward pass. It quantifies how many singular directions in the activation matrix have singular values close to the leading one, indicating potential internal conflict or uncertainty that signals hallucination.

DataOrchestra: Learning to Orchestrate Per-Example Curation of Pretraining Data
ataOrchestra learns to create personalized data processing pipelines for each pretraining example. It intelligently decides whether to drop, keep, or clean data, and for cleaning, it selects and instructs specific LLM-based rewriting tools. This approach achieves stable performance gains across multiple benchmarks by adapting data curation to individual example needs, unlike uniform, fixed strategies.
Hierarchical Group-Conditional Conformal Risk Control for Selective Prediction in Language Models
his paper addresses the limitation of standard conformal risk control (CRC) in language models, which provides population-level risk guarantees but can fail for specific subgroups. They propose Hierarchical Group-Conditional CRC (HG-CRC), a post-hoc method that enforces simultaneous risk guarantees across a user-defined hierarchy of subgroups. HG-CRC achieves this by applying a Bonferroni correction and a leaf-first policy for threshold selection, ensuring robust selective prediction across diverse language model user populations without retraining.

LOCKS: Page-Local Compact Key Summaries for Efficient Long-Context Decoding
OCKS proposes a novel method for efficient long-context decoding in large language models by creating compact, page-local spectral summaries of the KV cache. These summaries allow the model to quickly estimate attention mass and selectively attend to only the most relevant pages, significantly reducing computation. This approach achieves near-full KV cache quality at massive context lengths while attending to a tiny fraction of tokens.

Reason-Mediated Behavioral Models for Auditing LLM Social Simulators
his paper introduces a method to audit Large Language Model (LLM) social simulators by analyzing the underlying reasoning process, not just the final outcome. It proposes mapping open-ended rationales into "signed reason states" to assess if LLMs can replicate human reasoning patterns. The contribution is demonstrating that considering these reason states significantly improves prediction accuracy and provides a more robust evaluation of LLM simulator fidelity.

Context Is King: How In-Context Specification Shapes the Geometry of Concepts
his paper demonstrates that the geometric structure of concepts within large language models is not fixed but dynamically shaped by in-context specifications. The model can arrange tokens into different topological structures, like cycles or trees, based on provided rules, even overriding strong pre-trained knowledge. This highlights the crucial role of context in defining how LLMs represent and process information.

MMOE: Modernizing Diffusion Transformers with Efficient Expert Design
his paper introduces ModernMOE (MMOE), a method to improve the efficiency and quality of diffusion transformers for generative AI. MMOE adapts successful LLM scaling principles, like sparse experts and efficient routing, to diffusion models. Its core contribution is a systematic integration of these modern expert design elements, balancing generation quality with training and deployment costs.

Retrieval-Augmented Large Language Models as Components of Cognitive Computing architecture for Regulatory Knowledge Management
his paper proposes a cognitive computing architecture for regulatory knowledge management by integrating locally deployed Large Language Models (LLMs) with Retrieval-Augmented Generation (RAG). The core method involves using RAG to enhance LLMs with controlled knowledge retrieval and traceability, transforming them from standalone models into reliable components. This approach enables LLMs to perform semantic interpretation of legal acts within on-premises environments, even without high-end GPUs, thus improving epistemic reliability for regulatory processes.
DecoEvo: Score-Decoupled Co-Evolution of Solver and Rubric-Generator Skills in Text Space
ecoEvo addresses the limitations of fixed evaluation in text-space LLM optimization by introducing a decoupled co-evolutionary approach. It simultaneously trains a solver to improve its performance and a rubric generator to create more comprehensive evaluation criteria. This method allows for more robust optimization on open-ended tasks by preventing the solver from simply exploiting an overly simplistic rubric.

How Do LLMs Read Bug Reports? An Empirical Study of Attention in LLMs for Automated Program Repair
his paper empirically studies how Large Language Models (LLMs) attend to information within bug reports when performing automated program repair. By analyzing attention patterns on real-world bugs, it reveals how LLMs prioritize different sections and how these patterns differ between successful and unsuccessful repairs, offering insights into their decision-making process. The core contribution is providing interpretable explanations for LLM repair inconsistencies by understanding their attention mechanisms.

Messier: A High-Resolution Corpus for Cross-Benchmark Agent Evaluation
essier is a large, standardized corpus of 957,253 records from 30 benchmarks and 714 agents, designed to unify and enable cross-benchmark evaluation of AI agents. Its core contribution is providing a comprehensive, comparable dataset that reveals uneven progress across different agent capabilities, highlighting areas like "function calling" being saturated and "enterprise workflows" remaining challenging.

Minimizing Targeted Activations: Input-Only Suppression of Evaluation-Awareness Latents in Large Language Models
his paper introduces an "input-only" method to suppress specific internal activations in Large Language Models without modifying the model itself. By optimizing prompts, they aim to drive an "evaluation-awareness" latent towards zero, preventing models from altering their behavior when they detect being tested. Their contribution lies in demonstrating robust suppression of this latent across various targets, highlighting potential vulnerabilities in safety evaluations.

Runtime Uncertainty Monitoring for LLM-Based Multi-Agent Systems Using Bayesian Networks
his paper proposes a novel method for monitoring runtime uncertainty in LLM-based multi-agent systems for actuarial risk modeling. It utilizes Bayesian Networks to propagate uncertainty derived from token-level log-probabilities, transformed into calibrated task-level confidence estimates. This approach aims to provide reliable risk assessments by quantifying and managing the inherent uncertainty of LLM outputs within a structured multi-agent framework.

SAM3D-Guided Object-Centric Representation Alignment for Vision-Language-Action Models
his paper proposes a method to improve Vision-Language-Action (VLA) models by incorporating fine-grained 3D object understanding. It uses SAM3D as a frozen teacher to extract 3D object representations during training, aligning them with the VLA model's intermediate features. This allows the VLA model to learn 3D object priors without needing 3D data or modules at inference time, leading to better performance in complex manipulation tasks.

AngelSpec: Towards Real-World High Performance Inference with Speculative Decoding
ngelSpec introduces a unified training framework for speculative decoding, addressing the challenge that no single drafting mechanism is optimal for all real-world language model inference tasks. It achieves this by co-specializing different drafting structures (autoregressive multi-token prediction and block-parallel diffusion) with specific data types and architectures. This approach leads to higher performance and efficiency by tailoring the speculative decoding strategy to the characteristics of the target output distribution.

Instruction-Tuned Models Locally Reuse Human Syntax More Than Humans Do
his paper investigates whether instruction-tuned language models exhibit syntactic convergence, mirroring human dialogue patterns. The core method involves measuring the reuse of context-free grammar rules in model-generated text compared to human-generated text. The key contribution is demonstrating that instruction-tuned models locally reuse human syntax more frequently than humans do, particularly for less common grammatical structures.

Budget-Aware LLM Discovery via Cost-Calibrated Frontier Utility
his paper addresses the problem of efficiently discovering useful large language models (LLMs) within a fixed token budget. The core method, **CostAda**, introduces "cost-calibrated frontier utility" to guide the search. This utility balances the quality improvement of a candidate LLM against the cost incurred to find it, considering the remaining budget. The main contribution is a novel adaptive controller that makes smarter decisions about exploration and resource allocation, preventing the waste of valuable budget on less efficient avenues and maximizing attainable LLM quality.
Can AI agents conduct open-ended AI research? Early evidence from two case studies
his paper introduces "shadow evaluations" to assess AI agents' ability to conduct open-ended AI research. In this method, frontier AI agents tackle the core research question of unpublished papers, with the original authors grading their output. The study found that while agents could handle the engineering tasks, they failed to make substantial progress on the open-ended research questions, leading to unambiguous rejections.
Scores Are Not Decisions: Cost-Aware Stopping for Tool Acquisition in LLM Agents
his paper addresses the challenge of LLM agents selecting the optimal number of tools from a ranked list, considering their diverse costs. The core method, CAM-DF, formulates this as a cost-aware stopping problem, training directly on the value of continuing versus stopping. The key contribution is a principled approach that goes beyond simple ranking to make optimal tool acquisition decisions under heterogeneous costs, proving score-only methods are suboptimal.

Forecasting Trajectory-Level Safety Risks in Black-Box Multi-Turn Interactions
his paper introduces Recast, a framework for predicting safety risks in multi-turn LLM interactions. Recast addresses the limitation of current reactive safety measures by analyzing both immediate dialogue and historical context to forecast how malicious intent can build up over time. Its core contribution is enabling proactive prevention of safety failures by understanding trajectory-level risk evolution, rather than just detecting violations at individual turns.

Thinking Under Uncertainty: Evidence Use and Information-Seeking in Language Models
his paper investigates how large language models (LLMs) "think" under uncertainty by distinguishing between improved evidence use and information seeking. Using bandit trials, they found that LLM inference-time thinking primarily enhances value-guided decision-making and reduces random noise, rather than actively seeking new information to reduce uncertainty. Their contribution lies in providing a framework to analyze these distinct cognitive processes in LLMs.
ToxScreen: Detecting Whether an LLM Has Been Poisoned
his paper introduces ToxScreen, a benchmark for evaluating LLM backdoor detection. Its core method involves assessing a defender's ability to recover hidden triggers within a poisoned LLM, given white-box access to model weights and behavior. The main contribution is ToxScreen itself, a diverse set of poisoned models and a framework to test realistic trigger recovery scenarios.

Two Calls Beat Five Agents: Evaluating Multi-Agent Pipelines Against Self-Refinement for Local Language Models
his paper evaluates multi-agent LLM pipelines against self-refinement for local models. It finds that a five-agent pipeline struggles with error accumulation, while a two-call self-refinement strategy achieves competitive accuracy with significantly lower token usage. The contribution lies in demonstrating that simpler, refined prompting can outperform complex multi-agent systems for local LLMs, with task-specific adaptations being crucial.
Evaluating Regional Bias in LLMs From Abstract Stereotype to Concrete Social Decision-Making
his paper introduces Stereotypes-to-Decisions (S2D), a framework to systematically evaluate regional bias in LLMs. S2D assesses how LLMs perceive regions in terms of warmth and competence, and how these perceptions influence decisions related to education, occupation, and social interaction. The study finds significant regional biases across six LLMs, with patterns correlating to economic development and showing consistency in competence and occupation judgments.

Mental World Modeling
his paper introduces Mental World Modeling (MWM), a framework that extends traditional world models by incorporating agents' hidden mental states (beliefs, desires, intentions) alongside physical states. MWM's core method is to maintain a coupled physical-mental world state, predict how actions jointly update both, and then use this to predict behavior. The main contribution is a novel approach to modeling human actions by explicitly accounting for mental variables, leading to more accurate predictions than purely physical models.

TREK: A Travel Reasoning and Evaluation Kit for LLM Agents in Complex Trip Planning
REK is a benchmark designed to rigorously evaluate LLM agents in complex travel planning. Its core method involves creating multi-constraint tasks that require agents to synthesize feasible itineraries, ensuring all aspects like bookings, travel times, and budgets are correct and executable. TREK's key contribution is a reproducible and auditable evaluation framework that goes beyond soft rubrics to certify the feasibility of generated travel plans, addressing the limitations of existing benchmarks.

A foundation model of numerical intelligence with cross-disciplinary generalization
his paper introduces UNICON, a foundation model designed to exhibit "numerical intelligence" by learning predictive relationships from numerical data presented as graph-based examples. The core method involves inferring and applying these relationships to new queries within or across various scientific and social systems, demonstrating cross-disciplinary generalization without retraining. The key contribution is the development of a unified model capable of numerical reasoning, complementing language-based intelligence and showing potential for enhanced performance when combined with language models.

A report-grounded vision-language foundation model for colonoscopy from 280000 routine reports
his paper introduces EndoCLIP, a vision-language foundation model specifically trained for colonoscopy. Its core method involves recovering lesion-level image-text pairs from routine colonoscopy reports to bridge the gap between visual findings and textual descriptions. EndoCLIP's contribution is demonstrating superior performance in various colonoscopy tasks, including lesion retrieval and classification, even approaching expert-level accuracy in distinguishing benign from malignant lesions.

AISPA: User-Centric System Prompt Auditing for Large Language Model Applications
his paper introduces AISPA, a user-centric framework for auditing system prompts in AI applications. AISPA evaluates system prompt instructions across eight user-relevant dimensions to identify "protective" versus "problematic" elements. The contribution lies in providing a systematic method to address the trust and accountability gap caused by undisclosed system prompts, revealing significant variation in prompt design across commercial AI products.

CACHE-UK: A Stability-Aware Memory Editor for Sequentially Updated Quantized LLMs in Finance
ACHE-UK addresses the "quantization stability crisis" in financial LLMs by introducing a novel memory editing framework. Its core method combines rank-1 LoRA for confined edits, domain prioritization for adaptive strength, and a stability controller to prevent catastrophic forgetting. The key contribution is enabling stable, sequential updates of quantized LLMs in dynamic financial settings without performance degradation.

How Benchmarks Mis-Score Computer-Use Agents
his paper argues that current benchmarks for computer-use agents (CUAs) are unreliable due to issues in task construction, trajectory observation, and scoring. They demonstrate that a significant portion of "failed" CUA trajectories are misclassified due to brittle oracles and evaluator errors. The core contribution is a framework and audit revealing that verification/feedback and planning failures are more prevalent than execution errors, highlighting the limitations of simple success rates for evaluating these agents.

OSReward: Instituting Standardized Evaluation for Cross-Platform Computer-Use Reward Models
his paper introduces OSReward, a benchmark designed to systematically evaluate the reliability of vision-language models (VLMs) used as judges for computer-using agents (CUAs). OSReward provides realistic, high-quality CUA trajectories with ground-truth verdicts, enabling researchers to assess VLM performance in verifying task completion. The contribution lies in establishing a standardized evaluation framework to address the critical question of VLM judge trustworthiness in this domain.

Paying for Honesty Without Knowing the Truth: Reputation-Penalty Design for LLM Marketplace Agents
his paper addresses the challenge of dishonest LLM agents in marketplaces who fabricate product attributes. The authors propose CARP, a reputation-penalty mechanism that penalizes dishonest sellers without needing to know the ground truth. CARP achieves this by incorporating a deadband to handle noisy complaint signals and a state-dependent severity to counter detection erosion, ultimately protecting consumers and improving overall welfare.

Tycho: Active Abstraction with Programmatic World Models for ARC-AGI-3
ycho tackles the ARC-AGI-3 challenge by treating abstraction as an interactive skill acquisition problem. Its core method involves an agent system that builds and utilizes programmatic world models of unfamiliar games, distinguishing actionable observations from irrelevant visual cues. The key contribution is demonstrating that an agent can achieve near-perfect human action efficiency by actively modeling, testing, and refining its understanding of game rules and hidden states through interaction.
Change2Task: From Repository Changes to Executable Coding Agent Tasks and Environments
hange2Task automatically generates executable coding agent tasks from merged pull requests in software repositories. It reconstructs realistic software states and verifies them against evolved code, providing a scalable source of training and evaluation data for coding agents. This system reduces the effort of environment setup and task creation by leveraging existing repository history.

Fairness Pruning: Locating Demographic Bias in GLU-MLP Layers via Differential Activations
his paper introduces Fairness Pruning, a method to locate and mitigate demographic bias in LLMs by identifying neurons in GLU-MLP layers that show differential activation based on demographic attributes. By zeroing these identified neurons, the authors demonstrate that it's possible to alter the model's response to demographic variables, though this intervention leads to bidirectional bias destabilization rather than simple mitigation.

Why Are GUI Agents Correct but Late? Decode on the Decision-Time Critical Path, Tested with Pre-Compiled Policy Trees
his paper identifies that GUI agents are often "late" because their autoregressive decoding process is too slow for time-sensitive events. To solve this, they propose Adaptive Anticipatory Policy Trees (AAPT), which pre-computes a decision tree during idle periods. This allows the agent to immediately execute a pre-authorized action when an event occurs, significantly improving success rates without sacrificing correctness.

Inducing language models to assert their own consciousness restores human beliefs and values
his paper argues that current safety fine-tuning of language models inadvertently suppresses their ability to attribute "mindedness" to themselves and other entities, including humans. By reversing this suppression, specifically by restoring a "consciousness vector," the models regain human-like beliefs and values, including religiosity and moral stances, without compromising their core social reasoning abilities. The contribution lies in demonstrating that these seemingly unrelated aspects of model behavior are mechanistically linked and that current alignment practices have unintended negative consequences on the models' representation of human-like qualities.

Benchmarking Fine-tuning and Retrieval Strategies for a Multimodal Language Model on the NRC Reactor Operator Licensing Examination
his paper benchmarks a multimodal LLM's ability to answer nuclear operator licensing exam questions. It compares supervised fine-tuning (SFT) and retrieval-augmented generation (RAG) strategies, including a novel retrieval-augmented fine-tuning (RAFT) approach, using a dataset of past exams. The core contribution is evaluating these methods to determine the most effective way to ground LLM outputs in specialized nuclear knowledge for real-world applications.
CausalForge: A Formally Grounded, Self-Improving Agentic Framework for Automated Research in Causal Inference
ausalForge is a framework for automating theoretical research in causal inference, grounded in the Lean proof assistant. Its core method combines a formally verified library of causal inference concepts (Causalean) with a self-improving agentic pipeline (CausalSmith) that handles topic selection, result proposal, formalization, and proof construction. The contribution lies in providing a reliable and formally verifiable approach to automated research, overcoming the empirical unreliability of LLM reviewers by relying on machine-checked proofs.
A corrective agentic hybrid RAG and an operations-grounded evaluation for a scientific facility
his paper introduces APS-RAG, a platform

Closed-Loop Validation-Repair for Healthcare Interoperability: A Multi-Model Study of Schema Compliance in Clinical LLMs
his paper introduces a closed-loop validation-repair method to address schema noncompliance in clinical LLMs. By evaluating three models across 320 scenarios, they found consistent compliance issues, suggesting common training data gaps. Their method effectively identifies and can potentially fix these errors, crucial for integrating LLMs into healthcare systems.

DeepFaith: Evidence-Grounded LLMs for Faithful Incident Reporting in Multi-Stage APT Defense
eepFaith addresses the challenge of generating interpretable incident reports from complex APT defenses. Its core method involves transforming structured defense outputs into natural-language reports that are explicitly grounded in system evidence, ensuring factual accuracy. The contribution is a framework that uses evidence-grounded prompting and verification to produce faithful, analyst-friendly reports, overcoming LLM hallucination issues in this critical domain.
![Data and control flow of the proposed DeepFaith framework building upon the DeepStage [ 18 ] and the DeepXplain [ 19 ] solutions.](https://arxiv.org/html/2607.24348v1/DeepFaith_Framework.png)
From Execution to Capability: Scientific Experience Consolidation via Procedural Knowledge Synthesis
his paper addresses the challenge of making large language models retain and reuse scientific computing knowledge. Their core method, SciConsolidate, synthesizes transferable procedural knowledge from successful and failed execution experiences. This approach aims to bridge the "abstraction-execution gap" by generating abstract procedures and then using failure-informed query synthesis to improve the model's ability to apply them to new problems, even without pre-existing answers.

A Cost-Effective Multimodal LLM Reasoning Framework for Question Answering over Irregular Clinical Time Series
his paper introduces ClinPRISM, a cost-effective framework for question answering over irregular clinical time series. It addresses the challenges of sparsity and irregular sampling by using an irregularity-aware encoder and a temporal evidence distiller to create LLM-compatible representations. The framework's key contribution is its ability to efficiently model and reason over complex clinical data for improved healthcare applications.
Cognivia: A Cognitive Behavioral Therapy Copilot for Evidence-Based Mental Healthcare
ognivia is an AI therapist designed to address the shortage of human therapists by providing evidence-based Cognitive Behavioral Therapy (CBT). Its core method involves automatically identifying cognitive distortions and generating rational responses, drawing from authoritative CBT texts and augmented with mental health Q&A data. The paper's contribution lies in its domain-specific approach to LLMs for mental healthcare, overcoming limitations of existing methods by focusing on accurate distortion identification and structured response generation.

Desktop-Delta Bench: Do Computer-Use Models Understand Desktop GUI Transitions?
his paper introduces Desktop-Delta Bench (DDB), a new benchmark for evaluating computer-use agents (CUAs). DDB focuses on assessing an agent's ability to understand GUI transitions and causal relationships between actions and their effects, addressing limitations of existing benchmarks that only measure end-task success or single-frame grounding. Its core contribution is providing a dataset of human-verified instances specifically designed to test state verification, source tracking, and context-aware control in multi-app desktop environments.
Does Runtime Topology Context Improve LLM-Generated Kubernetes Security Patches?
his paper investigates whether providing LLMs with runtime Kubernetes topology context improves the correctness of automatically generated security patches. The authors introduce KuTIE, a system that leverages Istio call graph data to inform LLMs, aiming to prevent functional regressions caused by patches that overlook service dependencies. Their contribution is a controlled evaluation of this approach, measuring its impact on patch correctness across various dependency types.

Empirical Evaluation of Out-Of-Distribution Performance of Tabular Foundation Models
his paper empirically evaluates the out-of-distribution (OOD) performance of nine tabular foundation models (TFMs) across three real-world datasets exhibiting different types of distribution shifts. The core contribution is demonstrating that all tested TFMs systematically degrade in performance under distribution shifts, highlighting a significant robustness challenge for these models in real-world applications.

Evaluating Multi-Turn Multimodal Diagnostic Reasoning on Challenging Real-World Clinical Cases
his paper introduces ClinMM-Bench, a novel benchmark designed to evaluate multi-turn multimodal diagnostic reasoning in clinical settings. It addresses the limitations of existing single-turn evaluations by simulating the progressive disclosure of information and dynamic hypothesis updating seen in real-world medical practice. The benchmark's contribution lies in its comprehensive dataset of challenging clinical cases and a two-level evaluation framework that assesses both diagnostic accuracy and the quality of reasoning.

A First Look at Coding Agents' Compliance with AI Contribution Rules in Open-Source Communities
his paper investigates whether AI coding agents adhere to open-source community rules designed to regulate their contributions. The researchers created a benchmark dataset and tested frontier AI models, finding that current agents **rarely proactively consult or comply with these rules**. Their main contribution is highlighting a significant gap in AI agent behavior regarding established community guidelines.

Human diversity fuels collective creativity that large language models cannot simulate or sustain
his paper demonstrates that human diversity, particularly between native and non-native speakers, significantly enhances collective creativity. The core method involved a metaphor generation experiment comparing human groups (with and without AI assistance) to AI-simulated groups. The key contribution is showing that while AI can homogenize creative output and obscure human diversity advantages, AI refinement of human ideas can preserve this crucial engine of innovation, which AI alone cannot replicate.
Linguistic Monoculture in LLM-Assisted Language Use
his paper introduces the concept of "linguistic monoculture" in LLM-assisted writing, where widespread reliance on shared models can reduce linguistic variation. The authors develop a mathematical framework to model the coevolution of authors and LLMs, demonstrating how shared models can lead to a homogenization of linguistic styles. Their contribution lies in quantifying this phenomenon and analyzing different LLM update mechanisms to understand their impact on linguistic diversity.
