cs.AI · 2026-07-05 · No. 44

Artificial Intelligence, 2026-07-05.

53 new papers in cs.AI. Titles, authors, abstracts. Links to arXiv. Want this in your inbox every morning? Subscribe →

01 — The papers

53 entries
  1. 01

    Distributed Attacks in Persistent-State AI Control

    Josh Hills, Ida Caspary, Asa Cooper Stickland

    cs.AI

    As AI coding agents become more autonomous, they increasingly ship code iteratively, with the codebase persisting across sessions. This persistence creates a new attack surface: a misaligned or prompt-injected agent can distribute attacks across pull requests (PRs) and time its payload for the PR with the best natural cover. To study the resulting dynamics, we introduce Iterative VibeCoding, a setting for AI control, the study of safely...

    arxiv.org/abs/2607.02514 · PDF

  2. 02

    Online Safety Monitoring for LLMs

    Mona Schirmer, Metod Jazbec, Alexander Timans, Christian Naesseth, Maja Waldron, Eric Nalisnick

    cs.AI · cs.CL · cs.LG · stat.AP · stat.ML

    Despite alignment training, LLMs remain prone to generating unsafe outputs at deployment time. Monitoring outputs online and raising an alarm when safety can no longer be assumed is therefore critical. We study a simple real-time monitor that turns a verifier signal from an external model into an alarm decision by thresholding, with the threshold calibrated via risk control. In experiments on mathematical reasoning and red teaming datasets,...

    arxiv.org/abs/2607.02510 · PDF

  3. 03

    ReContext: Recursive Evidence Replay as LLM Harness for Long-Context Reasoning

    Yanjun Zhao, Ruizhong Qiu, Tianxin Wei, Yuanchen Bei, Zhining Liu, Lingjie Chen, Ismini Lourentzou, Hanghang Tong, Jingrui He

    cs.AI

    Understanding and reasoning over long contexts has become a key requirement for deploying large language models (LLMs) in realistic applications. Although recent LLMs support increasingly long context windows, they often fail to use relevant evidence that is already present in the input, revealing a gap between context access and effective context utilization. In this work, we propose Recursive Evidence Replay as LLM Harness for Long-Context...

    arxiv.org/abs/2607.02509 · PDF

  4. 04

    What LLM Agents Say When No One Is Watching: Social Structure and Latent Objective Emergence in Multi-Agent Debates

    Arman Ghaffarizadeh, Danyal Mohaddes, Aliakbar Izadkhah, Shahriar Noroozizadeh

    cs.AI · cs.CL · cs.LG · cs.MA

    LLM agents will increasingly act in socially structured settings where role, audience, and relational context can shape what is advantageous or costly to say. We study whether such social structure, without any explicit objective in the prompt, changes what an agent expresses publicly relative to an off-the-record (OTR) channel elicited under the same condition. We introduce a dual-channel debate framework in which agents produce public...

    arxiv.org/abs/2607.02507 · PDF

  5. 05

    G-RRM: Guiding Symbolic Solvers with Recurrent Reasoning Models

    Timo Bertram, Sidhant Bhavnani, Richard Freinschlag, Erich Kobler, Andreas Mayr, Günter Klambauer

    cs.AI

    In this work, we focus on SE-RRMs, a symbol-equivariant instantiation of RRMs that exhibits improved extrapolation to larger problem sizes. We propose a neuro-symbolic approach, ``Guiding with Recurrent Reasoning Models'' (G-RRM), which integrates SE-RRMs with symbolic solvers for constraint satisfaction problems. SE-RRMs act as neural solvers that generate full solution proposals and guide classical symbolic solvers, such as backtracking or...

    arxiv.org/abs/2607.02491 · PDF

  6. 06

    EvoPolicyGym: Evaluating Autonomous Policy Evolution in Interactive Environments

    Zhilin Wang, Han Song, Runzhe Zhan, Jusen Du, Jiacheng Chen, Tianle Li, Qingyu Yin, Yulun Wu, Zhennan Shen, Tong...

    cs.AI · cs.CL

    Autonomous agents are increasingly expected to improve executable policies through feedback, yet existing evaluations often collapse this process into a final score or confound it with open-ended software-engineering progress. We introduce Autonomous Policy Evolution, a controlled evaluation setting in which a harness-model agent repeatedly edits an executable policy system under a fixed interaction budget. We instantiate this setting in...

    arxiv.org/abs/2607.02440 · PDF

  7. 07

    Automated grading of Linux/bash examinations using large language models: a four-level cognitive taxonomy approach

    Manuel Alonso-Carracedo, Ruben Fernandez-Boullon, Pedro Celard, Francisco J. Rodriguez-Martinez, Lorena Otero-Cerdeira

    cs.AI · cs.CL · cs.CY

    Scalable and reliable grading of command-line examinations remains a challenge in computing education, where rising enrolments make manual marking difficult and rule-based autograders cannot handle partial credit, equivalent solutions, or syntactic variation. This paper evaluates whether four frontier Large Language Models (GPT, Claude Opus, Gemini, and GLM) can approximate expert judgment when grading short Linux/bash command responses. The...

    arxiv.org/abs/2607.02432 · PDF

  8. 08

    Text-Driven 3D Indoor Scene Synthesis in Non-Manhattan Environments

    Xianhui Meng, Zirui Song, Yuchen Zhang, Li Zhang, Yongxuan Lv, Xiuying Chen, Kun Wang, Yan Luo, Kai Chen, Hangjun...

    cs.AI · cs.CV

    Large Language Models (LLMs) have demonstrated remarkable capabilities in 3D indoor synthesis for Manhattan environments. However, existing methods often fail to capture plausible object layout patterns in non-Manhattan settings, primarily because they struggle to model non-orthogonal spatial relationships, leading to high geometric violations and low physical fidelity. To address this challenge, we propose SPG-Layout, a novel text-driven...

    arxiv.org/abs/2607.02407 · PDF

  9. 09

    Fast Multi-dimensional Refusal Subspaces via RFM-AGOP

    Thomas Winninger

    cs.AI · cs.LG

    Steering and monitoring activations in Large Language Models (LLMs) are increasingly used for both safety and interpretability. Early work assumed behaviours are encoded along single linear directions, but recent findings suggest complex behaviours, such as the refusal to answer harmful queries, live in multi-dimensional subspaces. However, existing methods for extracting these subspaces are computationally expensive, which becomes...

    arxiv.org/abs/2607.02396 · PDF

  10. 10

    Steerability via constraints: a substrate for scalable oversight of coding agents

    Thomas Winninger

    cs.AI · cs.CR · cs.SE

    Coding agents are capable; human oversight is the bottleneck. Unconstrained agents introduce security risks, erode codebase scalability, and make human review increasingly costly. We argue that the same methods used for decades to manage large human engineering teams: access control, network policies, strict coding conventions enforced by tooling; transfer directly to coding agents, and are cheaper (in token) than recent agentic scaffolding....

    arxiv.org/abs/2607.02389 · PDF

  11. 11

    Hardware-Enforced Semantic Coordination for Safety-Critical Real-Time Autonomous Systems

    Uwe M. Borghoff, Paolo Bottoni, Remo Pareschi

    cs.AI · cs.MA

    Recent advances in agentic AI are producing increasingly complex autonomous systems that integrate large language models, world models, optimization engines, specialized neural architectures, autonomous platforms, and human operators. While much current research focuses on improving reasoning capabilities, safety-critical real-time deployment also requires bounded and verifiable coordination among heterogeneous components operating...

    arxiv.org/abs/2607.02376 · PDF

  12. 12

    DRIFTLENS: Measuring Memory-Induced Reasoning Drift in Personalized Language Models

    Xi Fang, Weijie Xu, Yingqiang Ge, Yuhui Xu, Stephanie Eckman, Chandan K. Reddy

    cs.AI

    Personalization changes what a model says to a user; we show that it can also change the reasoning trajectory used to justify the response. Modern LLMs personalize interactions by storing user attributes, preferences, and prior context, then injecting this information into future prompts. We study whether such memory reshapes reasoning on open-ended questions where no single ground-truth answer exists. To quantify this effect, we introduce...

    arxiv.org/abs/2607.02374 · PDF

  13. 13

    Grounded autonomous research: a fault-tolerant LLM pipeline from corpus to manuscript in frontier computational physics

    Haonan Huang

    cs.AI · cond-mat.mtrl-sci · physics.comp-ph

    Autonomous-research agents have demonstrated end-to-end LLM automation in machine-learning sandboxes where execution provides calibration. Frontier physical science differs categorically: physical reasoning underlies every methodology choice, toolchains are often underdocumented, and calibration must come from external literature anchors - which unscaffolded agents cite but do not confront, hallucinating plausible, unverifiable results from...

    arxiv.org/abs/2607.02329 · PDF

  14. 14

    A Hippocampus for Linear Attention: An Exact Memory for What the Recurrent State Forgets

    Wanyun Cui

    cs.AI

    Linear-attention and state-space language models compress the prefix into a fixed-size recurrent state, yielding O(1) memory at the cost of a lossy exact memory: when many key--value associations compete, earlier facts are overwritten and needle recall degrades. Inspired by Complementary Learning Systems, we give linear attention a hippocampal complement. HOLA (Hippocampal Linear Attention) keeps the usual delta-rule state as a compressive...

    arxiv.org/abs/2607.02303 · PDF

  15. 15

    AgenticSTS: A Bounded-Memory Testbed for Long-Horizon LLM Agents

    Xiangchen Cheng, Yunwei Jiang, Jianwen Sun, Zizhen Li, Chuanhao Li, Xiangcheng Cao, Yihao Liu, Fanrui Zhang, Li Jin,...

    cs.AI · cs.CL

    Memory for a long-horizon LLM agent is a contract about what each future decision is allowed to see. The simplest contract appends past observations, tool calls, and reflections to every prompt, which makes prior context easy to access but also turns it into a jumbled mixture in which the effect of any single memory component is hard to isolate. We introduce and instrument an alternative bounded contract: every decision is made from a fresh...

    arxiv.org/abs/2607.02255 · PDF

  16. 16

    Copewell: A Multi-Agent Swarm Architecture for Equitable Mental Wellness Support

    Seren Yenikent, Jack Vinijtrongjit, Katherine Ng

    cs.AI · cs.CY · cs.HC

    Mental health disorders affect nearly one billion people globally, yet 75% of individuals in low- and middle-income countries receive no treatment due to workforce shortages, cost barriers, and stigma. Current AI-powered wellness solutions predominantly rely on single-mode conversational interfaces that suffer high abandonment rates and fail to provide measurable, immediate relief calibrated to users' dynamic emotional states. This paper...

    arxiv.org/abs/2607.02245 · PDF

  17. 17

    Purified OPSD: On-Policy Self-Distillation Without Losing How to Think

    Zhanming Shen, Jintao Tong, Shaotian Yan, Chen Shen, Hao Chen, Wentao Ye, Xiaomeng Hu, Rui Miao, Haobo Wang, Junbo...

    cs.AI · cs.LG

    On-policy self-distillation (OPSD) has emerged as a promising paradigm for improving LLM reasoning, where a privileged teacher with access to reference solutions provides token-level supervision on the student's own generated trajectories. However, we find that OPSD consistently fails on long chain-of-thought (long-CoT) reasoning models, yielding at best marginal gains while destabilizing the reflective reasoning capability these models...

    arxiv.org/abs/2607.02234 · PDF

  18. 18

    Criticality-Based Guard Rail Validation for AI Agent Decisions in Autonomous Telecom Networks

    Ravi Kant Sharma

    cs.AI · cs.NI

    The evolution toward fully autonomous telecommunications networks (Autonomous Network Levels 4-5) requires AI/ML agents to make real-time network decisions without human intervention. However, no standardized runtime mechanism exists to intercept and validate individual inference outputs before they trigger live network state changes, creating risks of erroneous autonomous decisions. This paper proposes the Guard Rail Validation (GRV)...

    arxiv.org/abs/2607.02210 · PDF

  19. 19

    UA-ChatDev: Uncertainty-Aware Multi-Agent Collaboration for Reliable Software Development

    Temitayo Olamilekan Ogunsusi, Lijun Qian, Xishuang Dong

    cs.AI

    Software development is a complex task that demands cooperation among agents with diverse roles. Large language models (LLMs) have enabled autonomous multi-agent software development frameworks that leverage role-based collaboration to automate requirements analysis, coding, testing, and refinement. However, existing approaches typically assume that intermediate agent outputs are equally reliable, leaving them vulnerable to hallucination...

    arxiv.org/abs/2607.02186 · PDF

  20. 20

    A rubric-based controlled comparison of frontier language models on expert-authored clinical reasoning tasks

    Samiha A. Ismail, Fan X. Chen, Ali Merali

    cs.AI · cs.LG

    Multiple-choice medical benchmarks are increasingly saturated, and recent rubric-based evaluations such as HealthBench have shown that open-ended clinical performance is far from solved - its "Hard" subset top score remains 32%. We present a small, deliberately difficult evaluation dataset of five clinician-authored clinical scenarios spanning four specialties (anaesthesia, internal/family medicine, emergency medicine, and obstetrics), each...

    arxiv.org/abs/2607.02175 · PDF

  21. 21

    A$^{2}$utoLPBench: An Auto-Generated, Agent-Friendly LP Benchmark via Inverse-KKT Construction

    Shuo Ren, Yaohui Han, Yifan Shi, Libo Shen, Haodong Lu, Dongfang Wu, Rongliang Fu, Bei Yu, Tsung-Yi Ho

    cs.AI

    Most LP-from-text benchmarks are static datasets of word problems written and labeled by hand. Once such a dataset is released, its size is fixed, its difficulty is fixed, and every problem can leak into the training data of future LLMs. We present \textbf{A$^{2}$utoLPBench}, a benchmark for testing LLM-driven agents on linear programming problems written in plain text. We first pick a feasible point and dual, then write down a problem for...

    arxiv.org/abs/2607.02141 · PDF

  22. 22

    Coding-agents can replicate scientific machine learning papers

    Atharva Hans, Ilias Bilionis

    cs.AI

    Scientific machine learning papers typically make computational claims, e.g., that the relative mean square error is less than 5% or that the 95% predictive credible interval covers the test data. A coding agent can be prompted to replicate those claims from paper materials alone, but the prompt does not by itself reliably preserve progress or check whether generated evidence supports the paper's claims. We introduce Paper-replication, a...

    arxiv.org/abs/2607.02134 · PDF

  23. 23

    Enhancing Fitness Intelligence through Domain-Specific LLM Post-Training

    Xingtao Zhao, Tian Yang, Han Jiang

    cs.AI

    Scientific Fitness Coaching (SFC) is typically delivered by human professionals, making it costly and inaccessible to many. While recent advances in Large Language Models (LLMs) show considerable promise for more inclusive fitness coaching, directly deploying prevailing general-purpose LLMs in SFC reveals critical limitations. These models often lack sufficient domain-specific knowledge integration, leading to weak performance on complex SFC...

    arxiv.org/abs/2607.02118 · PDF

  24. 24

    ContextNest: Verifiable Context Governance for Autonomous AI Agent

    Misha Sulpovar, Benn R. Konsynski, Qaish Kanchwala, Gabe Goodhart

    cs.AI

    Autonomous AI agents increasingly depend on external knowledge stores, yet most retrieval pipelines provide relevance without durable guarantees of provenance, version identity, integrity, traceability, or point-in-time reconstruction. We formalize this as context governance and present ContextNext, an open specification and reference implementation for governed AI-consumable knowledge vaults. ContextNext does not replace Retrieval-Augmented...

    arxiv.org/abs/2607.02116 · PDF

  25. 25

    SUNTA: Hierarchical Video Prediction with Surprise-based Chunking

    Tomoshi Iiyama, Masahiro Suzuki, Yutaka Matsuo

    cs.AI · cs.LG

    Hierarchical state-space models (HSSMs) offer a promising approach to long-horizon prediction by segmenting sequences into temporal chunks. However, their performance hinges on how chunk boundaries are determined. While prior HSSMs typically rely on fixed-length chunking or similarity-based boundary detection, these methods often misalign with the intrinsic temporal structure of the data. We argue that chunking should instead be driven by...

    arxiv.org/abs/2607.02087 · PDF

  26. 26

    Evidence-State Rewards for Long-Context Reasoning

    Ya Gao, Pekka Marttinen

    cs.AI · cs.LG

    Long-context reasoning requires models to locate, revise, and synthesize evidence distributed across lengthy inputs. Existing long-context RL methods usually reward final answers or static evidence extraction, offering little feedback on how intermediate actions change the model's evidence state. We propose Maven, a reinforcement learning framework with an editable evidence memory. Maven defines an answer-conditioned evidence-state value and...

    arxiv.org/abs/2607.02073 · PDF

  27. 27

    Algebraic Model Counting for Global Analysis of Optimal Decision Trees

    Hiroki Arimura

    cs.AI

    Ensuring model reliability in Explainable AI requires a global assessment of the hypothesis space. We propose a formal framework for the exhaustive analysis of optimal and near-optimal decision trees, called Algebraic Decision Tree Counting (ADTC). Inspired by Algebraic Model Counting (AMC) in knowledge representation, ADTC reformulates diverse analytical tasks, such as optimization, counting, and sampling, into a unified sum-of-products...

    arxiv.org/abs/2607.02069 · PDF

  28. 28

    PACE: A Proxy for Agentic Capability Evaluation

    Yueqi Song, Lintang Sutawika, Jiarui Liu, Lindia Tjuatja, Jiayi Geng, Yunze Xiao, Daniel Lee, Aditya Bharat Soni,...

    cs.AI · cs.CL

    Evaluating LLM agents on benchmarks like SWE-Bench and GAIA can be expensive, time-consuming, and requires complex infrastructure. A single evaluation can cost thousands of dollars and take days to complete. In contrast, non-agentic LLM benchmarks that test individual capabilities (e.g., reasoning, code generation) are fast and cheap to run. In this paper, we investigate whether performance on expensive agentic benchmarks can be accurately...

    arxiv.org/abs/2607.02032 · PDF

  29. 29

    Hidden Forgetting in Continual Multimodal Learning: When Accuracy Survives but Grounding Fails

    Qianyu Chen, Canran Xiao, Runxuan Tang

    cs.AI

    Multimodal large language models must continually adapt to evolving tasks and domains, yet standard continual learning metrics mainly measure whether old answers remain correct, leaving the stability of multimodal grounding largely unexamined. We study this overlooked failure mode and ask whether a continually adapted MLLM can preserve not only what it answers, but also how it uses visual, textual, OCR, chart, and document evidence. We...

    arxiv.org/abs/2607.02020 · PDF

  30. 30

    InduceKV: Fixed-Footprint Continual Adaptation of Multimodal LLMs via Inducing KV Memories

    Qianyu Chen, Ziteng Feng, Canran Xiao, Runxuan Tang

    cs.AI

    Multimodal large language models must adapt to evolving tasks and domains, yet continual improvement under bounded deployment footprint remains difficult because repeated parameter updates or growing replay stores can accumulate adaptation state over time. We study fixed-footprint continual adaptation: the deployed adaptation state is kept under a fixed memory budget, while the backbone model is left unchanged and task-specific updates are...

    arxiv.org/abs/2607.02010 · PDF

  31. 31

    Traceable Fault Diagnosis for Battery Energy Storage Systems via Retrieval-Augmented Multi-Agent O&M Assistant

    Jiangdi Ru, Bing Li, Yage Huang, Ding Wang, Keru Hua

    cs.AI

    Large-scale battery energy storage systems (BESSs) require O&M decisions that combine alarms, cell-level measurements, device topology, diagnostic tables, historical cases, and maintenance documents. Monitoring platforms can flag threshold violations, but they often cannot explain whether voltage inconsistency, resistance drift, short-circuit risk, capacity divergence, or thermal abnormality needs intervention. This digest presents a...

    arxiv.org/abs/2607.01992 · PDF

  32. 32

    Episodic-to-Semantic Consolidation Without Identity Drift

    Xue Qin, Simin Luan, Cong Yang, Zhijun Li

    cs.AI · cs.RO

    Long-running adaptive intelligent agents face a structural tension between knowledge consolidation and information integrity. Memory consolidation is conventionally treated as an agent-changing operation: a model is fine-tuned, a prompt rewritten, a policy distilled, or a reflection appended to the context that governs future behaviour. In regulated autonomic deployment this is a liability because the agent operates under commitments and...

    arxiv.org/abs/2607.01988 · PDF

  33. 33

    Multimodal Knowledge Edit-Scoped Generalization for Online Recursive MLLM Editing

    Siyuan Li, Youyuan Zhang, Ruitong Liu, Junxi Wang, Jing Li

    cs.AI · cs.CL · cs.CV

    Online multimodal knowledge editing requires injecting a continual stream of visual-textual corrections into multimodal large language models (MLLMs) with bounded overhead and minimal disruption to unrelated behaviors. Existing editors mainly emphasize edit reliability and long-horizon stability, but rarely control the semantic boundary of each edit. Our pilot analyses of post-edit behaviors and internal neuronal activities reveal a scope gap...

    arxiv.org/abs/2607.01978 · PDF

  34. 34

    OntoLearner: A Modular Python Library for Ontology Learning with Large Language Models

    Hamed Babaei Giglou, Jennifer D'Souza, Andrei Aioanei, Nandana Mihindukulasooriya, Sören Auer

    cs.AI

    Ontology learning (OL) aims to automatically construct structured knowledge models from text, yet progress remains fragmented across methods, domains, and evaluation practices. Despite decades of research, OL lacks a shared infrastructure for systematic evaluation and ontology access. This absence has hindered progress and fragmented research, leaving the central challenges of OL largely unaddressed. We introduce OntoLearner, a modular,...

    arxiv.org/abs/2607.01977 · PDF

  35. 35

    Atomic Task Graph: A Unified Framework for Agentic Planning and Execution

    Yue Zhang, Sihan Chen, Ziwen Huang, Hanyun Cui, Kangye Ji, Zhi Wang

    cs.AI

    LLM-based agents have shown strong potential for solving complex multi-step tasks, yet existing performance improvements often rely on either scaling to larger backbone models or task-specific fine-tuning. The former incurs substantial computational costs, while the latter typically generalizes poorly across different tasks. Although prompt-based control is training-free and broadly applicable, existing methods still leave input-output...

    arxiv.org/abs/2607.01942 · PDF

  36. 36

    A-TMA: Decoupling State-Aware Memory Failures in Long-Term Agent Memory

    Zitong Shi, Yixuan Tang, Anthony Kum Hoe Tung

    cs.AI

    Long term memory lets LLM agents act as persistent assistants, but user facts change. A useful memory system must know what is true now, what used to be true, and what changed. We study \emph{ghost memory}, a state coordination failure in which old, current, and transition facts coexist in the memory bank, remain mixed during retrieval, and mislead the answer model. We argue that memory systems should be understood and optimized from three...

    arxiv.org/abs/2607.01935 · PDF

  37. 37

    ElephantAgent: Contextual State Continuity in Agentic Systems

    Jiankai Jin, Xiangzheng Zhang, Zhao Liu, Wenzhuo Xu, Dongdong Yang, Deyue Zhang, Quanchen Zou

    cs.AI · cs.CR

    Agentic systems enhance their capabilities by invoking external tools and maintaining persistent memory. However, these external dependencies introduce novel attack surfaces. Recent tool and memory poisoning attacks show that maliciously crafted tool descriptors and poisoned memory can covertly bias agent behavior. These threats reflect a deeper issue: the lack of verifiable continuity in the agent's contextual state for planning and...

    arxiv.org/abs/2607.01919 · PDF

  38. 38

    ContextSniper: AntTrail's Token-Efficient Code Memory for Repository-Level Program Repair

    Chiwang Luk, Matin Mohammad Najafi, Zhifeng Jia, Wei Yang, Xiuchang Li, Jinwei Zhu, Yang Ren, Lei Chen, Gao Cong

    cs.AI

    Large language model agents can repair real repository issues, but they often spend large context budgets on whole-file reads, broad searches, and long terminal outputs where useful evidence is mixed with irrelevant code and logs. This paper presents ContextSniper, AntTrail's token-efficient code memory layer for repository-level program repair. As the coding specialization of AntTrail's broader agent memory engine, ContextSniper implements...

    arxiv.org/abs/2607.01916 · PDF

  39. 39

    Rethinking Complexity Metrics for LLM-Integrated Applications: Beyond Source Code

    Zihao Xu, Yuekang Li, Gelei Deng, Yi Liu, Zhenchang Xing

    cs.AI · cs.SE

    LLM-integrated applications blend natural language prompts with program code, and much of their runtime behavior originates in the prompt layer rather than in the code itself. Existing complexity metrics, however, operate solely at the code level and therefore overlook this behavioral logic entirely. We present HECATE, the first tool designed to assess complexity in both the prompt and code layers of such applications. Central to HECATE is...

    arxiv.org/abs/2607.01903 · PDF

  40. 40

    Spec-AUF: Accept-Until-Fail Training under Train-Inference Misalignment for Masked Block Drafters

    Tianjian Yang, Meng Li

    cs.AI · cs.CL

    Speculative decoding accelerates autoregressive generation by drafting a block of tokens that the target model verifies left-to-right, committing only the longest accepted prefix. Block (DLM-style) drafters predict the whole block in parallel, which is fast but trained with a full-block cross-entropy that supervises every position against the gold continuation -- even though inference discards every token after the first rejection. Recent...

    arxiv.org/abs/2607.01893 · PDF

  41. 41

    SkillCoach: Self-Evolving Rubrics for Evaluating and Enhancing Agentic Skill-Use

    Jiayin Zhu, Kelong Mao, Yudong Guo, Dengbo He, Sulong Xu, Simiu Gu, Yutao Yue

    cs.AI · cs.CL

    Skills are becoming a reusable operational layer for LLM agents, encoding SOPs, domain rules, tool workflows, scripts, and validation routines. In realistic skill repositories, overlapping skills make reliable skill-use difficult. Final verifier success is too coarse for both evaluation and training, since an agent may pass through trial and error while selecting distractor skills, skipping required steps, composing workflows incorrectly or...

    arxiv.org/abs/2607.01874 · PDF

  42. 42

    CamoNAS: Neural Architecture Search for Enhanced Camouflaged Object Detection

    Dawei Ren, Yan Zhang, Hongying Tang, Qiaoling Zhou, Jianpo Liu

    cs.AI

    Camouflaged Object Detection (COD) aims to locate and segment objects that blend into their surroundings, presenting challenges due to weak edge cues and ill-defined boundaries. Traditional COD models rely on hand-designed architectures and multi-scale feature fusion, which are often guided by intuition rather than systematic search. This paper introduces CamoNAS, a frequency-aware multi-resolution Neural Architecture Search (NAS) framework...

    arxiv.org/abs/2607.01870 · PDF

  43. 43

    Safety Targeted Embedding Exploit via Refinement

    Joshua Adrian Cahyono

    cs.AI · cs.CL

    Safety training for large language models (LLMs) is conducted predominantly in English, leaving uncertain how well safety mechanisms generalize to low-resource languages and mixed-language code-switching. We show that this creates an epistemic gap in which models confidently generate harmful responses for inputs that fall outside the distribution of their safety training. To study this phenomenon, we introduce STEER (Safety Targeted Embedding...

    arxiv.org/abs/2607.01859 · PDF

  44. 44

    CLAP: Closed-Loop Training, Evaluation, and Release Control for Domain Agent Post-training

    Fangfei Li, Chenyang Zhao, Long Wang, Feng Tian, Zhiyue Zheng, Lv Guo

    cs.AI

    Domain agents often face noisy business data, uncertain post-training gains, offline/application mismatch, and adapter-release risk. This paper presents CLAP (Closed-Loop Agent Post-training), a closed-loop method that converts business data into structured SFT samples, decision-preference samples, holdout sets, risk diagnostics, and release-gate records. CLAP combines data validation, target/evidence normalization, reward/KL diagnosis,...

    arxiv.org/abs/2607.01846 · PDF

  45. 45

    Actual causality in fault trees

    Georgiana Caltais, Milan Lopuhaä-Zwakenberg, Mariëlle Stoelinga

    cs.AI

    Fault trees are a widely used as effective risk models for complex systems, answering the question "what can go wrong?", especially through minimal cut set analysis. We study fault trees from the perspective of Halpern & Pearl's theory of actual causality. This allows us to use fault trees to answer the question "why has it gone wrong?", which is fundamental to failure diagnostics. We give a complete classification of each of the different...

    arxiv.org/abs/2607.01840 · PDF

  46. 46

    Pre-Flight: A Benchmark for Evaluating Large Language Models on Aviation Operational Knowledge

    Alex Brooker, Tim Hughes

    cs.AI · cs.CL

    Large language models (LLMs) are increasingly proposed for aviation business operations, from documentation and training generation to customer facing assistants. General purpose benchmarks do not measure whether a model reasons safely and correctly about aviation specific operational knowledge, and the high stakes, regulated nature of the domain makes that gap consequential. We present Pre-Flight, an open source benchmark of 300 multiple...

    arxiv.org/abs/2607.01829 · PDF

  47. 47

    MMIR-TCM: Memory-Integrated Multimodal Inference and Retrieval for TCM Clinical Decision Support

    Lihui Luo, Joongwon Chae, Ziyan Chen, Yang Liu, Siyi Cheng, Weihan Gao, Zelin Zeng, Xiaoming Yin, Samaneh Beheshti...

    cs.AI

    Traditional Chinese Medicine (TCM) diagnosis, particularly through tongue inspection, faces persistent challenges in subjectivity and reproducibility. The application of multimodal artificial intelligence to TCM clinical tasks, such as syndrome differentiation and prescription generation, is significantly hampered by the semantic gap between visual tongue features and textual reasoning, as well as the lack of large-scale, standardized...

    arxiv.org/abs/2607.01814 · PDF

  48. 48

    Safety Testing LLM Agents at Scale: From Risk Discovery to Evidence-Grounded Verification

    Yunhao Feng, Ruixiao Lin, Ming Wen, Qinqin He, Yanming Guo, Yifan Ding, Yutao Wu, Jialuo Chen, Yunhao Chen, Xiaohu...

    cs.AI

    LLM agents increasingly perform autonomous actions through external tools, leading to complex and evolving safety risks. However, existing safety testing targets expert-designed safety violations, and the corresponding outcomes are evaluated by hard-coded rules, making them costly to extend as agents evolve. To this end, we present Vera, an end-to-end automated safety testing framework that instantiates software engineering testing principles...

    arxiv.org/abs/2607.01793 · PDF

  49. 49

    Subliminal Clocks: Latent Time Modelling in Diffusion Language Models

    Maximo Rulli, Thomas Fontanari, Simone Petruzzi, Federico Alvetreti, Giorgio Strano, Donato Crisostomi, Giorgos...

    cs.AI · cs.CL

    Diffusion Language Models (DLMs) have recently emerged as a promising alternative to autoregressive models. Unlike standard diffusion-based approaches, DLMs are not explicitly conditioned on a timestep, raising a natural question: do these models internally represent denoising progress, and how is such information used downstream? In this work, we show that DLMs do in fact encode a latent representation related to the diffusion timestep...

    arxiv.org/abs/2607.01774 · PDF

  50. 50

    Verifiable Knowledge Expansion through Retrieval-Grounded Formal Concept Analysis

    Yujin Yang, Heejung Lee

    cs.AI

    Ontology construction requires deciding which objects, attributes, and structural relations should be accepted as valid knowledge. Language models can propose such structures from text, but their outputs can still be unsupported or inconsistent. This paper proposes a retrieval-augmented small language model (SLM) framework that uses formal concept analysis (FCA) as a symbolic verification loop for knowledge expansion. Starting from seed...

    arxiv.org/abs/2607.01773 · PDF

  51. 51

    Repair the Amplifier, Not the Symptom: Stable World-Model Correction for Agent Rollouts

    Xinyuan Song, Zekun Cai

    cs.AI

    As agent planning moves from short tool chains toward persistent workflows with thousands or tens of thousands of steps, failures will occur inside large planning graphs rather than in isolated predictions. Replanning the entire graph after every mistake is neither computationally realistic nor desirable: full-graph replay consumes large context budgets, exposes the LLM to many irrelevant symptoms, and can degrade long-context retrieval. This...

    arxiv.org/abs/2607.01767 · PDF

  52. 52

    SimWorlds: A Multi-Agent System for Dynamic 3D Scene Creation

    Chunjiang Liu, Xiaoyuan Wang, Haoyu Chen, Yizhou Zhao, Ming-Hsuan Yang, László A. Jeni

    cs.AI

    LLM agents are increasingly used to translate natural language into 3D scenes in a procedural way, but existing systems focus on static output. Dynamic 4D scenes from text alone, in which liquids flow, particles emit, rigid bodies cascade, and articulated mechanisms move, remain largely unexplored despite their value as editable content and as physics-grounded training data for video generation and embodied AI. Two challenges set the dynamic...

    arxiv.org/abs/2607.01766 · PDF

  53. 53

    Mastermind: Strategy-grounded Learning for Repository-Scale Vulnerability Reproduction

    Mingzhe Du, Luu Anh Tuan, Tianyi Wu, Renyang Liu, Zhijiang Guo, Dong Huang, See-Kiong Ng

    cs.AI

    Repository-level vulnerability reproduction is a demanding software engineering (SE) task: an agent must inspect a codebase, infer the input grammar that reaches a vulnerable path, construct a proof-of-conceptv(PoC), and verify that the crash disappears on the patched build. Recent LLM agents can often execute these steps when the approach is correct, yet they still fail by choosing the wrong strategy. This paper argues that strategy, rather...

    arxiv.org/abs/2607.01764 · PDF

This edition is part of The Daily Abstract — cs.AI archive. Subscribe to receive these in your inbox each morning, automatically translated to Spanish, with reply-to-PDF: arxivdaily.ignorelist.com.

Colophon Set in Georgia, with system sans for interface chrome and a monospaced stack for code and paper identifiers. Sole accent: amber #D99C5E. Built and served on an always-free VM. The masthead is set 14% letterspaced because newspapers do that and it works.