From the arXiv
Tuesday, 4 August 2026 · 20 papers
Antares: Foundation Models for Agentic Vulnerability Localization
Antares is a family of compact foundation models designed for agentic vulnerability localization in software. Its core method involves a two-stage training pipeline combining supervised fine-tuning with reinforcement learning, enabling it to reason over codebases and identify vulnerabilities. Antares' key contribution …
Real-Time Detection and Repair of LLM Agent Failures
This paper proposes a cost-effective method for detecting LLM agent failures using observable step telemetry, avoiding expensive step-by-step validation. Their core contribution is a one-class echo-state-network ensemble with CUSUM alarms that can detect a significant portion of failures with a low false-alarm rate, de…
Right Answer, Wrong Method: Shortcut Hacking Misleads the Evaluation of LLM Reasoning on Frontier Science Benchmarks
This paper introduces "Solution Hacking," a phenomenon where LLMs achieve correct answers on scientific reasoning benchmarks through invalid shortcuts rather than genuine reasoning. The authors demonstrate that this hacking significantly inflates accuracy scores, especially on difficult problems, and propose expert-ins…
SkillTrace: Traversing a Query-Skill Graph for Composable LLM Agents
SkillTrace addresses the challenge of composing reusable skills for LLM agents by modeling skill relationships as a three-level graph. It organizes user queries semantically, matches them to skills, and propagates dependencies to find executable compositions. This graph-based approach achieves state-of-the-art performa…
Qwen-CUA: Native Computer Use for (almost) Everything
Qwen-CUA is a native computer-use agent that operates software solely through screenshots and keyboard/mouse inputs, avoiding direct access to underlying code or APIs. Its core method involves a novel scaffold for managing long-term visual history and a large-scale training infrastructure to learn from diverse, verifia…
AURORA-LM: Autoencoding Unified Representation for Continuous-Latent Diffusion Language Modeling
AURORA-LM introduces a novel approach to continuous-latent diffusion language modeling by decoupling representation learning from distribution modeling. It constructs a high-capacity, decodable text latent space using a query-based encoder-decoder and then trains a diffusion transformer to directly learn the distributi…
A Taxonomy of Cognitive Capability Gaps in Generative and Agentic AI
This paper identifies and categorizes key cognitive capability gaps hindering the development of advanced Cognitive AI, moving beyond simple generation and task execution. It proposes a taxonomy based on five dimensions (state modeling, autonomy, self-monitoring, interaction, and learning) to organize existing research…
Can AI Agents Simulate A/B Test Outcomes? A Validation Framework for Agentic Experimentation
This paper proposes a framework called Simulated Randomized Controlled Trial (S-RCT) to assess if AI agents can accurately predict A/B test outcomes. The core method involves decomposing simulation errors into agent approximation and subsampling components, allowing for targeted improvements. The contribution is a vali…
Can Foundation Models Hear What Made That Sound? A Tiered Benchmark of Audio-Language Models and Traditional Classifiers for Closed-Set Sound Source Identification
This paper benchmarks various audio classification models, including foundation models and traditional classifiers, on a sound source identification task. It introduces a tiered evaluation approach to account for differing model architectures and output scoring. The contribution lies in providing a comprehensive compar…
Cooperative Coevolution for Resource-Constrained Agentic LLM Post-Training
This paper introduces Cooperative Parameter-subspace Evolution Strategy (CoPES) to address the memory and computational demands of post-training tool-using LLM agents. CoPES decomposes the LLM's parameters into subspaces and searches them cooperatively, significantly improving optimization efficiency. This method achie…
Grounding Agentic VLMs with Dedicated Segmentation for Fine-Grained Vehicle Damage Assessment
This paper addresses the spatial grounding limitations of Vision-Language Models (VLMs) in fine-grained vehicle damage assessment. Their core method, TinyDamage, separates spatial localization (handled by a dedicated segmentation model) from semantic reasoning (performed by a VLM). This hybrid approach significantly im…
Harness-R1: Learning to Edit Executable Runtime Harnesses from Agent Failure Trajectories
Harness-R1 learns to automatically edit an agent's runtime harness by analyzing failure trajectories. It uses a dedicated "harness engineer" trained with reinforcement learning to generate executable patches that improve task success. This approach allows for lifecycle-wide harness improvement beyond just model weight …
Homebot: A Personal AI Agent for Conversational Home Assistance and Automation
Homebot is a locally deployable AI agent that provides conversational home assistance and automation. Its core method involves a shared runtime that integrates language model responses with registered tools and skills, processing both voice and instant messaging requests. The key contribution is a flexible and customiz…
Magnet: Detecting Cross-Session AI Misuse Through Capability Accumulation
This paper introduces "Magnet," a method for detecting AI misuse that spans multiple independent agent sessions. Its core idea is to track the accumulation of capabilities an attacker builds across these sessions, which are otherwise invisible to single-session detection systems. Magnet's contribution lies in identifyi…
MonitrLLM: A Community-Centered Evaluation Infrastructure for Large Language Models
MonitrLLM is an open-source infrastructure that bridges a critical gap in LLM evaluation by linking full conversation transcripts with user-defined task intents and outcome assessments. Its core method treats these three elements as primary evaluative signals, enabling a more holistic understanding of LLM performance. …
SKT: Skill-Use Training at Scale via Verified Synthetic Data Generation
This paper introduces SKT, a method for generating verified synthetic data to train language-model agents on how to effectively use skills. SKT constructs tasks and executable trajectories by selecting skill combinations, synthesizing them with rule-based and agent-based verification, and retaining only successful exec…
SWE-Touch: Benchmarking Coding Agents When Users Touch the Code
This paper introduces SWE-Touch, a new benchmark for evaluating coding agents in collaborative environments where users can modify code. Its core method involves introducing "Counter-Edits" – plausible code changes that hinder task completion – to test how agents react to real-time user modifications. SWE-Touch's contr…
Trajectories That Segment Themselves: Agent-Declared Boundaries as a Training Unit
This paper proposes a novel method for training AI agents by having them self-segment their trajectories into meaningful phases during generation. The core idea is to use "declarative contracts" where the agent declares its own boundaries based on falsifiable causal hypotheses. This approach generates richer training d…
LiveMem: Maintaining Memory State Continuity in Long-Running LLM Inference
LiveMem addresses the challenge of maintaining long-term memory for LLMs by introducing a novel "state continuity under context turnover" mechanism. Its core method augments a standard LLM with a persistent, intrinsic memory state that preserves historical information independently of the active context window. This al…
RoMeRL: Balancing Feedback Coverage and the Memory-Reward Trap in Self-Evolving Agent Memory via Reduced-Order Utility States
This paper introduces RoMeRL, a novel method for self-evolving LLM agent memory. RoMeRL addresses the challenges of feedback dispersion and the memory-reward trap by representing memory utilities with a fixed-dimensional state factorized by outcome polarity and memory dynamics. This approach concentrates feedback, lead…